Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Climbopedia
mNo edit summary
mNo edit summary
Line 11: Line 11:


/* Remove Minerva’s own background overrides */
/* Remove Minerva’s own background overrides */
.minerva,
 
.page,
.content,
.body,
.body,
.mw-body {
.mw-body {
     background: transparent !important;
     background: transparent !important;
}
}

Revision as of 19:36, 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 */

.body,
.mw-body {
    background: transparent !important;
}