-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ska.css
71 lines (58 loc) · 1.09 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
71
:focus {
outline: thick groove;
text-decoration-style: dashed;
}
:hover {
text-decoration-style: double;
}
.ska-riot {
font-family: sans-serif;
font-size: calc(1em + 1vw + 1vh);
line-height: 1.6;
}
.ska-fam {
font-family: inherit;
}
.ska-body {
margin: auto;
padding: 1rem;
overflow-wrap: break-word;
}
.ska-fit {
max-width: 100%;
height: auto;
}
.ska-pad {
padding: 1rem;
}
.ska-wave {
box-sizing: border-box;
display: inline-block;
width: 50%;
padding: 1rem;
}
.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-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-serve {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
}
.ska-inhale { margin-top: 1rem }
.ska-exhale { margin-bottom: 2rem }
.ska-sane { max-width: 20em }
.ska-bold { font-weight: bold }