270 lines
5.8 KiB
CSS
270 lines
5.8 KiB
CSS
/*
|
|
* Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net
|
|
* Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
* See the file 'doc/COPYING' for copying permission
|
|
*/
|
|
|
|
#header .right-menu {
|
|
width: 300px;
|
|
float: right;
|
|
margin: 3px 3px 0 4px;
|
|
word-spacing: 5px;
|
|
font: 11px arial, tahoma, verdana, helvetica;
|
|
color:#000;
|
|
}
|
|
|
|
#header .left-menu {
|
|
width: 300px;
|
|
float: left;
|
|
margin: 10px 4px 0 20px;
|
|
word-spacing: 5px;
|
|
font: 11px arial, tahoma, verdana, helvetica;
|
|
font-weight: bolder;
|
|
color:red;
|
|
}
|
|
|
|
#header a:link,
|
|
#header a:visited {
|
|
color:#000;
|
|
text-decoration:underline;
|
|
}
|
|
|
|
.x-grid3-cell-inner {
|
|
white-space: normal; /* changed from nowrap */
|
|
}
|
|
|
|
.x-grid-empty {
|
|
text-align:left;
|
|
}
|
|
|
|
.feed-icon {
|
|
display: none;
|
|
}
|
|
|
|
#zombie-tree-tabs-panel .x-tab-panel-header {
|
|
font: 11px tahoma,arial,helvetica,sans-serif;
|
|
padding: 0 0 0 0;
|
|
border-bottom: none;
|
|
text-align: center;
|
|
}
|
|
|
|
/*
|
|
* Status bar
|
|
****************************************/
|
|
.x-statusbar .x-status-busy,
|
|
.x-statusbar .x-status-error,
|
|
.x-statusbar .x-status-valid {
|
|
background: transparent no-repeat 3px 2px;
|
|
padding-left: 25px !important;
|
|
padding-bottom: 2px !important;
|
|
}
|
|
|
|
.x-statusbar .x-status-busy {
|
|
background-image: url(../images/statusbar/loading.gif);
|
|
}
|
|
|
|
.x-statusbar .x-status-error {
|
|
color: #C33;
|
|
background-image: url(../images/statusbar/exclamation.gif);
|
|
}
|
|
|
|
.x-statusbar .x-status-valid {
|
|
background-image: url(../images/statusbar/accept.png);
|
|
}
|
|
|
|
/*
|
|
* Zombie Tree
|
|
****************************************/
|
|
.x-tree-node-leaf .x-tree-node-icon {
|
|
width: 13px;
|
|
height: 13px;
|
|
padding-left: 3px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
/*
|
|
* Zombie Tree Icons
|
|
****************************************/
|
|
.zombie-tree-icon {
|
|
padding-left: 3px;
|
|
padding-top: 3px;
|
|
width: 13px;
|
|
height: 13px;
|
|
border: 0;
|
|
}
|
|
|
|
/* these aren't used at the moment, but should be used rather than img tags */
|
|
.zombie-tree-icon-browser-ff {
|
|
background-image: url(../images/icons/firefox.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-ie {
|
|
background-image: url(../images/icons/msie.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-e {
|
|
background-image: url(../images/icons/edge.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-ep {
|
|
background-image: url(../images/icons/epiphany.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-s {
|
|
background-image: url(../images/icons/safari.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-c {
|
|
background-image: url(../images/icons/chrome.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-o {
|
|
background-image: url(../images/icons/opera.ico) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-mi {
|
|
background-image: url(../images/icons/midori.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-od {
|
|
background-image: url(../images/icons/odyssey.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-br {
|
|
background-image: url(../images/icons/brave.png) no-repeat;
|
|
}
|
|
|
|
.zombie-tree-icon-browser-unknown {
|
|
background-image: url(../images/icons/unknown.png) no-repeat;
|
|
}
|
|
|
|
/*
|
|
* Zombie Tree Context Menu
|
|
****************************************/
|
|
.zombie-tree-ctxMenu-proxy {
|
|
background-image: url(../images/icons/proxy.gif);
|
|
}
|
|
|
|
.zombie-tree-ctxMenu-xssrays {
|
|
background-image: url(../images/icons/xssrays.png);
|
|
}
|
|
|
|
.zombie-tree-ctxMenu-rtc {
|
|
background-image: url(../images/icons/network.png);
|
|
background-size: 24px 24px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.zombie-tree-ctxMenu-delete {
|
|
background-image: url(../images/icons/delete.png);
|
|
background-size: 32px 32px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/*
|
|
* Network Panel
|
|
****************************************/
|
|
.network-host-ctxMenu-config {
|
|
background-image: url(../images/icons/tools.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-host {
|
|
background-image: url(../images/icons/pc.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-network {
|
|
background-image: url(../images/icons/network.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-web {
|
|
background-image: url(../images/icons/web.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-adapter {
|
|
background-image: url(../images/icons/adapter.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-router {
|
|
background-image: url(../images/icons/router.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-proxy {
|
|
background-image: url(../images/icons/proxy.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-fingerprint {
|
|
background-image: url(../images/icons/magnifier.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-cors {
|
|
background-image: url(../images/icons/cors.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-flash {
|
|
background-image: url(../images/icons/flash.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-shellshock {
|
|
background-image: url(../images/icons/shellshock.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.network-host-ctxMenu-php {
|
|
background-image: url(../images/icons/php.png);
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
/*
|
|
* Ext.beef.msg
|
|
****************************************/
|
|
.msg .x-box-mc {
|
|
font-size:14px;
|
|
}
|
|
|
|
#msg-div {
|
|
position:absolute;
|
|
left:35%;
|
|
top:20px;
|
|
width:250px;
|
|
z-index:20000;
|
|
}
|
|
|
|
/*
|
|
* Exploit Panel
|
|
****************************************/
|
|
.x-form-item-label, .x-form-element {
|
|
font: 11px tahoma,arial,helvetica,sans-serif;
|
|
}
|
|
|
|
.command-module-panel-description {
|
|
margin-bottom: 10px;
|
|
padding-top: 4px;
|
|
}
|
|
|
|
label {
|
|
font: 11px tahoma,arial,helvetica,sans-serif;
|
|
}
|