-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrutas.css
executable file
·56 lines (49 loc) · 932 Bytes
/
rutas.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
body { padding: 0;
margin: 0;
position:relative;
}
html, body, #map{
height: 100%;
width: 100%;
}
#map {
}
#bar{
z-index:1;
position:absolute;
height:10%;
padding:10px;
left:0;
bottom:0;
}
.boton{
height:100%;
width:200px;
background:rgba(0,0,0,0.2);
border:none;
color: white;
font: bold;
font-size:5vh;
letter-spacing: -3px;
font-family: "Helvetica";
}
/*Estilo del popup personalizado*/
.custom-popup .leaflet-popup-content-wrapper {
background:rgba(0,0,0,0.7);
color:white;
font-size:14px;
line-height:24px;
}
.custom-popup .leaflet-popup-content-wrapper a {
color:rgba(255,255,255,0.5);
}
.custom-popup .leaflet-popup-tip-container {
width:30px;
height:30px;
}
.custom-popup .leaflet-popup-tip {
border-left:1px solid transparent;
border-right:1px solid transparent;
border-top:1px solid;
background: rgba(0,0,0,0.7);
}