summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 10:08:55 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 10:08:55 +0100
commitf407c08674e1d913192436289de75bc8bda4b5db (patch)
tree56bbebabac5179fdaac72c406eb007af197d0a16 /themes
parent140eda6c579393373433ea87db397b46e1a37c2f (diff)
gracube updates, code cleanup
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css20
1 files changed, 14 insertions, 6 deletions
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;
}
+