X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=cdm.css;h=6bed55de127239fd57288e310ec555366f5da495;hb=977624efdb7969996d83e6492a808059bc7b38cf;hp=148b0e97fb8de06fe145ff3d13afda096bbfbaca;hpb=a1f7a5191aef343b5eef23716f5a162178874e47;p=tt-rss.git diff --git a/cdm.css b/cdm.css index 148b0e97..6bed55de 100644 --- a/cdm.css +++ b/cdm.css @@ -22,6 +22,9 @@ div.cdmHeader > span { div.cdmHeader span.updated { color : gray; font-weight : normal; + font-size : 11px; + white-space : nowrap; + vertical-align : middle; } div.cdmHeader input { @@ -42,10 +45,6 @@ div.cdmHeader img, div.cdmFooter img { margin : 0px 2px 0px 2px; } -div.cdmContent, div.cdmContentInner * { - font-weight : normal; -} - div.cdmContent a { color : #4684ff; } @@ -55,7 +54,7 @@ div.cdmContent a:hover { } div.cdmContentInner { - margin : 0px 10px 10px 10px; + margin : 10px; } div.cdmContentInner img { @@ -64,7 +63,8 @@ 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; @@ -72,7 +72,8 @@ div.cdmFooter { } .Selected div.cdmFooter { - background-color : #FFF2BF; + background-color : #FFE587; + background-image : url("images/cdm_footer_selected.png"); } span.cdmExcerpt { @@ -96,7 +97,80 @@ div.cdmFeedTitle { 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 : #EEF6FD; +} + +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; +} +