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

69 lines
1.1 KiB
CSS
Raw Normal View History

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 {
color: #c0c0ba;
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;
}
_:-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 02:33:21 +00:00
max-height: 20rem;
2021-02-28 21:06:23 +00:00
}
2021-03-02 02:33:21 +00:00
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);
2021-03-02 02:33:21 +00:00
height: 100% !important;
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;
}