-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViewTracker.css
117 lines (104 loc) · 1.88 KB
/
ViewTracker.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
@import url('Cesium/Widgets/widgets.css');
body {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
padding: 0;
margin: 0;
font-family: sans-serif;
}
.fullscreenContainer {
position: absolute;
bottom: 0;
right: 0;
padding: 0;
width: 29px;
height: 29px;
overflow: hidden;
}
.fullWindow {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
margin: 0;
overflow: hidden;
padding: 0;
}
.viewTracker-loading {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -33px;
width: 66px;
height: 66px;
background-position: center;
background-repeat: no-repeat;
background-image: url(Gallery/ajax-loader.gif);
}
.chrome-logo {
display: block;
width: 90px;
height: 35px;
background: url('Gallery/Icons/chrome_logo_2x.png');
background-size: 100% 100%;
}
.help-icon {
display: block;
width: auto;
height: 200px;
background: url('Gallery/Icons/headsup_1.png');
background-size: 100% 100%;
}
.cesium-widget-logo {
bottom: 35px;
left: 170px;
text-decoration: none;
width: 118px;
height: 26px;
}
.social-buttons {
position: absolute;
top: 10px;
right: 210px;
horizontal
}
.social-button-inline {
display: inline-block;
}
.viewTracker-timelineContainer {
position: absolute;
bottom: 0;
left: 169px;
right: 5px;
height: 27px;
padding: 0;
margin: 0;
overflow: hidden;
font-size: 14px;
}
.viewTracker-animationContainer {
position: absolute;
bottom: 0;
left: 0;
padding: 0;
width: 169px;
height: 112px;
}
.viewTracker-videoOverlayContainer {
position: absolute;
top: 25%;
left: 25%;
width="320px";
height="240px";
}
.cesium-widget-credits {
bottom: 30px;
left: 174px;
}