MediaWiki:Minerva.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary Tag: Reverted |
||
| 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 22: | Line 25: | ||
background-repeat: no-repeat; */ | background-repeat: no-repeat; */ | ||
background: red; | background: red; | ||
} | } | ||
Revision as of 21:45, 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);
padding-top: 1em;
padding-bottom: 1em;
}
.mw-body-content
.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;
}