Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
 
KKeine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
/*** Formatierungen für Monitore ***/
/*** Allgemeine Formatierungen ***/


@media (min-width:769px) {


.toc {
.logo-made {
  display: block;
width: 150px;
/*  max-width: 48%; */
float: right;
  float: right;
margin-left: 50px;
  margin-left: 3%;
}
  font-size:95%;
  line-height: 125%;
  }


.description {
.magnify {
  display: block;  
display: none;
  width: 48%;
}
  float:left;
  font-weight: bold;
  }


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


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


.einrücken {
.tright {
  margin-left: 30px;
margin: 0px;
  width: auto;
}
}


.sptable.striped tr:nth-child(2n+1) > td, .sptable2.striped tr:nth-child(2n+1) > td, .sptable3.striped tr:nth-child(2n+1) > td  {
a {
    background-color: #eaecf0;
/* Abstand der Links, die die Kacheln umschließen */
    border: 1px solid #a2a9b1;
padding: 5px;
    padding: 0.2em 0.2em;
}
    line-height:1.4;
    }


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


.sptable .Leerzeile, .sptable3 .Leerzeile {
.grid-box {
  border-left: 0!important;  
display:grid;
  border-right: 0!important;  
grid-template-columns: 25% 25% 25% 25%;
  background: white!important;
max-width: 2000px;
  }
}


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


.blank_monitor td {
  border: 0!important;
  background: white!important;
  }


}
 
.tile:hover .tile-footer {
background: #e74c3c;
color: white;
}
 
.tile-icon {
/* Linke Spalte mit Icon */
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;
}
 
a:visited .tile-right-header {
font-weight: bold;
font-size: 3em;
}
 
a:visited {
color: #e74c3c !important;
font-weight: bold;
font-size: 1.2em;
}
 
.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%;
}
 
.collapsed-menu .tile {
background: aquamarine;
}
 
.tile-iconbox {
position: relative;
width: 56.25px;
height: 56.25px;
border: 3.75px solid hsla(0,0%,100%,.85);
border-radius: 50%;
margin: 0 auto;
}
 
.tile-icon {
/* Linke Spalte mit Icon */
position: initial;
font-size: 130%;
top: 50%;
left: 50%;
width: 56.25px;
height: 56.25px;
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% - 80px);
}
 
.tile-right-header {
/* Rechte Spalte Header */
font-size: 120%;
}
 
.tile-list {
/* Rechte Spalte Liste */
color:#585858;
font-size: 90%;
margin-left: 20px;
}
 
 
/********************** XXXL ********************/
 
@media (min-width: 1601x) {
 
 
 
} /* Ende Formatierungen für min 1105px */
 
 
 
/*** Formatierungen für Monitore min 1105px (3-Spaltig) ***/
 
@media (max-width: 1800px) {
 
.grid-box {
display:grid;
grid-template-columns: 33% 33% 33%;
max-width: 1400px;
}
 
}
 
 
 
/*** 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 */
font-size: 110%;
margin: 10px;
position: relative;
width: 46.25px;
height: 46.25px;
border: 3.75px solid
hsla(0,0%,100%,.85);
border-radius: 50%;
color: hsla(0,0%,100%,.9);
background: #e74c3c;
padding: 11px;
}
 
.tile:hover .tile-icon {
font-size: 130%;
padding: 10px;
}
 
 
.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 ***/
 
 
 
 
 
} /* 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: 130%;
margin: 10px;
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;
padding: 14px;
}
 
.tile:hover .tile-icon {
font-size: 170%;
padding: 11px;
}
 
.tile-right-col {
/* Rechte Spalte */
width: calc(100% - 80px);
}
 
.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 8. Januar 2020, 12:06 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;
	}

a {
	/* Abstand der Links, die die Kacheln umschließen */
	padding: 5px;
	}

a:hover {
	text-decoration: none;
	}

.grid-box {
	display:grid;
	grid-template-columns: 25% 25% 25% 25%;
	max-width: 2000px;
	}

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



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

.tile-icon {
	/* Linke Spalte mit Icon */
	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;
	}

a:visited .tile-right-header {
	font-weight: bold;
	font-size: 3em;
	}

a:visited {
	color: #e74c3c !important;
	font-weight: bold;
	font-size: 1.2em;
	}

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

.collapsed-menu .tile {
	background: aquamarine;
	}

.tile-iconbox {
	position: relative;
	width: 56.25px;
	height: 56.25px;
	border: 3.75px solid hsla(0,0%,100%,.85);
	border-radius: 50%;
	margin: 0 auto;
	}

.tile-icon {
	/* Linke Spalte mit Icon */
	position: initial;
	font-size: 130%;
	top: 50%;
	left: 50%;
	width: 56.25px;
	height: 56.25px;
	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% - 80px);
	}

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

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


/********************** XXXL ********************/

@media (min-width: 1601x) {



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



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

@media (max-width: 1800px) {

.grid-box {
	display:grid;
	grid-template-columns: 33% 33% 33%;
		max-width: 1400px;
	}

	}



/*** 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 */
	font-size: 110%;
	margin: 10px;
	position: relative;
	width: 46.25px;
	height: 46.25px;
	border: 3.75px solid
	hsla(0,0%,100%,.85);
	border-radius: 50%;
	color: hsla(0,0%,100%,.9);
	background: #e74c3c;
	padding: 11px;
	}

.tile:hover .tile-icon {
	font-size: 130%;
	padding: 10px;
	}


.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 ***/





} /* 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: 130%;
	margin: 10px;
	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;
	padding: 14px;
	}

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

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

.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*/