Update meme-mode.css

This commit is contained in:
Panagiotis Chartas 2023-02-18 11:35:30 +01:00 committed by GitHub
parent c2f6d3c416
commit 256d67e3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,8 @@ Ain't got time for using CSS the right way. !important everything!
[data-theme="meme"] #listener-command { [data-theme="meme"] #listener-command {
border: none !important; border: none !important;
border-radius: 5px; 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); background-color: rgb(45, 139, 135);
color: #000; color: #000;
} }
@ -84,7 +85,8 @@ Ain't got time for using CSS the right way. !important everything!
[data-theme="meme"] #reverse-shell-command { [data-theme="meme"] #reverse-shell-command {
border: none !important; border: none !important;
border-radius: 5px; 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); background-color: rgb(45, 139, 135);
color: #000; color: #000;
max-height: 20rem; 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 { [data-theme="meme"] #bind-shell-command {
border: none !important; border: none !important;
border-radius: 5px; 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); background-color: rgb(45, 139, 135);
color: #000; color: #000;
max-height: 20rem; max-height: 20rem;
@ -102,7 +105,8 @@ Ain't got time for using CSS the right way. !important everything!
[data-theme="meme"] #msfvenom-command { [data-theme="meme"] #msfvenom-command {
border: none !important; border: none !important;
border-radius: 5px; 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); background-color: rgb(45, 139, 135);
color: #000; color: #000;
max-height: 20rem; max-height: 20rem;
@ -111,7 +115,8 @@ Ain't got time for using CSS the right way. !important everything!
[data-theme="meme"] #hoaxshell-command { [data-theme="meme"] #hoaxshell-command {
border: none !important; border: none !important;
border-radius: 5px; 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); background-color: rgb(45, 139, 135);
color: #000; color: #000;
max-height: 20rem; max-height: 20rem;
@ -166,14 +171,22 @@ Ain't got time for using CSS the right way. !important everything!
} }
[data-theme="meme"] .container { [data-theme="meme"] .container {
padding: 10px; padding: 20px;
border-radius: 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; 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 { [data-theme="meme"] .card-title {
color: #000 !important; color: black !important;
} }
[data-theme="meme"] .custom-control-label { [data-theme="meme"] .custom-control-label {
@ -340,3 +353,8 @@ Ain't got time for using CSS the right way. !important everything!
color: orange; color: orange;
} }
} }
a[href*="t3l3machus"] {
/* Fixes a minor style bug of the Download Listener button */
background: none;
}