Remove greader_* (Bye bye Google Reader...)
authorTony Duckles <tony@nynim.org>
Wed, 24 Jul 2013 01:44:32 +0000 (20:44 -0500)
committerTony Duckles <tony@nynim.org>
Wed, 24 Jul 2013 01:44:32 +0000 (20:44 -0500)
greader_blue.css [deleted file]
greader_compact.css [deleted file]
greader_plus.css [deleted file]

diff --git a/greader_blue.css b/greader_blue.css
deleted file mode 100644 (file)
index cf2c466..0000000
+++ /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 (file)
index a0df9d6..0000000
+++ /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 (file)
index 0aa9a8b..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-@namespace url(http://www.w3.org/1999/xhtml);\r
-@-moz-document url-prefix("http://www.google.com/reader/view/"),url-prefix("https://www.google.com/reader/view/"){\r
-\r
-html , body {height:100% !important;}\r
-\r
-#ogspacer { background:#e1ecfe;}\r
-#entries { color: #222!important;}\r
-#newbie-promo { display:none!important;}\r
-#tips { background-color: #F1F1F1!important;}\r
-\r
-h2, p, strong, #overview, .entry:hover, .item-body { color: #222!important;}\r
-#main a strong, #main a, #main a:visited, #main .link { color: #222222!important;}\r
-#search-input { background:#f3f3f3; } \r
-#search-submit { font-weight: bold!important; color: #369!important;}\r
-#loading-area { color:#000!important;}\r
-#entries-status, .sub-tree-header { color: #444!important;}\r
-#settings, .viewer-links { color: #222!important;}\r
-#footer { color: #333!important;} \r
-td.left-column, td.right-column { color: #333!important;} \r
-#trends-item-count-list { color: #333!important;}\r
-\r
-#nav, #lhn-add-subscription-section, #lhn-selectors, #lhn-friends, #lhn-subscriptions, .scroll-tree li { background-color: #FFFFFF!important;}\r
-#lhn-selectors .selected { background-color: #FFFFFF!important; }\r
-#lhn-selectors .selected:hover { background-color: #D1D1D1!important; }\r
-.lhn-section .selected a, .lhn-section .selected a .text, .lhn-section .selected .link { color: #DD4B39!important; }\r
-.scroll-tree li a:hover { background-color: inherit!important; }\r
-.scroll-tree li.folder:hover { background-color: #D1D1D1!important; }\r
-.scroll-tree li .tree-selected a .name { color: #DD4B39!important; }\r
-.scroll-tree li .tree-link-selected { background: #FFFFFF!important; }\r
-.scroll-tree li a .name { color: #666666!important; }\r
-.scroll-tree li a .name-unread { color: #000000!important; }\r
-.scroll-tree .tree-item-action-container { background-color: inherit!important; }\r
-\r
-#overview .item-snippet { color: #999999!important; }\r
-\r
-#chrome-header { background-color: inherit!important; }\r
-#chrome-view-links { background-color: inherit!important; }\r
-#chrome-lhn-toggle { display: none!important; }\r
-\r
-#chrome-viewer { padding: 5px!important; padding-top: 0!important; }\r
-#viewer-header, #viewer-footer { background-color: #E8E8E8!important; }\r
-#chrome-viewer #viewer-header, #chrome-viewer #viewer-container #entries, #chrome-viewer #viewer-footer { border-left: 3px solid #E8E8E8!important; }\r
-#viewer-container div#home { border-left: 0px!important; border-right: 0px!important; }\r
-\r
-#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; }\r
-.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; }\r
-#entries.list .entry .entry-actions { background-color: #F9F9F9!important; }\r
-#entries.list .read .collapsed { background-color: #F1F1F1!important; }\r
-#entries.list #current-entry .collapsed { border: 2px solid #DD4B39!important; }\r
-#entries.list #current-entry.expanded .collapsed { border-bottom-color: #FFFFFF!important; border-width: 2px 0!important; }\r
-#entries.list #current-entry.expanded, #entries.list #current-entry.expanded .entry-actions { border-color: #DD4B39!important; }\r
-\r
-}
\ No newline at end of file