-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathstyle.css
74 lines (67 loc) · 1.1 KB
/
style.css
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
font-family: "Monument Extended";
background: #e3e3e3;
}
h1 {
position: absolute;
top: 42%;
left: 50%;
transform: translate(-50%, -50%);
color: #101010;
}
body{
margin:0px;
padding:0px;
}
.pace {
pointer-events: none;
user-select: none;
z-index: 2000;
position: fixed;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 400px;
border: 0px;
height: 1px;
overflow: hidden;
background:#1b1b1b;
}
.pace .pace-progress {
box-sizing: border-box;
transform: translate3d(0, 0, 0);
max-width: 400px;
position: fixed;
z-index: 2000;
display: block;
position: absolute;
top: 0;
right: 100%;
height: 100%;
width: 100%;
background: grey;
}
.pace.pace-inactive {
display: none;
}
#preloader{
width:100%;
height:100vh;
background:#101010;
overflow:hidden;
position:fixed;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
}