]> git.wh0rd.org - tt-rss.git/blobdiff - cdm.css
add a placeholder where floicon might be added if needed, still keep it
[tt-rss.git] / cdm.css
diff --git a/cdm.css b/cdm.css
index 86b71e49a170e463337f49a7bae6786ab17b7b59..4adc8f38f723f4a855134a531b622effbb8c3d7e 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -20,7 +20,7 @@ div.cdmHeader > span {
 }
 
 div.cdmHeader span.updated {
-       color : gray;
+       color : #555;
        font-weight : normal;
        font-size : 11px;
        white-space : nowrap;
@@ -45,21 +45,9 @@ div.cdmHeader img, div.cdmFooter img {
        margin : 0px 2px 0px 2px;
 }
 
-div.cdmContent a {
-       color : #4684ff;
-}
-
-div.cdm.expanded div.cdmHeader {
-       margin-right : 4px;
-       margin-left : 4px;
-}
-
-div.cdmContent a:hover {
-       color : black;
-}
-
 div.cdmContentInner {
        margin : 10px;
+       line-height : 20px;
 }
 
 div.cdmContentInner img {
@@ -71,7 +59,7 @@ div.cdmContentInner img {
 div.cdmFooter {
        padding : 5px;
        font-weight : normal;
-       color : gray;
+       color : #555;
        clear : both;
 }
 
@@ -87,6 +75,10 @@ div.cdm.expandable {
        border-style : solid;
 }
 
+div.cdm.expandable.active {
+       box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
+}
+
 div.cdm.expandable > hr {
        display : none;
 }
@@ -96,18 +88,18 @@ div.cdm.expanded > hr {
        margin-bottom : 0px;
 }
 
-div.cdm.Unread {
+div.cdm.expandable.Unread {
        background : white;
 }
 
-div.cdm.active {
+div.cdm.expandable.active {
        border-color : #88b0f0;
        background : white ! important;
 }
 
 div.cdm.expandable div.cdmHeader a.title {
        font-weight : bold;
-       color : gray;
+       color : #555;
 }
 
 div.cdm.expandable.Unread div.cdmHeader a.title {
@@ -124,7 +116,7 @@ div.cdm.expanded div.cdmHeader {
 
 div.cdm.expanded div.cdmHeader a.title {
        font-size : 14px;
-       color : gray;
+       color : #999;
        font-weight : bold;
 }
 
@@ -138,7 +130,7 @@ div.cdm.expanded.Unread div.cdmHeader a.title {
 }
 
 div.cdm.expanded div.cdmContent {
-       color : gray;
+       color : #555;
 }
 
 div.cdm.expanded.Unread div.cdmContent {
@@ -151,14 +143,14 @@ div.cdm.active div.cdmContent {
 
 span.cdmExcerpt {
        font-size : 11px;
-       color : gray;
+       color : #555;
        font-weight : normal;
        cursor : pointer;
 }
 
 div.cdmContent div.postEnclosures {
        margin-top : 1em;
-       color : gray;
+       color : #555;
 }
 
 div.cdmFeedTitle {
@@ -171,23 +163,19 @@ div.cdmFeedTitle {
 }
 
 div.cdmFeedTitle a.title {
-       color : gray;
+       color : #555;
        font-style : italic;
        font-weight : bold;
 }
 
 div.cdmFeedTitle a {
-       color : gray;
+       color : #555;
 }
 
 div.cdmFeedTitle a:hover {
        color : #4684ff;
 }
 
-div.articleNote {
-       border-style : dashed none dashed none;
-}
-
 div.cdmHeader span.hlFeed {
        float : right;
        font-weight : normal;
@@ -196,7 +184,7 @@ div.cdmHeader span.hlFeed {
 
 div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
        vertical-align : middle;
-       color : gray;
+       color : #555;
        font-weight : normal;
        font-style : italic;
        font-size : 11px;
@@ -217,7 +205,7 @@ div.cdmContentInner iframe {
 }
 
 div.cdmHeader span.author {
-       color : gray;
+       color : #555;
        font-size : 11px;
        font-weight : normal;
 }