Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/*** Formatierungen für Monitore ***/
/*** Formatierungen für Monitore ***/


Zeile 28: Zeile 30:


.einrücken {
.einrücken {
  margin-left: 30px;
margin-left: 30px;
  width: auto;
width: auto;
}
}
 
td.Leerzeile.einrücken {
padding-left: 30px;
}
 
.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;
}


.sptable.striped tr:nth-child(2n+1) > td, .sptable3.striped tr:nth-child(2n+1) > td {
.sptable.striped tr:nth-child(2n+1) > td.Leerzeile,
    background-color: #eaecf0;
.sptable1.striped tr:nth-child(2n+1) > td.Leerzeile,
    border: 1px solid #a2a9b1;
.sptable2.striped tr:nth-child(2n+1) > td.Leerzeile {
    padding: 0.2em 0.2em;
background: unset;
    line-height:1.4;
border: 0;
    }
}


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


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


.border-bottom-dezent td {
border-bottom-color: #ddd;
}


.blank_monitor td {
  border: 0!important;
  background: white!important;
  }
.Filterbox {
background: white !important;
border: 1px solid grey;
margin: 5px;
/* padding: 5px; */
}
}
.Filterzeile {
display: flex;
margin: 5px;
}
.Filterkriterium {
width: 20%;
min-width: 260px;
}
.Filterwert {
/* width: 80%; */
}
.Filtertext {
display: block;
margin: 5px;
}
.Filterbox hr {
margin-top: 5px;
margin-bottom: 5px;
}
.language-toggle-german {
position: absolute;
top: -6em;
right: 1em;
}
.language-toggle-english {
position: absolute;
top: -6em;
right: 1em;
}
.toc-col .toclevel-1 {
column-count: 3;
}
} /*** Ende Formatierungen für Monitore ***/

Version vom 23. September 2020, 07:18 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;
	}

td.Leerzeile.einrücken {
	padding-left: 30px;
	}

.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;
	}

.sptable.striped tr:nth-child(2n+1) > td.Leerzeile,
.sptable1.striped tr:nth-child(2n+1) > td.Leerzeile,
.sptable2.striped tr:nth-child(2n+1) > td.Leerzeile {
	background: unset;
	border: 0;
	}

.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: unset;
  }

.border-bottom-dezent td {
 	border-bottom-color: #ddd;
}

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


.Filterbox {
	background: white !important;
	border: 1px solid grey;
	margin: 5px;
	/* padding: 5px; */
}

.Filterzeile {
	display: flex;
	margin: 5px;
}

.Filterkriterium {
	width: 20%;
	min-width: 260px;
}

.Filterwert {
/*	width: 80%; */
}

.Filtertext {
	display: block;
	margin: 5px;
}

.Filterbox hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.language-toggle-german {
	position: absolute;
	top: -6em;
	right: 1em;
	}

.language-toggle-english {
	position: absolute;
	top: -6em;
	right: 1em;
	}

.toc-col .toclevel-1 {
	column-count: 3;
	}

} /*** Ende Formatierungen für Monitore ***/