From 7bd67d3f7e583bf340f7400406faaef0a1129df9 Mon Sep 17 00:00:00 2001 From: Panagiotis Chartas Date: Sat, 18 Feb 2023 11:34:48 +0100 Subject: [PATCH 1/3] CSS tweaks --- css/dark-mode.css | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/css/dark-mode.css b/css/dark-mode.css index bd715c5..b49a6ac 100644 --- a/css/dark-mode.css +++ b/css/dark-mode.css @@ -1,3 +1,8 @@ + +body { + background-color: #0f0f0f !important; +} + .prompt-sign { position: absolute; top: 25px; @@ -42,13 +47,15 @@ _:-ms-fullscreen, :root body { #listener-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); original */ + box-shadow: rgba(0, 0, 0, 0.27) 0px -1px 10px, rgba(0, 0, 0, 0.36) 0px 6px 6px; } #reverse-shell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); original */ + box-shadow: rgba(0, 0, 0, 0.27) 0px -1px 10px, rgba(0, 0, 0, 0.36) 0px 6px 6px; background-color: rgb(70, 70, 70); max-height: 20rem; } @@ -56,7 +63,8 @@ _:-ms-fullscreen, :root body { #bind-shell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); original */ + box-shadow: rgba(0, 0, 0, 0.27) 0px -1px 10px, rgba(0, 0, 0, 0.36) 0px 6px 6px; background-color: rgb(70, 70, 70); max-height: 20rem; } @@ -64,7 +72,8 @@ _:-ms-fullscreen, :root body { #msfvenom-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); original */ + box-shadow: rgba(0, 0, 0, 0.27) 0px -1px 10px, rgba(0, 0, 0, 0.36) 0px 6px 6px; background-color: rgb(70, 70, 70); max-height: 20rem; } @@ -72,7 +81,8 @@ _:-ms-fullscreen, :root body { #hoaxshell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75); original */ + box-shadow: rgba(0, 0, 0, 0.27) 0px -1px 10px, rgba(0, 0, 0, 0.36) 0px 6px 6px; background-color: rgb(70, 70, 70); max-height: 20rem; } @@ -90,10 +100,12 @@ _:-ms-fullscreen, :root body { } .container { - padding: 10px; + padding: 20px; border-radius: 20px; - box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.75); + box-shadow: rgb(0, 0, 0) 0px 13px 27px -5px, rgb(0, 0, 0) 0px 8px 16px -8px; height: 100% !important; + background: #202020; + margin: 20px auto; } h2 { @@ -145,3 +157,11 @@ h2 { animation: octocat-wave 560ms ease-in-out } } + +button { + outline: none; +} + +.shadow { + margin-bottom: 0px !important; +} From c2f6d3c416a2dd7fb9b267e8be69e3a7dff8402c Mon Sep 17 00:00:00 2001 From: Panagiotis Chartas Date: Sat, 18 Feb 2023 11:35:12 +0100 Subject: [PATCH 2/3] Update light-mode.css --- css/light-mode.css | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/css/light-mode.css b/css/light-mode.css index cd3d619..9110924 100644 --- a/css/light-mode.css +++ b/css/light-mode.css @@ -3,7 +3,7 @@ Ain't got time for using CSS the right way. !important everything! */ [data-theme="light"] { - background-color: #F6F6F6 !important; + background-color: #E1E1E1 !important; } [data-theme="light"] .card { @@ -71,7 +71,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="light"] #listener-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); original*/ + box-shadow: rgba(153, 153, 153, 0.16) 0px 3px 6px, rgba(123, 122, 122, 0.23) 0px 3px 6px; background-color: rgb(45, 139, 135); color: #000; } @@ -79,7 +80,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="light"] #reverse-shell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); original*/ + box-shadow: rgba(153, 153, 153, 0.16) 0px 3px 6px, rgba(123, 122, 122, 0.23) 0px 3px 6px; background-color: rgb(45, 139, 135); color: #000; max-height: 20rem; @@ -88,7 +90,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="light"] #bind-shell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); original*/ + box-shadow: rgba(153, 153, 153, 0.16) 0px 3px 6px, rgba(123, 122, 122, 0.23) 0px 3px 6px; background-color: rgb(45, 139, 135); color: #000; max-height: 20rem; @@ -97,7 +100,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="light"] #msfvenom-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); original*/ + box-shadow: rgba(153, 153, 153, 0.16) 0px 3px 6px, rgba(123, 122, 122, 0.23) 0px 3px 6px; background-color: rgb(45, 139, 135); color: #000; max-height: 20rem; @@ -106,7 +110,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="light"] #hoaxshell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75); original*/ + box-shadow: rgba(153, 153, 153, 0.16) 0px 3px 6px, rgba(123, 122, 122, 0.23) 0px 3px 6px; background-color: rgb(45, 139, 135); color: #000; max-height: 20rem; @@ -163,10 +168,12 @@ Ain't got time for using CSS the right way. !important everything! } [data-theme="light"] .container { - padding: 10px; + padding: 20px; border-radius: 20px; - box-shadow: 10px 0px 20px 5px rgba(209, 209, 209, 0.75); + box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; height: 100% !important; + background: #fff; + margin: 20px auto; } [data-theme="light"] .card-title { @@ -199,3 +206,12 @@ Ain't got time for using CSS the right way. !important everything! font-family: "Comic Mono"; src: url(../assets/ComicMono.ttf); } + +.shadow { + margin-bottom: 0px !important; +} + +a[href*="t3l3machus"] { +/* Fixes a minor style bug of the "Download Listener" button */ + background: none; +} From 256d67e3a62d5a53ec40fd04ac7fc6a496617d6d Mon Sep 17 00:00:00 2001 From: Panagiotis Chartas Date: Sat, 18 Feb 2023 11:35:30 +0100 Subject: [PATCH 3/3] Update meme-mode.css --- css/meme-mode.css | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/css/meme-mode.css b/css/meme-mode.css index 4a1a796..79b682c 100644 --- a/css/meme-mode.css +++ b/css/meme-mode.css @@ -76,7 +76,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="meme"] #listener-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); original */ + box-shadow: 0px 2px 20px 0 rgba(153,28,143,.75); background-color: rgb(45, 139, 135); color: #000; } @@ -84,7 +85,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="meme"] #reverse-shell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); original */ + box-shadow: 0px 2px 20px 0 rgba(153,28,143,.75); background-color: rgb(45, 139, 135); color: #000; max-height: 20rem; @@ -93,7 +95,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="meme"] #bind-shell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); original */ + box-shadow: 0px 2px 20px 0 rgba(153,28,143,.75); background-color: rgb(45, 139, 135); color: #000; max-height: 20rem; @@ -102,7 +105,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="meme"] #msfvenom-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); original */ + box-shadow: 0px 2px 20px 0 rgba(153,28,143,.75); background-color: rgb(45, 139, 135); color: #000; max-height: 20rem; @@ -111,7 +115,8 @@ Ain't got time for using CSS the right way. !important everything! [data-theme="meme"] #hoaxshell-command { border: none !important; border-radius: 5px; - box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); + /*box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75); original */ + box-shadow: 0px 2px 20px 0 rgba(153,28,143,.75); background-color: rgb(45, 139, 135); color: #000; max-height: 20rem; @@ -166,14 +171,22 @@ Ain't got time for using CSS the right way. !important everything! } [data-theme="meme"] .container { - padding: 10px; + padding: 20px; border-radius: 20px; - box-shadow: 10px 0px 20px 0px rgba(153, 28, 143, 0.75); + /*box-shadow: 10px 0px 20px 0px rgba(153, 28, 143, 0.75); original */ + box-shadow: 3px 0 20px 0 rgba(153,28,143,.75); height: 100% !important; + background-image: url(https://wallpaper-mania.com/wp-content/uploads/2018/09/High_resolution_wallpaper_background_ID_77700018781.jpg); + margin: 20px auto; + background-position: 45% 24%; +} + +[data-theme="meme"] label.card-title { + color: #fff !important; } [data-theme="meme"] .card-title { - color: #000 !important; + color: black !important; } [data-theme="meme"] .custom-control-label { @@ -340,3 +353,8 @@ Ain't got time for using CSS the right way. !important everything! color: orange; } } + +a[href*="t3l3machus"] { +/* Fixes a minor style bug of the Download Listener button */ + background: none; +}