MediaWiki:Common.css

MediaWiki:Common.css

From Dr Shin Spine Clinic

Revision as of 04:05, 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; } 
#ca-history { display: none !important; }
#ca-delete { display: none !important; }
#ca-move { display: none !important; }

<br><!-- No [view source] tab for anonymous users -->&lt;?php global $wgUser; if( $wgUser-&gt;isAnon() ) {&nbsp;?&gt; 

      &lt;style&gt;
        #ca-viewsource { display: none !important; }
      &lt;/style&gt; 
    &lt;?php }&nbsp;?&gt;