]> git.wh0rd.org - tt-rss.git/blobdiff - cdm.css
Merge branch 'master' of https://github.com/HeikoAdams/Tiny-Tiny-RSS
[tt-rss.git] / cdm.css
diff --git a/cdm.css b/cdm.css
index 7ab3471ca6fb11c72c53061eab29dfe314ac25c0..9893f43fca5f10509f7ec23d85203b8c16936baf 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -63,17 +63,59 @@ div.cdmContentInner img {
 }
 
 div.cdmFooter {
-       background-color : #f0f0f0;
-       background-image : url("images/cdm_footer_tile.png");
        padding : 5px;
        font-weight : normal;
        color : gray;
        clear : both;
 }
 
-.Selected div.cdmFooter {
-       background-color : #FFE587;
-       background-image : url("images/cdm_footer_selected.png");
+div.cdm {
+       border-width : 0px 1px 1px 0px;
+       border-collapse : collapse;
+       border-color : #c0c0c0;
+       border-style : solid;
+       background : #fafafa;
+}
+
+div.cdm.expandable {
+       background : #f0f0f0;
+}
+
+div.cdm.expanded, div.cdm.expandable {
+       margin : 4px 4px 0px 4px;
+       border-width : 1px;
+       border-color : #c0c0c0;
+       box-shadow : 0px 0px 3px #ccc;
+}
+
+div.cdm.expanded div.cdmHeader {
+       background : #e0e0e0;
+}
+
+div.cdm.Unread {
+       background : white;
+}
+
+div.cdm.Unread div.cdmHeader {
+       background : #ecf4ff;
+}
+
+div.cdm.active {
+       border-color : #88b0f0;
+       background : white ! important;
+       box-shadow : 0px 0px 3px #4684ff;
+}
+
+div.cdm.active div.cdmHeader {
+       background : #ecf4ff;
+}
+
+div.cdm.active div.cdmHeader a.title {
+       color : #4684ff;
+}
+
+div.cdm.active div.cdmContent {
+       background : white;
 }
 
 span.cdmExcerpt {
@@ -120,30 +162,6 @@ div.cdmHeader span.hlFeed {
        font-style : italic;
 }
 
-div.cdm.expanded .cdmHeader {
-       background : #E0E0E0;
-}
-
-div.cdm.expanded.Unread div.cdmHeader {
-       background : #DCECFB;
-}
-
-div.cdm.expanded.Unread.Selected div.cdmHeader, div.cdm.expanded.Selected div.cdmHeader {
-       background : #FFEA9E;
-}
-
-div.cdm.active.Selected div.cdmHeader {
-       background : #FFEA9E;
-}
-
-div.cdm.expanded.even.Unread, div.cdm.expanded.odd.Unread {
-       background : white;
-}
-
-div.cdm.expanded.even, div.cdm.expanded.odd {
-       background : #f9f9f9;
-}
-
 div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
        vertical-align : middle;
        color : gray;
@@ -174,23 +192,4 @@ div.cdm.expanded div.cdmHeader a.title, div.cdm.active div.cdmHeader a.title {
        font-size : 13px;
 }
 
-div#small_article_preview {
-       width : 300px;
-       max-height : 350px;
-       overflow : hidden;
-       border : 1px solid #c0c0c0;
-       background : white;
-       position : absolute;
-       box-shadow : 2px 2px 4px #c0c0c0;
-       z-index : 2;
-}
-
-div#small_article_preview div.content {
-       padding : 5px;
-       font-size : 12px;
-       color : gray;
-}
 
-div#small_article_preview div.content img {
-       max-width : 290px;
-}