Difference between revisions of "MediaWiki:Print.css"
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 16: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; }