From randallwiggins
Line 3: | Line 3: | ||
background-color:#def; | background-color:#def; | ||
} | } | ||
+ | */ | ||
#mw-navigation #mw-head { | #mw-navigation #mw-head { | ||
background-color:darkred; | background-color:darkred; | ||
} | } | ||
− | + | ||
− | #footer > #footer-places | + | #footer > #footer-places, #footer > #footer-custom { |
− | |||
− | |||
− | #footer > #footer-custom { | ||
display:none; | display:none; | ||
} | } |
Revision as of 04:02, 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, #footer > #footer-custom { display:none; }