Difference between revisions of "MediaWiki:Print.css"

(Created page with "/* CSS placed here will affect the print output */ Remove non-essential elements: @media print { .firstHeading { margin-top: 0; padding-top: 0; } #siteSub { displ...")
(No difference)

Revision as of 17:39, 26 March 2019

/* CSS placed here will affect the print output */
/* Remove non-essential elements */
@media print {
    .firstHeading { margin-top: 0; padding-top: 0; }
    #siteSub { display: none; }
    .printfooter { display: none; }
    #catlinks, .catlinks { display: none; }
    #footer { display: none; }
}
Last modified on 26 March 2019, at 17:39