summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 021135dfc..cb0a78f2b 100644
--- a/cdm.css
+++ b/cdm.css
@@ -132,6 +132,10 @@ div.cdm.expanded.Unread.Selected div.cdmHeader, div.cdm.expanded.Selected div.cd
background : #FFEA9E;
}
+div.cdm.active.Selected div.cdmHeader {
+ background : #FFEA9E;
+}
+
div.cdm.expanded.even.Unread, div.cdm.expanded.odd.Unread {
background : white;
}
@@ -159,3 +163,13 @@ div.cdmContentInner p {
div.cdmContentInner iframe {
min-width : 50%;
}
+
+div.cdmHeader span.author {
+ color : gray;
+ font-size : 11px;
+}
+
+div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
+ font-size : 13px;
+}
+