Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Climbopedia
mNo edit summary
mNo edit summary
Line 2: Line 2:


html,
html,
body {
.mw-body {
     height: 100%;
     height: 100%;
     margin: 0;
     margin: 0;

Revision as of 19:38, 20 September 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */

html,
.mw-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 */

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