Difference between revisions of "MediaWiki:Common.css"
From Sensoray Technical Wiki
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | # | + | |
− | # | + | /* Hide "powered by mediawiki" logo */ |
+ | #footer-icon-poweredby { display:none; } | ||
+ | |||
+ | /* Hide toolbox */ | ||
+ | #p-tb{ display:none; } |
Latest revision as of 12:21, 25 April 2013
/* CSS placed here will be applied to all skins */ /* Hide "powered by mediawiki" logo */ #footer-icon-poweredby { display:none; } /* Hide toolbox */ #p-tb{ display:none; }