-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.txt
89 lines (86 loc) · 1.39 KB
/
style.txt
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
78
79
80
81
82
83
84
85
86
87
88
89
.xAxis path,
.xAxis line {
fill: none;
stroke: #777;
stroke-opacity: 0.7;
shape-rendering: crispEdges;
}
.xAxis text, {
font-family: sans-serif;
font-size: 11px;
fill: #ddd;
color: #ddd;
font-weight: 400;
display: block;
}
.yLabel text, .yAxis text {
font-family: sans-serif;
font-size: 13px;
fill: #777;
color: #777;
font-weight: 700;
display: block;
}
.yAxis line, .yAxis path {
stroke: black;
fill: none;
stroke-width: 1.50px;
stroke-opacity: 0.7;
}
.eventLine {
stroke-opacity: 0.3;
fill-opacity: 0.3;
}
.eventLabel {
font-family: sans-serif;
font-size: 11px;
text-align: center;
line-height: 100%;
}
.plotLabel {
font-family: sans-serif;
font-size: 11px;
font-weight: 400;
}
.background {
opacity: 0.1;
fill: #aaa;
}
#tooltip {
position: absolute;
padding: 10px;
font: 11px sans-serif;
background: white;
border-width: 2px;
border-style: solid;
border-radius: 5px;
border-color: #777;
pointer-events: none;
-moz-box-shadow: 3px 3px 3px #888;
-webkit-box-shadow: 3px 3px 3px #888;
box-shadow: 3px 3px 3px #888;
}
#tooltip hr {
margin: 4px;
opacity: 0.5;
color: #000;
}
#filterNav div{
margin-top: 20px;
margin-bottom: 20px;
}
#filterNav {
text-align: center;
}
#help-button {
background: white;
margin-top: 15px;
margin-left: -60px;
}
.kdeLine {
fill: none;
stroke-width: 1.5px;
}
.bottom-buffer {
margin-bottom: 20px;
}