-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrite.css
185 lines (148 loc) · 3.07 KB
/
write.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
/*
Initially Written in 2019 by Nono Martínez Alonso
Customized in 2023 by zaphbbrox
To the extent possible under law, the author(s) have dedicated all
copyright and related and neighboring rights to this software to the
public domain worldwide. This software is distributed without any
warranty.
You should have received a copy of the CC0 Public Domain Dedication
along with this software. If not, see
http://creativecommons.org/publicdomain/zero/1.0
*/
@font-face {
font-family: 'Iosevka';
src: url('fonts/iosevka-medium.woff2') format('woff2')
}
@font-face {
font-family: 'Oswald';
src: url('fonts/Oswald-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
.h-entry {
border: 1px solid rgba(0,0,0,.07);
padding: 1.75em 1em;
}
#blog-title {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
color: hotpink;
text-align: center;
}
header nav a {
font-family: 'Iosevka', monospace;
font-size: 1.5em;
color: #c4c4c4;
}
p.description.p-note {
font-family: 'Iosevka', monospace;
font-size: 1.5em;
color: hotpink;
}
body {
background-color: black;
}
body#collection article {
padding: 1.75em 1em;
max-width: 70%;
background-color: #e6e6e6;
}
body#collection article p {
font-family: 'Iosevka', monospace;
}
#wrapper h2+time {
text-transform: uppercase;
font-size: 14px;
text-align: center;
}
body#collection #wrapper time {
font-size: 14px;
color: #7b7b7b;
font-family: 'Libre Franklin', serif;
font-weight: 600;
}
body#post article h2#title {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
color: #444;
font-size: 2.5em;
text-align: center;
text-decoration: underline;
}
article#post-body {
background-color: #e6e6e6;
}
a.u-url {
font-family: 'Oswald', sans-serif;
color: hotpink;
}
a.user.hidden.action {
font-family: 'Iosevka', monospace;
}
li {
font-family: 'Iosevka', monospace;
}
h2.post-title {
text-align: center;
text-transform: uppercase;
}
#post article p {
font-family: Iosevka;
}
#post article.norm {
line-height: 24px;
font-size: 1.3em;
max-width: 70%;
}
h1, h2, h3, h4, h5 {
font-family: 'Iosevka', monospace;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
body#collection article .book h1 {
font-size: 1.75em;
}
body#post header {
text-align: center;
}
body#post header h1 {
font-size: 2.75em;
color: hotpink;
}
p a {
color: #ee464c;
text-decoration: underline;
}
li a {
color: #ee464c;
text-decoration: underline;
}
a.h-card {
color: hotpink;
}
body#post header, body#subpage header {
-webkit-opacity: 1;
opacity: 1;
}
table {
font-family: 'Iosevka', monospace;
}
.footnote {
text-decoration: underline;
color: hotpink;
}
.footnote:hover {
color: black;
}
.footnote-ref {
text-decoration: underline;
font-size: 12px;
color: hotpink;
}
.footnote-ref:hover {
color: black;
}
.footnote-ref-text {
font-size: 12px;
}