reverse-shell-generator/css/light-mode.css

218 lines
4.8 KiB
CSS
Raw Normal View History

2021-02-28 21:06:23 +00:00
/*
Ain't got time for using CSS the right way. !important everything!
*/
[data-theme="light"] {
2023-02-18 10:35:12 +00:00
background-color: #E1E1E1 !important;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .card {
2021-09-09 12:03:42 +00:00
background-color: white !important;
2021-03-13 22:46:18 +00:00
color: #000;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .bg-white {
background-color: rgb(221, 215, 215) !important;
}
[data-theme="light"] .bg-dark {
2021-09-09 12:03:42 +00:00
background-color: #ecefff !important;
2021-02-28 21:06:23 +00:00
}
2022-07-08 05:39:15 +00:00
[data-theme="light"] .github-corner > svg{
fill: #151513 !important;
color: #fff !important;
}
2021-02-28 21:06:23 +00:00
[data-theme="light"] .rainbow {
2021-09-09 12:03:42 +00:00
color: #000;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .prompt-sign {
position: absolute;
top: 25px;
left: 40px;
pointer-events: none;
font-size: 1em;
color: #2e3e86;
}
[data-theme="light"] .input-group-text {
2021-09-09 12:03:42 +00:00
background-color: #c0c8f1;
2021-03-13 22:46:18 +00:00
color: #000;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .btn {
2021-09-09 12:03:42 +00:00
background-color: #1e63b8;
color: #fff;
border: none;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .highlighted-parameter {
color: #7223b5;
font-weight: bold;
font-size: 1em;
}
[data-theme="light"] .highlighted-warning {
color: red;
font-weight: bold;
}
[data-theme="light"] .custom-switch label {
cursor: pointer;
user-select: none;
}
2021-03-13 22:46:18 +00:00
[data-theme="light"] .custom-control-input:checked~.custom-control-label::before {
background-color: #7223b5;
}
2021-02-28 21:06:23 +00:00
[data-theme="light"] #listener-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:35:12 +00:00
/*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;
2021-02-28 21:06:23 +00:00
background-color: rgb(45, 139, 135);
2021-03-13 22:46:18 +00:00
color: #000;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] #reverse-shell-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:35:12 +00:00
/*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;
2021-02-28 21:06:23 +00:00
background-color: rgb(45, 139, 135);
2021-03-13 22:46:18 +00:00
color: #000;
2021-03-02 02:33:21 +00:00
max-height: 20rem;
2021-02-28 21:06:23 +00:00
}
2021-03-14 21:55:08 +00:00
[data-theme="light"] #bind-shell-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:35:12 +00:00
/*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;
2021-03-14 21:55:08 +00:00
background-color: rgb(45, 139, 135);
color: #000;
max-height: 20rem;
}
[data-theme="light"] #msfvenom-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:35:12 +00:00
/*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;
2021-03-14 21:55:08 +00:00
background-color: rgb(45, 139, 135);
color: #000;
max-height: 20rem;
}
2023-02-16 16:59:08 +00:00
[data-theme="light"] #hoaxshell-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:35:12 +00:00
/*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;
2023-02-16 16:59:08 +00:00
background-color: rgb(45, 139, 135);
color: #000;
max-height: 20rem;
}
2021-02-28 21:06:23 +00:00
[data-theme="light"] .custom-select {
2021-09-09 12:03:42 +00:00
background-color: #f2f2f2;
2021-03-13 22:46:18 +00:00
color: #000;
2021-09-09 12:03:42 +00:00
border-color: #e4e3e2;
2021-02-28 21:06:23 +00:00
}
2021-03-14 21:55:08 +00:00
[data-theme="light"] .nav-link {
color: #000;
background: transparent;
2021-09-09 12:03:42 +00:00
box-shadow: 5px 5px 5px 0px rgba(209, 209, 209, 0.75);
border: none;
2021-03-14 21:55:08 +00:00
}
[data-theme="light"] .nav-link:hover {
2021-09-09 12:03:42 +00:00
background-color: #c0c8f1;
2021-03-14 21:55:08 +00:00
}
[data-theme="light"] .nav-link.active {
2021-09-09 12:03:42 +00:00
background-color: #1e63b8;
color:#fff;
2021-03-14 21:55:08 +00:00
}
2021-02-28 21:06:23 +00:00
[data-theme="light"] .custom-control-input:checked {
2021-03-13 22:46:18 +00:00
color: #000;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] a {
2021-03-13 22:46:18 +00:00
background-color: #f1c6ce;
color: #000;
2021-02-28 21:06:23 +00:00
}
2021-03-13 22:46:18 +00:00
[data-theme="light"] .list-group-item {
2021-09-09 12:03:42 +00:00
background-color: #ecefff;
2021-03-13 22:46:18 +00:00
color: #000;
border-color: #AAA;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .list-group-item.active {
2021-09-09 12:03:42 +00:00
background-color: #586edd;
border-color: #444;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .list-group-item:hover {
2021-09-09 12:03:42 +00:00
background-color: #c0c8f1;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .list-group-item.hover {
2021-09-09 12:03:42 +00:00
background-color: #c0c8f1;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .container {
2023-02-18 10:35:12 +00:00
padding: 20px;
2021-02-28 21:06:23 +00:00
border-radius: 20px;
2023-02-18 10:35:12 +00:00
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
2021-03-23 13:43:12 +00:00
height: 100% !important;
2023-02-18 10:35:12 +00:00
background: #fff;
margin: 20px auto;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .card-title {
2021-03-13 22:46:18 +00:00
color: #000 !important;
2021-02-28 21:06:23 +00:00
}
[data-theme="light"] .custom-control-label {
2021-03-13 22:46:18 +00:00
color: black;
2021-02-28 21:06:23 +00:00
}
2021-03-13 22:46:18 +00:00
[data-theme="light"] h2 {
2021-03-02 02:33:21 +00:00
color: white;
text-align: center;
}
[data-theme="light"] .pre-wrap {
white-space: pre-wrap;
}
[data-theme="light"] .card-body {
max-height: 40rem;
}
[data-theme="light"] .download-svg {
filter: none;
}
[data-theme="light"] .download-svg:hover {
filter: opacity(50%);
}
2021-02-28 21:06:23 +00:00
@font-face {
font-family: "Comic Mono";
src: url(../assets/ComicMono.ttf);
}
2023-02-18 10:35:12 +00:00
.shadow {
margin-bottom: 0px !important;
}
a[href*="t3l3machus"] {
/* Fixes a minor style bug of the "Download Listener" button */
background: none;
}