Difference between revisions of "MediaWiki:Monobook.css"

From Metal Band Wiki
Jump to: navigation, search
Line 7: Line 7:
 
#ca-history { display: none !important; }
 
#ca-history { display: none !important; }
  
#ca-talk { display: none !important; }
+
 
  
 
#ca-viewsource { display: none !important; }
 
#ca-viewsource { display: none !important; }

Revision as of 13:33, 7 May 2011

/* CSS placed here will affect users of the Monobook skin */

/* edit this file to customize the monobook skin for the entire site */

#ca-watch { display: none !important; }

#ca-history { display: none !important; }



#ca-viewsource { display: none !important; }

#ca-edit { display: none; }
 
body.page-Main_Page h1.firstHeading { display:none; }


<!-- No [view source] tab for anonymous users -->
<?php global $wgUser; if( $wgUser->isAnon() ) { ?>
<style>
#ca-edit { display: none !important; }
</style> 
<?php } ?>