Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Styles-min769.css von „CSS“ nach „Bereinigtes CSS“ |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 38: | Zeile 38: | ||
line-height:1.4; | line-height:1.4; | ||
} | } | ||
.wikitable3 td { | .wikitable3 td { | ||
Version vom 20. August 2019, 15:20 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 {
border-left: 0;
border-right: 0;
background: white;
}
}