From 379f1cac6dfc6875494d608c819c2514cc846e57 Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 13 Mar 2024 19:43:28 -0400 Subject: [PATCH 1/6] weheee --- assets/style.css | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 1ab23cc..50fb02f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -34,7 +34,10 @@ body { --mainHoverColor: #2a4858; } -span.instance-name { +span.instance-name, +h1.instance-name.home-page, +.custom-markup-container h1, +.custom-markup-container a.instance-name { background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important; background-clip: text !important; -webkit-background-clip: text !important; @@ -42,8 +45,10 @@ span.instance-name { -o-background-clip: text !important; -ms-background-clip: text !important; -webkit-text-fill-color: transparent !important; + font-weight: 900 !important; } + .icon.icon-logo { display: inline-block; margin-right: 5px; @@ -55,6 +60,30 @@ span.instance-name { position: relative; } +.custom-markup-container a { + color: #f57200 !important; + text-decoration: underline; + } + +@media only screen and (max-width: 425px) { +.custom-markup-container img { +display: block; +width: 75%; +margin: 0 auto; +height: auto; + } +} + +input.p-inputtext.p-component.ng-star-inserted { + color: white; +} + +.external-login-blocks { + color: red; + font-size: 2rem; + width: 80%; + } + /* .svg.feather.feather-thumbs-up:hover { color: green !important; } From 50ff3010c24908d1ef43905471d0634943b2342a Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 13 Mar 2024 19:46:30 -0400 Subject: [PATCH 2/6] hewego yaw --- assets/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/style.css b/assets/style.css index 50fb02f..3322380 100644 --- a/assets/style.css +++ b/assets/style.css @@ -37,7 +37,7 @@ body { span.instance-name, h1.instance-name.home-page, .custom-markup-container h1, -.custom-markup-container a.instance-name { +a.instance-name { background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important; background-clip: text !important; -webkit-background-clip: text !important; @@ -60,17 +60,17 @@ h1.instance-name.home-page, position: relative; } -.custom-markup-container a { +#custom-css .custom-markup-container a { color: #f57200 !important; - text-decoration: underline; + text-decoration: underline !important; } @media only screen and (max-width: 425px) { -.custom-markup-container img { -display: block; -width: 75%; -margin: 0 auto; -height: auto; +#custom-css .custom-markup-container img { +display: block !important; +width: 75% !important; +margin: 0 auto !important; +height: auto !important; } } From ccb9e128628df655442d4dd66e26e958d7229c1e Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 13 Mar 2024 20:05:09 -0400 Subject: [PATCH 3/6] wheeee --- assets/style.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/assets/style.css b/assets/style.css index 3322380..e1902a4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -37,7 +37,7 @@ body { span.instance-name, h1.instance-name.home-page, .custom-markup-container h1, -a.instance-name { +.custom-markup-container a.instance-name { background: -webkit-linear-gradient(left, #0083F5, #f57200 65%) !important; background-clip: text !important; -webkit-background-clip: text !important; @@ -60,19 +60,11 @@ a.instance-name { position: relative; } -#custom-css .custom-markup-container a { +.custom-markup-container a { color: #f57200 !important; text-decoration: underline !important; } -@media only screen and (max-width: 425px) { -#custom-css .custom-markup-container img { -display: block !important; -width: 75% !important; -margin: 0 auto !important; -height: auto !important; - } -} input.p-inputtext.p-component.ng-star-inserted { color: white; From 5d256d1a48b003e302921ff58592648615db2a1c Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 20 Mar 2024 15:00:52 -0400 Subject: [PATCH 4/6] hewego yaw --- assets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/style.css b/assets/style.css index e1902a4..246b747 100644 --- a/assets/style.css +++ b/assets/style.css @@ -248,3 +248,9 @@ a.video-miniature-account.ng-star-inserted:hover { input#search-video { box-shadow: rgba(200, 200, 200, 0.1) 0 1px 20px 0 !important; } + +/* Livechat plugin styling */ + +time.chat-msg__time { + display: none; +} From f13968a17b63e8021f5033e9641108be8193df61 Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 20 Mar 2024 15:01:59 -0400 Subject: [PATCH 5/6] yeet --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 246b747..64f09d6 100644 --- a/assets/style.css +++ b/assets/style.css @@ -252,5 +252,5 @@ input#search-video { /* Livechat plugin styling */ time.chat-msg__time { - display: none; + display: none !important; } From f99283219006c54a1db2a525c982f7ef007d615a Mon Sep 17 00:00:00 2001 From: matty Date: Wed, 20 Mar 2024 15:05:51 -0400 Subject: [PATCH 6/6] test again --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 64f09d6..e9e1bb4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -251,6 +251,6 @@ input#search-video { /* Livechat plugin styling */ -time.chat-msg__time { +.chat-msg__time { display: none !important; }