MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) 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; | |||
} |
Version vom 16. Dezember 2021, 13:22 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; }