-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (42 loc) · 861 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
62
63
64
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
#treemap {
height: 450px;
}
#bar {
height: 500px;
}
#mylegend {
font-size: 15px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
margin-bottom: 5px;
}
#levelcontrol{
margin-top: 15px;
}
#level{
font-family: 'Raleway', sans-serif;
font-size: 12px;
}
.datasource {
margin-top: 15px;
}
a:link {
color: hotpink;
}
p {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
}
#mylegend {
display: block;
width: 50%;
padding: 0;
line-height: inherit;
color: #333;
/* border: 0; */
border-bottom: 0px;
}