Last active
December 18, 2015 08:09
-
-
Save aprescott/5752288 to your computer and use it in GitHub Desktop.
yoleoreader.com user style. You can install it in Stylish manually, or get it from http://userstyles.org/styles/88954/yoleo-reading-tweaks
This file contains hidden or 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
/* | |
* Just a user stylesheet for yoleoreader.com. No affiliation. | |
* | |
* Author: Adam Prescott (aprescott.com) | |
* Copyright: CC BY-NC-SA - Creative Commons Attribution-NonCommercial-ShareAlike | |
*/ | |
.article-contents { | |
font-family: "Georgia", serif; | |
font-size: 1.1em; | |
line-height: 1.55em; | |
color: black; | |
} | |
.article-contents blockquote { | |
background: white; | |
font-style: normal; | |
margin: 1em; | |
} | |
.articles li { | |
padding: 0.25em; | |
} | |
.current-article .feed-title { | |
margin-left: 0; | |
} | |
.current-article .article-title { | |
margin-left: -27px; | |
} | |
.article-contents hr { | |
margin: 1em 0; | |
} | |
.article-list-header { | |
padding-top: 30px; | |
} | |
.content { | |
padding-top: 30px; | |
} | |
.articles-list-container { | |
top: 66px; | |
} | |
.content.padded-bottom-3 { | |
padding-bottom: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment