MediaWiki:Minerva.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 17: | Line 17: | ||
} | } | ||
.mw-body { | |||
background: white url("https://www.tradgear.nl/images/a/a4/Background_experimental.jpg"); | |||
background: url("https://www.tradgear.nl/images/a/a4/Background_experimental.jpg"); | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | } | ||
.mw-body::before { | .mw-body::before { | ||
Revision as of 21:39, 20 September 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
.heading-holder,
.mw-body-content {
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;
}
.mw-body::before {
background-color: rgba(255, 255, 255, 1.00);
}
.mw-body-content {
padding: 1em;
}