-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.css
109 lines (92 loc) · 2.01 KB
/
demo.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
102
103
104
105
106
107
108
109
/*
enjoy remixing these samples
aurora remixyz inline styles
samples webmural.com s9a.page
yo energy flows deep ))))))))
*/
.imagine {
--tape-remix: radial-gradient(
circle at center,
var(--tape-luvu),
var(--tape-bluv),
var(--tape-loud),
var(--tape-play)
);
}
.hella {
--tape-remix: radial-gradient(orchid, #bae);
}
.honey {
--tape-remix: radial-gradient(orange, violet);
}
.twist {
--tape-filter: hue-rotate(120deg);
}
.shout {
--tape-filter: hue-rotate(240deg);
}
.shell {
--tape-watt: seashell;
}
#hi:target {
--tape-bluv: mediumslateblue;
--tape-play: violet;
--tape-loud: gold;
--tape-luvu: turquoise;
}
::selection {
color: seashell;
background: blueviolet;
}
s, a {
text-decoration-style: dotted;
}
:focus {
text-decoration-style: solid;
outline: 2rem outset;
}
a:hover {
text-decoration-style: double;
}
/* N.E.R.D. ÷ MCR */
.omg:hover { cursor: grab }
.mold { font: unset }
.bold { font-weight: bold }
.moan { margin: auto }
.moby { margin-bottom: 6vh }
.nemo { margin-bottom: 9vh }
.paz { padding: 0 }
.pad { padding: 1rem; box-sizing: border-box }
.party { display: block }
.parlay { display: table }
.fiesta { display: flex; flex-wrap: wrap }
.trio { flex-basis: calc(100% / 3) }
.duet { flex-basis: 50% }
.dot::after { content: "." }
.mime { margin-inline: var(--vol1) }
.rime { text-align: end }
@media (orientation: portrait) {
.roam { writing-mode: vertical-rl }
}
html { border-bottom: 9vh double var(--tape-play) }
html { font-family: sans-serif }
body { padding: 0 6vw; margin: auto }
input { font: unset; display: table; max-width: 100% }
button { font: unset }
figure { margin: auto; contain: layout }
li { list-style: none }
aside { contain: layout }
/*
RE: volume
s9a.page/volume
*/
html {
--pump: 0.809;
--vol1: max(1rem, 3vmax);
--vol2: calc(2 * var(--pump) * var(--vol1));
--vol3: calc(var(--vol1) + var(--vol2));
}
.vol0 { font-size: 0 }
.vol1 { font-size: var(--vol1) }
.vol2 { font-size: var(--vol2) }
.vol3 { font-size: var(--vol3) }