Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 245: Zeile 245:
   }
   }


.wikitable3 tr + td {
.wikitable3 .collection {
   display: block;
   display: block;
   width: 100%;
   width: 100%;

Version vom 5. Juni 2019, 08:28 Uhr

/*** Diese css-Styles werden von der Vorlage {{TOC2}} autoamtisch eingebunden! ***/
/*** Alle anderen müssen dieses css wie folgt einbinden: <templatestyles src="Vorlage:styles.css" /> ***/

.mw-collapsible-toggle {
	color:rgba(255, 255, 255, 0.9);
	display: inline-block;
	background: #ec971f;
	border: 1px solid #f0ad4e;
	border-radius:3px;
	padding: 0px 3px!important;
	font-size:100%;
	text-align:left;
	float:none!important;
	}

.mw-collapsible-toggle-default::after {
    content: '';
    }

.mw-collapsible-toggle-default::before {
    content: '';
    }

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

.wikitable2 th, .wikitable3 th {
    background-color: #eaecf0;
    border: 1px solid #a2a9b1;
    }

.wikitable2 td, .wikitable3 td {
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    padding: 0.2em 0.1em;
    line-height:1.4;
    }

.wikitable2 .Leerzeile, .wikitable3.Leerzeile {
  border-left: solid 1px white; 
  border-right: solid 1px white; 
  background: white;
  }

/*** 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;
   }

.sichtbar_mobil {
  display: none;
  }

td {
  vertical-align: top;
  }

}


/*** Formatierungen für Mobil-Geräte ***/

@media (max-width: 768px) {
.testen span {
  float: left;
  color:blue;
  }

.toctitle {
  padding: 1px;
  }

.toc {
  float: none;
  background: lightgoldenrodyellow;
  text-align: left;
  font-size:95%;
  line-height: 125%;
  margin-bottom: 12px;
  }

.wikitable td:nth-child(1) {
  display: block;
  text-align: left;
  padding-left: 1px;
  vertical-align: top; 
  }

.wikitable td {
  display: block;
  text-align:right;
  padding-left: 25px;
  vertical-align: top;
  }

.wikitable th:nth-child(1) {
  text-align:left; 
  padding-left: 1px; 
  display: block;
  }

.wikitable th {
  display: block;
  text-align:right;
  padding-left: 1px; 
  }

.sp_table td {
  display: block;
  }

span {
  text-align: left;
  }

.sichtbar_monitor {
  display: none;
  }

}

/*** Formatierung Breakpoint sm ***/
@media (max-width: 576px) {

.wikitable2 td {
  display: block;
  text-align:right;
  padding-left: 25px;
  vertical-align: top;
  border-left: 2px solid #a2a9b1; /* Rand links zeichnen */
  border-right: 2px solid #a2a9b1; /* Rand rechts zeichnen */
  border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
  border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
  }

.wikitable2 td:nth-child(1) {
  display: block;
  text-align: left;
  padding-left: 1px;
  vertical-align: top; 
/*  font-weight: bolder;*/
  margin-top: 5px!important;
  border-top: 2px solid #a2a9b1; /* Rand oben zeichnen */
  border-left: 2px solid #a2a9b1; /* Rand links zeichnen */
  border-right: 2px solid #a2a9b1; /* Rand rechts zeichnen */
  border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
/*  color: #555555;*/
  }

.wikitable2 td:last-child {
  display: block;
  text-align:right;
  padding-left: 25px;
  vertical-align: top;
  border: 2px solid #a2a9b1; /* Rand unten, rechts und links zeichnen */
  border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
  }


.wikitable2 th {
  display: block;
  text-align:right;
  padding-left: 1px; 
  padding-right: 1.4em;
  border: 2px solid #a2a9b1; /* Rand rechts und links zeichnen */
  border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
  border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
  }

.wikitable2 th:last-child {
  display: block;
/*  text-align:right; */
  padding-left: 1px; 
  border-bottom: 2px solid #a2a9b1!important; /* Rand unten zeichnen */
/*  border-left: 2px solid #a2a9b1; Rand links zeichnen */
/*  border-right: 2px solid #a2a9b1;  Rand rechts zeichnen */
/*  border-top: 1px solid #a2a9b1;  Rand oben dünn zeichnen */ 
  }

.wikitable2 th:nth-child(1) {
  text-align:left; 
  padding-left: 1px; 
  display: block;
  border-top: 2px solid #a2a9b1; /* Rand oben zeichnen */
/*  border-bottom: 1px solid #eaecf0; Rand unten durch Hintergrundfarbe ausblenden */
  }

.wikitable2 .Leerzeile  {
  border: solid 1px white!important;
  background: white!important;
  text-align:left!important;
  padding-left: 0px!important;
  vertical-align: bottom!important;
  font-weight: normal;
  color: black;
  }


.wikitable3 th:nth-child(1) {
  display: block!important;
  padding-left: 1px; 
  padding-right: 0.4em;
  border: 2px solid #a2a9b1; /* Rand rechts und links zeichnen */
  border-top: 2px solid #a2a9b1; /* Rand oben dünn zeichnen */
  border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
  } 

.wikitable3 th {
  float: left;
  padding-left: 1px; 
  padding-right: 0.4em;
  border: 1px solid #a2a9b1; /* Rand rechts und links zeichnen */
  border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
  border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
  } 

.wikitable3 td {
  float: left;
  text-align:left;
  vertical-align: top;
  min-width:33.3%;
  border-left: 1px solid #a2a9b1; /* Rand links zeichnen */
  border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */
  border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
  border-bottom: 1px solid #a2a9b1; /* Rand unten durch Hintergrundfarbe ausblenden */
  }

.wikitable3 .collection {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 1px;
  vertical-align: top; 
/*  font-weight: bolder;*/
/*  margin-top: 5px!important;*/
  border-top: 1px solid #a2a9b1; /* Rand oben zeichnen */
  border-left: 1px solid #a2a9b1; /* Rand links zeichnen */
  border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */
  border-bottom: 1px solid #eaecf0; /* Rand unten durch Hintergrundfarbe ausblenden */
/*  color: #555555;*/
  }

}