Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Styles-max768.css von „Wikitext“ nach „Bereinigtes CSS“ |
Keine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |||
| Zeile 65: | Zeile 65: | ||
} | } | ||
.toc-col .toclevel-1 { | |||
column-count: 2; | |||
} | |||
} /*** Ende Formatierungen für Mobil-Geräte ***/ | |||
@media (max-width: 1600px) { | |||
.dialog-button i + .icon-text { | |||
display: none; | |||
} | |||
} | } | ||
Aktuelle Version vom 16. Januar 2024, 12:15 Uhr
/*** Formatierungen für Mobil-Geräte ***/
@media (max-width: 768px) {
.testen span {
float: left;
color:blue;
}
.toctitle {
padding: 1px;
}
.toc {
float: none;
/* background: 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;
}
.sp_table td {
display: block;
}
span {
text-align: left;
}
.sichtbar_monitor {
display: none!important;
}
.wikitable3 td {
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
padding: 0.2em 0.2em;
line-height:1.4;
}
.toc-col .toclevel-1 {
column-count: 2;
}
} /*** Ende Formatierungen für Mobil-Geräte ***/
@media (max-width: 1600px) {
.dialog-button i + .icon-text {
display: none;
}
}