summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-13 10:10:45 +0300
committerAndrew Dolgov <[email protected]>2010-01-13 10:10:45 +0300
commitf2105630c631265107b45c77627538060670906c (patch)
tree1b4ba39e9d966d3d166449462b9139181d6dc7dc /themes
parentcf9dc03257dd08df4b58ff476e6115666a6b7e12 (diff)
graycube fixes
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css22
1 files changed, 12 insertions, 10 deletions
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;
}