Difference between revisions of "MediaWiki:Print.css"
From LMU BioDB 2013
(Almost there...) |
(Font tweaks.) |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
body { | body { | ||
+ | font-family: Helvetica Neue, Helvetica, Arial, sans-serif; | ||
font-size: 10px; | font-size: 10px; | ||
margin: 3em; | margin: 3em; | ||
Line 7: | Line 8: | ||
#firstHeading { | #firstHeading { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #toc { | ||
+ | font-size: 90%; | ||
} | } | ||
Revision as of 05:36, 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%; } #content a.external.text:after, #content a.external.autonumber:after { content: none; }