generated from p9e/personas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmxpx.css
More file actions
63 lines (53 loc) · 900 Bytes
/
mxpx.css
File metadata and controls
63 lines (53 loc) · 900 Bytes
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
:any-link {
color: inherit;
text-decoration-style: dotted;
text-decoration-thickness: .2ex;
}
:focus {
text-decoration-style: solid;
outline: thick dotted;
}
html {
font-family: sans-serif;
font-size: max(20pt, 10vmin);
line-height: 1.618;
}
body {
display: flex;
flex-flow: column;
margin: 0;
overflow-wrap: anywhere;
}
li em {
font-style: unset;
}
.slide {
box-sizing: border-box;
display: flex;
flex-flow: column;
margin: auto;
justify-content: center;
min-height: 100vh;
min-width: 100vw;
padding-inline-start: 20vw;
padding-inline-end: 18vw;
}
.slide > li {
all: unset;
}
.fleek {
margin: 0;
}
.hi {
font-size: 1.382rem;
margin: 0;
}
@supports (display: flow-root) {
.level { display: flow-root }
.level > * { float: inline-start }
.level dt { clear: both }
.level dt::after { content: "=" }
}
[hidden]:not(:target) {
display: none;
}