Difference between revisions of "MediaWiki:Print.css"
m |
m |
||
| Line 7: | Line 7: | ||
ol.references {display: none;} | ol.references {display: none;} | ||
| − | + | ||
| − | + | ||
| − | + | @media print { | |
| + | #footer, | ||
| + | #content, | ||
| + | body { font-size: 8pt !important; } | ||
| + | h1 { font-size: 17pt } | ||
| + | h2 { font-size: 14pt } | ||
| + | h3 { font-size: 11pt } | ||
| + | h4 { font-size: 9pt } | ||
| + | h5 { font-size: 8pt } | ||
| + | h6 { | ||
| + | font-size: 8pt; | ||
| + | font-weight: normal; | ||
| + | } | ||
| + | #catlinks, .catlinks { display: none; } | ||
| + | #footer { display: none; } | ||
| + | .printfooter { display: none; } | ||
| + | } | ||
Revision as of 09:10, 28 August 2019
/* CSS placed here will affect the print output */
#siteSub { display: none; }
#firstHeading { diplay:none;}
.printfooter { display: none; }
ol.references {display: none;}
@media print {
#footer,
#content,
body { font-size: 8pt !important; }
h1 { font-size: 17pt }
h2 { font-size: 14pt }
h3 { font-size: 11pt }
h4 { font-size: 9pt }
h5 { font-size: 8pt }
h6 {
font-size: 8pt;
font-weight: normal;
}
#catlinks, .catlinks { display: none; }
#footer { display: none; }
.printfooter { display: none; }
}