From 5daa24f2333ee9f5a5c6188b2a655ae89c57d78c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Apr 2008 11:39:05 +0100 Subject: CDM: implement scoring display --- tt-rss.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 65c93175b..abed34564 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -925,7 +925,7 @@ div.cdmHeader { padding : 5px 5px 10px 5px; } -div.cdmArticleUnread div.cdmHeader a { +div.cdmArticleUnread div.cdmHeader span.titleWrap a { color : black; } @@ -995,7 +995,6 @@ div.cdmHeader a:hover { div.cdmContent { margin : 5px 15px 0px 15px; - } div.cdmEnclosures { @@ -1768,3 +1767,19 @@ td.hlContentL a, td.hlContentL span { color : #909090; text-decoration : line-through; } + +span.titleWrapH, span.titleWrapH a { + color : #00cc00; +} + +span.titleWrapL, span.titleWrapL a { + color : #909090; + text-decoration : line-through; +} + +img.hlScorePic { + vertical-align : middle; + width : 16px; + height : 16px; +} + -- cgit v1.2.3