[dw-free] Gradation Vertical Support unreadable or not dark schemed
[commit: http://hg.dwscoalition.org/dw-free/rev/b3b4673366b0]
http://bugs.dwscoalition.org/show_bug.cgi?id=2238
Fix CSS for dark backgrounds in support boards under Gradation.
Patch by
foxfirefey.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2238
Fix CSS for dark backgrounds in support boards under Gradation.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/gradation/gradation-vertical.css
-------------------------------------------------------------------------------- diff -r 5eb6bd6a036f -r b3b4673366b0 htdocs/stc/gradation/gradation-vertical.css --- a/htdocs/stc/gradation/gradation-vertical.css Wed Dec 23 09:20:25 2009 -0600 +++ b/htdocs/stc/gradation/gradation-vertical.css Wed Dec 23 09:57:04 2009 -0600 @@ -1267,3 +1267,37 @@ li.profile_trackuser_disabled, li.profil border: 1px solid #fff; background: #333; } + +/* Support */ + +div.box { + color: #fff !important; +} + +/* This makes the FAQ header not overlap with itself */ +.box h1 { + line-height: 1em; +} + +div.blue { + background-color: #3D606B !important; + border:1px solid #6DB5C2 !important; +} + +div.green { + background-color: #2B5229 !important; + border:1px solid #53914D !important; +} + +.green, .green td { + background-color: #2B5229 !important; +} +.yellow, .yellow td { + background-color: #815E00 !important; +} +.red, .red td { + background-color: #831815 !important; +} +.clicked, .clicked td { + background-color: #3D606B !important; +} --------------------------------------------------------------------------------