Skip to content

Instantly share code, notes, and snippets.

@puppe
Forked from gregrickaby/custom.css
Last active December 15, 2015 00:59
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 puppe/5176735 to your computer and use it in GitHub Desktop.
Save puppe/5176735 to your computer and use it in GitHub Desktop.
Custom stylesheet for Tiny Tiny RSS
/* 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: 0.8rem;
}
/* Preview Pane
------------------------------------------------------------ */
.odd,
.even {
background: #fff;
padding: 0;
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;
padding: 20px;
}
div.postContent p {
margin-bottom: 1rem;
}
div.cdmContentInner {
margin-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment