More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 28: | Line 28: | ||
.infobox-right { | .infobox-right { | ||
max-width:300px !important; | max-width:300px !important; | ||
} | |||
.infobox-main { | |||
max-width:320px; | |||
display:flex; | |||
flex-direction:column; | |||
gap:3px; | |||
padding:3px; | |||
} | } | ||
Revision as of 10:10, 4 April 2025
/* 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-right {
max-width:300px !important;
}
.infobox-main {
max-width:320px;
display:flex;
flex-direction:column;
gap:3px;
padding:3px;
}