MediaWiki:Zumi.css: Unterschied zwischen den Versionen
Aus Klexikon – das Kinderlexikon
(+mw-indicators) |
(Medien in Kategorien wieder eingeblendet) |
||
Zeile 5: | Zeile 5: | ||
position: relative; | position: relative; | ||
z-index: 1; | z-index: 1; | ||
} | |||
#mw-category-media { | |||
display: initial; | |||
} | } | ||
Version vom 1. Mai 2021, 07:18 Uhr
.mw-indicators {
float: right;
line-height: 1.6;
font-size: 0.875em;
position: relative;
z-index: 1;
}
#mw-category-media {
display: initial;
}
.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;
}
}