Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mamayaya1
GitHub Repository: mamayaya1/game
Path: blob/main/projects/scrapmetal/zombies11.css
11579 views
1
.webgl-content * {
2
border: 0;
3
margin: 0;
4
padding: 0;
5
}
6
7
.webgl-content .logo,
8
.progress {
9
position: absolute;
10
left: 50%;
11
top: 50%;
12
-webkit-transform: translate(-50%, -50%);
13
transform: translate(-50%, -50%);
14
}
15
.webgl-content .logo {
16
background: url("img/1run4progresslogo-light_orig.png") no-repeat center / contain;
17
width: 154px;
18
height: 130px;
19
}
20
.webgl-content .progress {
21
height: 18px;
22
width: 141px;
23
margin-top: 90px;
24
}
25
.webgl-content .progress .empty {
26
background: url("img/2run42progressempty-light_orig.png") no-repeat right / cover;
27
float: right;
28
width: 100%;
29
height: 100%;
30
display: inline-block;
31
}
32
.webgl-content .progress .full {
33
background: url("img/4progresslogo444-dark_orig.png") no-repeat left / cover;
34
float: left;
35
width: 0%;
36
height: 100%;
37
display: inline-block;
38
}
39
40
.webgl-content .logo.Dark {
41
background-image: url("img/4progresslogo444-dark_orig.png");
42
}
43
.webgl-content .progress.Dark .empty {
44
background-image: url("img/5run45progressempty-dark_orig.png");
45
}
46
.webgl-content .progress.Dark .full {
47
background-image: url("img/6r6un46progressfull-dark_orig.png");
48
}
49
50
.webgl-content .footer {
51
margin-top: 5px;
52
height: 38px;
53
width: 960px;
54
line-height: 38px;
55
font-family: Helvetica, Verdana, Arial, sans-serif;
56
font-size: 18px;
57
}
58
.webgl-content .footer .webgl-logo,
59
.title,
60
.fullscreen {
61
height: 100%;
62
display: inline-block;
63
background: transparent center no-repeat;
64
}
65
.webgl-content .footer .webgl-logo {
66
background-image: url("img/7webgl-logo-pngrun47webgl-logo_orig.png");
67
width: 204px;
68
float: left;
69
}
70
.webgl-content .footer .title {
71
margin-right: 10px;
72
float: right;
73
}
74
.webgl-content .footer .fullscreen {
75
background-image: url("img/8run48fullscreen_orig.png");
76
width: 38px;
77
float: right;
78
}
79