]> git.wh0rd.org - tt-rss.git/blobdiff - cdm.css
Add more czech strings.
[tt-rss.git] / cdm.css
diff --git a/cdm.css b/cdm.css
index 7d02bc645129eabfb43b0cb1c8fd29aed37ffc0b..6bed55de127239fd57288e310ec555366f5da495 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -45,10 +45,6 @@ div.cdmHeader img, div.cdmFooter img {
        margin : 0px 2px 0px 2px;
 }
 
-div.cdmContent, div.cdmContentInner * {
-       font-weight : normal;
-}
-
 div.cdmContent a {
        color : #4684ff;
 }
@@ -136,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;
 }
@@ -155,3 +155,22 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
 div.cdmContentInner p {
        max-width : 650px;
 }
+
+.Unread div.cdmHeader {
+       font-weight : bold;
+}
+
+div.cdmContentInner iframe {
+       min-width : 50%;
+}
+
+div.cdmHeader span.author {
+       color : gray;
+       font-size : 11px;
+       font-weight : normal;
+}
+
+div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
+       font-size : 13px;
+}
+