Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: →hiding "powered by MediaWiki" icon: #footer-poweredbyico { display: none; }") |
m |
||
| Line 3: | Line 3: | ||
/* hiding "powered by MediaWiki" icon */ | /* hiding "powered by MediaWiki" icon */ | ||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } | ||
| + | |||
| + | body { | ||
| + | background-color: lightblue; | ||
| + | } | ||
Revision as of 09:54, 8 November 2018
/* CSS placed here will be applied to all skins */
/* hiding "powered by MediaWiki" icon */
#footer-poweredbyico { display: none; }
body {
background-color: lightblue;
}