Merge pull request #117 from t3l3machus/main

CSS tweaks
This commit is contained in:
Ryan Montgomery 2023-02-18 13:08:32 -05:00 committed by GitHub
commit 0979539587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 23 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}