Wechseln zu:Navigation, Suche
Wiki
(Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Styles-min769.css von „Wikitext“ nach „CSS“)
Markierung: Änderung des Inhaltsmodells
KKeine Bearbeitungszusammenfassung
(8 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 32: Zeile 32:
}
}


.sptable.striped tr:nth-child(2n+1) > td, .sptable3.striped tr:nth-child(2n+1) > td  {
.sptable.striped tr:nth-child(2n+1) > td, .sptable2.striped tr:nth-child(2n+1) > td, .sptable3.striped tr:nth-child(2n+1) > td  {
     background-color: #eaecf0;
     background-color: #eaecf0;
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
Zeile 38: Zeile 38:
     line-height:1.4;
     line-height:1.4;
     }
     }
.sptable3 tr > td.bild {
  background-color: white!important;
  border-top: 0!important;
  border-right: 1px solid red; /*0!important;*/
  border-bottom: 0!important;
  }


.wikitable3 td {
.wikitable3 td {
Zeile 53: Zeile 46:
     }
     }


.sptable .Leerzeile {
.sptable .Leerzeile, .sptable3 .Leerzeile {
   border-left: 0;  
   border-left: 0!important;  
   border-right: 0;  
   border-right: 0!important;  
   background: white;
   background: white!important;
   }
   }


.blank_monitor td {
  border: 0!important;
  background: white!important;
  }


}
}

Version vom 26. August 2019, 13:15 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, .sptable2.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;
  }

.blank_monitor td {
  border: 0!important;
  background: white!important;
  }

}