MediaWiki:Zumi.css: Unterschied zwischen den Versionen
Aus Klexikon – das Kinderlexikon
KKeine Bearbeitungszusammenfassung |
K (Scrollbar in Infobox unterdrückt) |
||
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
#mw-category-media { | #mw-category-media { | ||
display: inline; | display: inline !important; | ||
} | |||
#uk-overflow-container { | |||
overflow: hidden!important; | |||
} | } | ||
Aktuelle Version vom 9. Juli 2021, 13:46 Uhr
.mw-indicators {
float: right;
line-height: 1.6;
font-size: 0.875em;
position: relative;
z-index: 1;
}
#mw-category-media {
display: inline !important;
}
#uk-overflow-container {
overflow: hidden!important;
}
.klexibox {
display: block;
float: unset!important;
margin-left: 1em;
}
.klexibox > div > table {
margin-left: auto!important;
margin-right: auto!important;
}
@media screen and (min-width: 768px) {
.klexibox {
display: unset;
float: right!important;
}
.klexibox > div > table {
margin-left: unset;
margin-right: unset;
}
}