-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
144 lines (121 loc) · 2.17 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
#divmap {
width: 70%;
height: 100%;
border: 1px #E8E8E8;
}
#popup-info {
z-index: 1000;
background-color: white;
border: 1px solid black;
padding: 10px;
height: 500px;
overflow: auto;
position: relative;
}
#options {
z-index: 1500;
margin-left: -15px;
margin-right: -15px;
border: #E8E8E8;
}
#carteinfo {
display: flex;
}
#croix {
position: absolute;
top: 0px;
right: 0px;
}
html,
body {
padding: 0;
margin: 0;
}
html,
body,
#mapid {
height: 100%;
width: 100%;
}
/*Legend specific*/
.legend {
padding: 6px 8px;
font: 14px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255, 255, 255, 0.8);
line-height: 24px;
color: #555;
}
.legend h4 {
text-align: center;
font-size: 16px;
margin: 2px 12px 8px;
color: #777;
}
.legend span {
position: relative;
bottom: 3px;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin: 0 8px 0 0;
opacity: 0.7;
}
.legend i.icon {
background-size: 18px;
background-color: rgba(255, 255, 255, 1);
}
#accueil {
text-align: center;
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;
margin-top: 30px;
background-color: #f2f2f2;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 2px 2px 2px #ccc;
font-size: 16px;
line-height: 1.5;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
background: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-color: #f9f9f9;
}
a {
background-color: #e6f2ff;
padding: 2px;
border-radius: 3px;
color: #0066cc;
}
#intro {
background-color: #f2f2f2;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 2px 2px 2px #ccc;
font-size: 16px;
line-height: 1.5;
}
#divbouton {
color: black;
width: 1143px;
background-color: #9c9a9a;
padding: 0px;
border: 1px solid #cccccc;
border-radius: 5px;
box-shadow: 2px 2px 2px #ccc;
font-size: 16px;
line-height: 1.5;
}
#diag {
/* background-color: #f2f2f2;
padding: 0px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 2px 2px 2px #ccc; */
font-size: 16px;
line-height: 1.5;
}