-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
executable file
·59 lines (51 loc) · 1.03 KB
/
index.css
File metadata and controls
executable file
·59 lines (51 loc) · 1.03 KB
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
.cesium-viewer-bottom,.cesium-viewer-animationContainer,.cesium-viewer-toolbar,.cesium-viewer-timelineContainer,.cesium-viewer-fullscreenContainer {
display: none !important;
}
html, body, #cesiumContainer {
width: 100vw; /*For cesiumContainer, this is overwritten in App.js */
height: 100vh;
margin: 0;
padding: 0;
overflow: hidden;
font-family: sans-serif;
background: #000;
}
#container {
margin: 0;
padding: 0;
display: inline-block;
}
#exitimg {
position: absolute;
top: 4px;
left: 4px;
width: 25px;
height: 25px;
}
#exitimg:hover {
cursor: pointer;
}
.center {
position: relative;
margin: -50% auto;
text-align: center;
height: 30px;
line-height: 30px;
padding: 0px 15px;
}
#pausediv {
background-color: black;
color: white;
display: none;
}
#finishdiv {
background-color: green;
color: white;
display: none;
}
.infodiv {
color: white;
margin: 20px 10px;
font-family: 'Roboto Mono', monospace;
font-size: 12px;
}