Wechseln zu:Navigation, Suche
Wiki
Keine Bearbeitungszusammenfassung
 
KKeine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
/*** Allgemeine Formatierungen ***/


.logo-made {
  width: 150px;
  float: right;
  margin-left: 50px;
  }
.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;
  }
.tile {
/* Äußerer Kasten */
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 2px;
max-width: 400px;
margin: 5px;
display: inline-flex;
flex-flow: row wrap;
align-content: space-between;
background: #fff;
}
.tile:hover .tile-footer {
background: #e74c3c;
}
.tile-icon {
/* Linke Spalte mit Icon */
padding: 14px;
color: #e74c3c;
display: inline-block;
vertical-align: top;
margin: 10px;
}
.box-top {
width: 100%;
display: inline-flex;
}
.tile-right-col {
/* word-break: break; */
text-align: left;
padding: 5px;
display: inline-block;
}
.tile-right-header {
color: #e74c3c !important;
font-weight: bold;
}
.tile-footer {
/* Fußzeile  */
border-top:1px solid rgba(0, 0, 0, 0.05);
background: #fff; /* #f5f5f5; */
display: block;
padding: 5px;
color: #E74C3C;
text-align: right;
width:100%;
}
/*** Formatierungen für Monitore min 1105px (3-Spaltig) ***/
@media (min-width: 1105px) {
.grid-box {
  display:grid;
  grid-template-columns: 33% 33% 33%;
  }
.tile-icon {
/* Linke Spalte mit Icon */
width: 70px;
/* font-size: 350%; */
font-size: 130%;
margin: 0 auto;
position: relative;
width: 56.25px;
height: 56.25px;
border: 3.75px solid
hsla(0,0%,100%,.85);
border-radius: 50%;
color: hsla(0,0%,100%,.9);
background: #e74c3c;
}
.tile:hover .tile-icon {
font-size: 170%;
padding: 11px;
}
.tile-right-col {
/* Rechte Spalte  */
width: calc(100% - 70px);
}
.tile-right-header {
/* Rechte Spalte Header */
font-size: 120%;
}
.tile-list {
/* Rechte Spalte Liste */
color:#585858;
font-size: 90%;
margin-left: 20px;
}
} /* Ende Formatierungen für min 1105px */
/*** Formatierungen für max 1104px  ***/
@media (max-width: 1104px) {
/*** Mit Menü 2-Spaltig ***/
.collapsed-menu > * > .grid-box {
display:grid;
grid-template-columns: 33% 33% 33% !important;
}
.grid-box {
  display:grid;
  grid-template-columns: 50% 50%;
  }
.logo-made {
  width: 50%;
  }
.tile-icon {
/* Linke Spalte mit Icon */
width: 60px;
font-size: 250%;
}
.tile-right-col {
/* Rechte Spalte  */
width: calc(100% - 60px);
}
.tile-right-header {
/* Rechte Spalte Header */
font-size: 120%;
}
.tile-list {
/* Rechte Spalte Liste */
color:#585858;
font-size: 90%;
margin-left: 20px;
}
/*** Ohne Menü 3-Spaltig ***/
.logo-made {
  width: 150px;
  float: right;
  margin-left: 50px;
  }
.tile-icon {
/* Linke Spalte mit Icon */
width: 60px;
font-size: 250%;
}
.tile-right-col {
/* Rechte Spalte  */
width: calc(100% - 60px);
}
.tile-right-header {
/* Rechte Spalte Header */
font-size: 120%;
}
.tile-list {
/* Rechte Spalte Liste */
color:#585858;
font-size: 90%;
margin-left: 20px;
}
} /* Ende Formatierungen max 1104px */
/*** Formatierungen für Mobil-Geräte (1-Spaltig) ***/
@media (max-width: 575px) {
.grid-box {
  display:grid;
  grid-template-columns: 98%;
  }
.logo-made {
  width: 50%;
  }
.tile-icon {
/* Linke Spalte mit Icon */
width: 70px;
font-size: 350%;
}
.tile-right-col {
/* Rechte Spalte  */
width: calc( 100% - 70px);
}
.tile-right-header {
/* Rechte Spalte Header */
font-size: 120%;
}
.tile-list {
/* Rechte Spalte Liste */
color:#585858;
font-size: 90%;
margin-left: 20px;
}
} /* Ende Formatierungen für Mobil-Geräte bis 575px*/

Version vom 12. Dezember 2019, 15:51 Uhr

