Difference between revisions of "MediaWiki:Common.css"
From spiderboard.org
(Created page with "→CSS placed here will be applied to all skins: →remove Toolbox: #p-tb { display:none !important; }") |
|||
(5 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 */ | ||
+ | |||
+ | /* remove Powered By Icon */ | ||
+ | #footer-poweredbyico { display: none; } | ||
/* remove Toolbox */ | /* remove Toolbox */ | ||
− | #p-tb { display:none | + | #p-tb { display:none; } |
Latest revision as of 15:48, 20 September 2018
/* CSS placed here will be applied to all skins */
/* remove Powered By Icon */
#footer-poweredbyico { display: none; }
/* remove Toolbox */
#p-tb { display:none; }