mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
76 lines
1.2 KiB
CSS
76 lines
1.2 KiB
CSS
#page-container {
|
|
max-width: 1000px;
|
|
margin: auto;
|
|
}
|
|
#main-title {
|
|
height:80px;
|
|
position: relative;
|
|
}
|
|
#page-id {
|
|
font-size:40%;
|
|
color:#fff;
|
|
position: absolute;
|
|
bottom:0;
|
|
font-family: Lucida Console,courier,monoco;
|
|
}
|
|
#ascii {
|
|
font-family: Lucida Console,courier,monoco;
|
|
font-size:10px;
|
|
width:auto;
|
|
height:110px;
|
|
float:left;
|
|
}
|
|
pre {
|
|
background-color:transparent;
|
|
color:inherit;
|
|
border:0;
|
|
height:110px;
|
|
overflow: hidden;
|
|
padding:10px 0;
|
|
}
|
|
.page { clear: both; }
|
|
.navbar-collapse {
|
|
margin: auto;
|
|
max-width:1000px;
|
|
}
|
|
#content-container {
|
|
margin-top:60px;
|
|
}
|
|
#payload-list-target {
|
|
float:left;
|
|
width: 25%;
|
|
}
|
|
#readme-target {
|
|
float:left;
|
|
width:75%;
|
|
padding:0 20px;
|
|
}
|
|
.btn-group-vertical {
|
|
padding: 0 2px;
|
|
width:100%;
|
|
}
|
|
|
|
.quick-command { margin-right:3px; }
|
|
.console-input-container {
|
|
margin-bottom:5px;
|
|
}
|
|
#console-input {
|
|
background-color: #111;
|
|
}
|
|
#console-output {
|
|
font-family: courier,monoco;
|
|
font-size:16px;
|
|
width: 100%;
|
|
height: 300px;
|
|
overflow-y:scroll;
|
|
overflow-x:hidden;
|
|
border: 1px solid #999;
|
|
color: #999;
|
|
background-color: #111;
|
|
padding:4px 8px;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
resize:vertical;
|
|
}
|
|
#console-clear { cursor: pointer; } |