From: Andrew Dolgov Date: Wed, 13 Jan 2010 07:10:45 +0000 (+0300) Subject: graycube fixes X-Git-Tag: 1.4.0~74 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=f2105630c631265107b45c77627538060670906c graycube fixes --- diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css index 129f167e..f84f260b 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; }