Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:
     border: 0px solid white;
     border: 0px solid white;
     }
     }
.tright {
  margin: 0px;
  }


/*** Formatierungen für Monitore ***/
/*** Formatierungen für Monitore ***/

Version vom 21. Mai 2019, 15:26 Uhr

/*** Allgemeine Formatierungen ***/

.magnify {
  display: none;
  }

.thumbinner {
  border: 0px solid white;
  padding: 0px;
  background-color: white;
  font-size: 94%;
  text-align: center;
  overflow: hidden;
  }

.thumbimage {
    background-color: #fff;
    border: 0px solid white;
    }

.tright {
  margin: 0px;
  }

/*** Formatierungen für Monitore ***/

@media (min-width:901px) {

.grid-box {
  display:grid;
  grid-template-columns: 50% 50%;
  }




} /* Ende Formatierungen für Monitore */


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

@media (max-width: 900px) {

.grid-box {
  display:grid;
  grid-template-columns: 98%;
  }


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