MediaWiki:Common.css: verschil tussen versies
Uiterlijk
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 1: | Regel 1: | ||
/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */ | /** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */ | ||
/* Font Awesome */ | |||
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"); | |||
/* Infobox */ | /* Infobox */ | ||
Versie van 1 jun 2025 10:54
/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */
/* Font Awesome */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
/* Infobox */
.centered {
text-align: center;
}
.infobox {
box-sizing: border-box;
width: 100%;
margin: 0 0 1em;
background-color: white;
border: 1px #339999 solid;
}
@media screen and (min-width: 800px) {
.infobox {
float: right;
width: 22em;
margin: 0.5em 0 0.5em 1em;
}
}
.infobox-title {
font-size: 125%;
font-weight: bold;
background-color: #339999;
}
.infobox-subtitle {
font-weight: bold;
background-color: #F0F4F9;
}
.infobox-image {
img {
width: 100%;
}
}