Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(17 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 3: Zeile 3:


.logo-made {
.logo-made {
width: 150px;
position: absolute;
float: right;
right: 20px;
margin-left: 50px;
top: -4em;
width: 100px;
}
}


.magnify {
.magnify {
Zeile 37: Zeile 39:
a:hover {
a:hover {
text-decoration: none;
text-decoration: none;
color: #F1948A;
}
}


Zeile 62: Zeile 65:
background: #e74c3c;
background: #e74c3c;
color: white;
color: white;
transition: .3s;
}
}


.tile-icon {
.tile-icon {
/* Icon */
/* Icon */
position: absolute;
width: 56.25px;
height: 56.25px;
line-height: 25px;
font-size: 130%;
font-size: 130%;
top: 75%;
left: 50%;
/* transform: translate(-50%, -50%); → common.css */
transition: 0.3s;
transition: 0.3s;
}
}
Zeile 96: Zeile 91:
padding: 5px;
padding: 5px;
display: inline-block;
display: inline-block;
}
.inaktiv .tile-right-header {
color: silver;
}
.inaktiv .tile-list {
color: silver;
}
.inaktiv.tile-footer .Hinweis {
color: white;
}
.inaktiv .tile-iconbox {
background-color: rgba(231, 76, 60, 0.72);
}
}


Zeile 104: Zeile 115:


a:visited {
a:visited {
color: #e74c3c !important;
color: #e74c3c;
font-weight: bold;
font-weight: bold;
font-size: 1.2em;
font-size: 1.2em;
Zeile 114: Zeile 125:
background: #fff; /* #f5f5f5; */
background: #fff; /* #f5f5f5; */
display: block;
display: block;
padding: 5px;
padding: 10px;
color: #E74C3C;
color: #E74C3C;
text-align: right;
text-align: right;
width:100%;
width:100%;
        transition: 500ms;
}
}
.tile-footer .Hinweis {
float: left;
color: green;
font-weight: bold;
}
.tile:hover .Hinweis  {
color: white;
}


.collapsed-menu .tile {
.collapsed-menu .tile {
Zeile 133: Zeile 156:
color: hsla(0,0%,100%,.9);
color: hsla(0,0%,100%,.9);
background-color: #e74c3c;
background-color: #e74c3c;
        display: flex;
        justify-content: center;
        align-items: center;
}
}


.tile:hover .tile-icon {
.tile:hover .tile-icon {
font-size: 170%;
        transform: scale(1.5);
/* padding: 11px; */
}
}


Zeile 154: Zeile 179:
color:#585858;  
color:#585858;  
font-size: 90%;  
font-size: 90%;  
margin-left: 20px;
margin-left: -8px;
}
 
.Hauptseite {
display: grid;
grid-template-columns: 25% 75%;
vertical-align: inherit;
height: 100%;
box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
border-radius: 3px 3px 0px 0px;
}
 
.Hauptseite ul {
break-inside: avoid;
}
 
 
 
 
 
 
 
.infotile {
/* Ä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%;
}
 
.infotile:hover .tile-footer {
background: #e74c3c;
color: white;
}
 
.infotile-icon {
/* Icon */
font-size: 130%;
transition: 0.3s;
}
 
.infotile-iconrow {
/* Rechte Spalte mit Bild/Icon */
color: #e74c3c;
display: block; /* contents;
vertical-align: top;
margin: 10px; */
shape-outside: circle(farthest-side at 50% 50%);
float: right;
padding: 4em;
border-radius: 100%;
}
 
.box-top {
width: 100%;
display: inline-flex;
}
 
.infotile-left-col {
/* word-break: break; */
text-align: left;
padding: 5px;
display: inline-block;
}
 
a:visited .infotile-left-header {
font-weight: bold;
font-size: 3em;
}
 
a:visited {
color: #e74c3c;
font-weight: bold;
font-size: 1.2em;
}
 
