From f407c08674e1d913192436289de75bc8bda4b5db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 10:08:55 +0100 Subject: gracube updates, code cleanup --- themes/graycube/theme.css | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'themes/graycube/theme.css') diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 29ac8bb9f..bcad4ecc2 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -6,6 +6,13 @@ a:hover { color : gray; } +.notify { + border-color : #999; + background-color : #f9f9f9; + color : black; + -moz-border-radius : 0px; +} + div.notice { background : #f9f9f9; border : 1px solid #999999; @@ -49,7 +56,7 @@ div.postReply > div.postHeader { .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td, .evenSelectedUnread td { - background-color : #fff7d5; + background-color : #ffcccc; font-weight : bold; border-width : 1px 0px 1px 0px; border-style : solid; @@ -58,19 +65,19 @@ div.postReply > div.postHeader { .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td, .oddSelectedUnread td { - background-color : #fff7d5; + background-color : #ffcccc; font-weight : bold; } .evenSelected, .evenSelected td { - background-color : #fff7d5; + background-color : #ffcccc; border-width : 1px 0px 1px 0px; border-style : solid; border-color : #ebebeb; } .oddSelected, .evenSelected td { - background-color : #fff7d5; + background-color : #ffcccc; } .evenGrayed, .evenGrayed td { @@ -189,7 +196,7 @@ tr.title td a:hover { } span.contentPreview:hover { - color : black; + color : gray; } #dispSwitch a:hover { @@ -320,7 +327,7 @@ div.headlines_cdm { } #headlinesContainer { - margin-left : 1px; + margin-left : 0px; background-color : white; } @@ -390,3 +397,4 @@ div.return a:hover { border-style : solid; } + -- cgit v1.2.3