-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflare.css
77 lines (62 loc) · 874 Bytes
/
flare.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
@import url(../style.css?aea6f0a);
#chart {
width: 80%;
height: 500px;
background: #ddd;
margin: 0;
}
text {
pointer-events: none;
}
.grandparent text {
font-size: 18px;
fill: #ff9;
}
rect {
stroke: #fff;
}
rect.parent,
.grandparent rect {
stroke-width: 5px;
}
.grandparent rect {
fill: black;
}
.grandparent:hover rect {
fill: #777;
}
.grandparent rect,
rect.has-children {
cursor: pointer;
}
.children:hover rect.child {
/* fill: #bbb; */
fill-opacity: .5;
}
aside.hint {
width: 300px;
top: 90px;
text-align: right;
}
fieldset.radio {
margin: 5px 0 0;
padding: 0;
}
ol.radio, ol.radio > li {
margin: 0;
padding: 0;
}
ol.radio > li {
display: inline-block;
width: 15%;
text-align: center;
}
#radio-ar-all {
width: 20%;
}
/* Legend */
.legend-color {
display: inline-block;
height: 20px;
width: 20px;
}