MediaWiki:Common.css

MediaWiki:Common.css

From Dr Shin Spine Clinic

Revision as of 00:49, 4 January 2010 by Cistern (Talk | contribs)
Jump to: navigation, search

Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/** 이 CSS 설정은 모든 스킨에 적용됩니다 */ 

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

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