MediaWiki:Common.css: Difference between revisions
From Palworld.io
Palworld.io (talk | contribs) No edit summary |
Palworld.io (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
min-height: 80vh; | min-height: 80vh; | ||
} | |||
@font-face { | |||
font-family: "Trickster"; | |||
src: | |||
local("adelon-serial-heavy-regular"), | |||
url("adelon-serial-heavy-regular.ttf") format("opentype") tech(color-COLRv1); | |||
} | } |
Revision as of 18:51, 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;
}
@font-face {
font-family: "Trickster";
src:
local("adelon-serial-heavy-regular"),
url("adelon-serial-heavy-regular.ttf") format("opentype") tech(color-COLRv1);
}