MediaWiki:Minerva.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
padding: 1em; | |||
} | } | ||
Revision as of 20:47, 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);
margin-left: auto;
margin-right: auto;
padding: 1em;
}