From e2535ba98c36f7a4088c57404e4b2e40a67a983c Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:18:05 +0800 Subject: [PATCH 01/99] Update style.css --- static/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index c8c954c..67abe1e 100755 --- a/static/style.css +++ b/static/style.css @@ -2,6 +2,7 @@ margin: 0; padding: 0; box-sizing: border-box; + font-family: Tahoma, sans-serif; } html body { max-width: 100%; @@ -11,7 +12,7 @@ html { scroll-behavior: smooth; } body { - background-color: black; + background-color: #00050D; color:white } @@ -26,8 +27,8 @@ header { } .logo { - width: 200px; - height: 70px; + width: 150px; + height: 41px; } .update-btn { background-color: gray; From fa52400cf7939fb802dc2f6b0645a2129b71c622 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:20:50 +0800 Subject: [PATCH 02/99] Update index.html --- templates/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7d1b033..601613a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -106,7 +106,7 @@
- +
@@ -271,7 +271,7 @@
- +
@@ -321,7 +321,7 @@
- +
@@ -357,7 +357,7 @@
- +
@@ -381,7 +381,7 @@
-

Features to Display:

+

Features to Display

@@ -637,7 +637,7 @@

-

What to display in each feature:

+

What to display in each feature

From 32d6d0aa1f4d2d50b8a19a2046f2471abf155a3c Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:25:37 +0800 Subject: [PATCH 03/99] Update style.css --- static/style.css | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 67abe1e..cbe812a 100755 --- a/static/style.css +++ b/static/style.css @@ -31,7 +31,8 @@ header { height: 41px; } .update-btn { - background-color: gray; + background-color: black; + border-color: white; color: white; transition: 0.25s; } @@ -74,7 +75,9 @@ header { color: white; } .set-btn { - background-color: gray; + background-color: none; + border-color:white; + border-radius:8px; color: white; transition: 0.25s; } @@ -127,7 +130,11 @@ header { .fa-chevron-up, .fa-chevron-down, .fa-minus { - background-color: gray; + background-color: black; + border-style: solid; + border-color:white; + border-width:thin; + border-radius:8px; padding: 10px; transition: 0.25s; } @@ -141,7 +148,7 @@ header { cursor: pointer; } .display-features-list li:hover { - background-color: blue; + background-color: dodgerblue; cursor: pointer; } @@ -150,10 +157,12 @@ header { margin-top: 60px; } .save-btn { - background-color: gray; + background-color: black; color: white; + border-color:white; padding-inline: 40px; transition: 0.25s; + border-radius:8px; } .footer { @@ -163,7 +172,7 @@ header { } li.active { - background-color: skyblue; + background-color: dodgerblue; } .row-1, .row-3 { @@ -255,3 +264,8 @@ li.active { top: 10px; } } + + +.icon-featuresdisplay i { + cursor: pointer; +} From 8fbad31deab923c1d9326b51038e449f9a077786 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:29:16 +0800 Subject: [PATCH 04/99] Update index.html --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 601613a..48c5e0c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -437,7 +437,7 @@
-
+


@@ -485,13 +485,13 @@
-
+ From c3c9de4e14d806921abb2b0a3aef116b95ff06cb Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:34:24 +0800 Subject: [PATCH 05/99] Update style.css --- static/style.css | 106 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 102 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index cbe812a..60750f3 100755 --- a/static/style.css +++ b/static/style.css @@ -89,10 +89,10 @@ header { .fa-minus:hover, .update-btn:hover, .save-btn:hover { - background-color: #8ca1a5; + background-color: gray; color: white; } -.set-btn:active:active, +.set-btn:active, .fa-chevron-right:active, .fa-chevron-left:active, .fa-chevron-up:active, @@ -100,8 +100,8 @@ header { .fa-minus:active, .update-btn:active, .save-btn:active { - background-color: #6c4a4a; - color: white; + background-color: black; + color: grey; } .row-2 { border-bottom: 2px solid white; @@ -146,6 +146,8 @@ header { } .icons-list i { cursor: pointer; + border-radius: 5px; + width:35px; } .display-features-list li:hover { background-color: dodgerblue; @@ -268,4 +270,100 @@ li.active { .icon-featuresdisplay i { cursor: pointer; + border-radius:5px; + width: 35px; } + + +.btn-success { + background-color: #004202; + border-color: green; +} + +.btn-success:hover { + color:white; + background-color:green; + border-color:limegreen; +} + +.btn-success:active { + color:grey; + background-color:#002803; + border-color:green; +} + +.btn-info { + background-color: #3C005E; + border-color:purple; + color:white; +} + +.btn-info:hover { + color:white; + background-color:darkviolet; + border-color:magenta; +} + +.btn-info:active { + color:grey; + background-color:#2A003F; + border-color:purple; +} + +.btn-warning { + background-color: #4C2100; + border-color: orange; + color: white; +} + +.btn-warning:hover { + background-color: orangered; + color:white; + border-color: yellow; +} + +.btn-warning:active { + background-color: #4C2100; + border-color: orange; + color: grey; +} + +.btn-dark { + background-color: #00276B; + border-color:blue; + color:white; +} + +.btn-dark:hover { + color:white; + background-color:#014ADC; + border-color:deepskyblue; +} + +.btn-dark:active { + color:grey; + background-color:#001B50; + border-color:blue; +} + +.btn-danger { + background-color: #460101; + border-color:red; + color:white; +} + +.btn-danger:hover { + color:white; + background-color:crimson; + border-color:lightcoral; +} + +.btn-danger:active { + color:grey; + background-color:#460101; + border-color:red; +} + + + + From 42a1b4c2accc7b6ad5e56d466176b9b99840c2fd Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:36:15 +0800 Subject: [PATCH 06/99] Update index.html --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 48c5e0c..bb47d99 100644 --- a/templates/index.html +++ b/templates/index.html @@ -569,7 +569,7 @@
-
+


@@ -613,7 +613,7 @@
-
+


From c93a5ba1cb2e8dd28f25a172b4cf7ab09943fba2 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:40:14 +0800 Subject: [PATCH 07/99] Update style.css --- static/style.css | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 60750f3..37a9cd9 100755 --- a/static/style.css +++ b/static/style.css @@ -193,15 +193,33 @@ li.active { margin-right: 1.25rem; } .font-6 { - font-size: 1.5rem; + font-size:22px; + color:white; + background: linear-gradient(90deg, #ff0000, #ffff00, #ff00f3, #0033ff, #ff00c4, #ff0000); + background-size:400%; + -webkit-text-fill-color: transparent; + -webkit-background-clip: text; + animation: animated 10s linear infinite; + letter-spacing: 1px; + word-spacing: 5px; + + } + +@keyframes animated { + 0%{ + background-position: 0%; + } + 100%{ + background-position: 400%; + } +} + #connected-text { left: calc(100% + 1.25rem); display: none; } -#selected-display-text { - color: blue; -} + #top-row-text, #bottom-row-text { text-align: center; From 1ee7f005862c8a03e3ee2edd92a8a4b351d89d0c Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:45:13 +0800 Subject: [PATCH 08/99] Update app.js --- static/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/app.js b/static/app.js index 8b29c77..2fe1e7a 100755 --- a/static/app.js +++ b/static/app.js @@ -1423,7 +1423,7 @@ let bottomRowText = document.querySelector("#bottom-row-text"); displayFormatBtn.addEventListener("click", () => { selectedDisplayText.innerText = displayFormatDropDown.value; localStorage.setItem("displayFormat", displayFormatDropDown.value); - if (selectedDisplayText.innerText === "Professional two rows") { + if (selectedDisplayText.innerText === "Professional Two Rows") { topRowText.style.display = "inline"; bottomRowText.style.display = "inline"; secondRow.style.display = "flex"; @@ -1442,7 +1442,7 @@ displayFormatBtn.addEventListener("click", () => { // if selected display text = Professional two rows -if (selectedDisplayText.innerText === "Professional two rows") { +if (selectedDisplayText.innerText === "Professional Two Rows") { topRowText.style.display = "inline"; } @@ -1533,7 +1533,7 @@ window.onload = () => { // getInputAnimation && (inputAnimation.value = getInputAnimation); - if (selectedDisplayText.innerText === "Professional two rows") { + if (selectedDisplayText.innerText === "Professional Two Rows") { topRowText.style.display = "inline"; bottomRowText.style.display = "inline"; secondRow.style.display = "flex"; From 5360e0fa1abcbc5110a68479f05207b74b31ce36 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:46:03 +0800 Subject: [PATCH 09/99] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index bb47d99..2d97877 100644 --- a/templates/index.html +++ b/templates/index.html @@ -349,7 +349,7 @@ - + From db764be44ebd3410bbe8a94486e0871942d569e1 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:49:27 +0800 Subject: [PATCH 10/99] Update index.html --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2d97877..4e8ad2d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -400,15 +400,15 @@
- + + +
- -
Available Features:
From b7416f5e0a873aa4d14694b39e4d830e51d5c83f Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 17:59:06 +0800 Subject: [PATCH 11/99] Update style.css --- static/style.css | 442 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 442 insertions(+) diff --git a/static/style.css b/static/style.css index 37a9cd9..67cb463 100755 --- a/static/style.css +++ b/static/style.css @@ -103,6 +103,18 @@ header { background-color: black; color: grey; } + +.set-btn:focus, +.fa-chevron-right:focus, +.fa-chevron-left:focus, +.fa-chevron-up:focus, +.fa-chevron-down:focus, +.fa-minus:focus, +.update-btn:focus, +.save-btn:focus { + box-shadow:none; +} + .row-2 { border-bottom: 2px solid white; padding-bottom: 30px; @@ -121,6 +133,12 @@ header { height: 370px; overflow-y: scroll; } + +.features-div-two ul { + padding:0.8rem; + padding-top:0; +} + .display-features-list { list-style-type: none; } @@ -383,5 +401,429 @@ li.active { } +.main-div { + position: relative; + margin: 10px; + background-color: transparent; +} + + + +.main-div2::before { + content: ''; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + -webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01; + box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01; + z-index: -1; + -webkit-animation-name: gradient-shadow; + animation-name: gradient-shadow; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; + -webkit-animation-duration: 2s; + animation-duration: 2s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -ms-border-radius: 5px; + -o-border-radius: 5px; +} + + +.main-div3::before { + content: ''; + position: absolute; + left: 0; + top: 0; + width: 50%; + height: 100%; + -webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01; + box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01; + z-index: -1; + -webkit-animation-name: half-yellow-shadow; + animation-name: half-yellow-shadow; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; + -webkit-animation-duration: 5s; + animation-duration: 5s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -ms-border-radius: 5px; + -o-border-radius: 5px; +} + +.main-div3::after { + content: ''; + position: absolute; + right: 0; + bottom: 0; + width: 50%; + height: 100%; + -webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff; + box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff; + z-index: -1; + -webkit-animation-name: half-cyan-shadow; + animation-name: half-cyan-shadow; + -webkit-animation-timing-function: ease; + animation-timing-function: ease; + -webkit-animation-duration: 5s; + animation-duration: 5s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -ms-border-radius: 5px; + -o-border-radius: 5px; +} + +h1 { + font-size: 50px; + margin: 0; + position: relative; + z-index: 3; + padding: 20px; + background-color: #060C1F; + color: #fff; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -ms-border-radius: 5px; + -o-border-radius: 5px; +} + +@-webkit-keyframes yellow-shadow { + 0% { + top: 0; + left: 0; + } + 25% { + top: 50%; + left: 0; + } + 50% { + top: 50%; + left: 50%; + } + 75% { + top: 0; + left: 50%; + } + 100% { + top: 0; + left: 0; + } +} + +@keyframes yellow-shadow { + 0% { + top: 0; + left: 0; + } + 25% { + top: 50%; + left: 0; + } + 50% { + top: 50%; + left: 50%; + } + 75% { + top: 0; + left: 50%; + } + 100% { + top: 0; + left: 0; + } +} + +@-webkit-keyframes cyan-shadow { + 0% { + right: 0; + bottom: 0; + } + 25% { + right: 0; + bottom: 50%; + } + 50% { + right: 50%; + bottom: 50%; + } + 75% { + right: 50%; + bottom: 0; + } + 100% { + right: 0; + bottom: 0; + } +} + +@keyframes cyan-shadow { + 0% { + right: 0; + bottom: 0; + } + 25% { + right: 0; + bottom: 50%; + } + 50% { + right: 50%; + bottom: 50%; + } + 75% { + right: 50%; + bottom: 0; + } + 100% { + right: 0; + bottom: 0; + } +} + +@-webkit-keyframes gradient-shadow { + 0% { + -webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0; + box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0; + } + 20% { + -webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff; + box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff; + } + 40% { + -webkit-box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0; + box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0; + } + 60% { + -webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01; + box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01; + } + 80% { + -webkit-box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00; + box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00; + } + 100% { + -webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0; + box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0; + } +} + +@keyframes gradient-shadow { + 0% { + -webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0; + box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0; + } + 20% { + -webkit-box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff; + box-shadow: 0 0 17px 3px #0ff,0 0 4px 2px #0ff; + } + 40% { + -webkit-box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0; + box-shadow: 0 0 17px 3px #0f0,0 0 4px 2px #0f0; + } + 60% { + -webkit-box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01; + box-shadow: 0 0 17px 3px #ffff01,0 0 4px 2px #ffff01; + } + 80% { + -webkit-box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00; + box-shadow: 0 0 17px 3px #f00,0 0 4px 2px #f00; + } + 100% { + -webkit-box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0; + box-shadow: 0 0 17px 3px #C586C0,0 0 4px 2px #C586C0; + } +} + +@-webkit-keyframes half-yellow-shadow { + 0% { + top: 0; + left: 0; + height: 50%; + width: 50%; + } + 16.66% { + top: 0; + left: 0; + height: 50%; + width: 100%; + } + 32.32% { + top: 0; + left: 50%; + height: 50%; + width: 50%; + } + 49.98% { + top: 50%; + left: 50%; + height: 50%; + width: 50%; + } + 66.64% { + top: 50%; + left: 0; + height: 50%; + width: 100%; + } + 83.3% { + top: 50%; + left: 0; + height: 50%; + width: 50%; + } + 100% { + top: 0; + left: 0; + height: 50%; + width: 50%; + } +} + +@keyframes half-yellow-shadow { + 0% { + top: 0; + left: 0; + height: 50%; + width: 50%; + } + 16.66% { + top: 0; + left: 0; + height: 50%; + width: 100%; + } + 32.32% { + top: 0; + left: 50%; + height: 50%; + width: 50%; + } + 49.98% { + top: 50%; + left: 50%; + height: 50%; + width: 50%; + } + 66.64% { + top: 50%; + left: 0; + height: 50%; + width: 100%; + } + 83.3% { + top: 50%; + left: 0; + height: 50%; + width: 50%; + } + 100% { + top: 0; + left: 0; + height: 50%; + width: 50%; + } +} + +@-webkit-keyframes half-cyan-shadow { + 0% { + bottom: 0; + right: 0; + height: 50%; + width: 50%; + } + 16.66% { + bottom: 0; + right: 0; + height: 50%; + width: 100%; + } + 32.32% { + bottom: 0; + right: 50%; + height: 50%; + width: 50%; + } + 49.98% { + bottom: 50%; + right: 50%; + height: 50%; + width: 50%; + } + 66.64% { + bottom: 50%; + right: 0; + height: 50%; + width: 100%; + } + 83.3% { + bottom: 50%; + right: 0; + height: 50%; + width: 50%; + } + 100% { + bottom: 0; + right: 0; + height: 50%; + width: 50%; + } +} + +@keyframes half-cyan-shadow { + 0% { + bottom: 0; + right: 0; + height: 50%; + width: 50%; + } + 16.66% { + bottom: 0; + right: 0; + height: 50%; + width: 100%; + } + 32.32% { + bottom: 0; + right: 50%; + height: 50%; + width: 50%; + } + 49.98% { + bottom: 50%; + right: 50%; + height: 50%; + width: 50%; + } + 66.64% { + bottom: 50%; + right: 0; + height: 50%; + width: 100%; + } + 83.3% { + bottom: 50%; + right: 0; + height: 50%; + width: 50%; + } + 100% { + bottom: 0; + right: 0; + height: 50%; + width: 50%; + } +} From 16ffda9c3fa8a128d32573ebe50a17f1dffccd36 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 10 Jun 2022 18:01:46 +0800 Subject: [PATCH 12/99] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 4e8ad2d..563b7e0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -104,7 +104,7 @@
-
+


-
+
From f70f558f594cc68028e115d512822076c2c11c7d Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:21:32 +0800 Subject: [PATCH 22/99] Update style.css --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/style.css b/static/style.css index 35e26ca..53bbb91 100755 --- a/static/style.css +++ b/static/style.css @@ -842,3 +842,12 @@ h3 { font-size:14px; } +.col-auto-screensaver { + width: 220px; +} + +.col-auto-displayformat { + width: 220px; + margin-left: 7px; +} + From 418daeabe32e43338415ff8800e6328cf25466bc Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:24:14 +0800 Subject: [PATCH 23/99] Update index.html --- templates/index.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/templates/index.html b/templates/index.html index 545cfdb..e2cf81f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -168,7 +168,7 @@ @@ -419,7 +419,7 @@ id="available-features" - class="display-features-list text-dark"> + class="display-features-list text-white"> {% for f in not_displaying %} @@ -461,7 +461,7 @@
-
    +
      @@ -529,7 +529,7 @@ id="available-features-2" - class="display-features-list text-dark"> + class="display-features-list text-white">
    • Stocks
    • @@ -593,7 +593,7 @@
      -
        +
          {%if professional%} @@ -1065,7 +1065,7 @@ id="stocks-features" - class="display-features-list text-dark symbol-list" + class="display-features-list text-white symbol-list" > @@ -1541,7 +1541,7 @@ id="crypto-features" - class="display-features-list text-dark symbol-list" + class="display-features-list text-white symbol-list" > @@ -2015,7 +2015,7 @@ id="forex-features" - class="display-features-list text-dark symbol-list" + class="display-features-list text-white symbol-list" > @@ -2441,7 +2441,7 @@ id="current-weather-features" - class="display-features-list text-dark location-list" + class="display-features-list text-white location-list" > @@ -2897,7 +2897,7 @@ id="daily-forecast-features" - class="display-features-list text-dark location-list" + class="display-features-list text-white location-list" > @@ -3420,7 +3420,7 @@ id="news-features" - class="display-features-list text-dark sources-list" + class="display-features-list text-white sources-list" > @@ -3722,7 +3722,7 @@ id="upcoming-games-features" - class="display-features-list text-dark league-list" + class="display-features-list text-white league-list" > @@ -4024,7 +4024,7 @@ id="past-games-features" - class="display-features-list text-dark league-list" + class="display-features-list text-white league-list" > @@ -4324,7 +4324,7 @@ id="live-games-features" - class="display-features-list text-dark league-list" + class="display-features-list text-white league-list" > @@ -4624,7 +4624,7 @@ id="team-stats-features" - class="display-features-list text-dark league-list" + class="display-features-list text-white league-list" > @@ -4986,7 +4986,7 @@ id="images-features" - class="display-features-list text-dark image-list" + class="display-features-list text-white image-list" > @@ -5352,7 +5352,7 @@ id="gifs-features" - class="display-features-list text-dark image-list" + class="display-features-list text-white image-list" > @@ -5956,7 +5956,7 @@ id="messages-features" - class="display-features-list text-dark message-list" + class="display-features-list text-white message-list" > From b54a82f4d57eee80f489cf36379dd0e5c81fe50a Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:26:25 +0800 Subject: [PATCH 24/99] Update style.css --- static/style.css | 67 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 53bbb91..ec762ce 100755 --- a/static/style.css +++ b/static/style.css @@ -122,16 +122,79 @@ header { padding-bottom: 30px; } +.form-select { + border-color: dimgrey; + background-color: #262525; + box-shadow: none; + color:white; +} + +.form-select:hover{ + border-color: dimgrey; + background-color: #434343; + box-shadow: none; + color:white; + cursor: pointer; +} + +.form-select:focus{ + border-color: dimgrey; + -webkit-box-shadow: none; + box-shadow: none; + +} + +.form-select:active{ + border-color: dimgray; + background-color: #262525; + box-shadow: none; + color:white; +} + +.form-control { + border-color: dimgray; + background-color: #262525; + box-shadow: none; + color:white; + +} + + +.form-control:hover { + border-color: dimgray; + background-color: #434343; + box-shadow: none; + color:white; + +} + +.form-control:focus { + border-color: dimgray; + background-color: #434343; + box-shadow: none; + + color:white; +} + /* Features to display */ .features-div { - background-color: white; + background-color: #262525; + border-color: dimgray; + border-width: thin; + border-style: solid; + color:white; + border-radius: 8px; padding-block: 10px; height: 200px; overflow-y: scroll; } .features-div-two { - background-color: white; + background-color: #262525; + border-color: dimgray; + border-width: thin; + border-style: solid; padding-block: 10px; + border-radius: 8px; height: 370px; overflow-y: scroll; } From 382916bfe5b5d03e4dfd444dba1cd630160ba464 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:29:43 +0800 Subject: [PATCH 25/99] Update style.css --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index ec762ce..a8e303d 100755 --- a/static/style.css +++ b/static/style.css @@ -914,3 +914,6 @@ h3 { margin-left: 7px; } +.pass-toggle { + margin-left:7%; +} From a682381d24c5c3efc2cf98c2074ddeeecd1e5c81 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:30:16 +0800 Subject: [PATCH 26/99] Update app.js --- static/app.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/app.js b/static/app.js index 642f005..3c542a4 100755 --- a/static/app.js +++ b/static/app.js @@ -1595,3 +1595,13 @@ if(btnText == "Up to date"){ divClass.classList.add("main-div2"); } + + +function togglePass() { + var x = document.getElementById("wifi-pass-input"); + if (x.type === "password") { + x.type = "text"; + } else { + x.type = "password"; + } +} From 63bcd4449476cd65ffe815cebcd127c27989f6f1 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:30:30 +0800 Subject: [PATCH 27/99] Update index.html --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index e2cf81f..f34c877 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6134,6 +6134,8 @@
      + Show Password +
      From bddd5fe78e12ffddbcb2b34ce384fb9078b5e4a9 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:31:50 +0800 Subject: [PATCH 28/99] Update index.html --- templates/index.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/templates/index.html b/templates/index.html index f34c877..bc67777 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2329,12 +2329,6 @@ - - - - - -
      @@ -2755,12 +2749,6 @@ - - - - - -
      From 8569186a9720cb1b7b63cbd10dcc0e9eeea1687c Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:32:50 +0800 Subject: [PATCH 29/99] Update index.html --- templates/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index bc67777..42f08fd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6192,18 +6192,17 @@
      -

      © 2022 Fintic All Rights Reserved

      +

      © 2022 Fintic Limited., All Rights Reserved. Contact Us.

      -

      Data Provided by IEX Cloud, Openweathermap, CoinGecko,

      +

      Data Provided by IEX Cloud, Openweathermap, CoinGecko, Exchangerate-API, TheSportsDB, Commodities-API, NewsAPI

      -

      Exchangerate-API, TheSportsDB, Commodities-API, NewsAPI

      +

      Useful resources: YouTube Tutorials , Formatting Guide & Info , Official Website

- From 50c9ddbd57e458c9f55ffef8291e6bd97c06c35f Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:34:12 +0800 Subject: [PATCH 30/99] Update style.css --- static/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a8e303d..8a76dc5 100755 --- a/static/style.css +++ b/static/style.css @@ -253,7 +253,8 @@ header { .footer { text-align: center; color: white; - margin-top: 120px; + font-size:13px; + margin-top: 15px; } li.active { @@ -917,3 +918,7 @@ h3 { .pass-toggle { margin-left:7%; } + +#footerlinks { + text-decoration: none; +} From 27122396cc70150dbfefcb4f40546650fe44af82 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:34:50 +0800 Subject: [PATCH 31/99] Update style.css --- static/style.css | 133 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) diff --git a/static/style.css b/static/style.css index 8a76dc5..3322285 100755 --- a/static/style.css +++ b/static/style.css @@ -922,3 +922,136 @@ h3 { #footerlinks { text-decoration: none; } + + + + + +@media (min-width: 768px) and (max-width: 991px) { + .icons-list a { + position: relative; + top: 10px; + } +} + + +.clip { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} + +.svg--source { + display: none +} + +.svg--icon { + width: 100%; + max-width: 5rem; + height: 100%; + max-height: 5rem; + display: block; + margin: 0 auto; + fill: currentColor +} + +.wrapper { + width: 100%; + margin-top:100px; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: center; + padding: 1rem; +} + + + +.share { + width: 3rem; + height: 3rem; + float: left; + margin: .5rem 1rem 0rem 0; + color: #353c4a; + border: .125rem solid #f3f3f3; + box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15); + border-radius: 50%; + transition: 250ms; + + &:last-child { + margin-right: 0 + } + + &:hover, + &:focus { + //background: white; + } + + &:focus { + outline-color: inherit; + } +} + +.twitter { + &:hover, + &:focus { + color: #00ACED; + box-shadow: 0 0 24px 0 #00ACED + } +} + +.instagram { + &:hover, + &:focus { + color: #4183c4; + box-shadow: 0 0 24px 0 #4183c4 + } +} + + +.reddit { + &:hover, + &:focus { + color: #bd081c; + box-shadow: 0 0 24px 0 #bd081c + } +} + +.trello { + &:hover, + &:focus { + color: #bd081c; + box-shadow: 0 0 24px 0 #bd081c + } +} + + + +.youtube { + &:hover, + &:focus { + color: #cd201f; + box-shadow: 0 0 24px 0 #cd201f + } +} + +.facebook { + &:hover, + &:focus { + color: #3b5998; + box-shadow: 0 0 24px 0 #3b5998 + } +} + +.discord { + &:hover, + &:focus { + color: #dd4b39; + box-shadow: 0 0 24px 0 #dd4b39 + } +} From 6321ce97592224ec8d4dab2dabe076bb814834d7 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:36:29 +0800 Subject: [PATCH 32/99] Update index.html --- templates/index.html | 101 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/templates/index.html b/templates/index.html index 42f08fd..34679fd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6186,6 +6186,107 @@ + + + + + From 475ebb9b930796bde6d6a1e346fced4222a65433 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:37:51 +0800 Subject: [PATCH 33/99] Update style.css --- static/style.css | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/static/style.css b/static/style.css index 3322285..93b5cd9 100755 --- a/static/style.css +++ b/static/style.css @@ -1055,3 +1055,66 @@ h3 { box-shadow: 0 0 24px 0 #dd4b39 } } + + +#update-message { + width: 600px; + height: 180px; + background-color: darkslategray; + border-radius: 30px; + position: fixed; /*Can also be `fixed`*/ + left: 0; + right: 0; + top: 0; + bottom: 0; + margin: auto; + /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/ + max-width: 100%; + max-height: 100%; + overflow: auto; + z-index:99; + +} + +#update-p { + margin-top:50px; + margin-left:70px; + font-size: 20px; + margin-right:70px; + margin-bottom:20px; +} + + + +#wifi-message { + width: 350px; + height: 120px; + border-radius:20px; + background-color: darkslategray; + position: fixed; /*Can also be `fixed`*/ + left: 0; + right: 0; + top: 0; + bottom: 0; + margin: auto; + /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/ + max-width: 100%; + max-height: 100%; + overflow: auto; + z-index:99; + +} + +#wifi-p { + margin-top:30px; + margin-left:70px; + font-size:20px; + margin-right:70px; + margin-bottom:20px; +} + + +#weather-api-p { + color:red; +} + From fc6b010e45a9beb2c4b5392c8297c92ed56d30b2 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:40:24 +0800 Subject: [PATCH 34/99] Update index.html --- templates/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 34679fd..b008b64 100644 --- a/templates/index.html +++ b/templates/index.html @@ -106,7 +106,7 @@
-
- +
+ +
From b5012060080ccdb663769175d4b92cb54b57357f Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:45:10 +0800 Subject: [PATCH 37/99] Update app.js --- static/app.js | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index b0e88c4..15b4503 100755 --- a/static/app.js +++ b/static/app.js @@ -1618,7 +1618,6 @@ function showDiv() { } - function showDivTwo() { document.getElementById('wifi-message').style.display = "block"; @@ -1626,3 +1625,25 @@ function showDivTwo() { document.getElementById('wifi-message').style.display = "none"; }, 30000); } + + +// Display message asking for restart of ticker when new API key added for weather + +function showWeatherP() { + if(document.getElementById("api-key1").value==="") { + + document.getElementById('weather-api-p').style.display = "none"; + } + + else if (document.getElementById("api-key1").value==="Weather API Key") { + document.getElementById('weather-api-p').style.display = "none"; + + } + + else { + document.getElementById('weather-api-p').style.display = "block" + } + + } + + From e15045544f10f1fdb98767d841c5734687d1cbe8 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 13:46:07 +0800 Subject: [PATCH 38/99] Update style.css --- static/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 93b5cd9..b908a1a 100755 --- a/static/style.css +++ b/static/style.css @@ -1113,8 +1113,14 @@ h3 { margin-bottom:20px; } - #weather-api-p { color:red; } +label:hover { + cursor:text; +} + +input[type=checkbox]:hover { + cursor:pointer; +} From a32bf636309f1a3a4a454cad3b9c64aaf80d6a2b Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 11 Jun 2022 19:52:14 +0800 Subject: [PATCH 39/99] Update index.html --- templates/index.html | 118 +++++++++++++++++++++---------------------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/templates/index.html b/templates/index.html index 5fbba7d..80400f0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -211,7 +211,7 @@
- +


@@ -251,7 +251,7 @@
-