Difference between revisions of "MediaWiki:Common.css"

From Fellrnr.com, Running tips
Jump to: navigation, search
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 16: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 } ?>