Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,401,500,501,700,701,900,901&display=swap');
html, body {
font-family: 'Inter', sans-serif !important;
}
.mw-first-heading, .mw-headline {
font-family: 'Satoshi', sans-serif !important;
font-weight:900;
}
#footer-places {
display:none;
}
.wikitable {
margin:0px!important;
}
.wikitable caption {
padding:0px; !important;
margin:0px; !important;
display:none!important;
}
.infobox-main {
width:256px;
display:flex;
flex-direction:column;
gap:5px;
padding:5px;
border:1px solid #00000020;
box-shadow:1px 1px 5px #00000020;
border-radius:15px;
}
.infobox-main img {
border-radius:10px;
width:100% !important;
height:auto !important;
}
.infobox-main p {
margin:0px !important;
}
.infobox-main h4 {
margin:0px;
margin-top:2px;
margin-bottom:2px;
text-decoration:underline;
}