MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Reflekt
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 31: Zeile 31:
     vertical-align: top;
     vertical-align: top;
}
}
.mobileimage { Display: none; }

Aktuelle Version vom 16. Dezember 2021, 18:08 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#p-logo a {
 background-size: cover;
}
.popup-alerts-wrapper .popup-alerts-window { max-width: 90vw; display: block; flex: none; }
.popup-alerts-content { overflow: hidden; }
.popup-alerts-content a.image { position: relative; }
.popup-alerts-content img { max-width: 90vw; height: auto; width: auto; max-height: 90vh; }

.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}

.mobileimage { Display: none; }