-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (54 loc) · 2.01 KB
/
style.css
File metadata and controls
54 lines (54 loc) · 2.01 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
.webgl-content * {
margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
.webgl-content {
left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.webgl-content .logo {
left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.progress {
left: 50%; top: 50%; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
}
.webgl-content .logo {
background: url("progressLogo.Light.png") no-repeat center / contain; width: 154px; height: 130px;
}
.webgl-content .progress {
width: 141px; height: 18px; margin-top: 90px;
}
.webgl-content .progress .empty {
background: url("progressEmpty.Light.png") no-repeat right / cover; width: 100%; height: 100%; float: right; display: inline-block;
}
.webgl-content .progress .full {
background: url("progressFull.Light.png") no-repeat left / cover; width: 0%; height: 100%; float: left; display: inline-block;
}
.webgl-content .Dark.logo {
background-image: url("progressLogo.Dark.png");
}
.webgl-content .Dark.progress .empty {
background-image: url("progressEmpty.Dark.png");
}
.webgl-content .Dark.progress .full {
background-image: url("progressFull.Dark.png");
}
.webgl-content .footer {
height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px; margin-top: 5px;
}
.webgl-content .footer .webgl-logo {
background: no-repeat center; height: 100%; display: inline-block;
}
.title {
background: no-repeat center; height: 100%; display: inline-block;
}
.fullscreen {
background: no-repeat center; height: 100%; display: inline-block;
}
.webgl-content .footer .webgl-logo {
width: 204px; float: left; background-image: url("webgl-logo.png");
}
.webgl-content .footer .title {
margin-right: 10px; float: right;
}
.webgl-content .footer .fullscreen {
width: 38px; float: right; background-image: url("fullscreen.png");
}