-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
69 lines (57 loc) · 1.02 KB
/
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
65
66
67
68
69
h1 {
text-align: center;
margin: 30px auto 50px auto;
padding: 5px 0px;
background-color: white;
display: block;
width: 80vw;
box-shadow: 0 0 2vw 1vw rgba(10,10,10,0.5) ;
}
.container {
width: 80vw;
height: 40vw;
margin: auto;
box-shadow: 0 0 2vw 1vw rgba(10,10,10,0.5) ;
}
body {
background-color: slategray;
font-family: sans-serif;
}
.svg-main {
display: block;
background-color: white;
}
.bar {
fill: lightblue;
}
.bar:hover {
fill: orange;
}
.tooltip {
position: absolute;
display: inline-block;
opacity: 0;
min-width: 80px;
height: auto;
background: none repeat scroll 0 0 lavender;
padding: 14px;
text-align: center;
border-radius: 10px;
}
.title {
text-anchor: middle;
font-size: 4vw;
}
.footnote {
text-anchor: end;
font-size: 1vw;
}
.footnote a {
fill: blue;
}
.footnote a:hover {
text-decoration: underline;
}
#fcc_foldout_toggler_background {
background-color: white !important;
}