Entry tags:
So I can force myself to stop tinkering with it
I was playing around with the Tabula Rasa Plain layout and some custom CSS. Posting on the off-chance that it will be useful to someone.
(Also, alas, I like the horizontal site schemes better, but Celerity seems to be the only one that doesn't shrink pre and code text way down. Readability trumps layout preference.)
body { background: #464646; font-family: Helvetica, Verdana, sans-serif; } h1, h2, h3, h4, h5, h6, span.entry-poster { font-family: Gill Sans; } a, a:visited { color: #fff; } .inner a { color: #50707c; } /* MAIN PAGE HEADER */ #header h1, #header h2 { padding: 0em 0.5em; display: inline; color: #fff; } #header h2 { border-left: 1px solid #fff; } /* ENTRIES */ .entry { background: #fff; padding: 1em; margin-bottom: 1em; line-height: 1.5em; font-size: 0.9em; } .entry a:visited { color: #464646; } h3.entry-title { font-size 1.5em; padding: .5em 0; border-bottom: 3px solid #f7317c; } h3.entry-title a { color: #464646; text-decoration:none; } .entry-content { padding: 1em; line-height: 1.8em; width: 70%; } .entry div.userpic { padding: 0em 1em 1em 1em; float: right; } .entry .datetime { font-size: 0.9em; } .entry div.footer a { color: #f7317c; } /* SIDEBAR */ div.module-userprofile { text-align: center; } div.journal-name { display:none; } .module-section-one { font-size:.8em; background:#eee; padding: 1em; } .module-section-one a:visited { color:#464646; } ul.module-list { list-style-type:none; } .module-section-one h2, .module-section-one h2 a, .module-section-one h2 a:visited { text-align: left; background: #464646; color: #fff; text-decoration:none; } .module-section-one h2 { padding: .5em; }
(Also, alas, I like the horizontal site schemes better, but Celerity seems to be the only one that doesn't shrink pre and code text way down. Readability trumps layout preference.)
no subject