MediaWiki:Minerva.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MinervaNeue skin */ | /* All CSS here will be loaded for users of the MinervaNeue skin */ | ||
.skin-minerva | /* Make the entire header area red */ | ||
background-color: red | .skin-minerva { | ||
background-color: red !important; /* Set the main background */ | |||
} | } | ||
.skin-minerva | .skin-minerva .minerva-header { | ||
background-color: red !important; /* Set the | background-color: red !important; /* Set the header background */ | ||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | } | ||
Revision as of 06:27, 8 February 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* Make the entire header area red */
.skin-minerva {
background-color: red !important; /* Set the main background */
}
.skin-minerva .minerva-header {
background-color: red !important; /* Set the header background */
margin: 0 !important;
padding: 0 !important;
}