MediaWiki:Common.css: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:


body.skin-vector-2022 .mw-page-container-inner {
body.skin-vector-2022 .mw-page-container-inner {
     background-colour:white;
     background-color:white;
}
}

Revision as of 08:28, 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;
}

body.skin-vector-2022 .mw-page-container-inner {
    background-color:white;
}