MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 8: Zeile 8:
/* Desktop: feste Breite, rechtsbündig */
/* Desktop: feste Breite, rechtsbündig */
.charakter-infobox {
.charakter-infobox {
    width: 100%;
}
.charakter-infobox-wrapper {
     width: 30%;
     width: 30%;
    float: right;
    margin: 0 0 1em 1em;
}
}


/* Mobile/Timeless: volle Breite, kein Float */
@media screen and (max-width: 851px) {
@media screen and (max-width: 851px) {
     .charakter-infobox {
     .charakter-infobox-wrapper {
         width: 100% !important;
         width: 100% !important;
         float: none !important;
         float: none !important;