# HG changeset patch # User Matti Hamalainen # Date 1712303298 -10800 # Node ID e343db319675b5d3fa9e5d9e50acd4b3bf5fa2d1 # Parent 9294f85448025773c360ef83a5398d36ca9e287c Updates to april's fools CSS. diff -r 9294f8544802 -r e343db319675 www/aprilli.css --- a/www/aprilli.css Fri Mar 29 00:54:22 2024 +0200 +++ b/www/aprilli.css Fri Apr 05 10:48:18 2024 +0300 @@ -240,6 +240,13 @@ background: #ddd; } + +@keyframes blinker { + 50% { + opacity: 0; + } +} + #contents h1 { font-size: 2.5em; margin-top: 0px; @@ -249,6 +256,7 @@ text-shadow: 2px 2px 2px #000; text-transform: capitalize; marquee-style: scroll; + animation: blinker 1s step-start infinite; } #contents a { @@ -325,6 +333,7 @@ color: white; background: #0f0; text-shadow: 2px 2px 2px #000; + text-align: right; } #mainMenuBox h1, #extraBox h1 {