Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bern baut
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 16: Zeile 16:
.normalien-content {}
.normalien-content {}


.normalien-verweis {
.normalien-verweis a {
     font-size: 0.85em;
     font-size: 0.85em;
     font-color: #cccccc;
     font-color: #333;
}
}



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