
- semantic HTML5-elements in the main template - matching selectors for screen.css and print.css (no change of rules)
19 lines
588 B
CSS
19 lines
588 B
CSS
/* print.css for the default template of Jlog
|
|
* see screen.css for more details
|
|
*/
|
|
|
|
/* -- hide -- */
|
|
aside, #subnav, .skip, .entryform, .hidecomments, #entryform, hr { display: none; }
|
|
|
|
/* -- main settings -- */
|
|
body { font-family: Georgia, "Times New Roman", Times, serif; }
|
|
h1 { text-align: right; margin-top: 0; }
|
|
blockquote { font-style: italic; }
|
|
|
|
/* -- links -- */
|
|
a { text-decoration: none; }
|
|
main a:after { font-size: 70%; content:" <"attr(href)">"; }
|
|
main .meta a:after, main h2 a:after { content:""; }
|
|
|
|
/* -- comments -- */
|
|
ul#commentslist { list-style-type: none; }
|