@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/") {
body {
color: #222222 !important;
}
/* Fix Layout */
#viewer-entries-container { padding-bottom: 13px !important; }
#scrollable-sections { padding-bottom: 13px !important; }
/* hide clutter at the top and maximize vertical space */
#gb, #top-bar, #lhn-add-subscription-section, #home-section, #scrollable-sections-top-shadow, #scrollable-sections-bottom-shadow, #viewer-header-container, #viewer-header, #title-and-status-holder {
display: none !important;
}
#entries {
border-top: 0 !important;
padding: 0 8px !important;
}
#entries.cards .entry {
margin: 8px 0 !important;
}
.card-actions {
display: none !important;
}
/* edit some colors */
.card {
border: 2px solid #dedede !important;
}
#current-entry .card {
border-color: #999 !important;
}
#current-entry .entry-container .entry-title a, #current-entry .entry-container .entry-body a, #current-entry .entry-container a.entry-post-author-name, a.entry-source-title {
color: #444444 !important;
}
#current-entry .entry-container a.entry-source-title {
color: #1155CC !important;
}
.entry-container .entry-title a, .entry-container .entry-body a {
color: #888888 !important;
}
}