Difference between revisions of "MediaWiki:Common.css"

From
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins *
 
/* CSS placed here will be applied to all skins *
ca-talk { display: none !important; }.
+
/* Hide [Watch] tab */
 +
#ca-watch { display: none !important; }
 +
 
 +
/* Hide [History] tab */
 +
#ca-history { display: none !important; }
 +
 
 +
/* Hide [View Source] tab */
 +
#ca-viewsource { display: none !important; }
 +
 
 +
/* Hide [Discussion] tab */
 +
#ca-talk { display: none !important; }
 +
 
 +
/* Hide [move] tab */
 +
#ca-move { display: none !important; }

Latest revision as of 17:07, 8 May 2014

/* CSS placed here will be applied to all skins *
/* Hide [Watch] tab */
#ca-watch { display: none !important; }

/* Hide [History] tab */
#ca-history { display: none !important; }

/* Hide [View Source] tab */
#ca-viewsource { display: none !important; }

/* Hide [Discussion] tab */
#ca-talk { display: none !important; }

/* Hide [move] tab */
#ca-move { display: none !important; }