xref: /webtrees/resources/css/_chart-pedigree-map.css (revision d11be7027e34e3121be11cc025421873364403f9)
1242a7862SGreg Roach/**
2242a7862SGreg Roach * webtrees: online genealogy
3*d11be702SGreg Roach * Copyright (C) 2023 webtrees development team
4242a7862SGreg Roach * This program is free software: you can redistribute it and/or modify
5242a7862SGreg Roach * it under the terms of the GNU General Public License as published by
6242a7862SGreg Roach * the Free Software Foundation, either version 3 of the License, or
7242a7862SGreg Roach * (at your option) any later version.
8242a7862SGreg Roach * This program is distributed in the hope that it will be useful,
9242a7862SGreg Roach * but WITHOUT ANY WARRANTY; without even the implied warranty of
10242a7862SGreg Roach * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11242a7862SGreg Roach * GNU General Public License for more details.
12242a7862SGreg Roach * You should have received a copy of the GNU General Public License
13ad3143ccSGreg Roach * along with this program. If not, see <https://www.gnu.org/licenses/>.
14242a7862SGreg Roach */
15242a7862SGreg Roach
16242a7862SGreg Roach/*
17242a7862SGreg Roach * Pedigree map
18242a7862SGreg Roach *
19242a7862SGreg Roach * wt-chart, wt-chart-pedigree-map
20242a7862SGreg Roach */
21754f4e93SGreg Roach:root {
22754f4e93SGreg Roach    --wt-pedigree-map-gen-0: red;
23754f4e93SGreg Roach    --wt-pedigree-map-gen-1: orange;
24754f4e93SGreg Roach    --wt-pedigree-map-gen-2: gold;
25754f4e93SGreg Roach    --wt-pedigree-map-gen-3: lightgreen;
26754f4e93SGreg Roach    --wt-pedigree-map-gen-4: green;
27754f4e93SGreg Roach    --wt-pedigree-map-gen-5: limegreen;
28754f4e93SGreg Roach    --wt-pedigree-map-gen-6: cyan;
29754f4e93SGreg Roach    --wt-pedigree-map-gen-7: blue;
30754f4e93SGreg Roach    --wt-pedigree-map-gen-8: cornflowerblue;
31754f4e93SGreg Roach    --wt-pedigree-map-gen-9: pink;
32754f4e93SGreg Roach    --wt-pedigree-map-gen-10: magenta;
33754f4e93SGreg Roach    --wt-pedigree-map-gen-11: maroon;
34754f4e93SGreg Roach}
35754f4e93SGreg Roach
36754f4e93SGreg Roach.wt-pedigree-map-gen-0 {
37754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-0);
38754f4e93SGreg Roach}
39754f4e93SGreg Roach
40754f4e93SGreg Roach.wt-pedigree-map-gen-1 {
41754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-1);
42754f4e93SGreg Roach}
43754f4e93SGreg Roach
44754f4e93SGreg Roach.wt-pedigree-map-gen-2 {
45754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-2);
46754f4e93SGreg Roach}
47754f4e93SGreg Roach
48754f4e93SGreg Roach.wt-pedigree-map-gen-3 {
49754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-3);
50754f4e93SGreg Roach}
51754f4e93SGreg Roach
52754f4e93SGreg Roach.wt-pedigree-map-gen-4 {
53754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-4);
54754f4e93SGreg Roach}
55754f4e93SGreg Roach
56754f4e93SGreg Roach.wt-pedigree-map-gen-5 {
57754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-5);
58754f4e93SGreg Roach}
59754f4e93SGreg Roach
60754f4e93SGreg Roach.wt-pedigree-map-gen-6 {
61754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-6);
62754f4e93SGreg Roach}
63754f4e93SGreg Roach
64754f4e93SGreg Roach.wt-pedigree-map-gen-7 {
65754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-7);
66754f4e93SGreg Roach}
67754f4e93SGreg Roach
68754f4e93SGreg Roach.wt-pedigree-map-gen-8 {
69754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-8);
70754f4e93SGreg Roach}
71754f4e93SGreg Roach
72754f4e93SGreg Roach.wt-pedigree-map-gen-9 {
73754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-9);
74754f4e93SGreg Roach}
75754f4e93SGreg Roach
76754f4e93SGreg Roach.wt-pedigree-map-gen-10 {
77754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-10);
78754f4e93SGreg Roach}
79754f4e93SGreg Roach
80754f4e93SGreg Roach.wt-pedigree-map-gen-11 {
81754f4e93SGreg Roach    color: var(--wt-pedigree-map-gen-11);
82754f4e93SGreg Roach}
83754f4e93SGreg Roach
8484df6051SGreg Roach.wt-pedigree-map-wrapper {
8584df6051SGreg Roach    height: 70vh;
8684df6051SGreg Roach}
8784df6051SGreg Roach
8884df6051SGreg Roach.wt-pedigree-map-map {
8984df6051SGreg Roach    height: 100%;
9084df6051SGreg Roach}
9184df6051SGreg Roach
9284df6051SGreg Roach.wt-pedigree-map-sidebar {
9384df6051SGreg Roach    height: 100%;
9484df6051SGreg Roach    overflow-y: auto;
9584df6051SGreg Roach}
96