Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Climbopedia
mNo edit summary
Tag: Reverted
m Undo revision 1270 by Karl (talk)
Tag: Undo
Line 5: Line 5:
     border-radius: 8px;
     border-radius: 8px;
     background-color: rgba(255, 255, 255, 0.80);
     background-color: rgba(255, 255, 255, 0.80);
    padding-top: 1em;
    padding-bottom: 1em;
}
}


.mw-body-content
.page-heading,
.page-heading,
.minerva__tab-container {
.minerva__tab-container {
Line 25: Line 22:
     background-repeat: no-repeat; */
     background-repeat: no-repeat; */
     background: red;
     background: red;
}
.mw-body-content {
    padding: 1em;
}
}

Revision as of 21:46, 20 September 2025

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

.heading-holder,
.mw-body-content {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.80);
}

.page-heading,
.minerva__tab-container {
    padding-left: 1em;
    padding-right: 1em;
}

.page-actions-menu {
    margin-left: 1em;
    margin-right: 1em;
}

.mw-body {
    /*background: white url("https://www.tradgear.nl/images/a/a4/Background_experimental.jpg");
    background-repeat: no-repeat; */
    background: red;
}

.mw-body-content {
    padding: 1em;
}