Difference between revisions of "MediaWiki:Print.css"

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

Revision as of 22:11, 2 April 2019

/* 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; }
.noprint { display: none; }
.approvedAndLatestMsg { display: none; }