-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (59 loc) · 1.12 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
body {
margin: 0;
padding: 0;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
z-index: -1;
}
.mapbox-improve-map { display: none; }
.mapboxgl-popup-content-wrapper {
-moz-box-pack: justify;
justify-content: space-between;
box-shadow:
rgba(12, 15, 20, 0.02) 0px 0px 0px 1px,
rgba(12, 15, 20, 0.06) 0px 0px 1px 0px,
rgba(12, 15, 20, 0.06) 0px 2px 2px 0px;
}
.mapboxgl-popup-close-button { display: none; }
.mapboxgl-popup-content {
background-color: rgb(255, 255, 255);
display: flex;
flex-direction: row;
max-height: 200px;
max-width: 400px;
border-radius: 0px;
padding: 0px;
overflow: hidden;
box-shadow:
0 4px 6px 0 rgba(0, 0, 0, 0.5),
0 6px 12px 0 rgba(0, 0, 0, 0.4);
}
.extract {
max-height: 11em;
overflow: hidden;
}
img {
object-fit: cover;
width: 100%;
height: 100%;
max-height: 200px;
min-width: 125px;
min-height: 150px;
filter: grayscale(100%);
}
p {
min-width: 205px;
padding-left: 1em;
padding-right: 1em;
font-family: 'Roboto Slab', serif;
font-size: 1.1em;
}
a {
color: #08749A;
font-weight: bold;
font-style: normal;
}