summaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
authortint <tint@tint.red>2022-11-25 23:06:52 -0500
committertint <tint@tint.red>2022-11-25 23:06:52 -0500
commit9c85b372036b04d6dede8f39b64e6690607fe3d3 (patch)
treeaaed6f9fd27098baa418e0e49304e4cee5d0e81c /css/main.css
parent6137c09543ea99816ef6563c6e5125f1b2ec0fba (diff)
yeah
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
index 4b612c4..eea934b 100644
--- a/css/main.css
+++ b/css/main.css
@@ -171,3 +171,55 @@ html.dither>body>div>div{
171 z-index: 9999; 171 z-index: 9999;
172 pointer-events: none; 172 pointer-events: none;
173} 173}
174
175@font-face {
176 font-family: "MiiverseSymbols";
177 src: url('MiiverseSymbols-Regular.ttf');
178 src: url('MiiverseSymbols-Regular.eot') format('embedded-opentype'), url('MiiverseSymbols-Regular.woff') format('woff'), url('MiiverseSymbols-Regular.ttf') format('truetype');
179 font-weight: normal;
180 font-style: normal;
181}
182
183#yeah, #yeah div {
184 vertical-align: top;
185}
186#yeah-toggle:checked+label>#yeah-off {
187 display: none;
188}
189#yeah-toggle:not(:checked)+label>#yeah-on {
190 display: none;
191}
192#yeah div {
193 font-family: 'Helvetica', 'Arial', sans-serif;
194 cursor: pointer;
195 display: inline-block;
196 margin: 0 auto;
197 padding: 3px 5px 2px;
198 border: 1px solid #ddd;
199 border-bottom-color: #ccc;
200 background: #FFF;
201 font-size: 12px;
202 color: #323232;
203 text-align: center;
204 -webkit-border-radius: 5px;
205 -moz-border-radius: 5px;
206 -ms-border-radius: 5px;
207 -o-border-radius: 5px;
208 border-radius: 5px;
209 -webkit-box-shadow: inset 0 1px 0 #fff;
210 -moz-box-shadow: inset 0 1px 0 #fff;
211 -ms-box-shadow: inset 0 1px 0 #fff;
212 -o-box-shadow: inset 0 1px 0 #fff;
213 box-shadow: inset 0 1px 0 #fff;
214}
215#yeah div::before {
216 font-family: "MiiverseSymbols", sans-serif !important;
217 font-weight: normal !important;
218 content: "E";
219 font-size: 16px;
220 color: #969696;
221 margin-right: 2px;
222 margin-top: -3px;
223 display: inline-block;
224 vertical-align: middle;
225}