generated from webmural/bo55
-
Notifications
You must be signed in to change notification settings - Fork 0
/
placebo.css
106 lines (86 loc) · 2.25 KB
/
placebo.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
/* https://s9a.page/tape */
:root{--tape-filter:none;--tape-bluv:#11dff1;--tape-play:#fbbfff;--tape-loud:#eee833;--tape-luvu:#44f477;--tape-blaq:#0e0e0e;--tape-watt:#e0e0e0;--tape-hex:#e0e0e0;--tape-mix:transparent}.tape-watt{--tape-hex:var(--tape-watt)}.tape-luvu{--tape-hex:var(--tape-luvu)}.tape-loud{--tape-hex:var(--tape-loud)}.tape-play{--tape-hex:var(--tape-play)}.tape-bluv{--tape-hex:var(--tape-bluv)}.tape-flat{border-color:transparent}.tape-flap{border-color:currentColor}.tape-flow{--tape-remix:none}.tape-flow :not(.tape-skip){background-color:transparent;color:inherit}.tape-blaq,.tape-bluv,.tape-loud,.tape-luvu,.tape-play,.tape-watt{--tape-mix:var(--tape-hex);--tape-remix:none;color:var(--tape-blaq)!important;background-color:var(--tape-mix)!important;background-image:var(--tape-remix);filter:var(--tape-filter)}.tape-blaq{--tape-mix:var(--tape-blaq);color:var(--tape-hex)!important}.tape-erase,.tape-erase *{color:transparent!important}
/* play. */
.pastel {
--tape-bluv: plum;
--tape-luvu: turquoise;
--tape-play: violet;
}
.pepper {
--tape-play: deeppink;
--tape-bluv: violet;
}
.placid {
--tape-play: mediumpurple;
}
.saliva {
box-shadow: -30vh 0 3rem 0 deeppink;
}
.mymood {
text-shadow:
0 -1vh 0 blueviolet,
0 1vh 0 darkviolet,
0 1vh 0 deeppink;
}
.vacuum {
box-shadow: -3em 0 5rem 0 turquoise;
}
.vallee {
writing-mode: vertical-rl;
}
.deo { font-size: 1.236em }
.dua { font-size: 1.618em }
:root {
--tape-remix: conic-gradient(
var(--tape-play),
var(--tape-watt),
var(--tape-watt),
var(--tape-play)
);
}
::selection {
color: magenta;
background: navy;
}
:focus {
outline: thick outset;
box-shadow: 0 0 1ex 1ex blueviolet;
}
:hover {
text-decoration-style: double;
}
html {
font-family: sans-serif;
font-size: max(5ex, 3vmax + 3vmin);
line-height: 1.618;
}
body {
margin: 3vh auto;
overflow-wrap: anywhere;
}
p {
display: table;
margin: 3vh 0;
}
article {
align-items: flex-end;
display: flex;
flex-flow: column wrap;
padding: 1rem 20vw;
text-align: end;
}
a {
display: inline-flex;
border-radius: 1em;
padding: calc(1ex / 3);
}
samp,
mark {
border-radius: 1em;
padding: calc(2ex / 3);
font-family: sans-serif;
}
h1 {
font-size: max(3ch, 3vmax);
margin: 0;
}