MediaWiki:Minerva.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 17: | Line 17: | ||
.page-actions-menu { | .page-actions-menu { | ||
margin-left: 1em; | |||
margin-right: 1em; | |||
} | } | ||
Revision as of 21:08, 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);
}
.mw-body-content {
background-color: rgba(255, 255, 255, 0.85);
padding: 1em;
}
.heading-holder {
background-color: rgba(255, 255, 255, 0.85);
}
.page-actions-menu {
margin-left: 1em;
margin-right: 1em;
}
.page-heading,
.minerva__tab-container,
.page-actions-menu {
padding-left: 1em;
padding-right: 1em;
}