.prompt-sign { position: absolute; top: 25px; left: 40px; pointer-events: none; font-size: 1em; } .highlighted-parameter { color: #426992; font-weight: bold; font-size: 1em; } .highlighted-warning { color: red; font-weight: bold; } .custom-switch label { cursor: pointer; user-select: none; } .nav-tabs { border-bottom: none !important; } .nav-tabs .nav-link:hover { background-color: #375a7f; } .nav-tabs .nav-link.active { background-color: #375a7f; } _:-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); max-height: 20rem; } #bind-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); max-height: 20rem; } #msfvenom-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); max-height: 20rem; } .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); height: 100% !important; } h2 { color: white; text-align: center; } .pre-wrap { white-space: pre-wrap; } .card-body { max-height: 40rem; } .list-group-item.active, .list-group-item-action:focus, .list-group-item-action:hover { background-color: #375a7f; } .github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out } @keyframes octocat-wave { 0%, 100% { transform: rotate(0) } 20%, 60% { transform: rotate(-25deg) } 40%, 80% { 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 } }