From 9544579ebed9f815c53911fbe0c3eb957849d96a Mon Sep 17 00:00:00 2001 From: RolimirKal Date: Fri, 31 Oct 2025 07:34:08 -0400 Subject: [PATCH] Quick-push checkpoint - messy, under renovations - IDs for important content (timer, goal progress, username elements) should be final --- index.html | 14 ++++++++------ timer.css | 38 +++++++++++++++++++++++++------------- 2 files changed, 33 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 2fd452f..bb9e324 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@

- 24:16 + 00:00

!subathon for details @@ -26,18 +26,20 @@

- Current Goal: + Next Goal:

Discord Watch Party + Puzzles

-

- 1/25 Points -

+
+

+ 0000/0000 Points +

+

- Top 3 Gifters: + Top 3:

diff --git a/timer.css b/timer.css index 2a7e4cc..574ae52 100644 --- a/timer.css +++ b/timer.css @@ -27,14 +27,14 @@ main { h1 { margin: 0; - font-size: 3.6em; + font-size: 3.4em; color: #404145; font-weight: normal; } h2 { margin: 0; - font-size: 1em; + font-size: 1.4em; color: #404145; } @@ -99,10 +99,10 @@ p { place-items: center; */ font-size: 4cqh; - overflow: hidden; } #InfoBox1 { + margin-top: 4cqh; /* justify-self: left; align-self: stretch; @@ -118,12 +118,11 @@ p { width: 100%; justify-self: left; align-self: stretch; - transform: translate(6%, -24%); */ + transform: translate(0%, -12%); } #InfoBox3 { - width: 100%; grid-template-columns: 1fr; grid-template-rows: 1fr 23% 23% 23%; /* @@ -134,9 +133,7 @@ p { } #Timer { - /* - transform: translate(3%, 0%); - */ + transform: translate(-9%, 3%) scale(.95, 1.2); } #TimerInfo { @@ -146,23 +143,23 @@ p { } #GoalLabel { - transform: translate(0%, 0%); + transform: translate(5%, 0%) scale(1.05, 1.2); } #GoalName { - width: 85%; - transform: translate(0%, 0%); + width: 95%; + transform: translate(8%, -10%) scale(1, 1.4); color: #32B993; text-wrap: nowrap; overflow: hidden; mask-image: linear-gradient(to right, black 70%, transparent 100%); } -#GoalProgress { +#GoalProgressWrap { width: fit-content; padding-left: .5cqh; padding-right: .5cqh; - transform: translate(0%, 0%); + transform: translate(6%, 0%) scale(1, 1.2); border-radius: 3cqh; border: .4cqh solid; border-color: #404145; @@ -171,6 +168,21 @@ p { margin: 0 auto 0 auto; } +#GoalProgress { + /* + width: fit-content; + padding-left: .5cqh; + padding-right: .5cqh; + transform: translate(6%, 0%) scale(1, 1.2); + border-radius: 3cqh; + border: .4cqh solid; + border-color: #404145; + font-size: .9em; + text-align: center; + margin: 0 auto 0 auto; + */ +} + .giftUserRow { width: 100%; display: grid;