MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
No edit summary |
||
| Line 12: | Line 12: | ||
background-position: | background-position: | ||
center top, | center top, | ||
center top | center 2000px; /* height of top image */ | ||
background | } | ||
body.skin-vector-2022 .mw-page-container { | |||
background: transparent; | |||
} | } | ||
Revision as of 08:27, 28 January 2026
/* 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;
}