Wechseln zu:Navigation, Suche
Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 5: Zeile 5:
}
}


.startbox .Release + .Build_description dl + ul li::before,
.startbox .Release + .Build_description dl + ul > li::before,
.startbox .Release + .Build_description > ul li::before {
.startbox .Release + .Build_description > ul > li::before {
left: -2em;
left: -2em;
margin-right: 0px;
margin-right: 0px;
Zeile 83: Zeile 83:


.Release + .Build_description > dl {
.Release + .Build_description > dl {
margin-top: -0.5em;
margin-top: -0.1em;
position: relative;
position: relative;
left: -5px;
left: -5px;
Zeile 95: Zeile 95:
border-bottom: 1px solid gray;
border-bottom: 1px solid gray;
max-width: 24.5em;
max-width: 24.5em;
}
.startbox .text-h3.h-box {
border-bottom: 0;
}
}


Zeile 108: Zeile 112:


.beta > .build,
.beta > .build,
.beta > .build + .tag,
.beta > .build + .preview-text,
.beta-version .Release,
.beta-version .Release,
.beta-version .Release + .Build_description {
.beta-version .Release + .Build_description {
Zeile 115: Zeile 119:
}
}


.beta .tag {
.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-weight:bold; */
font-style: italic;
}
}


Zeile 125: Zeile 129:
}
}


.beta .tag + .tag {
.beta .release-tag {
color: white;
color: white;
font-size: 0.5em;
font-size: 0.5em;
Zeile 134: Zeile 138:
}
}


.beta .tag + .tag::before {
.beta .release-tag::before {
content: "\f071";
content: "\f071";
font-family: "Font Awesome 6 Pro";
font-family: "Font Awesome 6 Pro";
Zeile 143: Zeile 147:




.stable .tag {
.stable .release-tag {
color: white;
color: white;
font-size: 0.5em;
font-size: 0.5em;
Zeile 152: Zeile 156:
}
}


.stable .tag::before {
.stable .release-tag::before {
content: "\f058 ";
content: "\f058 ";
font-family: "Font Awesome 6 Pro";
font-family: "Font Awesome 6 Pro";

Aktuelle Version vom 29. August 2024, 09: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;
	}