MediaWiki:Common.css: Difference between revisions

From Palworld.io
(Created page with "→‎CSS placed here will be applied to all skins: #mw-content-container { background-image: url(/w/images/3/38/Palworld_ConceptArt.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }")
 
No edit summary
Line 3: Line 3:
     background-image: url(/w/images/3/38/Palworld_ConceptArt.jpg);
     background-image: url(/w/images/3/38/Palworld_ConceptArt.jpg);
     background-size: cover;
     background-size: cover;
     background-position: center;
     background-position: top;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-attachment: fixed;
}
}

Revision as of 18:46, 9 February 2024

/* CSS placed here will be applied to all skins */
#mw-content-container {
    background-image: url(/w/images/3/38/Palworld_ConceptArt.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}