MediaWiki:Common.css: Difference between revisions
Copied the css from wikipedia |
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 { | |||
background: url("https://www.tradgear.nl/images/d/de/Pivot.jpg") no-repeat center center fixed; | |||
background-size: cover; | |||
} | |||
.mw-body { | |||
background-color: rgba(255, 255, 255, 0.85); | |||
padding: 1em; | |||
border-radius: 8px; | |||
} | |||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ | ||
cite, | cite, | ||