Difference between revisions of "MediaWiki:Common.css"
From Sensoray Technical Wiki
(Created page with "- →CSS placed here will be applied to all skins: #f-poweredbyico { display: none; }") |
|||
(One intermediate revision by one 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 */ | ||
− | # | + | |
+ | /* 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; }