generated from webmural/aoyo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnan.css
112 lines (93 loc) · 1.42 KB
/
nan.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
:any-link {
color: inherit;
text-decoration-style: dotted;
}
:hover {
text-decoration-style: solid;
}
:focus {
text-decoration-style: solid;
outline: thick groove;
}
::selection {
background: deeppink;
color: indigo;
}
.bae {
background: #bae;
color: #111;
}
.luv {
background: violet;
color: #111;
}
.soar {
background: blueviolet;
color: mistyrose;
}
.oslo {
background: #0be;
color: #111;
}
.aoyo {
background: mediumturquoise;
color: indigo;
}
.jugo {
background: mediumpurple;
color: #111;
}
.cmon {
background: #ec0;
color: indigo;
}
html {
font-family: sans-serif;
font-size: max(20pt, 10vmin);
line-height: 2;
}
body {
margin: 3vh 0;
overflow-wrap: anywhere;
}
p {
margin: 0 auto 1em;
}
a {
border-color: transparent;
border-radius: 100% 0;
border-style: double;
border-width: 1ex;
box-sizing: border-box;
margin: 1ex;
padding-block: 1ex;
}
article {
box-sizing: border-box;
contain: layout;
margin: auto;
padding-inline-start: 1em;
padding-inline-end: 1ex;
min-height: 100vh;
}
h1 {
margin: auto;
font-weight: unset;
transform: rotate(3deg);
}
code {
display: inline-block;
transform: rotate(-9deg);
}
footer {
margin-block: 2rem;
transform: rotate(-3deg);
}
.kumo {
text-shadow:
-30vw 50vh 1em blueviolet,
-10vw 30vh 1em hotpink,
-10vw 30vh 1em coral,
10vw -10vh 1em salmon,
50vw 30vh 1em darkviolet;
}