.collapsed-menu .infotile {
background: aquamarine;
}
 
.infotile-iconbox {
position: relative;
width: 56.25px;
height: 56.25px;
border: 3.75px solid hsla(0,0%,100%,.85);
border-radius: 50%;
text-align: center;
color: hsla(0,0%,100%,.9);
background-color: #e74c3c;
        display: flex;
        justify-content:center;
        align-items: center;
}
 
.infotile:hover .tile-icon {
        transform: scale(1.5);
}
 
.infotile-right-col {
/* Rechte Spalte */
width: 30%;
}
 
.infotile-left-header {
/* Linke Spalte Header */
font-size: 120%;
}
 
.infotile-text {
/* Rechte Spalte Liste */
color: blueviolet; /* #585858; */
font-size: 90%;
/* margin-left: 20px; */
margin-top: 5px;
line-height: 1.3em;
}
 
.infotile-footer {
/* Fußzeile */
border-top: 1px solid rgba(0, 0, 0, 0.05);
display: block;
padding: 10px;
width: 100%;
transition: 500ms;
box-shadow: 0px 1.4px rgb(2,90,0);
}
 
.infotile-footer .head{
display: inline-block;
}
 
 
.infotile-footer-icon {
padding-left: 5px;
}
}


.infotile-footer-subline {
text-align: left;
font-size: 90%;
}


/********************** XXXL ********************/
/********************** XXXL ********************/
Zeile 171: Zeile 339:


@media (max-width: 1800px) {
@media (max-width: 1800px) {
.logo-made {
position: absolute;
right: 20px;
top: -4em;
width: 100px;
}


.grid-box {
.grid-box {
Zeile 205: Zeile 381:
/* Linke Spalte mit Icon */
/* Linke Spalte mit Icon */
font-size: 110%;
font-size: 110%;
width: 46.25px;
transition: 0.3s;
height: 46.25px;
top: 66%;
}
}


.tile:hover .tile-icon {
.tile:hover .tile-icon {
font-size: 130%;
        transform: scale(1.3);
}
}


.tile-right-col {
.tile-right-col {
Zeile 220: Zeile 393:
}
}


.tile-right-header {
.tile-left-header {
/* Rechte Spalte Header */
/* Linke Spalte Header */
font-size: 120%;
font-size: 120%;
color: #E74C3C;
}
.tile-left-subheader {
/* Linke Spalte Header */
font-size: 100%;
color: rgba(0, 0, 0, 0.6);
}
}


Zeile 252: Zeile 432:


.logo-made {
.logo-made {
width: 50%;
width: 25%;
position: inherit;
}
}


Zeile 258: Zeile 439:
/* Linke Spalte mit Icon */
/* Linke Spalte mit Icon */
font-size: 130%;
font-size: 130%;
width: 56.25px;
transition: 0.3s;
height: 56.25px;
top: 66%;
}
}


.tile:hover .tile-icon {
.tile:hover .tile-icon {
font-size: 170%;
        transform: scale(1.4);
}
}


Zeile 272: Zeile 451:
}
}


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


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


.Hauptseite {
grid-template-columns: 100%;
}


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

Aktuelle Version vom 7. Dezember 2021, 08:16 Uhr

/*** Allgemeine Formatierungen ***/


.logo-made {
	position:	absolute;
	right:		20px;
	top:		-4em;
	width:		100px;
	}


.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;
	color: #F1948A;
	}

.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 {
	/* Icon */
	font-size: 130%;
	transition: 0.3s;
	}

