Custom styles for Tiny Tiny RSS. Compatible with feedly(-cozy).css.
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
#feeds-holder#feeds-holder #feedTree { | |
font-size: 14px; | |
} | |
body.ttrss_main #feeds-holder #feedTree .counterNode { | |
line-height: 1.75; | |
font-size: .8rem; | |
} | |
.flat .dijitTreeRow, | |
.flat .dijitTreeNode .dojoDndItemBefore, | |
.flat .dijitTreeNode .dojoDndItemAfter { | |
line-height: 1.75; | |
} | |
.cdm.expandable .excerpt { | |
font-size: .8rem; | |
} | |
.cdm .header span.updated { | |
margin-right: .5rem; | |
font-size: .8rem; | |
} | |
.cdm div.header span.author { | |
font-size: .8rem; | |
} | |
#content-wrap#content-wrap .cdm .collapse { | |
position: static; | |
} | |
#content-wrap#content-wrap .cdm .collapse i { | |
float: right; | |
height: auto; | |
} | |
#content-wrap#content-wrap .cdm.expandable.active .header, | |
#content-wrap#content-wrap .cdm.expanded .header { | |
max-width: 44rem; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
#content-wrap#content-wrap .cdm.expandable.active .icon-score, | |
#content-wrap#content-wrap .cdm.expanded .icon-score { | |
right: 7.25rem; | |
} | |
#content-wrap#content-wrap #headlines-frame, | |
#content-wrap#content-wrap #toolbar { | |
padding-left: 34px; | |
} | |
#content-wrap#content-wrap #floatingTitle .title, | |
#content-wrap#content-wrap .hl .title, | |
#content-wrap#content-wrap [data-article-id].cdm .title { | |
font-size: 1rem; | |
} | |
#content-wrap#content-wrap #floatingTitle > .title, | |
#content-wrap#content-wrap #floatingTitle > .titleWrap, | |
#content-wrap#content-wrap .header > .title, | |
#content-wrap#content-wrap .header > .titleWrap, | |
#content-wrap#content-wrap .hl > .title, | |
#content-wrap#content-wrap .hl > .titleWrap { | |
padding: 8px; | |
} | |
#content-wrap#content-wrap .content, | |
#content-wrap#content-wrap .content-inner { | |
max-width: 44rem; | |
margin-left: auto; | |
margin-right: auto; | |
line-height: 1.8; | |
font-size: 1rem; | |
} | |
#content-wrap#content-wrap .content h1 { | |
font-size: 2rem; | |
} | |
#content-wrap#content-wrap .content h2 { | |
font-size: 1.75rem; | |
} | |
#content-wrap#content-wrap .content h3 { | |
font-size: 1.5rem; | |
} | |
#content-wrap#content-wrap .content h4 { | |
font-size: 1.25rem; | |
} | |
#content-wrap#content-wrap .content h5 { | |
font-size: 1rem; | |
} | |
#content-wrap#content-wrap .content h6 { | |
font-size: .8rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment