mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-18 19:06:09 +00:00
183 lines
3.6 KiB
CSS
183 lines
3.6 KiB
CSS
/*
|
|
Ain't got time for using CSS the right way. !important everything!
|
|
*/
|
|
|
|
[data-theme="light"] {
|
|
background-color: #F6F6F6 !important;
|
|
}
|
|
|
|
[data-theme="light"] .card {
|
|
background-color: white !important;
|
|
color: #000;
|
|
}
|
|
|
|
[data-theme="light"] .bg-white {
|
|
background-color: rgb(221, 215, 215) !important;
|
|
}
|
|
|
|
[data-theme="light"] .bg-dark {
|
|
background-color: #ecefff !important;
|
|
}
|
|
|
|
[data-theme="light"] .rainbow {
|
|
color: #000;
|
|
}
|
|
|
|
[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 {
|
|
background-color: #c0c8f1;
|
|
color: #000;
|
|
}
|
|
|
|
[data-theme="light"] .btn {
|
|
background-color: #1e63b8;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
|
|
[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;
|
|
}
|
|
|
|
[data-theme="light"] .custom-control-input:checked~.custom-control-label::before {
|
|
background-color: #7223b5;
|
|
}
|
|
|
|
[data-theme="light"] #listener-command {
|
|
border: none !important;
|
|
border-radius: 5px;
|
|
box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75);
|
|
background-color: rgb(45, 139, 135);
|
|
color: #000;
|
|
}
|
|
|
|
[data-theme="light"] #reverse-shell-command {
|
|
border: none !important;
|
|
border-radius: 5px;
|
|
box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75);
|
|
background-color: rgb(45, 139, 135);
|
|
color: #000;
|
|
max-height: 20rem;
|
|
}
|
|
|
|
[data-theme="light"] #bind-shell-command {
|
|
border: none !important;
|
|
border-radius: 5px;
|
|
box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75);
|
|
background-color: rgb(45, 139, 135);
|
|
color: #000;
|
|
max-height: 20rem;
|
|
}
|
|
|
|
[data-theme="light"] #msfvenom-command {
|
|
border: none !important;
|
|
border-radius: 5px;
|
|
box-shadow: 10px 10px 20px 0px rgba(209, 209, 209, 0.75);
|
|
background-color: rgb(45, 139, 135);
|
|
color: #000;
|
|
max-height: 20rem;
|
|
}
|
|
|
|
[data-theme="light"] .custom-select {
|
|
background-color: #f2f2f2;
|
|
color: #000;
|
|
border-color: #e4e3e2;
|
|
}
|
|
|
|
[data-theme="light"] .nav-link {
|
|
color: #000;
|
|
background: transparent;
|
|
box-shadow: 5px 5px 5px 0px rgba(209, 209, 209, 0.75);
|
|
border: none;
|
|
}
|
|
|
|
[data-theme="light"] .nav-link:hover {
|
|
background-color: #c0c8f1;
|
|
}
|
|
|
|
[data-theme="light"] .nav-link.active {
|
|
background-color: #1e63b8;
|
|
color:#fff;
|
|
}
|
|
|
|
[data-theme="light"] .custom-control-input:checked {
|
|
color: #000;
|
|
}
|
|
|
|
[data-theme="light"] a {
|
|
background-color: #f1c6ce;
|
|
color: #000;
|
|
}
|
|
|
|
[data-theme="light"] .list-group-item {
|
|
background-color: #ecefff;
|
|
color: #000;
|
|
border-color: #AAA;
|
|
}
|
|
|
|
[data-theme="light"] .list-group-item.active {
|
|
background-color: #586edd;
|
|
border-color: #444;
|
|
}
|
|
|
|
[data-theme="light"] .list-group-item:hover {
|
|
background-color: #c0c8f1;
|
|
}
|
|
|
|
[data-theme="light"] .list-group-item.hover {
|
|
background-color: #c0c8f1;
|
|
}
|
|
|
|
[data-theme="light"] .container {
|
|
padding: 10px;
|
|
border-radius: 20px;
|
|
box-shadow: 10px 0px 20px 5px rgba(209, 209, 209, 0.75);
|
|
height: 100% !important;
|
|
}
|
|
|
|
[data-theme="light"] .card-title {
|
|
color: #000 !important;
|
|
}
|
|
|
|
[data-theme="light"] .custom-control-label {
|
|
color: black;
|
|
}
|
|
|
|
[data-theme="light"] h2 {
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
[data-theme="light"] .pre-wrap {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
[data-theme="light"] .card-body {
|
|
max-height: 40rem;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Comic Mono";
|
|
src: url(../assets/ComicMono.ttf);
|
|
}
|