MediaWiki:Common.css: Unterschied zwischen den Versionen
Erscheinungsbild
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 38: | Zeile 38: | ||
.responsive-image-caption { | .responsive-image-caption { | ||
font-size: 0.9em; | font-size: 0.9em; | ||
text-align: center; | |||
line-height: 1.2; | line-height: 1.2; | ||
font-family: sans-serif !important; | font-family: sans-serif !important; | ||
color: #333; | color: #333; | ||
background-color: none; | background-color: none; | ||
padding: 0 0 | padding: 3px 0 9px 0; | ||
} | } | ||
Version vom 18. März 2026, 16:01 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.normalien-box {
border-left: 5px solid #D5001C;
background-color: #f9f9f9;
padding: 15px;
margin: 20px 0;
overflow: auto;
clear: both;
}
.normalien-box h4 {
margin-top: 0;
color: #0055aa;
}
.normalien-content {}
.normalien-verweis a {
font-size: 0.85em;
font-color: #333;
}
/* Container für Full-Width Bilder */
.responsive-image-container {
width: 100%;
margin: 1.5em 0;
clear: both;
}
/* Erzwingt die volle Breite für das Bild */
.responsive-image-container img {
width: 100% !important;
height: auto !important;
display: block;
}
/* Styling für die Bildunterschrift */
.responsive-image-caption {
font-size: 0.9em;
text-align: center;
line-height: 1.2;
font-family: sans-serif !important;
color: #333;
background-color: none;
padding: 3px 0 9px 0;
}