|
31 | 31 | border: none;
|
32 | 32 | }
|
33 | 33 |
|
| 34 | +#satelliteCanvas { |
| 35 | + display: none; |
| 36 | + width: 100%; |
| 37 | + height: 100%; |
| 38 | + z-index: 9; |
| 39 | +} |
| 40 | + |
| 41 | +.username { |
| 42 | + white-space: nowrap; |
| 43 | + overflow: hidden; |
| 44 | + text-overflow: ellipsis; |
| 45 | + font-size: 15px; |
| 46 | + text-shadow: 1px 1px 0px #000; |
| 47 | +} |
| 48 | + |
34 | 49 | .avatar {
|
35 | 50 | background-size: contain;
|
36 | 51 | width: 26px;
|
|
54 | 69 | content: '\00a0';
|
55 | 70 | }
|
56 | 71 |
|
57 |
| -#satelliteCanvas { |
58 |
| - display: none; |
59 |
| - width: 100%; |
60 |
| - height: 100%; |
61 |
| - z-index: 9; |
| 72 | +/* GLOBAL MAP RENDERER */ |
| 73 | +.custom-guess-marker { |
| 74 | + position: relative; |
| 75 | + pointer-events: auto !important; |
| 76 | + top: 22px; |
| 77 | + left: -1px; |
| 78 | +} |
| 79 | +.custom-guess-marker--avatar { |
| 80 | + width: 40px; |
| 81 | + height: 40px; |
| 82 | + object-fit: cover; |
| 83 | + border-radius: 100%; |
| 84 | + box-shadow: 0 0.375rem 0.625rem #1a1a1a47; |
| 85 | +} |
| 86 | +.custom-guess-marker--label { |
| 87 | + position: absolute; |
| 88 | + display: flex; |
| 89 | + align-items: center; |
| 90 | + justify-content: center; |
| 91 | + left: 26px; |
| 92 | + top: 28px; |
| 93 | + width: 16px; |
| 94 | + height: 16px; |
| 95 | + font-size: 11px; |
| 96 | + font-weight: bold; |
| 97 | + background-color: white; |
| 98 | + color: black; |
| 99 | + border: 1px solid black; |
| 100 | + border-radius: 50%; |
62 | 101 | }
|
63 | 102 |
|
| 103 | +/* FORMS */ |
64 | 104 | .form__group {
|
65 | 105 | display: flex;
|
66 | 106 | align-items: center;
|
|
69 | 109 | height: 24px;
|
70 | 110 | margin-bottom: 0.3rem;
|
71 | 111 | }
|
| 112 | + |
72 | 113 | .form__group label {
|
73 | 114 | width: 100%;
|
74 | 115 | display: flex;
|
|
106 | 147 | min-width: 520px;
|
107 | 148 | }
|
108 | 149 | .form__group input[type='text'][disabled] {
|
109 |
| - color:gray |
| 150 | + color: gray; |
110 | 151 | }
|
111 | 152 |
|
112 | 153 | .form__group input[type='range'],
|
@@ -228,87 +269,3 @@ textarea:hover {
|
228 | 269 | color: rgb(157, 157, 157);
|
229 | 270 | background-color: rgb(91, 91, 91);
|
230 | 271 | }
|
231 |
| - |
232 |
| -.flag-icon { |
233 |
| - background-size: contain; |
234 |
| - background-position: 50%; |
235 |
| - background-repeat: no-repeat; |
236 |
| - position: relative; |
237 |
| - display: inline-block; |
238 |
| - font-size: 1.2rem; |
239 |
| - width: 1.33333333em; |
240 |
| - line-height: 1rem; |
241 |
| -} |
242 |
| - |
243 |
| -.flag-icon:before { |
244 |
| - content: '\00a0'; |
245 |
| -} |
246 |
| - |
247 |
| -/* These Scoreboard styles cannot be scoped in so we put em in here */ |
248 |
| -.scoreboard_handle { |
249 |
| - display: block !important; |
250 |
| - background: none; |
251 |
| - border: none; |
252 |
| -} |
253 |
| -.scoreboard_handle-tm, |
254 |
| -.scoreboard_handle-bm { |
255 |
| - height: 12px; |
256 |
| - width: 100%; |
257 |
| - left: 0; |
258 |
| - margin: 0; |
259 |
| -} |
260 |
| -.scoreboard_handle-ml, |
261 |
| -.scoreboard_handle-mr { |
262 |
| - width: 12px; |
263 |
| - height: 100%; |
264 |
| - top: 0; |
265 |
| - margin: 0; |
266 |
| -} |
267 |
| -.scoreboard_handle-tl, |
268 |
| -.scoreboard_handle-tr, |
269 |
| -.scoreboard_handle-bl, |
270 |
| -.scoreboard_handle-br { |
271 |
| - width: 12px; |
272 |
| - height: 12px; |
273 |
| - z-index: 99; |
274 |
| -} |
275 |
| - |
276 |
| -/* GLOBAL MAP RENDERER */ |
277 |
| -.custom-guess-marker { |
278 |
| - position: relative; |
279 |
| - pointer-events: auto !important; |
280 |
| - top: 22px; |
281 |
| - left: -1px; |
282 |
| - |
283 |
| -} |
284 |
| -.custom-guess-marker--avatar { |
285 |
| - width: 40px; |
286 |
| - height: 40px; |
287 |
| - object-fit: cover; |
288 |
| - border-radius: 100%; |
289 |
| - box-shadow: 0 0.375rem 0.625rem #1a1a1a47 |
290 |
| -} |
291 |
| -.custom-guess-marker--label { |
292 |
| - position: absolute; |
293 |
| - display: flex; |
294 |
| - align-items: center; |
295 |
| - justify-content: center; |
296 |
| - left: 26px; |
297 |
| - top: 28px; |
298 |
| - width: 16px; |
299 |
| - height: 16px; |
300 |
| - background-color: white; |
301 |
| - border: 1px solid black; |
302 |
| - border-radius: 50%; |
303 |
| - font-size: 11px; |
304 |
| - font-weight: bold; |
305 |
| - color: black; |
306 |
| -} |
307 |
| - |
308 |
| -.username { |
309 |
| - white-space: nowrap; |
310 |
| - overflow: hidden; |
311 |
| - text-overflow: ellipsis; |
312 |
| - font-size: 15px; |
313 |
| - text-shadow: 1px 1px 0px #000; |
314 |
| -} |
0 commit comments