Difference between revisions of "MediaWiki:Common.css"
From Fellrnr.com, Running tips
User:Fellrnr (User talk:Fellrnr | contribs) (Created page with "→CSS placed here will be applied to all skins: #ca-watch { display: none !important; } #ca-talk { display: none !important; } <?php global $wgUser; if( $wgUser->isAnon() )...") |
(No difference)
|
Revision as of 15:47, 22 April 2014
/* CSS placed here will be applied to all skins */ #ca-watch { display: none !important; } #ca-talk { display: none !important; } <?php global $wgUser; if( $wgUser->isAnon() ) { ?> <style type="text/css"> #ca-viewsource { display: none !important; } </style> <?php } ?>