From: zoe1 <zoe@fsf.org>
Date: Tue, 1 Feb 2022 17:50:43 +0000 (+0100)
Subject: test again for timer
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6b61d5a65f0c26463ceb6fb5d02c9987850b6967;p=libreplanet-static.git

test again for timer
---

diff --git a/2022/assets/css/custom.css b/2022/assets/css/custom.css
index 0c8746d5..5dd78bd7 100644
--- a/2022/assets/css/custom.css
+++ b/2022/assets/css/custom.css
@@ -654,13 +654,35 @@ hr {
 }
 
 /* timer */
-.lp-timer {
+/* general styling */
+:root {
+  --smaller: .75;
+}
+
+* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
+}
+
+html, body {
+  height: 100%;
+  margin: 0;
+}
+
+body {
   align-items: center;
+  background-color: #ffd54f;
   display: flex;
-  
+  font-family: -apple-system, 
+    BlinkMacSystemFont, 
+    "Segoe UI", 
+    Roboto, 
+    Oxygen-Sans, 
+    Ubuntu, 
+    Cantarell, 
+    "Helvetica Neue", 
+    sans-serif;
 }
 
 .timer-container {
@@ -669,13 +691,13 @@ hr {
   text-align: center;
 }
 
-#h1 {
+h1 {
   font-weight: normal;
   letter-spacing: .125rem;
   text-transform: uppercase;
 }
 
-#li {
+li {
   display: inline-block;
   font-size: 1.5em;
   list-style-type: none;
@@ -683,11 +705,21 @@ hr {
   text-transform: uppercase;
 }
 
-#li span {
+li span {
   display: block;
   font-size: 4.5rem;
 }
 
+.emoji {
+  display: none;
+  padding: 1rem;
+}
+
+.emoji span {
+  font-size: 4rem;
+  padding: 0 .5rem;
+}
+
 @media all and (max-width: 768px) {
   h1 {
     font-size: calc(1.5rem * var(--smaller));
@@ -701,7 +733,6 @@ hr {
     font-size: calc(3.375rem * var(--smaller));
   }
 }
-
 /* end timer */
 
 .lp-signup {