Vorlage:Stammbaum/styles.css: Unterschied zwischen den Versionen

Aus Ardapedia
Alboin (Diskussion | Beiträge)
Zeilenabstand vergrößert
Alboin (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:
.tg-familytree-connector--bottom {
.tg-familytree-connector--bottom {
     border-bottom-width: 2px;
     border-bottom-width: 2px;
}
.tg-familytree-connector--left {
    border-left-width: 2px;
}
}



Version vom 20. Oktober 2025, 17:58 Uhr

.tg-familytree {
    line-height: 20px;
}

.tg-familytree-member {
    padding: 0.5rem;
    border: 1px solid #858b62;
    border-radius: 4px;
    background: #fff;
}

.tg-familytree-connector {
    border-width: 0;
    border-style: solid;
    border-color: #858b62;
}

.tg-familytree-connector--bottom {
    border-bottom-width: 2px;
}

.tg-familytree-connector--left {
    border-left-width: 2px;
}

.tg-familytree-connector--right {
    border-right-width: 2px;
}

.tg-familytree-connector--dotted {
    border-style: dotted;
}

.tg-familytree-connector--bottom.tg-familytree-connector--dotted {
    border-style: dashed;
}