 OZOPremium join:2003-01-17 kudos:2 | reply to OZO
Re: Tuning default BBR themeToday [2007-08-24] structure of forum pages was slightly changed (we've experienced a small "earthquake" here). And as I've promissed earlier - I'm posting new content for local style sheet file that restore default thmeme colors with a better contrast:
/* Fixing color of links in BBR default theme. Favs page: */
body table table table a:link { color: #008 !important; }
body table table table a:visited { color: #00C !important; }
body table table table a:active { color: #D00 !important; }
body table table table a:hover { color: #000 !important; }
/* Fixing color of links in BBR default theme. Forum page: */
body table div table a:link { color: #008 !important; }
body table div table a:visited { color: #00C !important; }
body table div table a:active { color: #D00 !important; }
body table div table a:hover { color: #000 !important; }
/* Fixing color of title bars in BBR default theme: */
body table table table td {background-color: #F4F4F4; !important; }
body table table table#titlebarA1 td {background-color: transparent; !important; }
/* Fixing BBR blockquote style: */
body center center table table div.bquote {
color: black !important;
/* background: white !important; */
/* border-style: dotted !important; */
}
So far it's working for me well...
-- Keep it simple, it'll become complex by itself... |