-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreview.css
99 lines (84 loc) · 2.17 KB
/
preview.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
::selection { background: #bae4ea; color: black }
/* https://s9a.github.io/bae/ */
.bae-clean:not(.bae-unclean),
.bae-clean :not(.bae-unclean){background:transparent;color:inherit}
.bae-flat:not(.bae-unflat),
.bae-flat :not(.bae-unflat){border-color:transparent}
.bae-warm{color:#415!important;background:#bae!important}
.bae-cool{color:#bae!important;background:#415!important}
.bae-dawn{color:#510!important;background:#bae!important}
.bae-dusk{color:#bae!important;background:#510!important}
.bae-vine{color:#707!important;background:#4ea!important}
.bae-vein{color:#4ea!important;background:#707!important}
.bae-swag{color:#925!important;background:#bff!important}
.bae-swab{color:#bff!important;background:#925!important}
.bae-gold{color:#707!important;background:gold!important}
.bae-rush{color:gold!important;background:#707!important}
.seeya-twin {
margin: auto;
font: inherit;
font-size: 2rem;
}
.dissolved-yo {
margin: 0;
padding: 0;
list-style: none;
}
.expressed-yo {
margin: auto;
font: inherit;
font-family: monospace;
font-size: 1.66666rem;
}
.framewave {
box-sizing: border-box;
display: block;
margin: 0;
padding: 3em 1rem 5rem;
}
.trapped-inside-the-matrix {
display: block;
margin: auto;
padding: .5rem 0;
max-width: 60rem;
}
.forced-to-play-our-hand {
}
.roots {
font-family: Arial, sans-serif;
}
.heyyy {
font-size: 3em;
}
.alley {
max-width: 10em;
}
html {
background: #bae;
color: #415;
font-family: Arial, sans-serif;
}
body {
margin: 0 auto;
font-size: 1.25em;
line-height: 1.4;
padding: 0;
max-width: none;
}
img, svg { max-width: 100%; height: auto }
:link, :visited { background-color: inherit; color: inherit }
:focus { outline-color: currentColor }
.case-lower { text-transform: lowercase }
.case-upper { text-transform: uppercase }
.decor-none { text-decoration: none }
.m-auto { margin: auto }
.m-inbound { margin: auto auto auto 0 }
.m-outbound { margin: auto 0 auto auto }
.m-1up { margin-top: 1rem }
.m-1down { margin-bottom: 1rem }
.m-2down { margin-bottom: 2rem }
.pad-1up { padding-top: 1rem }
.pad-1down { padding-bottom: 1rem }
.pad-mission {}
.block-party { display: block }
.rushhour { line-height: 1 }