-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
89 lines (66 loc) · 1.16 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face{
font-family: saluf1;
url:"./font/311b7f2775e42105e53e.ttf"
}
@font-face{
font-family: saluf2;
url:"./font/d77b39f40383b63d32e3.ttf"
}
@font-face{
font-family: pptele;
url:"./font/PP Telegraf - Free for Personal Use/PPTelegraf-Regular.otf"
}
html,body
{
width: 100%;
height: 100%;
background-color: #000;
color: #fff;
scroll-behavior: smooth;
}
nav {
font-family: saluf1;
z-index: 100;
}
.navs1, .navs2, .navs3 {
height: 3vh;
font-size: 1rem;
cursor: pointer;
overflow: hidden;
}
.navs1 h3, .navs2 h3, .navs3 h3 {
color: #fff;
transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
}
.navs1:hover .navb1,
.navs2:hover .navb2,
.navs3:hover .navb3 {
margin-top: -2.5vh;
}
.navs3btn {
transition: background-color 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navs3btn:hover {
background-color: #fff;
}
.navs3btn h3:hover {
color: #000;
}
.s1
{
font-family: pptele;
}
.s3overlay {
pointer-events: none;
}
.loaderText {
position: relative;
display: inline-block;
}
.f1, .l1, .lText {
position: relative;
display: inline-block;
}