-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
106 lines (104 loc) · 1.84 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#titulo {
position: absolute;
background-color:rgba(255, 255, 255, 0.83);
font-size: 28px;
text-align: center;
margin: auto;
width: 100%;
float:center;
}
#mapa {
height: 100%;
width: 100%;
float:left;
}
#chart_velas {
position: absolute;
float:right;
font-size:12px;
top: 36px;
right: 0;
}
#chart_curva {
position: absolute;
float:right;
font-size:12px;
top: 36px;
right: 0;
}
#chart_defunciones {
position: absolute;
background-color:rgba(255, 255, 255, 0.90);
float:right;
font-size:15px;
top: 37px;
right: 0;
}
#pintor {
position: absolute;
background-color:rgba(255, 255, 255, 0.83);
font-size: 18px;
text-align: center;
float:right;
margin: auto;
margin-top: 455px;
right: 0;
}
#tests{
position: absolute;
background-color:rgba(255, 255, 255, 0.90);
top: 0px;
font-size:15px;
margin: auto;
margin-top: 22px;
margin-left: 10px;
}
#fallecidos{
position: absolute;
background-color:rgba(255, 255, 255, 0.90);
top: 0px;
font-size: 22px;
text-align: center;
margin: auto;
margin-top: 55px;
margin-left: 10px;
}
#acercade{
position: absolute;
background-color:rgba(255, 255, 255, 0.83);
bottom: 0px;
height: 20px;
left:0px;
font-size:14px;
text-align: left;
margin: auto;
}
#botonera {
position: absolute;
background-color:rgba(255, 255, 255, 0.83);
bottom: 0px;
height: 23px;
font-size:17px;
text-align: center;
margin: auto;
width: 100%;
}
#actualizacion {
position: absolute;
background-color:rgba(255, 255, 255, 0.83);
bottom: 0px;
height: 20px;
right:0px;
font-size:14px;
text-align: right;
margin: auto;
}
/* Optional: Makes the sample page fill the window. */
html,
body {
height: 100%;
margin: 0;
padding: 0;
}