KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 46: | Zeile 46: | ||
} | } | ||
.sptable .Leerzeile, .sptable3 .Leerzeile | .sptable .Leerzeile, .sptable3 .Leerzeile { | ||
border-left: 0; | border-left: 0!important; | ||
border-right: 0; | border-right: 0!important; | ||
background: white; | background: white!important; | ||
} | } | ||
} | } | ||
Version vom 20. August 2019, 17:00 Uhr
/*** Formatierungen für Monitore ***/
@media (min-width:769px) {
.toc {
display: block;
/* max-width: 48%; */
float: right;
margin-left: 3%;
font-size:95%;
line-height: 125%;
}
.description {
display: block;
width: 48%;
float:left;
font-weight: bold;
}
.sichtbar_mobil {
display: none!important;
}
td {
vertical-align: top;
}
.einrücken {
margin-left: 30px;
width: auto;
}
.sptable.striped tr:nth-child(2n+1) > td, .sptable3.striped tr:nth-child(2n+1) > td {
background-color: #eaecf0;
border: 1px solid #a2a9b1;
padding: 0.2em 0.2em;
line-height:1.4;
}
.wikitable3 td {
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
padding: 0.2em 0.2em;
line-height:1.4;
}
.sptable .Leerzeile, .sptable3 .Leerzeile {
border-left: 0!important;
border-right: 0!important;
background: white!important;
}
}