From 8798ed11323ed28ec1c14b7c08da3501e866db6f Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 00:54:24 -0500 Subject: [PATCH 01/19] Initial translations.php creation Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 en/translations.php diff --git a/en/translations.php b/en/translations.php new file mode 100644 index 0000000..0c6a3a7 --- /dev/null +++ b/en/translations.php @@ -0,0 +1,35 @@ + + + + + + + + + Translations | ~vern + + + /dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))') + return "
  • " . $langs[$tl][0] . "(" . $langs[$tl][1] . ", " . $tl . ")" . "
  • \n
    \n" . intdiv(($sum * 100) / $const) . "%

    " + } + ?> + +

    Translations

    + + + + From e1c7edf32a1fa190364f91171fc73b20bb979ac0 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 00:56:52 -0500 Subject: [PATCH 02/19] Add semicolons because I forgot them Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/translations.php b/en/translations.php index 0c6a3a7..bfaed6c 100644 --- a/en/translations.php +++ b/en/translations.php @@ -21,14 +21,14 @@ $langs['pt-BR'] = array("Brazilian Portuguese", "Português Brasileiro"); function style($tl) { - $sum = shell_exec('cd /var/www/website; $(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))') - return "
  • " . $langs[$tl][0] . "(" . $langs[$tl][1] . ", " . $tl . ")" . "
  • \n
    \n" . intdiv(($sum * 100) / $const) . "%

    " + $sum = shell_exec('cd /var/www/website; $(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))'); + return "
  • " . $langs[$tl][0] . "(" . $langs[$tl][1] . ", " . $tl . ")" . "
  • \n
    \n" . intdiv(($sum * 100) / $const) . "%

    "; } ?>

    Translations

      -
    • +
    From d2b35b30d58e6f051b61e96e3d7156056d7cf3b4 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:01:00 -0500 Subject: [PATCH 03/19] Global variables Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/translations.php b/en/translations.php index bfaed6c..fc85db2 100644 --- a/en/translations.php +++ b/en/translations.php @@ -16,11 +16,11 @@ /dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))'); return "
  • " . $langs[$tl][0] . "(" . $langs[$tl][1] . ", " . $tl . ")" . "
  • \n
    \n" . intdiv(($sum * 100) / $const) . "%

    "; } From 48873926fc16afe0bebff4205fb5a69fe14ecd8d Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:01:50 -0500 Subject: [PATCH 04/19] I really dont know php Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en/translations.php b/en/translations.php index fc85db2..9adea15 100644 --- a/en/translations.php +++ b/en/translations.php @@ -16,8 +16,10 @@ Date: Sat, 2 Dec 2023 01:02:59 -0500 Subject: [PATCH 05/19] I misunderstood the manual Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/en/translations.php b/en/translations.php index 9adea15..19059e4 100644 --- a/en/translations.php +++ b/en/translations.php @@ -16,13 +16,14 @@ /dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))'); return "
  • " . $langs[$tl][0] . "(" . $langs[$tl][1] . ", " . $tl . ")" . "
  • \n
    \n" . intdiv(($sum * 100) / $const) . "%

    "; } From 1223c31ea8ebbe3f634598f0004cdb0d50e1b7e1 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:04:30 -0500 Subject: [PATCH 06/19] intdiv() takes 2 arguments Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/translations.php b/en/translations.php index 19059e4..9172f7f 100644 --- a/en/translations.php +++ b/en/translations.php @@ -25,7 +25,7 @@ global $langs; $sum = shell_exec('cd /var/www/website; $(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))'); - return "
  • " . $langs[$tl][0] . "(" . $langs[$tl][1] . ", " . $tl . ")" . "
  • \n
    \n" . intdiv(($sum * 100) / $const) . "%

    "; + return "
  • " . $langs[$tl][0] . "(" . $langs[$tl][1] . ", " . $tl . ")" . "
  • \n
    \n" . intdiv(($sum * 100), $const) . "%

    "; } ?> From cf934ad6d1e2ce34756a5b7f7a4f8ad8eac68fde Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:15:16 -0500 Subject: [PATCH 07/19] Style Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 4 ++-- media/style.css | 57 +++++++++++++++++++++++++++++++-------------- 2 files changed, 42 insertions(+), 19 deletions(-) diff --git a/en/translations.php b/en/translations.php index 9172f7f..2480827 100644 --- a/en/translations.php +++ b/en/translations.php @@ -25,13 +25,13 @@ global $langs; $sum = shell_exec('cd /var/www/website; $(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))'); - return "
  • " . $langs[$tl][0] . "(" . $langs[$tl][1] . ", " . $tl . ")" . "
  • \n
    \n" . intdiv(($sum * 100), $const) . "%

    "; + return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /" . $tl . "/)" . "
  • \n
    \n" . intdiv(($sum * 100), $const) . "%

    "; } ?>

    Translations

      -
    • +
    diff --git a/media/style.css b/media/style.css index 5eba0e8..939ee90 100644 --- a/media/style.css +++ b/media/style.css @@ -55,13 +55,13 @@ h3 { font-size:1.1em; } color:#ff6c6b; size:75%; } -.h a[aria-hidden] { display:none; } +.h a[aria-hidden] { display:none; } pre { tab-size:4; background: #20232a; color: #969ba6; - border: 1px solid lightgrey; - padding: 5px; + border: 1px solid lightgrey; + padding: 5px; tab-size:4; } .red { color:#ff6c6b; } @@ -74,6 +74,29 @@ input[type=submit] { color: #282c34; border-radius:10px; } + +progress { + height: 30px; + width: 70%; + border-radius: 15px; + border: 1px solid transparent; + background: #bbc2cf; + color: #ff6c6b; +} + +progress::-moz-progress-bar { + color: transparent; + background: #bbc2cf; + accent-color: currentColor; +} + +progress::-webkit-progress-bar { + background: #bbc2cf; +} +progress::-webkit-progress-value { + background: currentColor; +} + input[type=checkbox] { color: #282c34; background-color: #bbc2cf; } ul[userlist] { list-style:none; } ul[userlist] li[online]::before { @@ -88,23 +111,23 @@ ul[userlist] li[online$=true]::before { color:#98be65; } textarea { background-color: #282c34; color: #bbc2cf; } input { background-color: #282c34; color: #bbc2cf; } #TOC { - border: 1px solid; - position: relative; + border: 1px solid; + position: relative; } #TOC:before { - border-bottom: 1px solid; - content: 'Table of Contents'; - display: block; - font-weight: bold; - padding: 5px; - position: relative; + border-bottom: 1px solid; + content: 'Table of Contents'; + display: block; + font-weight: bold; + padding: 5px; + position: relative; } .date { //color: grey; - display: block; - font-family: monospace; - margin-top: 1em; - overflow: hidden; - white-space: nowrap; - width: 16ch; + display: block; + font-family: monospace; + margin-top: 1em; + overflow: hidden; + white-space: nowrap; + width: 16ch; } From 738c6ce41e698826b8cf408809aa40ccedfe8101 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:17:53 -0500 Subject: [PATCH 08/19] Add echo Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/translations.php b/en/translations.php index 2480827..5223bfc 100644 --- a/en/translations.php +++ b/en/translations.php @@ -24,7 +24,7 @@ global $const; global $langs; - $sum = shell_exec('cd /var/www/website; $(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))'); + $sum = shell_exec('cd /var/www/website; echo "$(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))"'); return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /" . $tl . "/)" . "
  • \n
    \n" . intdiv(($sum * 100), $const) . "%

    "; } ?> From efb1bf180a84e9819c60dcaa9d27362a2fda465d Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:22:51 -0500 Subject: [PATCH 09/19] Change const to 1000 and do some re-styling Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 5 +++-- media/style.css | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/en/translations.php b/en/translations.php index 5223bfc..21eb036 100644 --- a/en/translations.php +++ b/en/translations.php @@ -16,7 +16,7 @@ /dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))"'); - return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /" . $tl . "/)" . "
  • \n
    \n" . intdiv(($sum * 100), $const) . "%

    "; + $percent = intdiv(($sum * 100), $const); + return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n

    $percent

    \n$percent%
    "; } ?> diff --git a/media/style.css b/media/style.css index 939ee90..f74a306 100644 --- a/media/style.css +++ b/media/style.css @@ -76,9 +76,9 @@ input[type=submit] { } progress { - height: 30px; + height: 20px; width: 70%; - border-radius: 15px; + border-radius: 10px; border: 1px solid transparent; background: #bbc2cf; color: #ff6c6b; @@ -86,7 +86,7 @@ progress { progress::-moz-progress-bar { color: transparent; - background: #bbc2cf; + background: currentColor; accent-color: currentColor; } From 84dc48367ba320158ba2a4cc1deb3a313356db69 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:27:43 -0500 Subject: [PATCH 10/19] More trying to fix Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 2 +- media/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en/translations.php b/en/translations.php index 21eb036..6e1b775 100644 --- a/en/translations.php +++ b/en/translations.php @@ -26,7 +26,7 @@ $sum = shell_exec('cd /var/www/website; echo "$(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))"'); $percent = intdiv(($sum * 100), $const); - return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n

    $percent

    \n$percent%
    "; + return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n

    $percent% complete

    \n$percent%
    "; } ?> diff --git a/media/style.css b/media/style.css index f74a306..0f01c1d 100644 --- a/media/style.css +++ b/media/style.css @@ -76,9 +76,9 @@ input[type=submit] { } progress { - height: 20px; + height: 15px; width: 70%; - border-radius: 10px; + border-radius: 7px; border: 1px solid transparent; background: #bbc2cf; color: #ff6c6b; From e061781b83ebe57fb0bcafb16277db046cabcaf7 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:32:53 -0500 Subject: [PATCH 11/19] Even more fixing Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 2 +- media/style.css | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/en/translations.php b/en/translations.php index 6e1b775..31c2ed8 100644 --- a/en/translations.php +++ b/en/translations.php @@ -26,7 +26,7 @@ $sum = shell_exec('cd /var/www/website; echo "$(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))"'); $percent = intdiv(($sum * 100), $const); - return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n

    $percent% complete

    \n$percent%
    "; + return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n

    $percent% complete

    \n$percent%
    "; } ?> diff --git a/media/style.css b/media/style.css index 0f01c1d..9b9c08e 100644 --- a/media/style.css +++ b/media/style.css @@ -80,21 +80,20 @@ progress { width: 70%; border-radius: 7px; border: 1px solid transparent; - background: #bbc2cf; + background-color: #bbc2cf; color: #ff6c6b; } progress::-moz-progress-bar { color: transparent; - background: currentColor; - accent-color: currentColor; + background-color: currentColor; } progress::-webkit-progress-bar { - background: #bbc2cf; + background-color: #bbc2cf; } progress::-webkit-progress-value { - background: currentColor; + background-color: currentColor; } input[type=checkbox] { color: #282c34; background-color: #bbc2cf; } From baa1235d294424cc6557ae603983d2f97c4d296d Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:34:11 -0500 Subject: [PATCH 12/19] Oh I'm silly Signed-off-by: Skylar "The Cobra" Widulski --- media/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media/style.css b/media/style.css index 9b9c08e..6f727a2 100644 --- a/media/style.css +++ b/media/style.css @@ -86,14 +86,14 @@ progress { progress::-moz-progress-bar { color: transparent; - background-color: currentColor; + background-color: #ff6c6b; } progress::-webkit-progress-bar { background-color: #bbc2cf; } progress::-webkit-progress-value { - background-color: currentColor; + background-color: #ff6c6b; } input[type=checkbox] { color: #282c34; background-color: #bbc2cf; } From 213efd2c1399f8a2efd7876eaf142597c958821a Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:35:24 -0500 Subject: [PATCH 13/19] Styling Signed-off-by: Skylar "The Cobra" Widulski --- media/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media/style.css b/media/style.css index 6f727a2..8daaf09 100644 --- a/media/style.css +++ b/media/style.css @@ -76,10 +76,10 @@ input[type=submit] { } progress { - height: 15px; + height: 12px; width: 70%; - border-radius: 7px; - border: 1px solid transparent; + border-radius: 6px; + border: 1px solid #282c34; background-color: #bbc2cf; color: #ff6c6b; } From f0ac990b8818901d1f35f1e7dc0594cd7142d1a6 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:36:32 -0500 Subject: [PATCH 14/19] Remove

    tag to hopefully bring elements closer Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/translations.php b/en/translations.php index 31c2ed8..ad8254d 100644 --- a/en/translations.php +++ b/en/translations.php @@ -26,7 +26,7 @@ $sum = shell_exec('cd /var/www/website; echo "$(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))"'); $percent = intdiv(($sum * 100), $const); - return "

  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n

    $percent% complete

    \n$percent%
    "; + return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n$percent% complete\n$percent%
    "; } ?> From 25cc603e9f7beffac79e641e6c3cffb65cc144ef Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:38:03 -0500 Subject: [PATCH 15/19] More styling Signed-off-by: Skylar "The Cobra" Widulski --- en/translations.php | 2 +- media/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/translations.php b/en/translations.php index ad8254d..2659210 100644 --- a/en/translations.php +++ b/en/translations.php @@ -26,7 +26,7 @@ $sum = shell_exec('cd /var/www/website; echo "$(($(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "|" | wc -l)+$(diff 2>/dev/null -y --suppress-common-lines en/ '.$tl.'/ | grep "^Only in en/" | awk '."'".'{print $NF}'."'".' | while read -r line; do wc -l < en/"$line";printf "+"; done)0))"'); $percent = intdiv(($sum * 100), $const); - return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n$percent% complete\n$percent%
    "; + return "
  • " . $langs[$tl][0] . " (" . $langs[$tl][1] . ", /$tl/)
  • \n$percent% complete
    \n$percent%
    "; } ?> diff --git a/media/style.css b/media/style.css index 8daaf09..0cf7280 100644 --- a/media/style.css +++ b/media/style.css @@ -77,7 +77,7 @@ input[type=submit] { progress { height: 12px; - width: 70%; + width: 90%; border-radius: 6px; border: 1px solid #282c34; background-color: #bbc2cf; From 4df0dd6dbb15319994e3d433c7d8a387a2b7d571 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 01:38:55 -0500 Subject: [PATCH 16/19] Increase border radius Signed-off-by: Skylar "The Cobra" Widulski --- media/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/style.css b/media/style.css index 0cf7280..37fd7da 100644 --- a/media/style.css +++ b/media/style.css @@ -78,7 +78,7 @@ input[type=submit] { progress { height: 12px; width: 90%; - border-radius: 6px; + border-radius: 7px; border: 1px solid #282c34; background-color: #bbc2cf; color: #ff6c6b; From e1879190996913022c4cfe9139d6f454637ff0e0 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 16:09:27 -0500 Subject: [PATCH 17/19] Make the progress bar inside round? Signed-off-by: Skylar "The Cobra" Widulski --- media/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media/style.css b/media/style.css index 37fd7da..23bdca5 100644 --- a/media/style.css +++ b/media/style.css @@ -87,6 +87,7 @@ progress { progress::-moz-progress-bar { color: transparent; background-color: #ff6c6b; + border-radius: 7px; } progress::-webkit-progress-bar { @@ -94,6 +95,7 @@ progress::-webkit-progress-bar { } progress::-webkit-progress-value { background-color: #ff6c6b; + border-radius: 7px; } input[type=checkbox] { color: #282c34; background-color: #bbc2cf; } From 860cf6ab5cfe50f9458cfe7dbd3071e6a4435126 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 16:12:16 -0500 Subject: [PATCH 18/19] Hopefully fix the frayed edges of the progress bar Signed-off-by: Skylar "The Cobra" Widulski --- media/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/style.css b/media/style.css index 23bdca5..8ef07ce 100644 --- a/media/style.css +++ b/media/style.css @@ -79,7 +79,7 @@ progress { height: 12px; width: 90%; border-radius: 7px; - border: 1px solid #282c34; + border: 2px solid #282c34; background-color: #bbc2cf; color: #ff6c6b; } From 55a4436a60cce5c5d2c6a4876a5f3e4bd00b8aa2 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Sat, 2 Dec 2023 16:13:10 -0500 Subject: [PATCH 19/19] Remove border completely Signed-off-by: Skylar "The Cobra" Widulski --- media/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/style.css b/media/style.css index 8ef07ce..79f56b9 100644 --- a/media/style.css +++ b/media/style.css @@ -79,7 +79,7 @@ progress { height: 12px; width: 90%; border-radius: 7px; - border: 2px solid #282c34; + border: 0px solid #282c34; background-color: #bbc2cf; color: #ff6c6b; }