Die Seite wurde neu angelegt: „.Legendenbox { width: 11em !important; height: 4em; display: inline-grid; align-content: center; text-align: center; vertical-align: middle; margin:…“ |
K 1 Version importiert |
||
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 13: | Zeile 13: | ||
border-right: 1px solid grey; | border-right: 1px solid grey; | ||
} | } | ||
/**** AV ***/ | |||
.sptable2.Spalte4-ohne-rechten-Rand td:nth-child(4) { | |||
border-right: 1px solid #f8f9fa; | |||
text-align: right; | |||
width: 0em; | |||
} | |||
.zellenbeschriftung, .zb, | |||
.zellenbeschriftung2, .zb2 { | |||
display: none; | |||
} | |||
.center-monitor { | |||
text-align: center; | |||
} | |||
/*** Begin mobile Ansicht ***/ | |||
@media (max-width:576px) { | |||
.pd5 td { | |||
padding: 0px; | |||
} | |||
.sptable2.pd5 tr th { | |||
display: none; | |||
} | |||
.zellenbeschriftung, .zb, | |||
.zellenbeschriftung2, .zb2 { | |||
background: #f8f9fa; | |||
background-color: #f8f9fa; | |||
padding: 5px; | |||
border-right: 1px solid grey; | |||
display: inline-block; | |||
width: 50%; | |||
} | |||
.zellenbeschriftung, .zb { | |||
margin-right: 24%; | |||
} | |||
.zellenbeschriftung2, .zb2 { | |||
margin-right: 7%; | |||
} | |||
.inline-mobil { | |||
display: inline; | |||
} | |||
.center-monitor { | |||
text-align: unset; | |||
} | |||
.headinrow td:nth-child(2):before { | |||
content: 'Version 1+2'; | |||
} | |||
.headinrow td:nth-child(3):before { | |||
content: 'Gen.1 - 2010'; | |||
} | |||
.headinrow td:nth-child(4):before { | |||
content: 'Gen.2 - 2012'; | |||
} | |||
.headinrow td:nth-child(5):before { | |||
content: 'Gen.3/4- 2017'; | |||
} | |||
.headinrow td:nth-child(6):before { | |||
content: 'Gen.5 - 2021/2022'; | |||
} | |||
.headinrow td:not(first-child)::before { | |||
background: aliceblue; | |||
float: left; | |||
text-align: left; | |||
min-width: 10em; | |||
border-right: 1px solid gray; | |||
padding: 5px; | |||
} | |||
.headinrow td { | |||
padding: 0 !important; | |||
} | |||
.sptable .flexmobil { | |||
display: inline-flex; | |||
/* align-items: center; */ | |||
} | |||
} /*** Ende mobile Ansicht ***/ | |||
Aktuelle Version vom 20. Oktober 2025, 18:29 Uhr
.Legendenbox {
width: 11em !important;
height: 4em;
display: inline-grid;
align-content: center;
text-align: center;
vertical-align: middle;
margin: 1em 1em;
}
th {
min-width: 150px;
border-right: 1px solid grey;
}
/**** AV ***/
.sptable2.Spalte4-ohne-rechten-Rand td:nth-child(4) {
border-right: 1px solid #f8f9fa;
text-align: right;
width: 0em;
}
.zellenbeschriftung, .zb,
.zellenbeschriftung2, .zb2 {
display: none;
}
.center-monitor {
text-align: center;
}
/*** Begin mobile Ansicht ***/
@media (max-width:576px) {
.pd5 td {
padding: 0px;
}
.sptable2.pd5 tr th {
display: none;
}
.zellenbeschriftung, .zb,
.zellenbeschriftung2, .zb2 {
background: #f8f9fa;
background-color: #f8f9fa;
padding: 5px;
border-right: 1px solid grey;
display: inline-block;
width: 50%;
}
.zellenbeschriftung, .zb {
margin-right: 24%;
}
.zellenbeschriftung2, .zb2 {
margin-right: 7%;
}
.inline-mobil {
display: inline;
}
.center-monitor {
text-align: unset;
}
.headinrow td:nth-child(2):before {
content: 'Version 1+2';
}
.headinrow td:nth-child(3):before {
content: 'Gen.1 - 2010';
}
.headinrow td:nth-child(4):before {
content: 'Gen.2 - 2012';
}
.headinrow td:nth-child(5):before {
content: 'Gen.3/4- 2017';
}
.headinrow td:nth-child(6):before {
content: 'Gen.5 - 2021/2022';
}
.headinrow td:not(first-child)::before {
background: aliceblue;
float: left;
text-align: left;
min-width: 10em;
border-right: 1px solid gray;
padding: 5px;
}
.headinrow td {
padding: 0 !important;
}
.sptable .flexmobil {
display: inline-flex;
/* align-items: center; */
}
} /*** Ende mobile Ansicht ***/