Path: blob/master/extensions/admin_ui/media/css/base.css
1154 views
/*1* Copyright (c) 2006-2025 Wade Alcorn - [email protected]2* Browser Exploitation Framework (BeEF) - https://beefproject.com3* See the file 'doc/COPYING' for copying permission4*/56#header .right-menu {7width: 300px;8float: right;9margin: 3px 3px 0 4px;10word-spacing: 5px;11font: 11px arial, tahoma, verdana, helvetica;12color:#000;13}1415#header .left-menu {16width: 300px;17float: left;18margin: 10px 4px 0 20px;19word-spacing: 5px;20font: 11px arial, tahoma, verdana, helvetica;21font-weight: bolder;22color:red;23}2425#header a:link,26#header a:visited {27color:#000;28text-decoration:underline;29}3031.x-grid3-cell-inner {32white-space: normal; /* changed from nowrap */33}3435.x-grid-empty {36text-align:left;37}3839.feed-icon {40display: none;41}4243#zombie-tree-tabs-panel .x-tab-panel-header {44font: 11px tahoma,arial,helvetica,sans-serif;45padding: 0 0 0 0;46border-bottom: none;47text-align: center;48}4950/*51* Status bar52****************************************/53.x-statusbar .x-status-busy,54.x-statusbar .x-status-error,55.x-statusbar .x-status-valid {56background: transparent no-repeat 3px 2px;57padding-left: 25px !important;58padding-bottom: 2px !important;59}6061.x-statusbar .x-status-busy {62background-image: url(../images/statusbar/loading.gif);63}6465.x-statusbar .x-status-error {66color: #C33;67background-image: url(../images/statusbar/exclamation.gif);68}6970.x-statusbar .x-status-valid {71background-image: url(../images/statusbar/accept.png);72}7374/*75* Zombie Tree76****************************************/77.x-tree-node-leaf .x-tree-node-icon {78width: 13px;79height: 13px;80padding-left: 3px;81padding-top: 3px;82}8384/*85* Zombie Tree Icons86****************************************/87.zombie-tree-icon {88padding-left: 3px;89padding-top: 3px;90width: 13px;91height: 13px;92border: 0;93}9495/* these aren't used at the moment, but should be used rather than img tags */96.zombie-tree-icon-browser-ff {97background-image: url(../images/icons/firefox.png) no-repeat;98}99100.zombie-tree-icon-browser-ie {101background-image: url(../images/icons/msie.png) no-repeat;102}103104.zombie-tree-icon-browser-e {105background-image: url(../images/icons/edge.png) no-repeat;106}107108.zombie-tree-icon-browser-ep {109background-image: url(../images/icons/epiphany.png) no-repeat;110}111112.zombie-tree-icon-browser-s {113background-image: url(../images/icons/safari.png) no-repeat;114}115116.zombie-tree-icon-browser-c {117background-image: url(../images/icons/chrome.png) no-repeat;118}119120.zombie-tree-icon-browser-o {121background-image: url(../images/icons/opera.ico) no-repeat;122}123124.zombie-tree-icon-browser-mi {125background-image: url(../images/icons/midori.png) no-repeat;126}127128.zombie-tree-icon-browser-od {129background-image: url(../images/icons/odyssey.png) no-repeat;130}131132.zombie-tree-icon-browser-br {133background-image: url(../images/icons/brave.png) no-repeat;134}135136.zombie-tree-icon-browser-unknown {137background-image: url(../images/icons/unknown.png) no-repeat;138}139140/*141* Zombie Tree Context Menu142****************************************/143.zombie-tree-ctxMenu-proxy {144background-image: url(../images/icons/proxy.gif);145}146147.zombie-tree-ctxMenu-xssrays {148background-image: url(../images/icons/xssrays.png);149}150151.zombie-tree-ctxMenu-rtc {152background-image: url(../images/icons/network.png);153background-size: 24px 24px;154background-repeat: no-repeat;155}156157.zombie-tree-ctxMenu-delete {158background-image: url(../images/icons/delete.png);159background-size: 32px 32px;160background-repeat: no-repeat;161}162163/*164* Network Panel165****************************************/166.network-host-ctxMenu-config {167background-image: url(../images/icons/tools.png);168background-size: 16px 16px;169background-repeat: no-repeat;170}171172.network-host-ctxMenu-host {173background-image: url(../images/icons/pc.png);174background-size: 16px 16px;175background-repeat: no-repeat;176}177178.network-host-ctxMenu-network {179background-image: url(../images/icons/network.png);180background-size: 16px 16px;181background-repeat: no-repeat;182}183184.network-host-ctxMenu-web {185background-image: url(../images/icons/web.png);186background-size: 16px 16px;187background-repeat: no-repeat;188}189190.network-host-ctxMenu-adapter {191background-image: url(../images/icons/adapter.png);192background-size: 16px 16px;193background-repeat: no-repeat;194}195196.network-host-ctxMenu-router {197background-image: url(../images/icons/router.png);198background-size: 16px 16px;199background-repeat: no-repeat;200}201202.network-host-ctxMenu-proxy {203background-image: url(../images/icons/proxy.png);204background-size: 16px 16px;205background-repeat: no-repeat;206}207208.network-host-ctxMenu-fingerprint {209background-image: url(../images/icons/magnifier.png);210background-size: 16px 16px;211background-repeat: no-repeat;212}213214.network-host-ctxMenu-cors {215background-image: url(../images/icons/cors.png);216background-size: 16px 16px;217background-repeat: no-repeat;218}219220.network-host-ctxMenu-flash {221background-image: url(../images/icons/flash.png);222background-size: 16px 16px;223background-repeat: no-repeat;224}225226.network-host-ctxMenu-shellshock {227background-image: url(../images/icons/shellshock.png);228background-size: 16px 16px;229background-repeat: no-repeat;230}231232.network-host-ctxMenu-php {233background-image: url(../images/icons/php.png);234background-size: 16px 16px;235background-repeat: no-repeat;236}237238239/*240* Ext.beef.msg241****************************************/242.msg .x-box-mc {243font-size:14px;244}245246#msg-div {247position:absolute;248left:35%;249top:20px;250width:250px;251z-index:20000;252}253254/*255* Exploit Panel256****************************************/257.x-form-item-label, .x-form-element {258font: 11px tahoma,arial,helvetica,sans-serif;259}260261.command-module-panel-description {262margin-bottom: 10px;263padding-top: 4px;264}265266label {267font: 11px tahoma,arial,helvetica,sans-serif;268}269270271