Actions

MediaWiki

Common.css: Difference between revisions

From MalariaETC

(Created page with "→‎CSS placed here will be applied to all skins: #p-search { display:none; }")
 
No edit summary
 
(9 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 */
#p-search { display:none; }
#siteSub { display: none;}
#content h1 { font-size: 30px; }
body { font-size: smaller;}

Latest revision as of 10:40, 27 September 2024

/* CSS placed here will be applied to all skins */
#siteSub { display: none;}
#content h1 { font-size: 30px; }
body { font-size: smaller;}