generated from webmural/sleep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwall.css
67 lines (57 loc) · 946 Bytes
/
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
:root {
font-family: sans-serif;
font-size: max(20pt, 5vw);
}
:any-link {
font-size: max(0.5rem, 44px);
}
:focus {
outline-style: dashed;
outline-width: thick;
}
body {
margin: auto;
overflow-wrap: anywhere;
}
figure {
margin: auto;
padding-block-end: 3rem;
}
figcaption {
font-family: monospace;
font-size: .5rem;
max-width: 10em;
padding: 5vmin;
position: absolute;
top: 100vh;
}
blockquote {
align-items: center;
display: flex;
flex-flow: column;
font-size: 2em;
font-weight: bold;
justify-content: center;
margin-block-start: 33vh;
margin-block-end: 33vh;
transform: rotate(0);
}
@media (orientation: portrait) {
blockquote {
transform: rotate(90deg);
}
}
.snooze {
font-size: 1.618em;
letter-spacing: 0;
}
@media (max-width: 33em) {
.snooze {
letter-spacing: -3vw;
}
}
@media (prefers-reduced-motion: no-preference) {
.snooze {
transition: 99ms ease;
}
}