generated from s9a/ooze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oped.css
72 lines (60 loc) · 940 Bytes
/
oped.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
:focus { outline: thick dotted }
:any-link { color: unset }
:any-link:hover { text-decoration-style: double }
* { box-sizing: border-box }
mark { all: unset; font-weight: bold }
html {
font-family: sans-serif;
font-size: max(3ch, 4vmin);
}
body {
margin: 0;
overflow-wrap: anywhere;
}
li {
all: unset;
}
li code {
display: inline-block;
padding: 1ex 1ch;
}
header {
contain: content;
display: flex;
flex-flow: column;
padding: 3ex 3ch;
}
article {
contain: content;
display: flex;
flex-flow: column;
}
aside {
align-items: flex-start;
contain: content;
display: flex;
flex-flow: column;
gap: 1em;
padding: 5ex 2ch 8ex;
}
aside a {
padding: 1ex 1ch;
}
h1 {
font: unset;
font-size: 1.382em;
margin: 0;
}
figure {
contain: content;
display: flex;
flex-flow: column;
margin: 1em;
padding: 1em;
}
figure.xxze {
align-items: flex-end;
}
figcaption {
font-size: 1.236rem;
}