summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css155
1 files changed, 113 insertions, 42 deletions
diff --git a/cdm.css b/cdm.css
index 954d4fe2d..87d91ac34 100644
--- a/cdm.css
+++ b/cdm.css
@@ -20,10 +20,11 @@ div.cdmHeader > span {
}
div.cdmHeader span.updated {
- color : gray;
+ color : #555;
font-weight : normal;
font-size : 11px;
white-space : nowrap;
+ vertical-align : middle;
}
div.cdmHeader input {
@@ -44,50 +45,112 @@ div.cdmHeader img, div.cdmFooter img {
margin : 0px 2px 0px 2px;
}
-div.cdmContent, div.cdmContentInner * {
- font-weight : normal;
-}
-
-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 : #FFF2BF;
+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 : #555;
+ 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 {
@@ -99,8 +162,18 @@ div.cdmFeedTitle {
background-repeat : repeat-x;
}
-div.articleNote {
- border-style : dashed none dashed none;
+div.cdmFeedTitle a.title {
+ color : #555;
+ font-style : italic;
+ font-weight : bold;
+}
+
+div.cdmFeedTitle a {
+ color : #555;
+}
+
+div.cdmFeedTitle a:hover {
+ color : #4684ff;
}
div.cdmHeader span.hlFeed {
@@ -109,34 +182,32 @@ div.cdmHeader span.hlFeed {
font-style : italic;
}
-div.cdmHeader {
- background : #EEF6FD;
-}
-
-div.Unread div.cdmHeader {
- background : #DCECFB;
+div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
+ vertical-align : middle;
+ color : #555;
+ font-weight : normal;
+ font-style : italic;
+ font-size : 11px;
}
-div.Unread.Selected div.cdmHeader, div.Selected div.cdmHeader {
- background : #FFF2BF;
+div.cdm .hlFeed a {
+ border-radius : 4px;
+ display : inline-block;
+ padding : 1px 4px 1px 4px;
}
-div.cdm.even.Unread, div.cdm.odd.Unread {
- background : white;
+div.cdmContentInner p {
+ max-width : 650px;
}
-div.cdm.even, div.cdm.odd {
- background : #f0f0f0;
+div.cdmContentInner iframe {
+ min-width : 50%;
}
-div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
- vertical-align : middle;
- color : gray;
- font-weight : normal;
- font-style : italic;
+div.cdmHeader span.author {
+ color : #555;
font-size : 11px;
+ font-weight : normal;
}
-div.cdmContentInner{
- max-width : 650px;
-}
+