MediaWiki:Common.css: Difference between revisions

From Palworld.io
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#mw-content-container {
#mw-content-container {
     background-image: url(/w/images/3/38/Palworld_ConceptArt.jpg);
     background-image: url(/w/images/0/02/PalworldBackground.webp);
     background-size: cover;
     background-size: cover;
     background-position: top;
     background-position: top;

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;
}