(Die Seite wurde neu angelegt: „.startbox .Release + .Einrücken dl + ul { left: 1em; position: relative; } .startbox .Release + .Einrücken dl + ul li::before { left: -2em; margin-right: 0px; position: absolute; } .startbox .Release + .Einrücken dl + ul li { padding-left: 0em; }“) |
KKeine Bearbeitungszusammenfassung |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
.startbox .Release + . | .startbox .Release + .Build_description dl + ul, | ||
.startbox .Release + .Build_description > ul{ | |||
left: 1em; | left: 1em; | ||
position: relative; | position: relative; | ||
} | } | ||
.startbox .Release + .Build_description dl + ul > li::before, | |||
.startbox .Release + . | .startbox .Release + .Build_description > ul > li::before { | ||
left: -2em; | left: -2em; | ||
margin-right: 0px; | margin-right: 0px; | ||
Zeile 11: | Zeile 12: | ||
} | } | ||
.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; | |||
} | |||
.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; | |||
/* 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 . | .startbox-body .Build_description { | ||
margin-left: 1.4em; | |||
} | } |
Aktuelle Version vom 29. August 2024, 08:19 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; } .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; /* 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; }