| wayfinder |
Seriously, TA was straining my eyes. I'd have afterimages after reading, in fact i routinely selected longer bits of text so i could read them.
I looked for a way to set vB to another skin, but apparently that's not an option here.
So here's what i did: i've got a browser extension that allows me to specify client-side css (mine's for firefox and it's called stylish - i think it's available for chrome too).
Here's a script i load over TA to make it easier on my poor old eyes:
code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tranceaddict.com") {
body {
background-color:#f1f3f3!important;
color:#305050!important;
}
table[bgcolor="#000000"] {
background-color:#ccd5D5!important;
}
font {
color:#305050!important;
}
tr[bgcolor="#222222"], td[bgcolor="#222222"] {
background-color:#e6e8e8 !important;
}
tr[bgcolor="#000000"], td[bgcolor="#000000"] {
background-color:#f1f3f3 !important;
}
td[style="BORDER: #000000 1px solid; FONT-SIZE: 11px; COLOR: #98DCDC; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: #003333;"] {
background-color:#f8fafa !important;
color:#305050!important;
}
a {
background-color:#Dce5E5!important;
color:#000000!important;
font-weight:bold!important;
}
}
this will make everything a nice and pleasant (and a bit boring) light grey with a slight tinge of the turquoise standard TA colors - you can very simply adjust the colors in the script if that's not your jam :)
ahhh, so much better! you all lookin sharp now! ;) |
|
|