-
-
Save tuxtor/5174807 to your computer and use it in GitHub Desktop.
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
/* Reset | |
------------------------------------------------------------ */ | |
body#ttrssMain, | |
body#ttrssPrefs, | |
body#ttrssLogin, | |
body { | |
color: #000; | |
font-family: "Arial", sans-serif; | |
font-size: 80%; | |
} | |
/* Folder Tree | |
------------------------------------------------------------ */ | |
.dijitTreeContainer, | |
span.hlContent { | |
font-size: 14px; | |
font-size: 0.875rem; /* 14 / 16 */ | |
} | |
/* Preview Pane | |
------------------------------------------------------------ */ | |
.odd, | |
.even { | |
background: #fff; | |
padding: 5px; | |
overflow: hidden; | |
} | |
.even.Unread, | |
.even.Unread td { | |
background: #fff; | |
} | |
.odd.Selected, | |
.odd.Selected td { | |
background: #ffffff !important; | |
border-style: solid !important; | |
border-left-color: #d5ddff !important; | |
border-left-width: medium !important; | |
} | |
.even.Selected, | |
.even.Selected td { | |
background: #ffffff !important; | |
border-style: solid !important; | |
border-left-color: #d5ddff !important; | |
border-left-width: medium !important; | |
} | |
span.contentPreview, | |
span.author { | |
display: none; /* I don't care for the content preview or author info. Just show me the headline */ | |
} | |
/* Post Content | |
------------------------------------------------------------ */ | |
div.postTitle a { | |
color: #000; | |
font-size: 20px; | |
font-size: 1.250rem; /* 20 / 16 */ | |
font-weight: 700; | |
} | |
div.postReply div.postContent { | |
font-size: 14px; | |
font-size: 0.875rem; /* 14 / 16 */ | |
padding: 20px; | |
} | |
div.postContent p { | |
margin-bottom: 16px; | |
margin-bottom: 1rem; /* 16 / 16 */ | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment