KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
.logo-made { | .logo-made { | ||
width: 150px; | |||
float: right; | |||
margin-left: 50px; | |||
} | |||
.magnify { | .magnify { | ||
display: none; | |||
} | |||
.thumbinner { | .thumbinner { | ||
border: 0px solid white; | |||
padding: 0px; | |||
background-color: white; | |||
font-size: 94%; | |||
text-align: center; | |||
overflow: hidden; | |||
} | |||
.thumbimage { | .thumbimage { | ||
background-color: #fff; | |||
border: 0px solid white; | |||
} | |||
.tright { | .tright { | ||
margin: 0px; | |||
} | |||
a { | a { | ||
/* Abstand der Links, die die Kacheln umschließen */ | /* Abstand der Links, die die Kacheln umschließen */ | ||
padding: 5px; | padding: 5px; | ||
} | } | ||
a:hover { | |||
text-decoration: none; | |||
} | |||
.grid-box { | .grid-box { | ||
display:grid; | |||
grid-template-columns: 25% 25% 25% 25%; | |||
max-width: 2000px; | |||
} | |||
.tile { | .tile { | ||
| Zeile 53: | Zeile 57: | ||
background: #fff; | background: #fff; | ||
height: 95%; | height: 95%; | ||
} | } | ||
| Zeile 60: | Zeile 64: | ||
background: #e74c3c; | background: #e74c3c; | ||
color: white; | color: white; | ||
} | } | ||
.tile-icon { | .tile-icon { | ||
| Zeile 68: | Zeile 72: | ||
vertical-align: top; | vertical-align: top; | ||
margin: 10px; | margin: 10px; | ||
} | } | ||
.box-top { | .box-top { | ||
width: 100%; | width: 100%; | ||
display: inline-flex; | display: inline-flex; | ||
} | } | ||
.tile-right-col { | .tile-right-col { | ||
| Zeile 80: | Zeile 84: | ||
padding: 5px; | padding: 5px; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
a:visited .tile-right-header { | a:visited .tile-right-header { | ||
| Zeile 94: | Zeile 98: | ||
.tile-footer { | .tile-footer { | ||
/* Fußzeile | /* Fußzeile */ | ||
border-top:1px solid rgba(0, 0, 0, 0.05); | border-top:1px solid rgba(0, 0, 0, 0.05); | ||
background: #fff; /* #f5f5f5; */ | background: #fff; /* #f5f5f5; */ | ||
| Zeile 102: | Zeile 106: | ||
text-align: right; | text-align: right; | ||
width:100%; | width:100%; | ||
} | } | ||
.collapsed-menu .tile { | .collapsed-menu .tile { | ||
background: aquamarine; | |||
} | } | ||
| Zeile 124: | Zeile 128: | ||
background: #e74c3c; | background: #e74c3c; | ||
padding: 14px; | padding: 14px; | ||
} | } | ||
.tile:hover .tile-icon { | .tile:hover .tile-icon { | ||
font-size: 170%; | font-size: 170%; | ||
padding: 11px; | padding: 11px; | ||
} | } | ||
.tile-right-col { | .tile-right-col { | ||
/* Rechte Spalte | /* Rechte Spalte */ | ||
width: calc(100% - 80px); | width: calc(100% - 80px); | ||
} | } | ||
.tile-right-header { | .tile-right-header { | ||
/* Rechte Spalte Header */ | /* Rechte Spalte Header */ | ||
font-size: 120%; | font-size: 120%; | ||
} | } | ||
.tile-list { | .tile-list { | ||
| Zeile 146: | Zeile 150: | ||
font-size: 90%; | font-size: 90%; | ||
margin-left: 20px; | margin-left: 20px; | ||
} | } | ||
| Zeile 164: | Zeile 168: | ||
.grid-box { | .grid-box { | ||
display:grid; | |||
grid-template-columns: 33% 33% 33%; | |||
max-width: 1400px; | |||
} | |||
} | } | ||
/*** Formatierungen für max 1104px | /*** Formatierungen für max 1104px ***/ | ||
@media (max-width: 1104px) { | @media (max-width: 1104px) { | ||
| Zeile 182: | Zeile 186: | ||
display:grid; | display:grid; | ||
grid-template-columns: 33% 33% 33% !important; | grid-template-columns: 33% 33% 33% !important; | ||
} | } | ||
.grid-box { | .grid-box { | ||
display:grid; | |||
grid-template-columns: 50% 50%; | |||
} | |||
.logo-made { | .logo-made { | ||
width: 50%; | |||
} | |||
.tile-icon { | .tile-icon { | ||
| Zeile 206: | Zeile 210: | ||
background: #e74c3c; | background: #e74c3c; | ||
padding: 11px; | padding: 11px; | ||
} | } | ||
.tile:hover .tile-icon { | .tile:hover .tile-icon { | ||
font-size: 130%; | font-size: 130%; | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
.tile-right-col { | .tile-right-col { | ||
/* Rechte Spalte | /* Rechte Spalte */ | ||
width: calc(100% - 60px); | width: calc(100% - 60px); | ||
} | } | ||
.tile-right-header { | .tile-right-header { | ||
/* Rechte Spalte Header */ | /* Rechte Spalte Header */ | ||
font-size: 120%; | font-size: 120%; | ||
} | } | ||
.tile-list { | .tile-list { | ||
| Zeile 229: | Zeile 233: | ||
font-size: 90%; | font-size: 90%; | ||
margin-left: 20px; | margin-left: 20px; | ||
} | } | ||
/*** Ohne Menü 3-Spaltig ***/ | /*** Ohne Menü 3-Spaltig ***/ | ||
| Zeile 245: | Zeile 249: | ||
.grid-box { | .grid-box { | ||
display:grid; | |||
grid-template-columns: 98%; | |||
} | |||
.logo-made { | .logo-made { | ||
width: 50%; | |||
} | |||
.tile-icon { | .tile-icon { | ||
| Zeile 268: | Zeile 272: | ||
background: #e74c3c; | background: #e74c3c; | ||
padding: 14px; | padding: 14px; | ||
} | } | ||
.tile:hover .tile-icon { | .tile:hover .tile-icon { | ||
font-size: 170%; | font-size: 170%; | ||
padding: 11px; | padding: 11px; | ||
} | } | ||
.tile-right-col { | .tile-right-col { | ||
/* Rechte Spalte | /* Rechte Spalte */ | ||
width: calc(100% - 80px); | width: calc(100% - 80px); | ||
} | } | ||
.tile-right-header { | .tile-right-header { | ||
/* Rechte Spalte Header */ | /* Rechte Spalte Header */ | ||
font-size: 120%; | font-size: 120%; | ||
} | } | ||
.tile-list { | .tile-list { | ||
| Zeile 290: | Zeile 294: | ||
font-size: 90%; | font-size: 90%; | ||
margin-left: 20px; | margin-left: 20px; | ||
} | } | ||
} /* Ende Formatierungen für Mobil-Geräte bis 575px*/ | } /* Ende Formatierungen für Mobil-Geräte bis 575px*/ | ||
Version vom 8. Januar 2020, 10:55 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-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;
}
/********************** 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*/