-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
79 lines (79 loc) · 1.2 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
body {
width: 840px;
margin: auto;
background-color: #E0FFF4;
}
#titulo {
text-align: center;
font-size: 1.5em;
font-family: "PT Sans", sans-serif;
text-shadow: 2px 2px 2px #ccc;
}
#tooltip {
opacity: 0;
border-style: solid;
border-width: 2px;
position: absolute;
padding: 7px;
font-size: 14px;
background-color: white;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
pointer-events: none;
}
#contenido, text {
font-family: "Lato", sans-serif;
pointer-events: none;
}
text {
text-anchor: middle;
}
.province {
fill: #cdd;
}
.province-boundary {
fill: none;
stroke: #444;
stroke-linejoin: round;
}
.ccaa-boundary {
fill: none;
stroke: #000;
stroke-linejoin: round;
}
.province-label {
font-size: 0.7em;
}
#grafico, #mapa {
float: left;
}
#derecha_grafico {
float: right;
width: 220px;
}
#controles, #res_texto, p {
font-family: "Roboto Slab", serif;
}
#controles {
font-size: .93em;
}
select {
float: right;
}
textarea {
resize: none;
}
#res_texto {
font-size: .78em;
line-height: 1.2em;
padding: 4px;
width: 210px;
}
p {
margin-top: 350px;
padding: 40px;
}
a {
color: #000030;
}