From randallwiggins
| Line 4: | Line 4: | ||
} | } | ||
#mw-navigation #mw-head { | #mw-navigation #mw-head { | ||
| − | background-color: | + | background-color:darkred; |
} | } | ||
*/ | */ | ||
Revision as of 04:00, 17 June 2018
/* CSS placed here will be applied to all skins
body {
background-color:#def;
}
#mw-navigation #mw-head {
background-color:darkred;
}
*/
#footer > #footer-places {
display:none;
}
#footer > #footer-custom {
display:none;
}