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 00:34:59 +00:00
|
|
|
}
|
|
|
|
|
2021-02-28 21:06:23 +00:00
|
|
|
.highlighted-parameter {
|
|
|
|
color: #c0c0ba;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1em;
|
2021-02-28 00:34:59 +00:00
|
|
|
}
|
|
|
|
|
2021-02-28 21:06:23 +00:00
|
|
|
.highlighted-warning {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
2021-02-28 00:34:59 +00:00
|
|
|
}
|
|
|
|
|
2021-02-28 21:06:23 +00:00
|
|
|
.custom-switch label {
|
|
|
|
cursor: pointer;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
_:-ms-fullscreen,
|
|
|
|
:root body {
|
|
|
|
/* IE11 */
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
#listener-command {
|
|
|
|
border: none !important;
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
|
|
|
|
}
|
|
|
|
|
|
|
|
#reverse-shell-command {
|
|
|
|
border: none !important;
|
|
|
|
border-radius: 5px;
|
|
|
|
box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.75);
|
|
|
|
background-color: rgb(70, 70, 70);
|
2021-03-02 01:17:16 +00:00
|
|
|
white-space: pre-wrap !important;
|
2021-02-28 21:06:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.custom-select {
|
|
|
|
background-color: #646464;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 20px;
|
|
|
|
box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.75);
|
|
|
|
max-height: 1000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5 {
|
|
|
|
color: white;
|
2021-03-02 01:17:16 +00:00
|
|
|
text-align: center;
|
2021-02-28 00:34:59 +00:00
|
|
|
}
|