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 .minerva-header { | .skin-minerva .minerva-header { | ||
background-color: red !important; /* | background-color: red !important; | ||
margin: 0 !important; /* Remove any margins */ | |||
padding: 0 !important; /* Remove any padding */ | |||
border: none !important; /* Remove any borders */ | |||
} | } | ||
.skin-minerva | .skin-minerva #mw-mf-viewport { | ||
background-color: red !important; /* Set the viewport background to red */ | |||
background-color: red !important; /* | |||
} | } |
Revision as of 06:25, 8 February 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */ .skin-minerva .minerva-header { background-color: red !important; margin: 0 !important; /* Remove any margins */ padding: 0 !important; /* Remove any padding */ border: none !important; /* Remove any borders */ } .skin-minerva #mw-mf-viewport { background-color: red !important; /* Set the viewport background to red */ }