summaryrefslogtreecommitdiff
path: root/digest.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-12 14:37:47 +0400
committerAndrew Dolgov <[email protected]>2010-09-12 14:37:47 +0400
commit78ac6caf001402142951ec90e8d0a1dac02e433b (patch)
tree11aeaa928f2c79ab776a822ae655d91fbb3925d4 /digest.css
parentef1ef3bc29b3324830c26efa9678568c4c530e2f (diff)
digest: support tags
Diffstat (limited to 'digest.css')
-rw-r--r--digest.css30
1 files changed, 27 insertions, 3 deletions
diff --git a/digest.css b/digest.css
index f7ddff689..cfee28bcf 100644
--- a/digest.css
+++ b/digest.css
@@ -18,6 +18,10 @@ a:hover {
color : gray;
}
+#header a:hover, #footer a:hover {
+ color : #0069D8;
+}
+
#header {
font-weight : bold;
font-size : 14px;
@@ -159,6 +163,18 @@ a:hover {
max-width : 65%;
}
+#headlines h1 a {
+ color : #684C99;
+}
+
+#headlines h1 a:hover {
+ color : gray;
+}
+
+#headlines h1 #headlines-title {
+ color : gray;
+}
+
#headlines ul#headlines-content div.digest-check {
float : right;
}
@@ -214,15 +230,23 @@ a:hover {
}
#headlines ul#headlines-content div.info {
- margin-top : 2px;
font-size : 11px;
}
#headlines ul#headlines-content div.info a {
color : gray;
- font-weight : bold;
}
-#headlines ul#headlines-content div.info a:hover {
+#headlines ul#headlines-content span.tags {
+ font-size : 11px;
+ margin-bottom : 2px;
+}
+
+#headlines ul#headlines-content span.tags a {
+ color : #684C99;
+}
+
+#headlines ul#headlines-content div.info a:hover,
+#headlines ul#headlines-content span.tags a:hover {
color : #659a4c;
}