MediaWiki:Common.css: Difference between revisions

From Palworld.io
No edit summary
No edit summary
Line 11: Line 11:


@font-face {
@font-face {
   font-family: "Trickster";
   font-family: "Adelon";
   src:
   src:
     local("adelon-serial-heavy-regular"),
     local("adelon-serial-heavy-regular"),
     url("adelon-serial-heavy-regular.ttf") format("opentype") tech(color-COLRv1);
     url("adelon-serial-heavy-regular.ttf");
}
}

Revision as of 19:53, 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: "Adelon";
  src:
    local("adelon-serial-heavy-regular"),
    url("adelon-serial-heavy-regular.ttf");
}