Difference between revisions of "MediaWiki:Print.css"

From Dark Prospects Rules
Jump to navigation Jump to search
Line 4: Line 4:
 
.printfooter { display: none; }
 
.printfooter { display: none; }
 
#footer { display: none; }
 
#footer { display: none; }
 +
#totop { display: none; }

Revision as of 17:04, 5 June 2017

/* CSS placed here will affect the print output */
html, body, #content, #bodyContent, #firstHeading, .ritual h2 { margin-top: 0; }
#catlinks { display: none; }
.printfooter { display: none; }
#footer { display: none; }
#totop { display: none; }