MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
body {
background-image:
url("/resources/assets/background_top.png"),
url("/resources/assets/background_bottom.png");
background-repeat:
no-repeat,
repeat-y;
background-position:
center top,
center 2000px; /* height of top image */
}
body.skin-vector-2022 .mw-page-container {
background: transparent;
}
body.skin-vector-2022 .mw-page-container-inner {
background-color:white;
}