Difference between revisions of "MediaWiki:Common.css"

From wiki.olisystems.com
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #ca-talk { display: none !important; }")
 
 
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; }
 
#ca-talk { display: none !important; }
 +
#ca-history { display: none !important;}
 +
#ca-formedit { display: none !important; }
 +
#ca-viewsource { display: none !important; }
 +
#n-help { display: none !important; }
 +
#p-tb { display: none; }

Latest revision as of 06:19, 4 November 2022

/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-formedit { display: none !important; }
#ca-viewsource { display: none !important; }
#n-help { display: none !important; }
#p-tb { display: none; }