Last active
December 31, 2015 12:19
-
-
Save manuhabitela/7985173 to your computer and use it in GitHub Desktop.
Open Web Platform Daily Digest custom stylesheet: focus on content. Easily usable with Stylebot and others.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
article { | |
border: none; | |
margin: 0 auto; | |
padding: 0; | |
} | |
.banner, .quotes, h1, .patron-count { | |
display: none; | |
} | |
.menu-bar, .markdown-data > p { | |
margin: 10px 0; | |
padding: 0; | |
border: 0; | |
} | |
.menu-bar { | |
text-align: left; | |
} | |
.menu-bar:before { | |
content: 'Open Web Platform Daily Digest'; | |
} | |
.list-label { | |
position: relative; | |
top: auto; | |
left: auto; | |
right: auto; | |
font-size: inherit; | |
border-top: none; | |
} | |
html, .markdown-data > p { | |
font-size: 13px; | |
} | |
.markdown-data { | |
font-size: 16px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment