KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/*** | /*** Formatierungen für Monitore ***/ | ||
@media (min-width:901px) { | @media (min-width:901px) { | ||
Zeile 28: | Zeile 28: | ||
} | } | ||
/* | |||
/*** Formatierungen für Mobil-Geräte ***/ | |||
Formatierungen für Mobil-Geräte */ | |||
@media (max-width: 900px) { | @media (max-width: 900px) { | ||
.testen span { | .testen span { |
Version vom 20. Mai 2019, 14:33 Uhr
/*** Formatierungen für Monitore ***/ @media (min-width:901px) { .toc { display: block; width: 48%; float: right; margin-left: 3%; font-size:95%; line-height: 125%; } .description { display: block; width: 48%; float:left; } .sichtbar_mobil { display: none; } td { vertical-align: top; } } /*** Formatierungen für Mobil-Geräte ***/ @media (max-width: 900px) { .testen span { float: left; color:blue; } .toctitle { padding: 1px; } .toc { float: none; background-color: lightgoldenrodyellow; text-align: left; font-size:95%; line-height: 125%; margin-bottom: 12px; } .wikitable td:nth-child(1) { display: block; text-align: left; padding-left: 1px; vertical-align: top; } .wikitable td { display: block; text-align:right; padding-left: 25px; vertical-align: top; } .wikitable th:nth-child(1) { text-align:left; padding-left: 1px; display: block; } .wikitable th { display: block; text-align:right; padding-left: 1px; } span { text-align: left; } .sichtbar_monitor { display: none; } }