-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
77 lines (65 loc) · 1.04 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
70
71
72
73
74
75
76
77
#map {
width: 100%;
height: 600px;
}
body{
padding-top: 65px;
}
div.tooltip {
position: absolute;
background-color: #424242;
color: white;
text-align: center;
padding: 8px;
margin-top: -50px;
}
div.tooltipGraph {
font-size: 12px;
position: absolute;
background-color: #424242;
color: white;
text-align: center;
padding: 8px;
margin-top: 90px;
margin-left: 80px;
}
td {
text-align: center;
}
#tuto{
text-align: right;
font-style: italic;
}
#arret{
font-weight: bold;
}
#slideLabel{
font-weight: bold;
}
.bottom {
fill: red;
z-index: 5;
}
.axis path,
.domain {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
stroke-width: 1px;
}
.legend {
line-height: 18px;
color: #555;
}
.info {
padding: 4px 6px;
font: 12px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
/*.info h4 {
margin: 0 0 5px;
color: #777;
}*/