MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 1.703: Zeile 1.703:
/* Perlenschnur */
/* Perlenschnur */


.perlenschnur tr {
padding: 0;
    margin: 0;
    display: block;
}
.perlenschnur tr td:first-child {
.perlenschnur tr td:first-child {
position: relative;
    position: relative;
    width: 1em;
    height: 2em;
}
.perlenschnur .line-item {
    background: gray;
    width: 0.75em;
    position: absolute;
    left: 0.25em;
    height: 2em;
    top: 0;
}
table.perlenschnur tr:first-child td:first-child .line-item {
    height: 1em;
    top: 1em;
    bottom: 0;
}
 
table.perlenschnur tr:last-child td:first-child .line-item {
    height: 1em;
    top: 0em;
    bottom: 1em;
}
}
.perlenschnur .stop-dot {
.perlenschnur .stop-dot {
border-radius: 1em;
    border-radius: 1em;
width:1em;
    width: 1em;
height: 1em;
    height: 1em;
background:white;
    background: white;
border: 0.1em solid black;
    border: 0.1em solid black;
display:block;
    display: block;
z-index:99;
    z-index: 99;
position: absolute;
    position: absolute;
    top: 0.5em;
}
}
.perlenschnur .line-item {
.perlenschnur tr td:last-child {
background:gray;
    vertical-align: middle;
width: 0.5em;
    padding-left: 1em;
position: absolute;
left: 0.25em;
 
}
}
.perlenschnur a {
.perlenschnur a {
color: black;
font-weight: bold;
}
}
.mw-editfont-monospace {
.mw-editfont-monospace {
font-size: 12pt !important;
font-size: 12pt !important;

Navigationsmenü