Difference between revisions of "MediaWiki:Common.css"

From 1Archive help
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body.page-Main_Page li#ca-talk { display: none !important; }")
 
 
(21 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 */
body.page-Main_Page li#ca-talk { display: none !important; }
+
#ca-talk { display:none!important; }
 +
#ca-history { display:none!important; }
 +
#ca-viewsource { display:none!important; }
 +
#ca-view (Read tab) { display:none!important; }
 +
#ca-nstab-main (Page tab) { display:none!important; }
 +
#ca-viewsource { display:none!important; }
 +
 
 +
p-tb { display:none!important; }
 +
 
 +
/* Hide toolbox */
 +
#p-tb { display: none !important; }

Latest revision as of 15:14, 15 March 2017

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-view (Read tab) { display:none!important; }
#ca-nstab-main (Page tab) { display:none!important; }
#ca-viewsource { display:none!important; }

p-tb { display:none!important; }

/* Hide toolbox */
#p-tb { display: none !important; }