-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
123 lines (105 loc) · 1.92 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
119
120
121
122
123
div#cesiumContainer {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
div#loadingOverlay {
position: absolute;
top: 0;
width: 100%;
padding-top: 40vh;
height: 100%;
text-align: center;
pointer-events: none;
background: rgba(0,0,0,.5);
transition: opacity 2s;
}
body div.container-fluid#main {
width: 100% !important;
padding: 0;
color: #ddd;
top: 0;
margin: 52px 0 0;
background: red;
position: absolute;
bottom: 98px;
}
div#page-header {
display: none;
}
body .box-content {
padding: 0;
background-color: black;
border-width: 0;
height: 100%;
}
.box.box-responsive {
border: 0;
height: 100%;
top: 0;
margin: 0;
bottom: 0;
}
html body {
background-color: black;
min-height: 100vh;
}
.cesium-selection-wrapper svg {
fill: #666;
}
.cesium-viewer-bottom {
opacity: .3;
transition: opacity .5s;
}
.cesium-viewer-bottom .cesium-credit-textContainer,
.cesium-viewer-bottom .cesium-credit-expand-link {
padding-left: .5em;
}
.cesium-viewer-bottom:hover {
opacity: .9;
}
.cesium-viewer button.cesium-infoBox-camera {
display: none;
}
.cesium-infoBox,
.cesium-infoBox-bodyless .cesium-infoBox-title,
.cesium-infoBox-title {
border-radius: 0;
}
.cesium-infoBox-title {
background: rgba(84, 84, 84, 0.7);
}
.cesium-infoBox {
background: rgba(38, 38, 38, 0.7);
}
.cesium-viewer-toolbar button.cesium-button {
margin: auto;
box-sizing: border-box;
display: inline-block;
width: 32px;
height: 32px;
border-radius: 0;
padding: 0;
vertical-align: middle;
z-index: 0;
}
div#statusInfo {
position: absolute;
bottom: 0;
right: 0;
padding: .5em 1em;
background: rgba(0,0,0,.5);
}
button.cesium-button.cesium-toolbar-button,
span.cesium-sceneModePicker-wrapper.cesium-toolbar-button {
margin-right: 3px;
margin-left: 0;
}
div.cesium-infoBox-title {
background: #333;
}
iframe.cesium-infoBox-iframe {
transition: height .5s;
}