Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/kevinspin/style.css
574 views
1
html{
2
font-family: 'Open Sans', sans-serif;
3
-webkit-user-select: none;
4
-moz-user-select: none;
5
user-select: none;
6
}
7
h1{
8
position: fixed;
9
width: 100%;
10
text-align: center;
11
top: calc(50% - 380px);
12
line-height: 1.0;
13
}
14
h1 a, .blue{
15
text-decoration: none;
16
color: #0062ff;
17
}
18
h1 a:hover, .blue:hover{
19
color: #156fff;
20
cursor: pointer;
21
text-decoration: underline;
22
}
23
#p, .p{
24
position: fixed;
25
width: 100%;
26
text-align: center;
27
top: calc(50% + 240px);
28
}
29
#vid{
30
position: fixed;
31
left: calc(50% - 320px);
32
top: calc(50% - 240px);
33
}
34
#load{
35
color: white;
36
z-index: 1;
37
position: fixed;
38
left: 0;
39
top: 45%;
40
font-size: 24px;
41
text-shadow: 0px 0px 8px black;
42
}
43
44
#vidoverlay{
45
position: fixed;
46
left: calc(50% - 320px);
47
top: calc(50% - 240px);
48
width: 640px;
49
height: 480px;
50
color: transparent;
51
}
52
53
#noAudio_notice{
54
display: none;
55
text-align: center;
56
color: white;
57
text-shadow: 1px 1px 2px #333;
58
}
59
60