]> 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 9acef970f798bff1dbc399a99ac6a343c03a623c..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,47 +45,112 @@ div.cdmHeader img, div.cdmFooter img {
        margin : 0px 2px 0px 2px;
 }
 
-div.cdmContent a {
-       color : #4684ff;
-}
-
-div.cdmContent a:hover {
-       color : black;
-}
-
 div.cdmContentInner {
        margin : 10px;
+       line-height : 20px;
 }
 
 div.cdmContentInner img {
        border-width : 0px;
        max-width : 98%;
+       height : auto;
 }
 
 div.cdmFooter {
-       background-color : #f0f0f0;
-       background-image : url("images/cdm_footer_tile.png");
        padding : 5px;
        font-weight : normal;
-       color : gray;
+       color : #555;
        clear : both;
 }
 
-.Selected div.cdmFooter {
-       background-color : #FFE587;
-       background-image : url("images/cdm_footer_selected.png");
+div.cdm.expanded {
+       margin-top : 4px;
+       margin-bottom : 4px;
+}
+
+div.cdm.expandable {
+       background-color : #f0f0f0;
+       border-width : 0px 0px 1px 0px;
+       border-color : #c0c0c0;
+       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;
+}
+
+div.cdm.expanded > hr {
+       margin-top : 0px;
+       margin-bottom : 0px;
+}
+
+div.cdm.expandable.Unread {
+       background : white;
+}
+
+div.cdm.expandable.active {
+       border-color : #88b0f0;
+       background : white ! important;
+}
+
+div.cdm.expandable div.cdmHeader a.title {
+       font-weight : bold;
+       color : #555;
+}
+
+div.cdm.expandable.Unread div.cdmHeader a.title {
+       color : black;
+}
+
+div.cdm.expandable.active div.cdmHeader a.title {
+       color : #4684ff;
+}
+
+div.cdm.expanded div.cdmHeader {
+       background : transparent ! important;
+}
+
+div.cdm.expanded div.cdmHeader a.title {
+       font-size : 14px;
+       color : #999;
+       font-weight : bold;
+}
+
+
+div.cdm.expanded.active div.cdmHeader a.title {
+       color : #4684ff;
+}
+
+div.cdm.expanded.Unread div.cdmHeader a.title {
+       color : black;
+}
+
+div.cdm.expanded div.cdmContent {
+       color : #555;
+}
+
+div.cdm.expanded.Unread div.cdmContent {
+       color : black;
+}
+
+div.cdm.active div.cdmContent {
+       color : black;
 }
 
 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 {
@@ -98,66 +163,41 @@ 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;
        font-style : italic;
 }
 
-div.cdm.expanded .cdmHeader {
-       background : #EEEEEE;
-}
-
-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;
+       color : #555;
        font-weight : normal;
        font-style : italic;
        font-size : 11px;
 }
 
-div.cdmContentInner p {
-       max-width : 650px;
+div.cdm .hlFeed a {
+       border-radius : 4px;
+       display : inline-block;
+       padding : 1px 4px 1px 4px;
 }
 
-.Unread div.cdmHeader {
-       font-weight : bold;
+div.cdmContentInner p {
+       max-width : 650px;
 }
 
 div.cdmContentInner iframe {
@@ -165,32 +205,9 @@ div.cdmContentInner iframe {
 }
 
 div.cdmHeader span.author {
-       color : gray;
+       color : #555;
        font-size : 11px;
        font-weight : normal;
 }
 
-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;
-}