From 4163d4e42e41f6b3b5c3727e8b5ad7ecc091d5a3 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 6 Nov 2012 16:18:02 -0600 Subject: [PATCH] greader_compact: Low-contrast .entry-action span's --- greader_compact.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/greader_compact.css b/greader_compact.css index 91982b5..4c5f467 100644 --- a/greader_compact.css +++ b/greader_compact.css @@ -1,18 +1,20 @@ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.google.com/reader/view/"),url-prefix("https://www.google.com/reader/view/"){ +/* header */ #lhn-recommendations { visibility: hidden !important; height: 0 !important; } #title-and-status-holder, #chrome-title { visibility: hidden !important; height: 0 !important; padding: 0 !important; } #lhn-add-subscription-section, #sections-header, #viewer-header { height: 40px !important; } #top-bar { height: 44px !important; } #search { padding: 7px 0 !important; } +/* main */ #team-messages, #overview .section-header { visibility: hidden !important; height: 0 !important; } #left-section .overview-section { margin-bottom: 0 !important; } #sections-header { margin-bottom: 1em !important; } - #overview .title { font-size: 140% !important; } +/* entry list */ #entries.list .entry .collapsed { border: 2px solid #FFFFFF !important; background: #FFFFFF !important; } #entries.list .read .collapsed { border: 2px solid #F4F4F4 !important; background: #F4F4F4 !important; } #entries.list #current-entry .collapsed { border: 2px solid #4D90F0 !important; } @@ -29,7 +31,12 @@ #entries.list .entry .entry-main .snippet, #entries.list .entry .entry-date { color: #999 !important; } -#current-entry .entry-container .entry-title a { color: #1859B4 !important; } +#current-entry .entry-container .entry-title a { color: #385D9F !important; } +#current-entry .entry-actions span { color:#999 !important; } +#current-entry .entry-actions span:hover { color:#222 !important; } +#current-entry .entry-actions span a { color:#999 !important; } +#current-entry .entry-actions span a:hover { color:#222 !important; } + #current-entry .entry-container a.entry-source-title, #current-entry .entry-container .snippet, #current-entry .entry-container a.entry-post-author-name { color: #222 !important; } -- 2.43.0