From b050baae430954bb16de6e689083d1653a14c431 Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:29:15 -0700 Subject: [PATCH 1/8] move core dark to folder --- footer.css => core-dark/footer.css | 0 header.css => core-dark/header.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename footer.css => core-dark/footer.css (100%) rename header.css => core-dark/header.css (100%) diff --git a/footer.css b/core-dark/footer.css similarity index 100% rename from footer.css rename to core-dark/footer.css diff --git a/header.css b/core-dark/header.css similarity index 100% rename from header.css rename to core-dark/header.css From c9b31ade5b1fc4c78d3207df7c7504e82c7adef3 Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:30:09 -0700 Subject: [PATCH 2/8] add files for core-beta-crt-dark --- core-beta-crt-dark/footer.html | 1 + core-beta-crt-dark/header.html | 174 +++++++++++++++++++++++++++++++++ 2 files changed, 175 insertions(+) create mode 100644 core-beta-crt-dark/footer.html create mode 100644 core-beta-crt-dark/header.html diff --git a/core-beta-crt-dark/footer.html b/core-beta-crt-dark/footer.html new file mode 100644 index 0000000..e5855aa --- /dev/null +++ b/core-beta-crt-dark/footer.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/core-beta-crt-dark/header.html b/core-beta-crt-dark/header.html new file mode 100644 index 0000000..7dd6ca4 --- /dev/null +++ b/core-beta-crt-dark/header.html @@ -0,0 +1,174 @@ + + + + \ No newline at end of file From 6fba39bf5dfbedd27a68e9dd2d3e0894fbe1f2e5 Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:06:02 -0700 Subject: [PATCH 3/8] blue buttons to green --- core-beta-crt-dark/header.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/core-beta-crt-dark/header.html b/core-beta-crt-dark/header.html index 7dd6ca4..ba37ec0 100644 --- a/core-beta-crt-dark/header.html +++ b/core-beta-crt-dark/header.html @@ -139,9 +139,6 @@ color: black !important; background-color: #8f8f8f !important; } - .fa-search{ - background-color: var(--bs-btn-bg) - } :root { --bs-heading-color: white; --bs-body-color: white; @@ -171,4 +168,26 @@ strong{ font-size:2em } + a{ + color: #1CFF49 + } + .btn-primary{ + --bs-btn-bg: #1CFF49; + --bs-btn-border-color: #1CFF49; + --bs-btn-disabled-bg: #1CFF49; + --bs-btn-disabled-border-color: #1CFF49; + + --bs-btn-hover-bg: #14ca38; + --bs-btn-hover-border-color: #14ca38; + --bs-btn-active-bg: #14ca38; + --bs-btn-active-border-color: #14ca38; + } + .nav-pills{ + --bs-nav-pills-link-active-bg: #17c239; + } + .nav{ + --bs-nav-link-color: #1CFF49; + --bs-link-hover-color: #14ca38; + } + \ No newline at end of file From 5103fe916b5f0fc31f7578c8b97b8e1f05d18428 Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:12:08 -0700 Subject: [PATCH 4/8] format --- core-beta-crt-dark/header.html | 145 +++++++++++++++++++++------------ 1 file changed, 92 insertions(+), 53 deletions(-) diff --git a/core-beta-crt-dark/header.html b/core-beta-crt-dark/header.html index ba37ec0..2634561 100644 --- a/core-beta-crt-dark/header.html +++ b/core-beta-crt-dark/header.html @@ -1,101 +1,126 @@ - \ No newline at end of file + \ No newline at end of file From 193c8eab1c101684bc98b65a2aaa658e4fc8e90c Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:12:46 -0700 Subject: [PATCH 5/8] color variables --- core-beta-crt-dark/header.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/core-beta-crt-dark/header.html b/core-beta-crt-dark/header.html index 2634561..f8d9d94 100644 --- a/core-beta-crt-dark/header.html +++ b/core-beta-crt-dark/header.html @@ -1,9 +1,11 @@ - \ No newline at end of file From f132143fc808ef1493b2c8a139fe1fdd33b3c47c Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:24:49 -0700 Subject: [PATCH 6/8] user profile bubbles should be green too --- core-beta-crt-dark/header.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core-beta-crt-dark/header.html b/core-beta-crt-dark/header.html index f8d9d94..1ec283c 100644 --- a/core-beta-crt-dark/header.html +++ b/core-beta-crt-dark/header.html @@ -6,6 +6,10 @@ --cyber-green: #1CFF49; --cyber-green-hover: #14ca38; --cyber-active-dark: #17c239; + + --cyber-green-rgb: 28,255,73; + --cyber-green-hover-rgb: 20,202,56; + --bs-primary-rgb: var(--cyber-green-hover-rgb); } * { From f5e83464c3cb148c6040ec7181d906f08a2cad0e Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:15:49 -0700 Subject: [PATCH 7/8] reduce flicker, increase connection info text size, fix challenge/solve button being completely black --- core-beta-crt-dark/header.html | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/core-beta-crt-dark/header.html b/core-beta-crt-dark/header.html index 1ec283c..d481c6a 100644 --- a/core-beta-crt-dark/header.html +++ b/core-beta-crt-dark/header.html @@ -7,6 +7,7 @@ --cyber-green-hover: #14ca38; --cyber-active-dark: #17c239; + --bs-emphasis-color: #fff --cyber-green-rgb: 28,255,73; --cyber-green-hover-rgb: 20,202,56; --bs-primary-rgb: var(--cyber-green-hover-rgb); @@ -60,7 +61,7 @@ } 15% { - opacity: 0.90626; + opacity: 0.80626; } 20% { @@ -68,31 +69,31 @@ } 25% { - opacity: 0.83891; + opacity: 0.73891; } 30% { - opacity: 0.65583; + opacity: 0.55583; } 35% { - opacity: 0.67807; + opacity: 0.57807; } 40% { - opacity: 0.26559; + opacity: 0.36559; } 45% { - opacity: 0.84693; + opacity: 0.74693; } 50% { - opacity: 0.96019; + opacity: 0.86019; } 55% { - opacity: 0.08594; + opacity: 0.18594; } 60% { @@ -100,7 +101,7 @@ } 65% { - opacity: 0.71988; + opacity: 0.61988; } 70% { @@ -108,7 +109,7 @@ } 75% { - opacity: 0.37288; + opacity: 0.47288; } 80% { @@ -124,11 +125,11 @@ } 95% { - opacity: 0.36108; + opacity: 0.46108; } 100% { - opacity: 0.24387; + opacity: 0.34387; } } @@ -235,4 +236,7 @@ --bs-nav-link-color: var(--cyber-green); --bs-link-hover-color: var(--cyber-green-hover); } + .challenge-connection-info { + font-size: 2.85em; + } \ No newline at end of file From 3c17ec91c0eb325a8b5cd3782400586b0dd36085 Mon Sep 17 00:00:00 2001 From: Kareem <28524112+karyeet@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:50:31 -0800 Subject: [PATCH 8/8] reduce flicker frequency, increase footer size, fix checkboxes --- core-beta-crt-dark/header.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/core-beta-crt-dark/header.html b/core-beta-crt-dark/header.html index d481c6a..fd5b3b7 100644 --- a/core-beta-crt-dark/header.html +++ b/core-beta-crt-dark/header.html @@ -145,7 +145,7 @@ opacity: 0; z-index: 2; pointer-events: none; - animation: flicker 0.2s infinite; + animation: flicker 3s infinite; } body::before { @@ -239,4 +239,11 @@ .challenge-connection-info { font-size: 2.85em; } + .footer a { + font-size:0.7em; + } + .form-check-input { + width: 2em; + appearance: auto; + } \ No newline at end of file