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 difference)

Revision as of 18:42, 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: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}