KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 51: | Zeile 51: | ||
text-align:right; | text-align:right; | ||
} | } | ||
.wikitable th:nth-child(1) { | |||
display: block; | |||
} | |||
.wikitable th { | .wikitable th { | ||
display: block; | display: block; | ||
text-align:right; | |||
} | } | ||
Version vom 20. Mai 2019, 12:24 Uhr
@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;
}
td {
background-color: lightgreen;
}
}
@media (max-width: 900px) {
.testen span {
float: left;
color:blue;
}
.toctitle {
padding: 1px;
}
.toc {
float: none;
background-color: yellow;
text-align: left;
font-size:95%;
line-height: 125%;
margin-bottom: 12px;
}
.wikitable td:nth-child(1) {
display: block;
background: wheat;
text-align: left;
}
.wikitable td {
display: block;
background: powderblue;
text-align:right;
}
.wikitable th:nth-child(1) {
display: block;
}
.wikitable th {
display: block;
text-align:right;
}
span {
text-align: left;
}
}