Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
@print { | @print { | ||
#catlinks { display: none; } | #catlinks { display: none; } | ||
+ | #printfooter { display: none; } | ||
+ | #footer { display: none; } | ||
} | } |
Revision as of 19:05, 25 May 2017
/* CSS placed here will be applied to all skins */ .ritual pre { white-space: pre-wrap; } .card { white-space: pre-wrap; } table td { vertical-align: top; } .ritual .description { border-top: 1px solid black; } @print { #catlinks { display: none; } #printfooter { display: none; } #footer { display: none; } }