]> 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 ed35d76268ae562a7f832e6800b9f497674fbaa0..9893f43fca5f10509f7ec23d85203b8c16936baf 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -3,25 +3,41 @@ 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.updPic {
+div.cdmHeader div.updPic {
        width : 25px;
        display : inline-block;
        text-align : center;
 }
 
-div.updPic img {
+div.cdmHeader div.updPic img {
        vertical-align : middle;
 }
 
@@ -29,12 +45,16 @@ div.cdmHeader img, div.cdmFooter img {
        margin : 0px 2px 0px 2px;
 }
 
-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 {
@@ -43,16 +63,59 @@ div.cdmContentInner img {
 }
 
 div.cdmFooter {
-       background : #f9f9f9;
        padding : 5px;
        font-weight : normal;
        color : gray;
        clear : both;
 }
 
-.evenUnreadSelected div.cdmFooter, .oddUnreadSelected div.cdmFooter,
-.evenSelected div.cdmFooter, .oddSelected div.cdmFooter {
-       background-color : #FFF2BF;
+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 {
@@ -67,3 +130,66 @@ 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.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;
+}
+
+