From 82517695059b55bf45e2a7091b2939e3bf3ce440 Mon Sep 17 00:00:00 2001 From: alexw3f <37415622+alexw3f@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:17:25 +0100 Subject: [PATCH] Add decommission announcement banner (#237) change the banner to decommission announcement and add styling and commented html for the overlay used on 1 april --- www/index.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index e568feaf..0d65d169 100644 --- a/www/index.html +++ b/www/index.html @@ -4,6 +4,21 @@ .container { margin: 1em; } + + #overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.8) !important; + display: flex; + justify-content: center; + align-items: center; + color: #fff; + z-index: 10; + } + @@ -15,7 +30,11 @@ W3F Registrar Service - +