This is an improvement... Maybe we should make it a news item?
But the white is almost painfully bright... So I changed your script slightly
@-moz-document domain("enworld.org") {
* { background-color: lightgray !important; color: black !important; }
a:link { color: blue !important }
a:visited { color: red !important }
}
I still get lots of black lines and so forth... any ideas?
1) Bookmark Zap Colors.
2) Put the bookmark in a visible place where you can easily reach it.
3) Click it to change the colour of about any page.
Cheers, LT.
This is an improvement... Maybe we should make it a news item?
But the white is almost painfully bright... So I changed your script slightly
@-moz-document domain("enworld.org") {
* { background-color: lightgray !important; color: black !important; }
a:link { color: blue !important }
a:visited { color: red !important }
}
I still get lots of black lines and so forth... any ideas?
@-moz-document domain("enworld.org") {
* { background-color: #ffffdd !important; color: black !important; }
a:link { color: blue !important }
a:visited { color: red !important }
.button {background: #ffffff !important;}
.thead {background: #fff!important;}
.vbmenu_control {background: #fff !important;}
.tcat {background:#fff !important;}
}
Using it now. Like it a lot. I still see a few "black artifacts" but it's now completely useable for me.I've done another refinement to eliminate some of the heavy black lines and ensure that some buttons (e.g. fork to new thread) are properly visible
Code:@-moz-document domain("enworld.org") { * { background-color: #ffffdd !important; color: black !important; } a:link { color: blue !important } a:visited { color: red !important } .button {background: #ffffff !important;} .thead {background: #fff!important;} .vbmenu_control {background: #fff !important;} .tcat {background:#fff !important;} }