Difference between revisions of "MediaWiki:Common.css"
Line 9: | Line 9: | ||
body.page-USF4_Remix li#ca-talk { display:none!important; } | body.page-USF4_Remix li#ca-talk { display:none!important; } | ||
+ | /* hide the "Retrieved from" message */ | ||
+ | .printfooter { display: none; } |
Revision as of 13:58, 9 December 2020
/* CSS placed here will be applied to all skins */ <!-- No [edit] tab for users who can not edit --> <?php global $wgUser; if( !$wgUser->isAllowed('edit') ) { ?> <style type="text/css"> #ca-edit { display: none !important; } </style> <?php } ?> body.page-USF4_Remix li#ca-talk { display:none!important; } /* hide the "Retrieved from" message */ .printfooter { display: none; }