generated from s9a/hair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ska.css
70 lines (58 loc) · 1.08 KB
/
ska.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
:focus {
outline-style: dotted;
outline-width: thick;
}
.ska-riot {
font-family: sans-serif;
font-size: calc(1em + 1vw + 1vh);
line-height: 1.6;
}
.ska-body {
margin: auto;
padding: 1rem;
overflow-wrap: break-word;
}
.ska-fit {
max-width: 100%;
height: auto;
}
.ska-pad {
padding: 1rem;
}
.ska-wave {
display: table;
padding: 1ex;
padding-block: 1em;
}
.ska-vest { line-height: inherit; font-weight: 400; font-size: 1rem }
.ska-know { line-height: inherit; font-weight: 600; font-size: 1.6rem }
.ska-high { line-height: inherit; font-weight: 700; font-size: 2.6rem }
.ska-blend {
font: inherit;
margin: unset;
}
.ska-block {
display: block;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.ska-serve {
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
}
.ska-inhale { margin-block-start: 1rem }
.ska-exhale { margin-block-end: 2rem }
.ska-mosh { max-width: 14em }
.ska-pulse {
text-decoration: line-through dotted 3pt;
opacity: .5;
}
@media (orientation: portrait) {
.ska-canal {
width: 8em;
overflow: visible;
}
}