MediaWiki:Minerva.css: Difference between revisions
Appearance
mNo edit summary |
mNo 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 */ | ||
html, body { | html, | ||
background: url("https://www.tradgear.nl/images/d/de/Pivot.jpg") no-repeat center center fixed; | body { | ||
background-size: cover | height: 100%; | ||
margin: 0; | |||
padding: 0; | |||
background: url("https://www.tradgear.nl/images/d/de/Pivot.jpg") no-repeat center center fixed !important; | |||
background-size: cover !important; | |||
} | } | ||
/* | /* Remove Minerva’s own background overrides */ | ||
.minerva { | .minerva, | ||
.page, | |||
.content, | |||
.body, | |||
.mw-body { | |||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
Revision as of 18:48, 20 September 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
html,
body {
height: 100%;
margin: 0;
padding: 0;
background: url("https://www.tradgear.nl/images/d/de/Pivot.jpg") no-repeat center center fixed !important;
background-size: cover !important;
}
/* Remove Minerva’s own background overrides */
.minerva,
.page,
.content,
.body,
.mw-body {
background: transparent !important;
}