MediaWiki:Common.css: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
No edit summary
Tags: Replaced Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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:
        top center,
        top center;
    background-size:
        100% auto,
        auto;
}
body.skin-vector-2022 .mw-page-container {
    background: transparent;
}
body.skin-vector-2022 .mw-page-container-inner {
    background-color:white;
}

Latest revision as of 09:36, 28 January 2026

/* CSS placed here will be applied to all skins */