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

174 lines
3.5 KiB
CSS
Raw Normal View History

2023-02-18 10:34:48 +00:00
body {
background-color: #0f0f0f !important;
}
2021-02-28 21:06:23 +00:00
.prompt-sign {
position: absolute;
top: 25px;
left: 40px;
pointer-events: none;
font-size: 1em;
}
2021-02-28 21:06:23 +00:00
.highlighted-parameter {
2021-03-16 01:46:01 +00:00
color: #426992;
2021-02-28 21:06:23 +00:00
font-weight: bold;
font-size: 1em;
}
2021-02-28 21:06:23 +00:00
.highlighted-warning {
color: red;
font-weight: bold;
}
2021-02-28 21:06:23 +00:00
.custom-switch label {
cursor: pointer;
user-select: none;
}
2021-09-09 12:03:42 +00:00
2021-03-14 21:55:08 +00:00
.nav-tabs {
border-bottom: none !important;
}
.nav-tabs .nav-link:hover {
background-color: #375a7f;
}
.nav-tabs .nav-link.active {
background-color: #375a7f;
}
2021-09-09 12:03:42 +00:00
_:-ms-fullscreen, :root body {
2021-02-28 21:06:23 +00:00
/* IE11 */
overflow-y: scroll;
}
#listener-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:34:48 +00:00
/*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;
2021-02-28 21:06:23 +00:00
}
#reverse-shell-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:34:48 +00:00
/*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;
2021-02-28 21:06:23 +00:00
background-color: rgb(70, 70, 70);
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
#bind-shell-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:34:48 +00:00
/*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;
2021-03-14 21:55:08 +00:00
background-color: rgb(70, 70, 70);
max-height: 20rem;
}
#msfvenom-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:34:48 +00:00
/*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;
2021-03-14 21:55:08 +00:00
background-color: rgb(70, 70, 70);
max-height: 20rem;
}
2021-03-02 02:33:21 +00:00
2023-02-16 17:02:45 +00:00
#hoaxshell-command {
border: none !important;
border-radius: 5px;
2023-02-18 10:34:48 +00:00
/*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;
2023-02-16 17:02:45 +00:00
background-color: rgb(70, 70, 70);
max-height: 20rem;
}
2021-09-16 13:53:21 +00:00
#theme-selector {
width: 100px;
height: 30px;
font-size: 13px;
margin-top: 5px;
}
2021-02-28 21:06:23 +00:00
.custom-select {
background-color: #646464;
color: white;
}
.container {
2023-02-18 10:34:48 +00:00
padding: 20px;
2021-02-28 21:06:23 +00:00
border-radius: 20px;
2023-02-18 10:34:48 +00:00
box-shadow: rgb(0, 0, 0) 0px 13px 27px -5px, rgb(0, 0, 0) 0px 8px 16px -8px;
2021-03-02 02:33:21 +00:00
height: 100% !important;
2023-02-18 10:34:48 +00:00
background: #202020;
margin: 20px auto;
2021-02-28 21:06:23 +00:00
}
2021-03-02 02:33:21 +00:00
h2 {
2021-02-28 21:06:23 +00:00
color: white;
text-align: center;
}
2021-03-02 02:33:21 +00:00
.pre-wrap {
white-space: pre-wrap;
}
.card-body {
max-height: 40rem;
2021-03-13 22:46:18 +00:00
}
2021-09-09 12:03:42 +00:00
.list-group-item.active, .list-group-item-action:focus, .list-group-item-action:hover {
2021-03-13 22:46:18 +00:00
background-color: #375a7f;
2021-03-14 21:55:08 +00:00
}
2021-09-09 12:03:42 +00:00
2021-03-23 13:43:12 +00:00
.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
.download-svg {
height: 20px;
width: 20px;
filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(347deg) brightness(103%) contrast(99%);
}
.download-svg:hover {
filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(347deg) brightness(50%) contrast(99%);
}
2021-03-23 13:43:12 +00:00
@keyframes octocat-wave {
2021-09-09 12:03:42 +00:00
0%, 100% {
2021-03-23 13:43:12 +00:00
transform: rotate(0)
}
2021-09-09 12:03:42 +00:00
20%, 60% {
2021-03-23 13:43:12 +00:00
transform: rotate(-25deg)
}
2021-09-09 12:03:42 +00:00
40%, 80% {
2021-03-23 13:43:12 +00:00
transform: rotate(10deg)
}
}
@media (max-width:500px) {
.github-corner:hover .octo-arm {
animation: none
}
.github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
2023-02-16 17:02:45 +00:00
}
2023-02-18 10:34:48 +00:00
button {
outline: none;
}
.shadow {
margin-bottom: 0px !important;
}
.middle-card {
min-height: 500px;
max-height: 100%;
overflow-y: auto;
padding: 1.5rem;
}