Wechseln zu:Navigation, Suche
Wiki
(Die Seite wurde neu angelegt: „→‎** Formatierungen für Mobil-Geräte **: @media (max-width: 768px) { .testen span { float: left; color:blue; } .toctitle { padding: 1px; } .toc…“)
 
(Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Styles-max768.css von „Wikitext“ nach „Bereinigtes CSS“)
Markierung: Änderung des Inhaltsmodells
(kein Unterschied)

Version vom 20. August 2019, 13:38 Uhr

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

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

}