generated from webmural/blay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chronic.css
74 lines (62 loc) · 1.01 KB
/
chronic.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
:focus {
text-decoration-style: solid;
outline: thick groove;
box-shadow: 0 0 1ch 1ch #a5e;
}
html {
font-family: sans-serif;
font-size: max(3ch, 3vmax + 2vmin);
line-height: 1.618;
}
body {
align-items: flex-start;
display: flex;
flex-flow: column;
margin: 0;
overflow-wrap: anywhere;
}
article {
contain: style layout;
display: flex;
flex-flow: column;
margin: auto;
}
article > * {
align-items: center;
display: flex;
justify-content: center;
flex-flow: column;
min-height: 100vh;
}
h1, h2 {
display: flow-root;
font-weight: unset;
padding: 3vmin;
}
ins {
text-decoration: none;
}
div {
display: flex;
flex-flow: column;
padding: 1rem;
}
aside {
padding: 1rem;
transform: rotate(180deg);
}
a {
border-radius: 100%;
display: inline-block;
padding: 1ch;
}
p {
margin: 0;
padding-inline: 1ch;
}
a:hover { text-decoration-style: double }
:any-link { text-decoration-style: dotted }
:focus {
text-decoration-style: solid;
outline: thick dotted;
}