KKeine Bearbeitungszusammenfassung |
K 1 Version importiert |
||
| (7 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
| Zeile 11: | Zeile 11: | ||
position: absolute; | position: absolute; | ||
} | } | ||
.Build_description ul ~ li.list--element__alert { | |||
padding-left:1em !important; | |||
} | |||
.startbox .Release + .Build_description dl + ul li, | .startbox .Release + .Build_description dl + ul li, | ||
.startbox .Release + .Build_description ul li { | .startbox .Release + .Build_description dl > ul li { | ||
padding-left: 0em; | padding-left: 0em; | ||
} | } | ||
| Zeile 37: | Zeile 42: | ||
line-height: 1.25em; | line-height: 1.25em; | ||
font-style: initial; | font-style: initial; | ||
} | |||
.Release .Kleingedrucktes { | |||
margin-left: 2.25em; | |||
} | } | ||
| Zeile 93: | Zeile 102: | ||
margin: 0; | margin: 0; | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
max-width: 24.5em; | max-width: 24.5em; | ||
} | |||
.Release > ul { | |||
border-top: 1px solid gray; | |||
padding-top: 3px; | |||
} | } | ||
| Zeile 115: | Zeile 128: | ||
.beta-version .Release, | .beta-version .Release, | ||
.beta-version .Release + .Build_description { | .beta-version .Release + .Build_description { | ||
opacity: 0.75; | /* opacity: 0.75; */ | ||
color: grey; | |||
margin-top: 0.5em; | |||
/* vertical-align: bottom; */ | /* vertical-align: bottom; */ | ||
} | } | ||
| Zeile 185: | Zeile 200: | ||
.startbox-body .Build_description { | .startbox-body .Build_description { | ||
margin-left: 1.4em; | margin-left: 1.4em; | ||
margin-right: 1em; | |||
} | } | ||
dt::after { | dt::after { | ||
content: "\:"; | content: "\:"; | ||
} | |||
.Known_Issues { | |||
margin-left: 2.0em; | |||
font-style: normal; | |||
} | |||
.Known_Issues tr { | |||
display: grid; | |||
grid-template-columns: 1fr 11fr; | |||
min-width: 100%; | |||
gap: 0em 1em; | |||
margin-bottom: 1em; | |||
} | |||
@media(max-width:576px) { | |||
.Known_Issues tr td:nth-child(2), | |||
.Known_Issues tr td:nth-child(4), | |||
.Known_Issues tr td:nth-child(6) { | |||
grid-column:1/3; | |||
margin-bottom: 7px; | |||
} | |||
} | |||
.Known_Issues tr td:nth-child(1), | |||
.Known_Issues tr td:nth-child(3), | |||
.Known_Issues tr td:nth-child(5) { | |||
font-style: italic; | |||
} | |||
.Known_Issues tr td:nth-child(2) { | |||
font-weight: bold; | |||
} | |||
.Known_Issues tr > td:first-child::before { | |||
font-family: "Font Awesome 6 Pro"; | |||
content: "\f0a9 "; | |||
font-size: 12px; | |||
color: rgb(231,76,60); | |||
left: -1.75em; | |||
margin-right: -1em; | |||
font-weight: 900; | |||
position: relative; | |||
font-style: normal; | |||
} | } | ||
Aktuelle Version vom 3. Dezember 2025, 13:56 Uhr
.startbox .Release + .Build_description dl + ul,
.startbox .Release + .Build_description > ul{
left: 1em;
position: relative;
}
.startbox .Release + .Build_description dl + ul > li::before,
.startbox .Release + .Build_description > ul > li::before {
left: -2em;
margin-right: 0px;
position: absolute;
}
.Build_description ul ~ li.list--element__alert {
padding-left:1em !important;
}
.startbox .Release + .Build_description dl + ul li,
.startbox .Release + .Build_description dl > ul li {
padding-left: 0em;
}
.startbox li[class*="list--element__"]::before {
left: -1.6em;
}
.startbox li[class*="list--element__"] {
margin-left: 0.8em;
}
.startbox .Build_description > p {
margin-top: 0.5em;
}
.startbox .Release > ul li:not(:first-child)::before {
content: "| ";
color: rgba(0,0,0,0.7);
font-weight: bold;
color: unset;
padding-left: 0.25em;
line-height: 1.25em;
font-style: initial;
}
.Release .Kleingedrucktes {
margin-left: 2.25em;
}
.info.tolltip .mw-collapsible-content {
line-height: initial;
max-width: max-content;
width: 30vw;
}
.tolltip.fixed .mw-collapsible-content {
position: relative;
}
.Release ul {
display: inline-block;
margin-bottom: 0;
}
.Release {
line-height: initial;
display: grid;
}
@media (max-width:1469px) {
.startbox .Release > ul:first-child li:first-child {
display: block;
line-height: 2em;
top: -0.5em;
}
}
@media (max-width:1235px) {
.startbox .Release > ul:first-child li:first-child {
display: block;
line-height: 3em;
top: -1em;
}
}
.Release > ul + * .Hinweis-Container__einblenden {
margin-top: -0.5em;
margin-bottom: 0.7em;
}
.Release + .Build_description > dl {
margin-top: -0.1em;
position: relative;
left: -5px;
}
.startbox .text-h2.h-box,
.startbox .text-h3.h-box {
line-height: unset;
margin: 0;
padding-bottom: 5px;
max-width: 24.5em;
}
.Release > ul {
border-top: 1px solid gray;
padding-top: 3px;
}
.startbox .text-h3.h-box {
border-bottom: 0;
}
.beta-version {
font-style: italic !important;
}
.beta-version li::before,
.beta-version .icon.tolltip .mw-collapsible-toggle-default::before {
font-style: initial;
}
.beta > .build,
.beta > .build + .preview-text,
.beta-version .Release,
.beta-version .Release + .Build_description {
/* opacity: 0.75; */
color: grey;
margin-top: 0.5em;
/* vertical-align: bottom; */
}
.preview-text {
font-size: 0.8em;
color: rgba(0,0,0,0.5);
font-style: italic;
}
.stable {
line-height: 1em;
}
.beta .release-tag {
color: white;
font-size: 0.5em;
font-style: initial;
padding: 0px 3px;
background: #f89406;
vertical-align: middle;
}
.beta .release-tag::before {
content: "\f071";
font-family: "Font Awesome 6 Pro";
font-weight: 900;
font-size: 0.8em;
display: inline-flex;
}
.stable .release-tag {
color: white;
font-size: 0.5em;
font-style: initial;
padding: 0px 3px;
background: #468847;
vertical-align: bottom;
}
.stable .release-tag::before {
content: "\f058 ";
font-family: "Font Awesome 6 Pro";
font-weight: 900;
font-size: 0.8em;
display: inline-flex;
}
.beta-info {
font-size: 0.5em;
font-style: initial;
vertical-align: bottom;
}
.beta-info .tolltip .mw-collapsible-toggle-default::before {
vertical-align: middle;
}
.build {
min-width: 6em;
display: inline-block;
}
.Release .Kleingedrucktes i {
font-size: 0.9em;
}
.startbox-body .Build_description {
margin-left: 1.4em;
margin-right: 1em;
}
dt::after {
content: "\:";
}
.Known_Issues {
margin-left: 2.0em;
font-style: normal;
}
.Known_Issues tr {
display: grid;
grid-template-columns: 1fr 11fr;
min-width: 100%;
gap: 0em 1em;
margin-bottom: 1em;
}
@media(max-width:576px) {
.Known_Issues tr td:nth-child(2),
.Known_Issues tr td:nth-child(4),
.Known_Issues tr td:nth-child(6) {
grid-column:1/3;
margin-bottom: 7px;
}
}
.Known_Issues tr td:nth-child(1),
.Known_Issues tr td:nth-child(3),
.Known_Issues tr td:nth-child(5) {
font-style: italic;
}
.Known_Issues tr td:nth-child(2) {
font-weight: bold;
}
.Known_Issues tr > td:first-child::before {
font-family: "Font Awesome 6 Pro";
content: "\f0a9 ";
font-size: 12px;
color: rgb(231,76,60);
left: -1.75em;
margin-right: -1em;
font-weight: 900;
position: relative;
font-style: normal;
}