From f2105630c631265107b45c77627538060670906c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 Jan 2010 10:10:45 +0300 Subject: graycube fixes --- themes/graycube/theme.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'themes') diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 129f167e1..f84f260b6 100644 --- a/themes/graycube/theme.css +++ b/themes/graycube/theme.css @@ -2,32 +2,33 @@ body { background : #f6f6f6; } +h3 { + border-color : #999999; +} + a:hover { color : gray; } div.cdmArticle { - border-width : 0px 0px 1px 0px; border-color : #999999; - margin : 0px; background : #f9f9f9; - -moz-border-radius : 0px; } div.cdmArticleUnread { - border-width : 0px 0px 1px 0px; border-color : #999999; - margin : 0px; background : white; - -moz-border-radius : 0px; } +div.cdmArticleUnread div.cdmHeader { + background : transparent; + background-repeat : repeat-x; +} + + div.cdmArticleSelected, div.cdmArticleUnreadSelected { - border-width : 0px 0px 1px 0px; border-color : #999999; - margin : 0px; background : #ffcccc; - -moz-border-radius : 0px; } div.cdmArticleUnread div.cdmHeader a.title, @@ -242,8 +243,9 @@ span.contentPreview:hover { border-width : 0px 0px 1px 0px; border-style : solid; border-color : #999999; - background : #f9f9f9; + background : #ffcccc; color : black; + text-shadow : #ffffff 0px 1px 0px; } -- cgit v1.2.3