More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap'); | @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 { | html, body { | ||
font-family: ' | font-family: 'Satoshi', sans-serif !important; | ||
} | } | ||
.mw-first-heading, .mw-headline { | .mw-first-heading, .mw-headline { | ||
font-family: ' | font-family: 'Satoshi', sans-serif !important; | ||
font-weight:700; | font-weight:700; | ||
} | } | ||
Revision as of 06:33, 5 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: 'Satoshi', sans-serif !important;
}
.mw-first-heading, .mw-headline {
font-family: 'Satoshi', sans-serif !important;
font-weight:700;
}
#footer-places {
display:none;
}
.wikitable {
margin:0px!important;
}
.wikitable caption {
padding:0px; !important;
margin:0px; !important;
display:none!important;
}
.infobox-main {
width:290px;
display:flex;
flex-direction:column;
gap:5px;
padding:10px;
border:1px solid var(--border-color-base);
box-shadow:1px 1px 5px var(--border-color-base);
border-radius:15px;
}
@media only screen and (max-width: 640px) {
.infobox-main {
width:100%;
}
}
.infobox-main img, iframe {
border-radius:10px;
width:100% !important;
height:auto !important;
}
.infobox-main p {
margin:0px !important;
}
.infobox-main hr {
border:1px solid var(--border-color-base);
}
.infobox-main ul {
margin:0px;
margin-top:2px;
margin-left:15px;
}
.infobox-info {
display:grid;
grid-template-columns:2fr 3fr;
gap:5px;
padding:0px 5px;
}
.infobox-info span {
font-weight:700;
}
.infobox-header {
font-weight:700;
margin:0px;
margin-top:8px;
margin-bottom:3px;
opacity:0.7;
}