Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(70 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
.Voraussetzungen li {
.Voraussetzungen li {
   margin-bottom: 15px;
   margin-bottom: 15px;
  }
.container {
  max-width:95%!important;
  width:95%!important;
   }
   }


Zeile 9: Zeile 14:
   flex-wrap: wrap;
   flex-wrap: wrap;
   align-items: stretch;
   align-items: stretch;
   justify-content: space-between;
   margin: 0px;
   }
   }


.flexelement {
.flexelement {
   width:33%;
   width:32%;
  align-items: stretch;
  border: 1px solid #c8ccd1;
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: center;
/*  overflow: hidden;*/
  margin: 3px;
  }
 
div .thumbinner {
  border: 0px solid #c8ccd1;
  max-width: calc( 100% - 6px);
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: left;
  overflow: hidden;
  }
 
.tright {
  margin: 0px;
  }
 
.thumb {
margin-bottom: 0px;
   }
   }


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


Zeile 43: Zeile 60:


@media (max-width: 900px) {
@media (max-width: 900px) {
.flexelement {
  width:47%;
  align-items: stretch;
  border: 1px solid #c8ccd1;
  padding: 6px;
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: center;
  overflow: hidden;
  margin: 3px;
  }
}
@media (max-width: 600px) {
.flexelement {
.flexelement {
   width:100%;
   width:100%;
  align-items: stretch;
  border: 1px solid #c8ccd1;
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: center;
  overflow: hidden;
  margin: 3px;
  background: darkgreen;
   }
   }



Aktuelle Version vom 28. Mai 2019, 17:56 Uhr

.Voraussetzungen li {
  margin-bottom: 15px;
  }

.container {
  max-width:95%!important;
  width:95%!important;
  }

.flexbox {
  width: 100%;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0px;
  }

.flexelement {
  width:32%;
  align-items: stretch;
  border: 1px solid #c8ccd1;
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: center;
/*  overflow: hidden;*/
  margin: 3px;
  }

div .thumbinner {
  border: 0px solid #c8ccd1;
  max-width: calc( 100% - 6px);
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: left;
  overflow: hidden;
  }

.tright {
  margin: 0px;
  }

.thumb {
 margin-bottom: 0px;
  }

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

.gallery-header {
    font-size: 22px;
    font-style: italic;
    }

	

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

@media (max-width: 900px) {
.flexelement {
  width:47%;
  align-items: stretch;
  border: 1px solid #c8ccd1;
  padding: 6px;
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: center;
  overflow: hidden;
  margin: 3px;
  }
}

@media (max-width: 600px) {
.flexelement {
  width:100%;
  align-items: stretch;
  border: 1px solid #c8ccd1;
  background-color: #f8f9fa;
  font-size: 94%;
  text-align: center;
  overflow: hidden;
  margin: 3px;
  background: darkgreen;
  }

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

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