This repository was archived by the owner on Mar 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbmm2018.css
177 lines (158 loc) · 3.07 KB
/
bmm2018.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
#slider{
width: 100%;
}
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
outline: none; /* Remove outline */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none; /* Override default look */
appearance: none;
width: 20px; /* Set a specific slider handle width */
height: 20px; /* Slider handle height */
background: #01aa46; /* Green background */
cursor: pointer; /* Cursor on hover */
border-radius: 50%;
}
.slider::-moz-range-thumb {
width: 20px; /* Set a specific slider handle width */
height: 20px; /* Slider handle height */
background:#01aa46; /* Green background */
cursor: pointer; /* Cursor on hover */
border-radius: 50%;
}
.mapboxgl-ctrl-bottom-left{
/*bottom: 60px;*/
z-index: auto;
}
.mapboxgl-ctrl-bottom-right{
/*bottom: 60px;*/
z-index: auto;
}
.bar{
display:none;
cursor: pointer;
}
input[name='radio-bar']{
display:none;
}
input[name='radio-bar']:checked + div.bar{
display:block !important;
}
.btna.active{
background-color: #01aa46!important;
}
.btna.active > i{
color: white !important;
}
/* TOOLTIP */
.tooltip {
position: relative;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 54px;
left: 50%;
margin-left: -60px;
}
.tooltiptext-interest {
bottom: 13px !important;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
#tt-nb-div{
margin-bottom: 0.5rem;
height: auto;
position: relative;
}
.night{
background: #495057;
color: #F7F5C5;
transition: background-color .4s ease;
fill: #F7F5C5;
}
.day{
background: #F7F5C5;
color: #495057;
transition: background-color .4s ease;
fill: #495057;
}
#tt-sun{
position: absolute;
right: 10px;
top: 10px;
}
/* TAB*/
#tablinks-div{
left: 50%;
margin-left:-103px;
margin-top: 5px;
z-index: 1;
}
.tablinks {
transition: 0.3s;
}
.tabcontent {
/*padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;*/
height: 100%;
}
.ticks{
position: relative;
display: flex;
width: 1px;
background: gray;
height: 5px;
margin: auto;
}
.interest-box{
margin-bottom: -3px;
margin-top: -2px;
}
.interest{
position: relative;
display: flex;
background: red;
height: 7px;
}
.caxis{
display: inline;
}
#caxismax{
text-align: right;
}
.fa-stopwatch{
margin: 4px 0px 5px 0px;
padding-right: 6px;
}
#btn-go{
margin: auto;
display: inherit;
}
.mapboxgl-popup-close-button{
padding: 1px 6px;
}