Difference between revisions of "MediaWiki:Common.css"
From Techotopia
(Created page with "→CSS placed here will be applied to all skins: body { font-size: larger; }") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { font-size: larger; } | body { font-size: larger; } | ||
| + | #ca-talk { display:none!important; } | ||
| + | #ca-history { display:none!important; } | ||
| + | #ca-viewsource { display:none!important; } | ||
| + | #ca-nstab-main { display:none!important; } | ||
| + | #ca-view { display:none!important; } | ||
Latest revision as of 17:46, 9 April 2018
/* CSS placed here will be applied to all skins */
body { font-size: larger; }
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-nstab-main { display:none!important; }
#ca-view { display:none!important; }


