-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
82 lines (70 loc) · 1.03 KB
/
style.css
File metadata and controls
82 lines (70 loc) · 1.03 KB
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
#department,
#level_gr {
padding-left: 20px;
font-family: monospace;
font-size: 15px;
}
#level_gr {
padding-top: 5px;
padding-bottom: 15px;
}
button {
padding: 7px;
font-family: monospace;
background-color: white;
cursor: pointer;
}
.tooltip {
position: absolute;
pointer-events: none;
text-align: left;
}
.active,
.btn:hover {
background-color: #666;
color: white;
}
#desc {
max-width: 980px;
padding-bottom: 25px;
}
#mainheader,
#logo,
#chartdesc {
margin: auto;
width: 66%;
display: block;
}
body,
h1,
h2,
h3,
p {
font-family: 'Open Sans', sans-serif !important;
font-weight: lighter !important;
}
html,
body,
iframe {
height: 100%;
}
div.linetooltip {
position: absolute;
text-align: center;
width: 60px;
height: 28px;
padding: 2px;
font: 14px monospace;
border: 1px;
border-radius: 8px;
pointer-events: none;
}
.axis text {
fill: #888787;
}
.axis path {
stroke: #888787;
}
.axis line {
stroke: #888787;
}