From 2f576a57864446882efc9e93a95a628bd17523c0 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 23 May 2022 12:34:20 -0300 Subject: make happen preview homepage shenanigans --- src/static/site.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/static/site.css b/src/static/site.css index 70bc494..53a2ad9 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -964,3 +964,23 @@ li > ul { margin-top: 0.5em; } } + +/* important easter egg mode */ + +html[data-language-code=preview-en][data-url-key="localized.home"] body { + background-color: #ff00a2; + animation: preview-rainbow 30s infinite; + background: linear-gradient(rgba(255,0,0,1) 0%, rgba(255,154,0,1) 10%, rgba(208,222,33,1) 20%, rgba(79,220,74,1) 30%, rgba(63,218,216,1) 40%, rgba(47,201,226,1) 50%, rgba(28,127,238,1) 60%, rgba(95,21,242,1) 70%, rgba(186,12,248,1) 80%, rgba(251,7,217,1) 90%, rgba(255,0,0,1) 100%) 0 0/100% 200%; +} + +@keyframes preview-rainbow { + to { + background-position: 0 -200%; + } +} + +html[data-language-code=preview-en][data-url-key="localized.home"] #content h1::after { + font-family: cursive; + display: block; + content: "(Preview Build)"; +} -- cgit 1.3.0-6-gf8a5