MediaWiki:Common.css: Difference between revisions

mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 3: Line 3:
  * Styling inside .mw-parser-output should generally use TemplateStyles.
  * Styling inside .mw-parser-output should generally use TemplateStyles.
  */
  */
body {
 
html, body {
     background: url("https://www.tradgear.nl/images/d/de/Pivot.jpg") no-repeat center center fixed;
     background: url("https://www.tradgear.nl/images/d/de/Pivot.jpg") no-repeat center center fixed;
     background-size: cover;
     background-size: cover;
    min-height: 100%;
}
/* Ensure Minerva wrapper doesn’t override it */
.minerva {
    background: transparent !important;
}
}


.mw-body {
/* Make article content readable */
.content {
     background-color: rgba(255, 255, 255, 0.85);
     background-color: rgba(255, 255, 255, 0.85);
     padding: 1em;
     padding: 1em;