blob: bed4b11d4e5b2f313baafee3ae83751ab986bf75 (
plain)
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
|
/* Generated by Squirrel Font */
@font-face {
font-family: 'zai_courier_polski_1941Rg';
src: url('../fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff2') format('woff2'),
url('../fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'schizoid_personalityregular';
src: url('../fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff2') format('woff2'),
url('../fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/* */
body {
padding: 0;
margin: 0;
}
#content {
margin: 1%;
}
#top-bar {
padding: 1%;
margin: 0;
display: flex;
justify-content: left;
align-items: center;
height: 5vw;
background-color: black;
color: white;
position: -webkit-sticky;
position: sticky;
top: 0;
}
#top-bar h1 {
margin: 0;
padding: 0;
text-align: left;
font-family: 'zai_courier_polski_1941Rg', Courier, monospace;
font-size: 500%;
}
#top-bar a {
color: inherit;
text-decoration: none;
}
ul li {
list-style-type: '- ';
}
|