Skip to content

Instantly share code, notes, and snippets.

@yekm
Last active May 18, 2016 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yekm/5360577 to your computer and use it in GitHub Desktop.
Save yekm/5360577 to your computer and use it in GitHub Desktop.
styles
#reader-ad-container {
display: none !important;
}
#reader-container {
margin-right: 0 !important;
// margin-top: 0 !important;
}
.article-wrap {
padding: 0 !important;
}
.cat-label, .feed-label {
padding: 4px 20px 3px 30px !important;
}
.content {
margin-bottom: 5px;
}
.article-body, .article-body li {
color: black !important;
}
header {
display: none !important;
// background-color: #000 !important;
}
.content-region {
margin-top: 0px !important;
}
.nav {
top: 0 !important;
}
.section-header {
top: 0 !important;
}
@-moz-document url-prefix("https://feedly.com") {
.u100Entry {
margin-left: 0px !important;
margin-right: 0px !important;
max-width: none !important;
}
.entryBody {
margin-left: 0px !important;
margin-right: 0px !important;
max-width: none !important;
}
.shareBarHolder,
.websiteCallForAction {
display: none;
}
.content img {
width: 100% !important;
height: auto !important;
max-width: none !important;
margin-top: 1em !important;
margin-bottom: 0px !important;
}
.entryholder,
.inlineFrame {
padding-bottom: 5px !important;
}
.metadata {
margin-bottom: 1em;
}
}
aside.j-l-beta {
display: none;
}
div.j-l-alpha-content {
margin-right: 10px !important;
}
.j-l-content::before {
display: none;
}
.j-e-text {
font-size: 18px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment