-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcex.css
More file actions
79 lines (66 loc) · 1.42 KB
/
Copy pathcex.css
File metadata and controls
79 lines (66 loc) · 1.42 KB
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
/* s9a.page/sea */
.sea-wet :not(.sea-dry) { background: none; color: inherit }
.sea-blood { background: var(--sea-oil) !important; color: var(--sea-ink) !important }
.sea-bleed { background: var(--sea-ink) !important; color: var(--sea-oil) !important }
.sea-amber { --sea-oil: Coral; --sea-ink: Black }
.sea-breeze { --sea-oil: Seashell; --sea-ink: #222 }
.sea-foam { --sea-oil: Turquoise; --sea-ink: Black }
.sea-fume { --sea-oil: HotPink; --sea-ink: Black }
.sea-glow { --sea-oil: Gold; --sea-ink: Black }
.sea-gush { --sea-oil: Violet; --sea-ink: Black }
.sea-lava { --sea-oil: RosyBrown; --sea-ink: Black }
.sea-storm { --sea-oil: Gainsboro; --sea-ink: Black }
.sea-tide { --sea-oil: DeepSkyBlue; --sea-ink: Black }
html {
font-size: calc(1em + 1vmax);
font-family: monospace, serif;
}
body {
box-sizing: border-box;
margin: auto;
padding: 0;
line-height: 1.333;
}
a {
display: inline-block;
}
article a {
padding: .333ex;
font-weight: bold;
}
[href^=\#] {
text-decoration-style: dotted;
}
:focus {
outline-color: gold;
}
a:active {
filter: hue-rotate(30deg);
}
dfn {
font-style: inherit;
}
article {
box-sizing: border-box;
margin: 0;
padding: 1rem;
}
h1 {
box-sizing: border-box;
margin: 0;
padding: 1rem;
font-weight: 400;
background: gold;
line-height: 1;
}
h1 i {
display: table;
font-size: calc(2em / 3);
font-style: inherit;
}
h2, h3 {
margin: 0;
}
ul {
font-size: .8rem;
}