Jump to content

MediaWiki:Minerva.css: Difference between revisions

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


.mw-page-title-main,
.page-heading,
.minerva__tab-container,
.minerva__tab-container,
.page-actions-menu,
.page-actions-menu,

Revision as of 20:56, 20 September 2025

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

.mw-body {
    /*background: url("https://www.tradgear.nl/images/d/de/Pivot.jpg");*/
    background-color: rgba(200, 200, 200, 1);
}

.heading-holder,
.mw-body-content {
    background-color: rgba(255, 255, 255, 0.85);
}

.page-heading,
.minerva__tab-container,
.page-actions-menu,
.mw-body-content {
    padding-left: 1em;
}