changeset 2808:e343db319675

Updates to april's fools CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 05 Apr 2024 10:48:18 +0300
parents 9294f8544802
children 505740da9fbe
files www/aprilli.css
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 {