Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
.wikitable2 > tr > th, .wikitable2 > * > tr > th {
.wikitable2 > tr > th, .wikitable2 > * > tr > th {
     background-color: #eaecf0;
     background-color: #eaecf0;
    }
.wikitable2 > tr > th, .wikitable2 > tr > td, .wikitable2 > * > tr > th, .wikitable2 > * > tr > td {
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
    line-height:1.9;
     }
     }



Version vom 4. Juni 2019, 11:51 Uhr

.wikitable2 {
    background-color:white;
    color: #222;
    margin: 1em 0;
    border: 1px solid white;
    border-collapse: collapse;
    }

.wikitable2 > tr > th, .wikitable2 > * > tr > th {
    background-color: #eaecf0;
    }

.wikitable2 > tr > th, .wikitable2 > tr > td, .wikitable2 > * > tr > th, .wikitable2 > * > tr > td {
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.4em;
    line-height:1.9;
    }

.Leerzeile {
  border-left: solid 1px green; 
  border-right: solid 1px green; 
  background: salmon;
  }