MediaWiki:Minerva.css: Difference between revisions
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; | ||
} | } | ||