Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/stack-bump-3d/shared/style.css
1835 views
1
.sound-overlay {
2
z-index: 99999;
3
position: absolute;
4
top: 0;
5
left: 0;
6
width: 100%;
7
height: 100%;
8
text-align: center;
9
opacity: 0.9;
10
background: black;
11
}
12
13
.sound-text {
14
position: relative;
15
top: 50%;
16
transform: translateY(-50%);
17
color: white;
18
font-size: 20px;
19
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
20
}
21
22
.redirect-overlay {
23
z-index: 99999;
24
position: absolute;
25
top: 0;
26
left: 0;
27
width: 100%;
28
height: 100%;
29
text-align: center;
30
background: black;
31
}
32
33
.redirect-text {
34
position: relative;
35
top: 50%;
36
transform: translateY(-50%);
37
color: white;
38
font-size: 20px;
39
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
40
}
41
42
.redirect-text a {
43
color: red;
44
}
45
46
.link-to-y8-url {
47
height: 40px;
48
float: left;
49
padding: 0 10px;
50
color: white;
51
font-size: 18px;
52
}
53
54
.link-to-y8-url a {
55
color: red;
56
}
57
58
.game-name {
59
padding: 0 10px;
60
margin: 0;
61
color: #fff;
62
font-size: 18px;
63
display: inline-block;
64
font-weight: normal;
65
}
66
67