Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/snowbattle/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: #000;
11
}
12
.sound-text {
13
position: relative;
14
top: 50%;
15
transform: translateY(-50%);
16
color: #fff;
17
font-size: 20px;
18
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
19
}
20
.redirect-overlay {
21
z-index: 99999;
22
position: absolute;
23
top: 0;
24
left: 0;
25
width: 100%;
26
height: 100%;
27
text-align: center;
28
background: #000;
29
}
30
.redirect-text {
31
position: relative;
32
top: 50%;
33
transform: translateY(-50%);
34
color: #fff;
35
font-size: 20px;
36
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
37
}
38
.redirect-text a {
39
color: red;
40
}
41
.link-to-y8-url {
42
height: 40px;
43
float: left;
44
padding: 0 10px;
45
color: #fff;
46
font-size: 18px;
47
}
48
.link-to-y8-url a {
49
color: red;
50
}
51
.game-name {
52
padding: 0 10px;
53
margin: 0;
54
color: #fff;
55
font-size: 18px;
56
display: inline-block;
57
font-weight: 400;
58
}
59