Difference between revisions of "MediaWiki:Common.css"

Tag: Manual revert
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
<!-- No [view source] tab for anonymous users -->
#ca-talk { display:none!important; }
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
#ca-history { display:none!important; }
      <style type="text/css">
#t-whatlinkshere { display:none!important; }
        #ca-viewsource { display: none !important; }
#t-recentchangeslinked { display:none!important; }
      </style>
#t-specialpages { display:none!important; }
    <?php } ?>
#t-permalink { display:none!important; }
#t-info { display:none!important; }
#catlinks { display: none; }

Latest revision as of 00:04, 19 November 2021

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#t-whatlinkshere { display:none!important; }
#t-recentchangeslinked { display:none!important; }
#t-specialpages { display:none!important; }
#t-permalink { display:none!important; }
#t-info { display:none!important; }
#catlinks { display: none; }