Difference between revisions of "MediaWiki:Print.css"
From LMU BioDB 2013
(Font tweaks.) |
(Table of contents fittings.) |
||
| Line 12: | Line 12: | ||
#toc { | #toc { | ||
font-size: 90%; | font-size: 90%; | ||
| + | width: 40%; | ||
} | } | ||
Revision as of 05:37, 27 August 2013
/* CSS placed here will affect the print output */
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 10px;
margin: 3em;
}
#firstHeading {
display: none;
}
#toc {
font-size: 90%;
width: 40%;
}
#content a.external.text:after, #content a.external.autonumber:after {
content: none;
}