8,153
edits
Changes
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() )..."
/* 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 } ?>
#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 } ?>