-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwimb-rennes.css
58 lines (51 loc) · 901 Bytes
/
wimb-rennes.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
html, body {
height: 100%;
margin: 0;
padding: 0;
font-size: 15px;
font-family: "Arial";
color: #fff;
text-shadow: black 0.1em 0.1em 0.2em;
}
nav {
height: 40px;
font-size: 25px;
top: 0;
left: 0;
width: 100%;
background-color: rgba(51,51,51,0.7);
z-index: 1;
text-shadow: 0 -1px 0 #bbb;
color: #eee;
font-family: Helvetica Neue, Helvetica, arial;
line-height: 25px;
padding-left: 25px;
}
#map_canvas {
height: 100%;
position: absolute;
left: 0;
right: 30%;
top: 0;
bottom: 0;
overflow: hidden;
margin-top:40px;
}
#routes-container {
position:absolute;
left:70%;
min-width: 30%;
height: 75%;
}
.routeicon {
opacity: 1.0;
height:40px;
width:40px;
top:10px;
}
.icondiv {
position: relative;
display: inline-block;
width: 10%;
float: left;
}