MediaWiki:Common.css
From NUEESS
(Difference between revisions)
m |
m |
||
Line 2: | Line 2: | ||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
+ | |||
+ | <?php global $wgUser; if( $wgUser->isAnon() ) { ?> | ||
+ | <style type="text/css"> | ||
+ | #ca-history { display: none !important; } | ||
+ | </style> | ||
+ | <?php } ?> |
Revision as of 15:31, 21 January 2012
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } #ca-viewsource { display: none !important; } <?php global $wgUser; if( $wgUser->isAnon() ) { ?> <style type="text/css"> #ca-history { display: none !important; } </style> <?php } ?>
Whos here now: Members 0 Guests 0 Bots & Crawlers 2 |