Skip to content

Instantly share code, notes, and snippets.

@jpgreth
Forked from gregrickaby/custom.css
Created March 14, 2013 20:41
Show Gist options
  • Save jpgreth/5165024 to your computer and use it in GitHub Desktop.
Save jpgreth/5165024 to your computer and use it in GitHub Desktop.
/* Reset
------------------------------------------------------------ */
body#ttrssMain,
body#ttrssPrefs,
body#ttrssLogin,
body {
color: #000;
font-family: "Arial", sans-serif;
font-size: 100%;
}
/* Folder Tree
------------------------------------------------------------ */
.dijitTreeContainer,
span.hlContent {
font-size: 0.875rem;
}
/* Preview Pane
------------------------------------------------------------ */
.odd,
.even {
background: #fff;
padding: 5px;
overflow: hidden;
}
.even.Unread,
.even.Unread td {
background: #fff;
}
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: 1.250rem;
font-weight: 700;
}
div.postReply div.postContent {
font-size: 0.875rem;
line-height: 1.5;
padding: 20px;
}
div.postContent p {
margin-bottom: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment