From 3153b7a411fb12cf8332a679a64b8cb7ce25eaca Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 23 Jul 2013 20:44:32 -0500 Subject: [PATCH] Remove greader_* (Bye bye Google Reader...) --- greader_blue.css | 38 ------------------------------- greader_compact.css | 54 --------------------------------------------- greader_plus.css | 53 -------------------------------------------- 3 files changed, 145 deletions(-) delete mode 100644 greader_blue.css delete mode 100644 greader_compact.css delete mode 100644 greader_plus.css diff --git a/greader_blue.css b/greader_blue.css deleted file mode 100644 index cf2c466..0000000 --- a/greader_blue.css +++ /dev/null @@ -1,38 +0,0 @@ -@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/"){ - -html, body {height:100% !important;} - -#ogspacer { background:#e1ecfe;} -#entries { color: #222!important;} - -h2, p, strong, #overview, .entry:hover, .item-body { color: #222!important;} -a strong { color: #0000CC!important;} -#search-input { background:#f3f3f3; } -#search-submit { font-weight: bold!important; color: #369!important;} -#loading-area { color:#000!important;} -#entries-status, .sub-tree-header { color: #444!important;} -#settings, .viewer-links { color: #222!important;} -#footer { color: #333!important;} -td.left-column, td.right-column { color: #333!important;} -#trends-item-count-list { color: #333!important;} - -#nav, #lhn-add-subscription-section, #lhn-selectors, #lhn-friends, #lhn-subscriptions, .scroll-tree li { background-color: #E1ECFE!important;} -.scroll-tree li a:hover { background-color: inherit!important; } -.scroll-tree li .tree-link-selected:hover { background-color: #C2CFF1!important; } -.scroll-tree li a .name { color: #6666CC!important; } -.scroll-tree li a .name-unread { color: #0000CC!important; } -.scroll-tree .tree-item-action-container { background-color: inherit!important; } - -#chrome-header { background-color: inherit!important; } -#chrome-view-links { background-color: inherit!important; } -#chrome-lhn-toggle { display: none!important; } - -#chrome-viewer { padding: 5px!important; padding-top: 0!important; } -#viewer-header, #viewer-footer { background-color: #C3D9FF!important; } -#chrome-viewer #viewer-header, #chrome-viewer #viewer-container #entries, #chrome-viewer #viewer-footer { border-left: 3px solid #C3D9FF!important; } -#viewer-container div#home { border-left: 0px!important; border-right: 0px!important; } - -#entries.list .read .collapsed { background-color: #E8EEF7!important; } - -} diff --git a/greader_compact.css b/greader_compact.css deleted file mode 100644 index a0df9d6..0000000 --- a/greader_compact.css +++ /dev/null @@ -1,54 +0,0 @@ -@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; } -#entries.list #current-entry.expanded .entry-container { background: #FFFFFF !important; } -#entries.list #current-entry.expanded .collapsed { border-color: #FFFFFF !important; border-top: 2px solid #4D90F0 !important; } -#entries.list #current-entry.expanded .entry-actions { border-bottom: 2px solid #4D90F0 !important; } -#entries.list #current-entry.expanded .collapsed .entry-secondary-snippet { display: none !important; } -#entries.list #current-entry.expanded .collapsed, - #entries.list #current-entry.expanded .entry-container, - #entries.list #current-entry.expanded .entry-actions { border-right: 2px solid #FFF !important; border-left: 2px solid #FFF !important; } - -#entries.list .entry .entry-main .entry-title, - #entries.list .entry .entry-main .entry-source-title, - #entries.list .entry .entry-main .snippet, - #entries.list .entry .entry-date { color: #999 !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; } - -#entries.list .read .entry-main .entry-title, - #entries.list .read .entry-main .entry-source-title, - #entries.list .read .entry-main .snippet, - #entries.list .read .entry-date { color: #AAA !important; } - -#entries.list #current-entry.expanded.read .entry-main .entry-title, - #entries.list #current-entry.expanded.read .entry-main .entry-source-title, - #entries.list #current-entry.expanded.read .entry-date { color: #6488B9 !important; } - -#current-entry .entry-container .entry-body { font-size: 1.1em !important; line-height: 1.4em; } -} diff --git a/greader_plus.css b/greader_plus.css deleted file mode 100644 index 0aa9a8b..0000000 --- a/greader_plus.css +++ /dev/null @@ -1,53 +0,0 @@ -@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/"){ - -html , body {height:100% !important;} - -#ogspacer { background:#e1ecfe;} -#entries { color: #222!important;} -#newbie-promo { display:none!important;} -#tips { background-color: #F1F1F1!important;} - -h2, p, strong, #overview, .entry:hover, .item-body { color: #222!important;} -#main a strong, #main a, #main a:visited, #main .link { color: #222222!important;} -#search-input { background:#f3f3f3; } -#search-submit { font-weight: bold!important; color: #369!important;} -#loading-area { color:#000!important;} -#entries-status, .sub-tree-header { color: #444!important;} -#settings, .viewer-links { color: #222!important;} -#footer { color: #333!important;} -td.left-column, td.right-column { color: #333!important;} -#trends-item-count-list { color: #333!important;} - -#nav, #lhn-add-subscription-section, #lhn-selectors, #lhn-friends, #lhn-subscriptions, .scroll-tree li { background-color: #FFFFFF!important;} -#lhn-selectors .selected { background-color: #FFFFFF!important; } -#lhn-selectors .selected:hover { background-color: #D1D1D1!important; } -.lhn-section .selected a, .lhn-section .selected a .text, .lhn-section .selected .link { color: #DD4B39!important; } -.scroll-tree li a:hover { background-color: inherit!important; } -.scroll-tree li.folder:hover { background-color: #D1D1D1!important; } -.scroll-tree li .tree-selected a .name { color: #DD4B39!important; } -.scroll-tree li .tree-link-selected { background: #FFFFFF!important; } -.scroll-tree li a .name { color: #666666!important; } -.scroll-tree li a .name-unread { color: #000000!important; } -.scroll-tree .tree-item-action-container { background-color: inherit!important; } - -#overview .item-snippet { color: #999999!important; } - -#chrome-header { background-color: inherit!important; } -#chrome-view-links { background-color: inherit!important; } -#chrome-lhn-toggle { display: none!important; } - -#chrome-viewer { padding: 5px!important; padding-top: 0!important; } -#viewer-header, #viewer-footer { background-color: #E8E8E8!important; } -#chrome-viewer #viewer-header, #chrome-viewer #viewer-container #entries, #chrome-viewer #viewer-footer { border-left: 3px solid #E8E8E8!important; } -#viewer-container div#home { border-left: 0px!important; border-right: 0px!important; } - -#current-entry .entry-container .entry-title a, #current-entry .entry-container a.entry-source-title, #current-entry .entry-container .entry-body a, #current-entry .entry-container a.entry-post-author-name { color: #000000!important; } -.read .entry-container .entry-title a, .read .entry-container a.entry-source-title, .read .entry-container .entry-body a, .read .entry-container a.entry-post-author-name { color: #888888!important; } -#entries.list .entry .entry-actions { background-color: #F9F9F9!important; } -#entries.list .read .collapsed { background-color: #F1F1F1!important; } -#entries.list #current-entry .collapsed { border: 2px solid #DD4B39!important; } -#entries.list #current-entry.expanded .collapsed { border-bottom-color: #FFFFFF!important; border-width: 2px 0!important; } -#entries.list #current-entry.expanded, #entries.list #current-entry.expanded .entry-actions { border-color: #DD4B39!important; } - -} \ No newline at end of file -- 2.43.0