MediaWiki:Common.css: Difference between revisions

From Palworld.io
No edit summary
No edit summary
Line 6: Line 6:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-attachment: fixed;
    min-height: 80vh;
}
}

Revision as of 19:00, 9 February 2024

/* CSS placed here will be applied to all skins */
#mw-content-container {
    background-image: url(/w/images/0/02/PalworldBackground.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 80vh;
}