MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 6: | Zeile 6: | ||
.embedvideo, | |||
.embedvideo, .mw-embedframe { | .embedvideo > div, | ||
.embedvideo iframe, | |||
width: 100%; | .mw-embedframe, | ||
.mw-embedframe iframe { | |||
height: | width: 100% !important; | ||
max-width: 100% !important; | |||
height: auto !important; | |||
aspect-ratio: 16 / 9; | |||
display: block; | |||
box-sizing: border-box; | |||
} | } | ||
Version vom 15. April 2025, 12:52 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.tocnumber { display: none; }
.noautonum .tocnumber { display: none; }
.embedvideo,
.embedvideo > div,
.embedvideo iframe,
.mw-embedframe,
.mw-embedframe iframe {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
aspect-ratio: 16 / 9;
display: block;
box-sizing: border-box;
}