From a278d97799cf836edfbf69ce8ceccf7be04ac0e3 Mon Sep 17 00:00:00 2001 From: TunaAlert <30604068+TunaAlert@users.noreply.github.com> Date: Sun, 25 Aug 2024 21:03:45 +0200 Subject: [PATCH 1/3] Added style for user Tuna --- lab/login/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/lab/login/style.css b/lab/login/style.css index 0a788b0d..c2d32f76 100644 --- a/lab/login/style.css +++ b/lab/login/style.css @@ -280,3 +280,24 @@ .name-R74n::after { content: " 🔒"; } + +.name-Tuna{ + background: linear-gradient(90deg, rgba(237, 145, 228, 1) 0%, rgba(129, 111, 218, 1) 50%); + color:transparent; + -webkit-text-fill-color: transparent; + background-clip: text; +} + +.name-Tuna::after{ + content: "not a fish"; + padding: 0.1em 0.2em; + margin: 0.35em; + font-size: 0.6em; + position: relative; + top: -0.25em; + font-weight: normal; + background: #ed91e4; + background-clip: text; + border: 1px solid #816fda; + border-radius: 3px; +} From 0f1be905c8f8383da2f1f9dbd410433234430bae Mon Sep 17 00:00:00 2001 From: TunaAlert <30604068+TunaAlert@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:00:40 +0200 Subject: [PATCH 2/3] removed tag from mentions Co-authored-by: Lu Wilson --- lab/login/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lab/login/style.css b/lab/login/style.css index c2d32f76..761ddde9 100644 --- a/lab/login/style.css +++ b/lab/login/style.css @@ -280,7 +280,9 @@ .name-R74n::after { content: " 🔒"; } - +.at-Tuna::after { + all: unset; +} .name-Tuna{ background: linear-gradient(90deg, rgba(237, 145, 228, 1) 0%, rgba(129, 111, 218, 1) 50%); color:transparent; From bef5640c8dc0938ebc4601fd03c53d95523430e4 Mon Sep 17 00:00:00 2001 From: TunaAlert <30604068+TunaAlert@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:41:55 +0200 Subject: [PATCH 3/3] fixed issues and improved visuals for user Tuna css order was wrong so the tag was not removed in mentions, fixed that, also adjusted the gradient a bit and added a slight text shadow --- lab/login/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lab/login/style.css b/lab/login/style.css index a23bdc1c..1745f11d 100644 --- a/lab/login/style.css +++ b/lab/login/style.css @@ -422,15 +422,13 @@ input[type="checkbox"] { /* ==== */ /* Tuna */ /* ==== */ -.at-Tuna::after { - all: unset; -} .name-Tuna{ - background: linear-gradient(90deg, rgba(237, 145, 228, 1) 0%, rgba(129, 111, 218, 1) 50%); + background: linear-gradient(0deg, rgba(129, 111, 218, 1) 0%, rgba(237, 145, 228, 1) 80%); color:transparent; -webkit-text-fill-color: transparent; background-clip: text; + text-shadow: 0 0 .3em rgba(237, 145, 228, 0.3); } .name-Tuna::after{ @@ -447,6 +445,10 @@ input[type="checkbox"] { border-radius: 3px; } +.at-Tuna::after { + all: unset; +} + /* ====== */ /* soxfox */ /* ====== */