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; | ||
line-height: 1. | line-height: 1.2; | ||
font-face: default; | |||
color: #444; | color: #444; | ||
padding: 8px 0; | padding: 0 0 8px 0; | ||
border-bottom: 1px solid #eaecf0; /* Typische MediaWiki-Linienfarbe */ | border-bottom: 1px solid #eaecf0; /* Typische MediaWiki-Linienfarbe */ | ||
} | } | ||
Version vom 18. März 2026, 15:25 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 {
font-size: 0.85em;
font-color: #cccccc;
}
/* 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;
line-height: 1.2;
font-face: default;
color: #444;
padding: 0 0 8px 0;
border-bottom: 1px solid #eaecf0; /* Typische MediaWiki-Linienfarbe */
}