comparison www/aprilli.css @ 2808:e343db319675

Updates to april's fools CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 05 Apr 2024 10:48:18 +0300
parents 904911545217
children
comparison
equal deleted inserted replaced
2807:9294f8544802 2808:e343db319675
238 margin: 0; 238 margin: 0;
239 padding: 1em; 239 padding: 1em;
240 background: #ddd; 240 background: #ddd;
241 } 241 }
242 242
243
244 @keyframes blinker {
245 50% {
246 opacity: 0;
247 }
248 }
249
243 #contents h1 { 250 #contents h1 {
244 font-size: 2.5em; 251 font-size: 2.5em;
245 margin-top: 0px; 252 margin-top: 0px;
246 background: yellow; 253 background: yellow;
247 padding: 0.2em; 254 padding: 0.2em;
248 color: white; 255 color: white;
249 text-shadow: 2px 2px 2px #000; 256 text-shadow: 2px 2px 2px #000;
250 text-transform: capitalize; 257 text-transform: capitalize;
251 marquee-style: scroll; 258 marquee-style: scroll;
259 animation: blinker 1s step-start infinite;
252 } 260 }
253 261
254 #contents a { 262 #contents a {
255 color: white; 263 color: white;
256 } 264 }
323 331
324 #mainMenuCtn a:hover { 332 #mainMenuCtn a:hover {
325 color: white; 333 color: white;
326 background: #0f0; 334 background: #0f0;
327 text-shadow: 2px 2px 2px #000; 335 text-shadow: 2px 2px 2px #000;
336 text-align: right;
328 } 337 }
329 338
330 #mainMenuBox h1, #extraBox h1 { 339 #mainMenuBox h1, #extraBox h1 {
331 margin: 0px; 340 margin: 0px;
332 padding-top: 0.5em; 341 padding-top: 0.5em;