-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
118 lines (111 loc) · 1.7 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
/*GENEAL STRUCTURE*/
html, body, .initial-content{
height: 100%;
}
.page__footer{
display:none;
}
.fill {
min-height: 100%;
height: 100%;
}
.box {
display: flex;
flex-flow: column;
height: 100%;
}
.box .content {
flex: 1 1 auto;
}
.box .footer {
/*flex: 0 1 150px;*/
width: 100%;
background-color: #2A3A4D;
color: #92E9FF;
font-size: 17px;
}
#col-top-line{
padding: 10px 0px 0px 0px;
}
.popover {
max-width: 500px !important;
width: 500px;
}
/**/
.stattitle-link{
text-decoration: none !important;
color:white !important;
}
#stattitle-name{
color:white;
font-size: 25px;
font-weight: 700;
text-decoration: none;
border-bottom: 1px solid white;
}
#chCount, #obsCount,#spCount{
line-height: 32px;
font-size: 35px;
font-weight: bold;
padding: 10px;
}
.count{
padding: 20px;
text-align: center;
}
#count-ch, #count-sp{
color:inherit;
text-decoration:none;
}
#count-ch:hover, #count-sp:hover{
color:#1a80b6;
}
.img-hotspot{
padding-left: 10px;
vertical-align: text-top;
}
/* PROGRESS BAR
.progress{
float: inherit !important;
width: inherit !important;
background-color: #eceeef !important;
}
.progress-bar{
background-color: #0275d8 !important;
margin-bottom: inherit !important;
height: 30px !important;
}
#MyPg{
margin-top: 40px;
}
#MyPgBar{
width :0%;
line-height: 30px;
font-size: initial;
}*/
/*ICON*/
.marker-cluster{
margin-left: -20px;
margin-top: -20px;
width: 40px;
height: 40px;
}
#dnwlo-btn:visited{
color:white;
}
.modal{
margin-left: initial;
margin-top: initial;
background: initial;
border: none;
}
.leaflet-control-layers-selector {
display: initial;
box-shadow:none;
}
.leaflet-container {
font: inherit;
}
.icon-bottom{
vertical-align: initial;
}