-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
78 lines (70 loc) · 1.57 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
.map {
height: 600px;
width: 100%;
padding-bottom: 10px;
}
div.map div.ol-zoom {
top: 30px;
}
#loadingBar {
top:0;
left:100px;
width: 80%;
height: 60%;
display:table;
background: rgba(0, 0, 0, 0.6);
position:absolute;
}
#loadingBar i {
display:table-cell;
vertical-align:middle;
text-align:center;
}
.loading-icon {
font-size: 50px;
color:white;
height: 50px;
width: 50px;
}
div.mapControls input{
color: #fff;
background-color: #17a2b8;
font-family: 'Source Sans Pro',sans-serif;
font-size: 12px;
}
input.btn-zoom{
cursor:pointer;
}
div.banner{
width: 100%;
text-align: center;
background: #0d457b;
background: -moz-linear-gradient(-45deg, #0d457b 0%, #798eea 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, #0d457b), color-stop(100%, #798eea));
background: -webkit-linear-gradient(-45deg, #0d457b 0%, #798eea 100%);
background: -o-linear-gradient(-45deg, #0d457b 0%, #798eea 100%);
}
input.btn-icon{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 14px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: white;
border: none;
padding: 5px;
text-align: center;
text-decoration: none;
margin: 2px 1px;
border-radius: 50%;
}
span.date-info{
color: #fff;
font-family: 'Source Sans Pro',sans-serif;
font-size: 14px;
}
.selection-panel{
display: flex;
gap: 5%;
}