summaryrefslogtreecommitdiff
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
parent6137c09543ea99816ef6563c6e5125f1b2ec0fba (diff)
yeah
-rw-r--r--css/MiiverseSymbols-Regular.eotbin0 -> 15578 bytes
-rw-r--r--css/MiiverseSymbols-Regular.ttfbin0 -> 15284 bytes
-rw-r--r--css/MiiverseSymbols-Regular.woffbin0 -> 12044 bytes
-rw-r--r--css/main.css52
-rw-r--r--index.html5
5 files changed, 57 insertions, 0 deletions
diff --git a/css/MiiverseSymbols-Regular.eot b/css/MiiverseSymbols-Regular.eot
new file mode 100644
index 0000000..f0e6c54
--- /dev/null
+++ b/css/MiiverseSymbols-Regular.eot
Binary files differ
diff --git a/css/MiiverseSymbols-Regular.ttf b/css/MiiverseSymbols-Regular.ttf
new file mode 100644
index 0000000..b821e9b
--- /dev/null
+++ b/css/MiiverseSymbols-Regular.ttf
Binary files differ
diff --git a/css/MiiverseSymbols-Regular.woff b/css/MiiverseSymbols-Regular.woff
new file mode 100644
index 0000000..3635857
--- /dev/null
+++ b/css/MiiverseSymbols-Regular.woff
Binary files differ
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}
diff --git a/index.html b/index.html
index aafd2dc..53b2c2a 100644
--- a/index.html
+++ b/index.html
@@ -123,6 +123,11 @@
123 <a href="https://rochesterapex.com/source"> 123 <a href="https://rochesterapex.com/source">
124 <img src="index_files/buttons/gethtmlnow.gif"/> 124 <img src="index_files/buttons/gethtmlnow.gif"/>
125 </a> 125 </a>
126 <input type="checkbox" id="yeah-toggle" style="display: none;">
127 <label for="yeah-toggle" id="yeah">
128 <div id="yeah-off">Yeah!</div>
129 <div id="yeah-on">Unyeah</div>
130 </label>
126 </div></div></div> 131 </div></div></div>
127 </body> 132 </body>
128</html> 133</html>