generated from webmural/wall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wall.css
99 lines (85 loc) · 1.47 KB
/
wall.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
html {
font-family: monospace;
font-size: max(1em, 1ch + 1vw + 1vh);
}
body {
box-sizing: border-box;
display: flex;
flex-flow: column;
line-height: 1.618;
margin: auto;
max-width: 100%;
overflow-wrap: anywhere;
padding: 0 1em;
}
header {
contain: layout;
display: flow-root;
display: flex;
flex-flow: column;
align-items: center;
justify-items: center;
}
.eq {
contain: layout;
display: flex;
flex-flow: column;
gap: 1.618em;
}
h1 { font-size: 2.618em }
h2 { font-size: 1.618em }
li { margin-block: 1em }
menu {
contain: layout;
list-style: none;
line-height: 2.618;
}
main {
margin: -2em 0 0;
padding: 1em;
}
:any-link {
box-sizing: border-box;
display: inline-block;
padding: 1ex 1ch;
text-decoration-style: solid;
text-decoration-thickness: .2rem;
}
:focus {
outline: thick inset;
text-decoration-skip-ink: all;
}
:any-link:hover {
text-decoration-style: double;
}
.tide {
contain: layout;
display: block;
margin-block: 1em;
margin-inline: 0 auto;
max-width: 20em;
}
.wave {
contain: layout;
font-size: 1.236em;
}
.wave > a {
display: table;
display: inline-flex;
margin-bottom: 1em;
padding: 3ex 1em;
}
.boost {
text-shadow:
0 -3vh 1ch,
0 -2vh 0,
0 -1vh 0;
}
.blab { font-size: 1em }
.blob { font-size: 1.618em }
.claw { padding: 2pt }
.bold { font-weight: bold }
.mold { font-weight: normal }
.fizz { padding-inline: 2em }
.fart { float: inline-start }
.raft { float: inline-end }