nliautaud / gedcom-svg-fanchart

Create a SVG genealogical fan chart from a GEDCOM file.
https://nliautaud.github.io/gedcom-svg-fanchart/
MIT License
16 stars 2 forks source link

Add color labels #1

Closed nliautaud closed 7 years ago

nliautaud commented 7 years ago

List of colored squares with TAG name.

In the SVG or (better) in an external div, for layout purposes.

May generate styles triggers with palette gen :

div.colorLabels
    li.colorLabel
        span.colorSquare
        span.colorTag

.colorLabel { dn fl }
.show_OCCU .colorLabel.tag_OCCU { db }
.colorSquare { w1em h1em }