Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


.toc {
.toc {
  display: block;
  width: 48%;
   float: right;
   float: right;
   margin-left: 50px;
   margin-left: 3%;
  font-size:95%;
  line-height: 125%;
   }
   }
.description {
  display: block;
  width: 48%;
  float:left;
  }


}
}
Zeile 21: Zeile 32:
   float: none;
   float: none;
   background-color: yellow;
   background-color: yellow;
  text-align: left;
  font-size:95%;
  line-height: 125%;
  margin-bottom: 12px;
   }
   }
span {
span {
   text-align: left;
   text-align: left;

Version vom 20. Mai 2019, 11:14 Uhr

@media (min-width:901px) {

.toc {
  display: block; 
  width: 48%; 
  float: right;
  margin-left: 3%;
  font-size:95%;
  line-height: 125%;
  }

.description {
   display: block; 
   width: 48%; 
   float:left;
   }


}

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

.toctitle {
  padding: 1px;
  }

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

span {
  text-align: left;
  }


}