-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
61 lines (61 loc) · 858 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
body {
font-family: georgia;
color: #333;
font-size: 14px;
}
text {
font-family: sans-serif;
font-size: 11px;
}
.lineage rect {
opacity: 0.2;
}
.path {
fill: none;
}
.path.skip-season {
stroke-dasharray: 2 3;
}
.entry circle {
}
.entry text {
font-size: 7px;
fill: white;
font-weight: bold;
text-anchor: middle;
transform: translateY(2px);
}
.constructor-title .title {
font-weight: bold;
font-size: 10px;
text-anchor: middle;
}
.constructor-title .subtitle {
fill: rgba(0, 0, 0, 0.4);
font-style: italic;
font-size: 8px;
text-anchor: middle;
}
.year {
text-anchor: start;
}
.tooltip {
display: none;
}
.tooltip.show {
display: block;
}
.tooltip rect {
width: 140px;
height: 26px;
fill: #000000;
}
.tooltip text {
fill: #ffffff;
text-anchor: middle;
transform: translate(70px, 16px);
}
.path.fade,
.entry.fade {
opacity: 0.2;
}