-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
256 lines (252 loc) · 4.58 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
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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
body {
margin: 0%;
background-color: rgb(10, 10, 10);
font-size: 0.9em;
}
div.later {
background-color: rgba(0, 0, 0, 0.9825);
color: #fff;
width: 100vw;
height: 100vh;
position: fixed;
z-index: 1000;
font-family: 'Raleway';
padding-top: 35vh;
padding-left: 10%;
padding-right: 10%;
font-size: 1.5em;
letter-spacing: 2px;
}
/* Bio */
.bio {
width: 100%;
font-family: 'Raleway';
color: #222;
text-align: center;
}
.bio div {
text-align: left;
display: inline-block;
margin: 2%;
margin-left: 4%;
margin-right: 4%;
}
.bio h2 {
margin-top: 0;
margin-bottom: 0;
}
.bio p {
display: inline-block;
margin: 0;
color: rgb(20, 20, 90);
}
.bio img.dp {
max-width: 20vw;
display: inline-block;
border-radius: 50%;
margin: 4%;
box-shadow: 0 0 30px #fff;
}
.bio a {
color: #333;
}
.bio a:hover {
text-decoration: none;
}
/* Top bar */
.navbar {
width: 100%;
position: fixed;
top: 0px;
z-index: 2;
/* backdrop-filter declaration is considered experimental as Mozilla Developer Network (MDN) */
-webkit-backdrop-filter: saturate(180%) blur(10px);
backdrop-filter: saturate(110%) blur(5px);
font-size: 0.7em;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: rgba(10, 10, 10, 0.9);
font-family: 'Raleway';
box-shadow: 0 0 20px rgba(50, 50, 100, 0.8);
}
li {
float: left;
font-size: 1rem;
color: #fff;
}
li > a {
display: block;
color: #eee;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 120%;
}
.flogolink {
display: block;
color: #fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
text-transform: lowercase;
}
#proj {
float: right;
text-transform: capitalize;
color: #eee;
}
#slash2 {
font-size: 60%;
}
/* Content */
.content1 {
overflow-x: auto;
min-width: 100%;
background-color: #fff;
color: #fff;
background-attachment: fixed;
min-height: 100vh;
height: 120%;
text-align: center;
}
.content1 h1 {
font-family: 'Oxygen';
color: #135;
}
.content1 table {
display: inline-table;
margin-top: 2%;
padding: 0;
font-size: 130%;
font-family: 'Oxygen';
box-shadow: 0px 0px 30px #00f;
}
.content1 tr:nth-child(even) {
background-color: rgb(10, 10, 10);
}
.content1 tr:nth-child(odd) {
background-color: #333;
color: #fff;
}
.content1 th {
padding-top: 2vh;
padding-bottom: 2vh;
padding-left: 2vw;
padding-right: 2vw;
}
.content1 td {
padding-top: 1vh;
padding-bottom: 1vh;
padding-left: 1vw;
padding-right: 1vw;
}
.content1 td a {
color: inherit;
}
.content1 td a:hover {
text-decoration: none;
}
table#news {
box-shadow: none;
max-width: 600px;
margin: 0;
padding: 0;
}
table#news th {
display: none;
}
table#news tr {
display: block;
padding: 0%;
margin-left: 0%;
margin-right: 0%;
box-shadow: 0px 0px 5px #347;
margin-bottom: 25%;
}
table#news td:nth-child(odd) {
display: block;
text-align: left;
font-size: 70%;
padding: 4%;
}
table#news td:nth-child(even) {
text-align: left;
display: block;
font-size: 100%;
padding: 0%;
}
table#news tr td img {
height: auto;
width: 96%;
padding: 0%;
margin-left: 2%;
margin-right: 2%;
margin-top: 1%;
margin-bottom: 1%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
table#news tr td img.pp {
height: inherit;
width: inherit;
border-radius: 50%;
margin-right: 0.5%;
margin-left: inherit;
box-shadow: none;
}
span.dp {
display: inline-flex;
margin-bottom: 0.6%;
}
span.dplink {
line-height: 0.7rem;
margin-left: 1%;
display: inline-flex;
margin-bottom: 0.6%;
}
a.cardlink {
font-size: 1.2em;
}
.foot {
width: 100%;
background-color: rgb(10, 10, 10);
color: #fff;
text-align: center;
font-family: 'Oxygen';
height: 100%;
font-size: 85%;
margin-top: 2%;
margin-bottom: 3%;
}
.foot > a {
color: #fff;
}
.foot > a:hover {
color: #eee;
text-decoration: none;
}
.foot > h1 {
margin-left: 5%;
margin-right: 5%;
text-align: left;
}
.foot > p {
text-align: left;
margin-right: 5%;
margin-left: 5%;
margin-bottom: 5%;
}
.heart {
color: #f30;
font-family: serif;
font-size: 120%;
}
* {
transition: all 0.8s ease-in-out;
-webkit-transition: all 0.8s ease-in-out;
}