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.1.2.1 -r1.1.2.2 --- openacs-4/packages/theme-zen/www/resources/css/highContrast.css 23 Jan 2007 00:56:58 -0000 1.1.2.1 +++ openacs-4/packages/theme-zen/www/resources/css/highContrast.css 8 Mar 2007 17:03:50 -0000 1.1.2.2 @@ -248,19 +248,24 @@ /* BUTTONS -----------------------------------------------------------*/ a.button { + background:url("/resources/theme-zen/images/global/trans.gif") repeat-x; font-size: 1em; border: solid 1px #ffffff; background-color: #222222; text-align: center; padding: 4px 8px; color: #ffffff; text-decoration: underline; + + } a.button:hover { + background:url("/resources/theme-zen/images/global/trans.gif") repeat-x; text-decoration: underline; background-color: #ffffff; color: #222222; + } .button { @@ -277,8 +282,27 @@ /* PACKAGE SPECIFIC -----------------------------------------------------------*/ +/* LISTS -----------------------------------------------------------*/ +tr.list-header { + background-color: #111111; +} +tr.list-subheader { + background-color: #222222; +} +tr.list-even { + background-color: #555555; +} +tr.list-odd { + background-color: #222222; +} +tr.list-spacer { + background-color: #f9f9f9; +} + +/* END OF LISTS */ + /* FORUMS -----------------------------------------------------------*/ .pagination li a { @@ -297,6 +321,19 @@ } +#forum-thread .subject { + background: #222222; +} +#forum-thread .odd { + background: #222222; +} +#forum-thread .even { + background: #111111; +} +#forum-thread .subject .reference { + color: #dbdbb0; +} +