-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
82 lines (69 loc) · 1.03 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
:root {
--visina-slajdera: 82px;
}
html, body, #mapa {
height: 100%;
margin: 0px;
padding: 0px
}
body {
filter: sepia(31%);
}
img {
max-width: 100%;
}
h1 {
bottom: 0;
color: #822323;
line-height: 80%;
margin-bottom: var(--visina-slajdera);
opacity: 0.33;
pointer-events: none;
position: absolute;
z-index: 1;
}
#mapa {
z-index: 0;
}
.leaflet-control-container {
top: 50px;
position: absolute;
}
.leaflet-marker-icon {
filter: drop-shadow(3px 5px 3px rgba(0, 0, 0, 0.5));
}
.podnaslov {
font-size: 24px;
display: block;
}
.ikonica {
cursor: pointer;
opacity: 0.75;
position: absolute;
width: 32px;
z-index: 1;
}
.leaflet-popup {
width: 80vw;
}
.leaflet-popup-close-button {
font-size: 2em !important;
padding: 8px !important;
}
@media (min-width: 400px) {
h1 {
font-size: 52px;
}
.leaflet-popup {
width: 280px;
}
}
@media (min-width: 768px) {
h1 {
font-size: 74px;
margin-bottom: calc(var(--visina-slajdera) - 4px);
}
.podnaslov {
display: inline;
}
}