.tile-iconrow {
	/* 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;
	}

.inaktiv .tile-right-header {
	color:	silver;
	}

.inaktiv .tile-list {
	color:	silver;
	}

.inaktiv.tile-footer .Hinweis {
	color:	white;
	}

.inaktiv .tile-iconbox {
	background-color: rgba(231, 76, 60, 0.72);
	}

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

a:visited {
	color: #e74c3c;
	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: 10px;
	color: #E74C3C;
	text-align: right;
	width:100%;
        transition: 500ms;
	}

.tile-footer .Hinweis {
	float: 		left;
	color: 		green;
	font-weight: 	bold;
}

.tile:hover .Hinweis  {
	color: white;
	}


.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%;
	text-align: center;
	color: hsla(0,0%,100%,.9);
	background-color: #e74c3c;
        display: flex;
        justify-content: center;
        align-items: center;
	}

.tile:hover .tile-icon {
        transform: scale(1.5);
	}

.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: -8px;
	}

.Hauptseite {
	display: grid;
	grid-template-columns: 25% 75%;
	vertical-align: inherit;
	height: 100%;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
	border-radius: 3px 3px 0px 0px;
	}

.Hauptseite ul {
	break-inside: avoid;
	}







.infotile {
	/* Ä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%;
	}

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

.infotile-icon {
	/* Icon */
	font-size: 130%;
	transition: 0.3s;
	}

.infotile-iconrow {
	/* Rechte Spalte mit Bild/Icon */
	color: 		#e74c3c;
	display: block; /* contents; 
	vertical-align: top;
	margin: 10px; */
	shape-outside:	circle(farthest-side at 50% 50%);
	float:		right;
	padding: 	4em;
	border-radius:	100%;
	}

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

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

a:visited .infotile-left-header {
	font-weight: 	bold;
	font-size: 	3em;
	}

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

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

.infotile-iconbox {
	position: 	relative;
	width: 		56.25px;
	height: 	56.25px;
	border: 	3.75px solid hsla(0,0%,100%,.85);
	border-radius: 	50%;
	text-align: 	center;
	color: 		hsla(0,0%,100%,.9);
	background-color: #e74c3c;
        display: 	flex;
        justify-content:center;
        align-items: 	center;
	}

.infotile:hover .tile-icon {
        transform: 	scale(1.5);
	}

.infotile-right-col {
	/* Rechte Spalte	*/
	width: 		30%;
	}

.infotile-left-header {
	/* Linke Spalte Header */
	font-size: 	120%;
	}

.infotile-text {
	/* Rechte Spalte Liste */
	color:		blueviolet; /* #585858; */
	font-size: 	90%; 
	/* margin-left: 	20px; */
	margin-top: 	5px;
	line-height: 	1.3em;
	}

.infotile-footer {
	/* Fußzeile */
	border-top:	1px solid rgba(0, 0, 0, 0.05);
	display: 	block;
	padding: 	10px;
	width:		100%;
	transition: 	500ms;
	box-shadow: 	0px 1.4px rgb(2,90,0);
	}

.infotile-footer .head{
	display: 	inline-block;
	}


.infotile-footer-icon {
	padding-left: 	5px;
	}

.infotile-footer-subline {
	text-align: 	left;
	font-size: 	90%; 
	}

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

@media (min-width: 1601x) {



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



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

@media (max-width: 1800px) {


.logo-made {
	position:	absolute;
	right:		20px;
	top:		-4em;
	width:		100px;
	}

.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%;
	transition: 0.3s;
	}

.tile:hover .tile-icon {
        transform: scale(1.3);
	}

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

.tile-left-header {
	/* Linke Spalte Header */
	font-size: 120%;
	color: #E74C3C;
	}

.tile-left-subheader {
	/* Linke Spalte Header */
	font-size: 100%;
	color: rgba(0, 0, 0, 0.6);
	}

.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:		25%;
	position:	inherit;
	}

.tile-icon {
	/* Linke Spalte mit Icon */
	font-size: 130%;
	transition: 0.3s;
	}

.tile:hover .tile-icon {
        transform: scale(1.4);
	}

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

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

.tile-list {
	/* Linke Spalte Text */
	color:#585858; 
	font-size: 70%; 
	margin-left: 20px;
	}

.Hauptseite {
	grid-template-columns: 100%;
	}

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