KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 83: | Zeile 83: | ||
.Release + .Build_description > dl { | .Release + .Build_description > dl { | ||
margin-top: -0. | margin-top: -0.1em; | ||
position: relative; | position: relative; | ||
left: -5px; | left: -5px; | ||
| Zeile 108: | Zeile 108: | ||
.beta > .build, | .beta > .build, | ||
.beta > .build + . | .beta > .build + .preview-text, | ||
.beta-version .Release, | .beta-version .Release, | ||
.beta-version .Release + .Build_description { | .beta-version .Release + .Build_description { | ||
| Zeile 115: | Zeile 115: | ||
} | } | ||
. | .preview-text { | ||
font-size: 0.8em; | font-size: 0.8em; | ||
color: rgba(0,0,0,0.5); | color: rgba(0,0,0,0.5); | ||
font-style: italic; | |||
} | } | ||
| Zeile 125: | Zeile 125: | ||
} | } | ||
.beta . | .beta .release-tag { | ||
color: white; | color: white; | ||
font-size: 0.5em; | font-size: 0.5em; | ||
| Zeile 134: | Zeile 134: | ||
} | } | ||
.beta . | .beta .release-tag::before { | ||
content: "\f071"; | content: "\f071"; | ||
font-family: "Font Awesome 6 Pro"; | font-family: "Font Awesome 6 Pro"; | ||
| Zeile 143: | Zeile 143: | ||
.stable .tag { | .stable .release-tag { | ||
color: white; | color: white; | ||
font-size: 0.5em; | font-size: 0.5em; | ||
| Zeile 152: | Zeile 152: | ||
} | } | ||
.stable .tag::before { | .stable .release-tag::before { | ||
content: "\f058 "; | content: "\f058 "; | ||
font-family: "Font Awesome 6 Pro"; | font-family: "Font Awesome 6 Pro"; | ||
Version vom 8. August 2024, 15:22 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;
}
.startbox .Release + .Build_description dl + ul li,
.startbox .Release + .Build_description 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;
}
.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;
border-bottom: 1px solid gray;
max-width: 24.5em;
}
.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;
/* 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;
}