-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstylesheet.css
222 lines (148 loc) · 3.33 KB
/
stylesheet.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
html::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
z-index: 2;
background-size: 100% 2px, 3px 100%;
pointer-events: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
-ms-overflow-style: none;
/* IE and Edge */
/* Firefox */
}
#scan {
position: absolute;
z-index: 0;
}
body {
background-color: rgb(0, 9, 0);
}
.intro {
font-family: 'vt323';
padding-bottom: 25px;
}
.bio {
display: flex;
}
.item {
display: flexbox;
color: rgb(74, 239, 152);
text-shadow: 1px 1px 2px rgb(150, 167, 124), 0 0 1em rgb(150, 167, 124), 0 0 0.2em rgb(150, 167, 124);
}
#final {
margin-top: 0px;
margin: 0px;
}
.subheading #bcursor {
text-shadow: none;
}
#bcursor {
margin-top: 0px;
margin: 0px;
}
#crelem {
display: inline;
}
.item-name {
flex: 1;
font-size: 50px;
font-weight: 700;
margin-bottom: 0px;
}
.blinking-cursor {
font-weight: 100;
font-size: 60px;
color: rgb(74, 239, 152);
-webkit-animation: 1s blink step-end infinite;
-moz-animation: 1s blink step-end infinite;
-ms-animation: 1s blink step-end infinite;
-o-animation: 1s blink step-end infinite;
animation: 1s blink step-end infinite;
}
.subheading {
color: rgb(74, 239, 152);
text-shadow: 1px 1px 2px rgb(150, 167, 124), 0 0 1em rgb(150, 167, 124), 0 0 0.2em rgb(150, 167, 124);
font-family: 'vt323';
}
.name {
font-family: 'vt323';
text-shadow: 1px 1px 2px rgb(150, 167, 124), 0 0 1em rgb(150, 167, 124), 0 0 0.2em rgb(150, 167, 124);
color: rgb(74, 239, 152);
}
@keyframes blink {
from,
to {
color: transparent;
}
50% {
color: rgb(74, 239, 152);
text-shadow: 1px 1px 2px rgb(150, 167, 124), 0 0 1em rgb(150, 167, 124), 0 0 0.2em rgb(150, 167, 124);
}
}
.subheading {
font-size: 35px;
}
.subheading h4 {
display: inline;
}
.subdiv {}
.links {
display: flex;
margin-left: 275px;
margin-right: 275px;
justify-content: space-evenly;
align-content: center;
}
.about {
color: rgb(74, 239, 152);
text-shadow: 1px 1px 2px rgb(150, 167, 124), 0 0 1em rgb(150, 167, 124), 0 0 0.2em rgb(150, 167, 124);
font-family: 'VT323';
border-bottom: 0px;
font-weight: 700;
margin-bottom: 0px;
}
li {
list-style: square;
color: rgb(74, 239, 152);
text-shadow: 1px 1px 2px rgb(150, 167, 124), 0 0 1em rgb(150, 167, 124), 0 0 0.2em rgb(150, 167, 124);
}
.langsec {
display: inline;
padding-bottom: 15px;
}
.divider {
color: aqua;
}
a .name {}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: rgb(74, 239, 152);
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.cp-text {
font-size: 13px;
}
p {
color: rgb(74, 239, 152);
font-family: 'VT323';
text-shadow: 1px 1px 2px rgb(150, 167, 124), 0 0 1em rgb(150, 167, 124), 0 0 0.2em rgb(150, 167, 124);
}