MediaWiki:Common.css: Unterschied zwischen den Versionen

325 Bytes hinzugefügt ,  12:34, 10. Mai 2023
keine Bearbeitungszusammenfassung
Zeile 1.701: Zeile 1.701:
}
}


/* Streckenverlaufsvisualisierung */
.streckenverlauf-browser {
display: flex;
justify-content: stretch;
}
.streckenverlauf {
align-self: stretch;
}
/* Perlenschnur */
/* Perlenschnur */
.perlenschnur {
.perlenschnur {
border-spacing: 0;
border-spacing: 0;
display: flex;
}
.perlenschnur tbody {
display: flex;
flex-direction: column;
height: 100%;
flex-wrap: nowrap;
justify-content: space-around;
}
}
.perlenschnur tr {
.perlenschnur tr {
padding: 0;
padding: 0;
     margin: 0;
     margin: 0;
     display: block;
     display: flex;
align-self: stretch;
flex-grow: 1;
flex-stretch: 0;
 
}
}
.perlenschnur td {
.perlenschnur td {
Zeile 1.716: Zeile 1.737:
     position: relative;
     position: relative;
     width: 1em;
     width: 1em;
     height: 2em;
     height: 100%;
}
}
.perlenschnur .line-item {
.perlenschnur .line-item {
Zeile 1.723: Zeile 1.744:
     position: absolute;
     position: absolute;
     left: 0.25em;
     left: 0.25em;
    height: 2em;
     top: 0;
     top: 0;
height: 100%;
}
}
table.perlenschnur tr:first-child td:first-child .line-item {
table.perlenschnur tr:first-child td:first-child .line-item {
    height: 1em;
     top: 1em;
     top: 1em;
     bottom: 0;
     bottom: 0;