Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Changelog.css von „Wikitext“ nach „Bereinigtes CSS“ |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
.startbox .Release + .Einrücken dl + ul { | .startbox .Release + .Einrücken dl + ul, | ||
.startbox .Release + .Einrücken > ul{ | |||
left: 1em; | left: 1em; | ||
position: relative; | position: relative; | ||
} | } | ||
.startbox .Release + .Einrücken dl + ul li::before, | |||
.startbox .Release + .Einrücken dl + ul li::before { | .startbox .Release + .Einrücken > ul li::before { | ||
left: -2em; | left: -2em; | ||
margin-right: 0px; | margin-right: 0px; | ||
| Zeile 11: | Zeile 12: | ||
} | } | ||
.startbox .Release + .Einrücken dl + ul li, | |||
.startbox .Release + .Einrücken ul li { | |||
padding-left: 0em; | |||
} | |||
.startbox li[class*="list--element__"]::before { | |||
left: -1.6em; | |||
} | |||
.startbox li[class*="list--element__"] { | |||
margin-left: 0.8em; | |||
} | |||
.startbox .Einrücken > p { | |||
margin-top: 0.5em; | |||
} | |||
.startbox .Release > ul:first-child li:first-child { | |||
display: block; | |||
line-height: 2em; | |||
top:-0.5em; | |||
} | |||
.startbox .Release | .startbox .Release > ul li:not(:first-child)::before { | ||
padding-left: | content: "| "; | ||
color: rgba(0,0,0,0.7); | |||
font-weight: bold; | |||
color: unset; | |||
padding-left: 0.25em; | |||
line-height: 1.25em; | |||
} | } | ||
Version vom 4. Juli 2024, 15:59 Uhr
.startbox .Release + .Einrücken dl + ul,
.startbox .Release + .Einrücken > ul{
left: 1em;
position: relative;
}
.startbox .Release + .Einrücken dl + ul li::before,
.startbox .Release + .Einrücken > ul li::before {
left: -2em;
margin-right: 0px;
position: absolute;
}
.startbox .Release + .Einrücken dl + ul li,
.startbox .Release + .Einrücken ul li {
padding-left: 0em;
}
.startbox li[class*="list--element__"]::before {
left: -1.6em;
}
.startbox li[class*="list--element__"] {
margin-left: 0.8em;
}
.startbox .Einrücken > p {
margin-top: 0.5em;
}
.startbox .Release > ul:first-child li:first-child {
display: block;
line-height: 2em;
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;
}