/*** Allgemeine Formatierungen ***/

.logo-made {
  width: 150px;
  float: right;
  margin-left: 50px;
  }

.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;
  }


.tile {
	/* Äußerer Kasten */
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	max-width: 400px;
	margin: 5px;
	display: inline-flex;
	flex-flow: row wrap;
	align-content: space-between;
	background: #fff;
}

.tile:hover .tile-footer {
	background: #e74c3c;
}

.tile-icon {
	/* Linke Spalte mit Icon */
	padding: 14px;
	color: #e74c3c;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}

.box-top {
	width: 100%;
	display: inline-flex;
}

.tile-right-col {
	/* word-break: break; */
	text-align: left;
	padding: 5px;
	display: inline-block;
}

.tile-right-header {
	color: #e74c3c !important;
	font-weight: bold;
}

.tile-footer {
	/* Fußzeile  */
	border-top:1px solid rgba(0, 0, 0, 0.05);
	background: #fff; /* #f5f5f5; */
	display: block;
	padding: 5px;
	color: #E74C3C;
	text-align: right;
	width:100%;
}


/*** Formatierungen für Monitore min 1105px (3-Spaltig) ***/

@media (min-width: 1105px) {

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



.tile-icon {
	/* Linke Spalte mit Icon */
	width: 70px;
	/* font-size: 350%; */
	font-size: 130%;
	margin: 0 auto;
	position: relative;
	width: 56.25px;
	height: 56.25px;
	border: 3.75px solid
	hsla(0,0%,100%,.85);
	border-radius: 50%;
	color: hsla(0,0%,100%,.9);
	background: #e74c3c;
}

.tile:hover .tile-icon {
	font-size: 170%;
	padding: 11px;
}

.tile-right-col {
	/* Rechte Spalte  */
	width: calc(100% - 70px);
}

.tile-right-header {
	/* Rechte Spalte Header */
	font-size: 120%;
}

.tile-list {
	/* Rechte Spalte Liste */
	color:#585858; 
	font-size: 90%; 
	margin-left: 20px;
}


} /* Ende Formatierungen für min 1105px */




/*** Formatierungen für max 1104px  ***/

@media (max-width: 1104px) {

/*** Mit Menü 2-Spaltig ***/

.collapsed-menu > * > .grid-box {
	display:grid;
	grid-template-columns: 33% 33% 33% !important;
}

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

.logo-made {
  width: 50%;
  }

.tile-icon {
	/* Linke Spalte mit Icon */
	width: 60px;
	font-size: 250%;
}

.tile-right-col {
	/* Rechte Spalte  */
	width: calc(100% - 60px);
}

.tile-right-header {
	/* Rechte Spalte Header */
	font-size: 120%;
}

.tile-list {
	/* Rechte Spalte Liste */
	color:#585858; 
	font-size: 90%; 
	margin-left: 20px;
}

/*** Ohne Menü 3-Spaltig ***/



.logo-made {
  width: 150px;
  float: right;
  margin-left: 50px;
  }


.tile-icon {
	/* Linke Spalte mit Icon */
	width: 60px;
	font-size: 250%;
}

.tile-right-col {
	/* Rechte Spalte  */
	width: calc(100% - 60px);
}

.tile-right-header {
	/* Rechte Spalte Header */
	font-size: 120%;
}

.tile-list {
	/* Rechte Spalte Liste */
	color:#585858; 
	font-size: 90%; 
	margin-left: 20px;
}
 

} /* Ende Formatierungen max 1104px */


/*** Formatierungen für Mobil-Geräte (1-Spaltig) ***/

@media (max-width: 575px) {

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


.logo-made {
  width: 50%;
  }

.tile-icon {
	/* Linke Spalte mit Icon */
	width: 70px;
	font-size: 350%;
}

.tile-right-col {
	/* Rechte Spalte  */
	width: calc( 100% - 70px);
}

.tile-right-header {
	/* Rechte Spalte Header */
	font-size: 120%;
}

.tile-list {
	/* Rechte Spalte Liste */
	color:#585858; 
	font-size: 90%; 
	margin-left: 20px;
}


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

Dateiversionen

Klicke auf einen Zeitpunkt, um diese Version zu laden.

Version vomVorschaubildMaßeBenutzerKommentar
aktuell10:40, 13. Nov. 2019Vorschaubild der Version vom 10:40, 13. Nov. 2019922 × 284 (24 KB)Lauritzl (Diskussion | Beiträge)