generated from webmural/disturb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
loft.css
83 lines (66 loc) · 1.13 KB
/
loft.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
* { box-sizing: border-box }
:any-link {
text-decoration: .236em dotted underline;
}
:any-link:focus {
text-decoration-style: solid;
filter: hue-rotate(-30deg);
}
:any-link:hover {
text-decoration-style: double;
}
h1 {
contain: layout;
margin: 10vh 10vw 38vh;
}
dfn {
font: unset;
}
p {
contain: layout;
display: flex;
font-size: .8rem;
flex-flow: column;
margin: 0;
padding: 2em;
min-height: 123vh;
}
p a { padding-inline: 1em }
p:nth-child(odd) { align-items: start }
p:nth-child(even) { align-items: end }
html {
font-size: max(2em, 3vmax + 5vmin);
line-height: 1.618;
}
body {
contain: layout;
margin: 0;
overflow-wrap: anywhere;
}
div {
clear: both;
contain: layout;
display: flex;
}
footer {
contain: layout;
margin: 10vh;
margin-bottom: 38vh;
width: 100%;
display: flex;
flex-flow: column;
text-align: end;
}
.floaf { float: left }
.floah { float: right }
.surround {
flex-flow: row wrap;
}
.tickle {
writing-mode: vertical-lr;
transform: rotate(180deg);
}
[hidden] { display: none }
:target { display: revert }
.tweeter { font-size: 1rem }
.woofer { font-size: 1.236em }