-
Notifications
You must be signed in to change notification settings - Fork 0
/
octopoda.css
117 lines (104 loc) · 2.34 KB
/
octopoda.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
110
111
112
113
114
115
116
117
/*
creaturing
https://octopus.boo
https://s9a.page/sea
*/
.free { margin: auto }
.beak { font-size: max(2ex, 8vmax) }
.pump { padding-block: 1ex }
.play { padding-block: 6ex 3ex }
.prey { padding-block: 3ex 6ex }
.pray { padding-block: 1ex 8ex }
.pool { padding-block: 8ex 1ex }
.loop { padding-block: 6ex 3ex }
.poke { padding-block: 0 9ex }
.punk { padding-block: 4.5ex }
.camo {
contain: layout;
display: flex;
flex-flow: wrap;
margin: auto;
padding: 0;
}
.eye {
flex-basis: 50%;
text-align: center;
box-sizing: border-box;
padding: 1ex;
}
.triad {
flex-basis: 33.333333%;
text-align: center;
box-sizing: border-box;
padding-inline: 1ex;
}
@media (color) {
:root {
--oil: honeydew;
--ink: #050308;
}
.amber { --oil: lightsalmon }
.blush { --oil: hotpink }
.breeze { --oil: mistyrose }
.splash { --oil: skyblue }
.foam { --oil: darkturquoise }
.fume { --oil: #d6e }
.gel { --oil: mediumslateblue }
.glow { --oil: #ec0 }
.gush { --oil: violet }
.lava { --oil: chocolate }
.sand { --oil: navajowhite }
.scent { --oil: #fbbfff }
.storm { --oil: #cdcdcd }
.swoon { --oil: blueviolet }
.tide { --oil: deepskyblue }
.orca { --oil: mediumorchid }
.love { --oil: #bae }
}
@media (prefers-contrast: less) {
.blush { --oil: lightpink }
.breeze { --oil: bisque }
.fume { --oil: #e3d }
.sand { --oil: peachpuff }
.scent { --oil: #ebbeee }
.tide { --oil: dodgerblue }
.amber { --oil: salmon }
.swoon { --oil: darkviolet }
}
@media (prefers-contrast: more) {
.splash { --oil: powderblue }
.storm { --oil: gainsboro }
.foam { --oil: turquoise }
.gel { --oil: mediumpurple }
.glow { --oil: khaki }
.gush { --oil: plum }
.lava { --oil: peru }
.orca { --oil: orchid }
}
@media (color) {
.wet * {
background-color: transparent;
color: inherit;
}
.wet :any-link { text-decoration: dotted overline }
.wet :hover { text-decoration-style: solid }
.wet :focus { text-decoration-style: double; outline: thick dotted }
.wet ::selection {
background-color: rebeccapurple;
color: lemonchiffon;
}
.blood.blood {
background-color: var(--oil);
color: var(--ink);
}
.bleed.bleed {
background-color: var(--ink);
color: var(--oil);
}
}
@media (prefers-color-scheme:light) {
.bleed.blood {
background-color: var(--oil);
color: var(--ink);
}
}