generated from webmural/music
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdance.css
101 lines (84 loc) · 1.27 KB
/
dance.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.dew-dance {
--dew-shift: color 303ms;
--dew-solar: #cd5;
--dew-lunar: #528;
--dew-slick: skyblue;
--dew-slime: indigo;
--dew-locus: currentColor;
--dew-hover: hue-rotate(-120deg);
}
.dew-hot {
--dew-solar: #010101;
--dew-lunar: deeppink;
}
.dew-warm {
--dew-solar: #202020;
--dew-lunar: orchid;
}
.dew-noise {
--dew-solar: #030303;
--dew-lunar: #999;
}
.dew-bae {
--dew-solar: #bae;
--dew-lunar: #415;
}
html {
font-family: sans-serif;
font-size: max(3ch, 3vmax + 2vmin);
line-height: 1.618;
}
body {
box-sizing: border-box;
margin: 0;
padding: 0;
position: relative;
overflow-wrap: anywhere;
}
dl {
font-size: 2rem;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
line-height: 1;
}
dt {
margin: 0;
flex-basis: 100%;
}
dd {
margin: 0;
flex-basis: 100%;
}
figure {
box-sizing: border-box;
display: flex;
flex-direction: column;
margin: auto;
padding: 1em;
}
header {
box-sizing: border-box;
padding-inline: 1em;
}
h1 {
display: inline;
}
sub {
font-size: 1ch;
vertical-align: text-bottom;
}
:link {
text-decoration: line-through dotted;
}
:focus {
outline: thick dotted;
}
.discoball {
position: absolute;
top: -100%;
}
.thump:target {
position: relative;
top: 0;
}