Index: openacs-4/packages/theme-zen/www/resources/css/highContrast.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/www/resources/css/highContrast.css,v diff -u -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/theme-zen/www/resources/css/highContrast.css 7 Oct 2008 19:23:49 -0000 1.2.2.3 +++ openacs-4/packages/theme-zen/www/resources/css/highContrast.css 10 Oct 2008 15:56:46 -0000 1.2.2.4 @@ -26,12 +26,12 @@ } a:link { - color: #dbdbb0; + color: #eee28b; text-decoration:underline; } a:visited { - color: #dbdbb0; + color: #eee28b; text-decoration:underline; } @@ -99,7 +99,7 @@ #main-navigation a { background:url("/resources/theme-zen/images/global/trans.gif") no-repeat right top; padding-left: 16px; - color:#dbdbb0; + color:#eee28b; } @@ -141,7 +141,7 @@ #sub-navigation a { padding: 4px 15px 5px 16px; - color:#dbdbb0; + color:#eee28b; } #sub-navigation li a:hover { @@ -214,7 +214,8 @@ background-color: #111111; } .list-table tr.even, .list-tiny tr.even { - background-color: #555555; + background-color: #343434; + color: #eeeeee; } .list-table tr.odd, .list-tiny tr.odd { background-color: #222222; @@ -229,6 +230,13 @@ border-bottom-color: #ffffff; } +.list-table tr.even a:link, .list-table tr.even a:visited { + color: #fff59e; +} + +.list-table tr.even a:hover { + color: #222222; +} /* END OF LISTS */ @@ -272,6 +280,5 @@ } #forum-thread .subject .reference { - color: #dbdbb0; + color: #eee28b; } -