More actions
No edit summary |
No edit summary |
||
| Line 58: | Line 58: | ||
.infobox-info { | .infobox-info { | ||
display:grid; | display:grid; | ||
grid-template-columns: | grid-template-columns:2fr 3fr; | ||
gap:5px; | gap:5px; | ||
padding:0px 5px; | padding:0px 5px; | ||
Revision as of 15:09, 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');
html, body {
font-family: 'Inter', sans-serif !important;
}
.mw-first-heading, .mw-headline {
font-family: 'Inter', 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;
}