]> git.wh0rd.org - tt-rss.git/blobdiff - cdm.css
css cleanup; remove auxDlg; add separate prefs.css
[tt-rss.git] / cdm.css
diff --git a/cdm.css b/cdm.css
index 8681832b5dead4c216ac1a3a3b31ec472a90039f..7ab3471ca6fb11c72c53061eab29dfe314ac25c0 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -3,30 +3,58 @@ div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
 }
 
 div.cdmHeader {
+       display : table;
+}
+
+div.cdmHeader > * {
+       display : table-cell;
        padding : 5px;
 }
 
+div.cdmHeader > div {
+       white-space : nowrap;
+}
+
+div.cdmHeader > span {
+       width : 100%;
+}
+
 div.cdmHeader span.updated {
        color : gray;
        font-weight : normal;
+       font-size : 11px;
+       white-space : nowrap;
+       vertical-align : middle;
 }
 
 div.cdmHeader input {
        margin-right : 5px;
 }
 
+div.cdmHeader div.updPic {
+       width : 25px;
+       display : inline-block;
+       text-align : center;
+}
+
+div.cdmHeader div.updPic img {
+       vertical-align : middle;
+}
+
 div.cdmHeader img, div.cdmFooter img {
        margin : 0px 2px 0px 2px;
-       width : 16px;
-       height : 16px;
 }
 
-div.cdmContent {
-       font-weight : normal;
+div.cdmContent a {
+       color : #4684ff;
+}
+
+div.cdmContent a:hover {
+       color : black;
 }
 
 div.cdmContentInner {
-       margin : 0px 10px 10px 10px;
+       margin : 10px;
 }
 
 div.cdmContentInner img {
@@ -35,16 +63,17 @@ div.cdmContentInner img {
 }
 
 div.cdmFooter {
-       background : #f9f9f9;
+       background-color : #f0f0f0;
+       background-image : url("images/cdm_footer_tile.png");
        padding : 5px;
        font-weight : normal;
        color : gray;
        clear : both;
 }
 
-.evenUnreadSelected div.cdmFooter, .oddUnreadSelected div.cdmFooter,
-.evenSelected div.cdmFooter, .oddSelected div.cdmFooter {
-       background-color : #FFF2BF;
+.Selected div.cdmFooter {
+       background-color : #FFE587;
+       background-image : url("images/cdm_footer_selected.png");
 }
 
 span.cdmExcerpt {
@@ -59,3 +88,109 @@ div.cdmContent div.postEnclosures {
        color : gray;
 }
 
+div.cdmFeedTitle {
+       border-color : #a0a0a0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       padding : 5px 3px 5px 5px;
+       background : url("images/toolbar.png") bottom left;
+       background-repeat : repeat-x;
+}
+
+div.cdmFeedTitle a.title {
+       color : gray;
+       font-style : italic;
+       font-weight : bold;
+}
+div.cdmFeedTitle a {
+       color : gray;
+}
+
+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 : #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;
+       font-weight : normal;
+       font-style : italic;
+       font-size : 11px;
+}
+
+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;
+}
+
+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;
+}