Post Reply 
Broadband Reports forum, default theme
Feb. 26, 2009, 06:27 AM
Post: #1
Broadband Reports forum, default theme
Here is a couple of filters that I'm using with BBR. They fix "default" theme with very bright links and light green background (see example of default theme BBR-Default_01.png). Filters make web page more contrast (darker links and light gray background - see BBR-Fixed_01.png) and remove some annoying tooltips.

I usually put them into "Site-Specific" section:
Code:
Name = "BBR: Light Default Theme     1.00.04"
Active = TRUE
URL = "$TYPE(htm)((www|www2|www3).|)dslreports.com"
Limit = 200
Match = "<script type="text/javascript" src=(\w)\1></script>"
Replace = "<script type="text/javascript" src=\1></script>\n"
          "<style type=\"text/css\">"
          "/* 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; text-decoration:none;}"
          ""
          "/* 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; text-decoration:none;}"
          ""
          "/* Fixing color of title bars in BBR default theme: */"
          "body div div div table table tr[BGCOLOR] {background-color: #F8F8F8; !important; }"
          "body div div div table table tr td[WRAP] {background-color: #F8F8F8; !important; }"
          ""
          "/* Fixing BBR blockquote style: */"
          "body center center table table div.bquote {"
          "  color:      black !important;"
          "/*  background: white !important;    */"
          "/*  border-style: dotted !important; */"
          "}"
          "</style>"

Name = "BBR: Fixing Tooltips     1.00.00"
Active = TRUE
URL = "www.dslreports.com"
Limit = 256
Match = "TITLE="Mark as Read from here and older""

Couple of years ago I did it with replacing default CSS for IE Tuning default BBR theme. But using Proxomitron to make those changes is a better solution and it works well (tested with IE7, FF3)...


Attached File(s)
.png  BBR-Default_01.png (Size: 28.03 KB / Downloads: 538)
.png  BBR-Fixed_01.png (Size: 28.4 KB / Downloads: 517)
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: