-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
116 lines (111 loc) · 3.65 KB
/
main.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@500;800&display=swap');
@font-face {
font-family: "VCR-font";
src: url("fonts/VCR_OSD_MONO.ttf");
font-display: swap;
}
/* RESET CSS */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'VCR-font', 'Azeret Mono', Arial, sans-serif;
}
a {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
font-weight: normal;
}
/* RESET CSS */
.text-shadow {
color: rgb(255, 255, 255);
text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0),
1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0),
1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0),
-1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0),
0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0),
2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0),
-2px -2px 0 rgb(0, 0, 0), 0px 3px 0 rgb(0, 0, 0),
0px -3px 0 rgb(0, 0, 0), 3px 0px 0 rgb(0, 0, 0), -3px 0px 0 rgb(0, 0, 0),
3px 3px 0 rgb(0, 0, 0), 3px -3px 0 rgb(0, 0, 0), -3px 3px 0 rgb(0, 0, 0),
-3px -3px 0 rgb(0, 0, 0);
-webkit-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0),
1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0),
1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0),
-1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0),
0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0),
2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0),
-2px -2px 0 rgb(0, 0, 0), 0px 3px 0 rgb(0, 0, 0),
0px -3px 0 rgb(0, 0, 0), 3px 0px 0 rgb(0, 0, 0), -3px 0px 0 rgb(0, 0, 0),
3px 3px 0 rgb(0, 0, 0), 3px -3px 0 rgb(0, 0, 0), -3px 3px 0 rgb(0, 0, 0),
-3px -3px 0 rgb(0, 0, 0);
-moz-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0),
1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0),
1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0),
-1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0),
0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0),
2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0),
-2px -2px 0 rgb(0, 0, 0), 0px 3px 0 rgb(0, 0, 0),
0px -3px 0 rgb(0, 0, 0), 3px 0px 0 rgb(0, 0, 0), -3px 0px 0 rgb(0, 0, 0),
3px 3px 0 rgb(0, 0, 0), 3px -3px 0 rgb(0, 0, 0), -3px 3px 0 rgb(0, 0, 0),
-3px -3px 0 rgb(0, 0, 0);
font-size: 40px;
}
header {
position: fixed;
display: flex;
flex-direction: row;
align-items: center;
justify-items: center;
padding: 16px;
width: 100%;
}
.logo {
/* font-family: "VCR-font", Arial, sans-serif; */
margin-right: auto;
}
.logo-dot {
margin-left: auto;
height: 40px;
width: 40px;
}
.box-content{
width: 100dvw;
height: 100dvh;
overflow: hidden;
}
#video-content {
width: 100%;
height: 100%;
object-fit: cover;
}
.footerCopyright {
font-size: 1.2rem;
text-transform: uppercase;
padding: 40px 0 15px;
display:flex;
flex-direction: column;
align-items: center;
width:100%;
position: fixed;
bottom: 0;
}
.footerSocialLink {
text-decoration: none;
color: var(--color-main-font-dark);
font-weight: bold;
letter-spacing: 1px;
text-transform:lowercase;
border: 1px solid transparent;
border-bottom: 1px solid black;
font-size: 1rem;
padding: 2px;
}
.footerSocialLink:hover {
border: 1px solid black;
}