KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| (20 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/*** Allgemeine Formatierungen ***/ | /*** Allgemeine Formatierungen ***/ | ||
.logo-made { | .logo-made { | ||
position: absolute; | |||
right: 20px; | |||
top: -4em; | |||
width: 100px; | |||
} | } | ||
.magnify { | .magnify { | ||
| Zeile 30: | Zeile 31: | ||
} | } | ||
a { | .grid-box a { | ||
/* Abstand der Links, die die Kacheln umschließen */ | /* Abstand der Links, die die Kacheln umschließen */ | ||
padding: 5px; | padding: 5px; | ||
} | } | ||
a:hover { | .grid-box a:hover { | ||
text-decoration: none; | text-decoration: none; | ||
color: #F1948A; | |||
} | } | ||
.grid-box { | .grid-box { | ||
display:grid; | width: 100%; | ||
grid-template-columns: 25% 25% 25% 25%; | display: grid; | ||
max-width: 2000px; | grid-template-columns: 25% 25% 25% 25%; | ||
max-width: 2000px; | |||
} | } | ||
| Zeile 62: | Zeile 65: | ||
background: #e74c3c; | background: #e74c3c; | ||
color: white; | color: white; | ||
} | } | ||
.tile-icon { | .tile-icon { | ||
/* Icon */ | /* Icon */ | ||
font-size: 130%; | font-size: 130%; | ||
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 | 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: | 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 { | ||
transform: scale(1.5); | |||
} | } | ||
| 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%; | |||
} | } | ||
| Zeile 174: | 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 208: | Zeile 381: | ||
/* Linke Spalte mit Icon */ | /* Linke Spalte mit Icon */ | ||
font-size: 110%; | font-size: 110%; | ||
transition: 0.3s; | |||
} | } | ||
.tile:hover .tile-icon { | .tile:hover .tile-icon { | ||
transform: scale(1.3); | |||
} | } | ||
.tile-right-col { | .tile-right-col { | ||
| Zeile 226: | Zeile 396: | ||
/* Rechte Spalte Header */ | /* Rechte 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 249: | Zeile 426: | ||
.grid-box { | .grid-box { | ||
width: 100%; | |||
grid-template-columns: 98%; | display: grid; | ||
grid-template-columns: 98%; | |||
} | } | ||
.logo-made { | .logo-made { | ||
width: | width: 25%; | ||
position: inherit; | |||
} | } | ||
| Zeile 261: | Zeile 440: | ||
/* Linke Spalte mit Icon */ | /* Linke Spalte mit Icon */ | ||
font-size: 130%; | font-size: 130%; | ||
transition: 0.3s; | |||
} | } | ||
.tile:hover .tile-icon { | .tile:hover .tile-icon { | ||
transform: scale(1.4); | |||
} | } | ||
| Zeile 281: | Zeile 458: | ||
.tile-list { | .tile-list { | ||
/* | /* Linke Spalte Text */ | ||
color:#585858; | color:#585858; | ||
font-size: | font-size: 70%; | ||
margin-left: 20px; | margin-left: 20px; | ||
} | } | ||
.Hauptseite { | |||
grid-template-columns: 100%; | |||
} | |||
.startbox-head.greenalert li { | |||
padding-left: 0.75em !important; | |||
} | |||
.startbox-head.greenalert li:before { | |||
position: unset; | |||
margin-right: 0.5em; | |||
} | |||
} /* Ende Formatierungen für Mobil-Geräte bis 575px*/ | } /* Ende Formatierungen für Mobil-Geräte bis 575px*/ | ||
Aktuelle Version vom 18. Juni 2025, 13:45 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;
}
.grid-box a {
/* Abstand der Links, die die Kacheln umschließen */
padding: 5px;
}
.grid-box a:hover {
text-decoration: none;
color: #F1948A;
}
.grid-box {
width: 100%;
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-right-header {
/* Rechte 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 {
width: 100%;
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-right-header {
/* Rechte Spalte Header */
font-size: 120%;
}
.tile-list {
/* Linke Spalte Text */
color:#585858;
font-size: 70%;
margin-left: 20px;
}
.Hauptseite {
grid-template-columns: 100%;
}
.startbox-head.greenalert li {
padding-left: 0.75em !important;
}
.startbox-head.greenalert li:before {
position: unset;
margin-right: 0.5em;
}
} /* Ende Formatierungen für Mobil-Geräte bis 575px*/