MediaWiki:Common.css: Difference between revisions
mNo edit summary |
m Background color Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Global page background override */ | |||
body, | |||
html, | |||
#mw-content-wrapper, | |||
#content, | |||
.mw-body, | |||
.vector-body, | |||
.minerva-anon-talk-page, | |||
.skin-vector { | |||
background-color: #1a0002 !important; /* VERY dark red */ | |||
background-image: none !important; | |||
} | |||
/* base navbox look */ | /* base navbox look */ | ||
.navbox.dxx-navbox { | .navbox.dxx-navbox { | ||