[dw-nonfree] darken color of Tropo Red text
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/bf3491415939]
http://bugs.dwscoalition.org/show_bug.cgi?id=1364
Darken the text colors of Tropospherical schemes.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1364
Darken the text colors of Tropospherical schemes.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/stc/tropo/purple.css
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r 71f55644cb5b -r bf3491415939 htdocs/stc/tropo/purple.css --- a/htdocs/stc/tropo/purple.css Wed Jul 22 01:11:40 2009 +0000 +++ b/htdocs/stc/tropo/purple.css Wed Jul 22 01:24:30 2009 +0000 @@ -32,12 +32,12 @@ * @copyright Copyright (c) 2009 by Dreamwidth Studios, LLC * * @colordef #f7f7f7 Almost White (body background) - * @colordef #444444 Dark Gray (copy) + * @colordef #111111 Almost Black (copy) */ body { background-color: #3a155a; font: 100%/1 Verdana, Helvetica, Arial, sans-serif; - color: #444; + color: #111; } /** * Links and a pseudo link class @@ -160,7 +160,7 @@ a:active, #menu ul li a { background: transparent url(/img/tropo-red/icon_menu_swirl_dropdown.png) 0.833333em 0.916667em no-repeat; display: block; - color: #444; + color: #111; text-decoration: none; text-indent: 2em; padding-right: 0.75em; @@ -806,7 +806,7 @@ table#support-highscores { } .appwidget-createaccount .create-button { - color: #444; + color: #111; background-color: #f3d2fc; } @@ -897,7 +897,7 @@ select.select { border-left: 1px solid #999; } .detail { - color: #444; + color: #111; } h2.widget-header { border-bottom: 1px solid #ccc; @@ -1178,13 +1178,13 @@ div.ContextualPopup div.Inner a, div.Con color: #000; } .section_body .inner_section_header { - color: #444; + color: #111; } .section_body_title { - color: #444; + color: #111; } .userinfo th { - color: #444; + color: #111; } /* tags.css */ diff -r 71f55644cb5b -r bf3491415939 htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Wed Jul 22 01:11:40 2009 +0000 +++ b/htdocs/stc/tropo/red.css Wed Jul 22 01:24:30 2009 +0000 @@ -30,12 +30,12 @@ * @copyright Copyright (c) 2009 by Dreamwidth Studios, LLC * * @colordef #f7f7f7 Almost White (body background) - * @colordef #444444 Dark Gray (copy) + * @colordef #111111 Almost Black (copy) */ body { background-color: #c1272d; font: 100%/1 Verdana, Helvetica, Arial, sans-serif; - color: #444; + color: #111; } /** * Links and a pseudo link class @@ -156,7 +156,7 @@ a:active, #menu ul li a { background: transparent url(/img/tropo-red/icon_menu_swirl.png) 0.833333em 0.916667em no-repeat; display: block; - color: #444; + color: #111; text-decoration: none; text-indent: 2em; padding-right: 0.75em; @@ -388,7 +388,7 @@ a:active, } .standout .standout-inner { background-color: #f4717a; - color: #444; + color: #111; border: 1px solid #c1272d; margin-top: 0.5em; margin-left: auto; @@ -816,7 +816,7 @@ table#support-highscores { } .appwidget-createaccount .create-button { - color: #444; + color: #111; background-color: #f4717a; } @@ -898,7 +898,7 @@ select.select { border-left: 1px solid #999; } .detail { - color: #444; + color: #111; } h2.widget-header { border-bottom: 1px solid #ccc; @@ -1179,13 +1179,13 @@ div.ContextualPopup div.Inner a, div.Con color: #000; } .section_body .inner_section_header { - color: #444; + color: #111; } .section_body_title { - color: #444; + color: #111; } .userinfo th { - color: #444; + color: #111; } /* tags.css */ --------------------------------------------------------------------------------