MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
.popup-alerts-content a.image { position: relative; }
.popup-alerts-content a.image { position: relative; }
.popup-alerts-content img { max-width: 90vw; height: auto; width: auto; max-height: 90vh; }
.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;
}

Navigationsmenü