118 lines
2.4 KiB
CSS
118 lines
2.4 KiB
CSS
/*
|
|
* Copyright 2012 Wade Alcorn wade@bindshell.net
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
#header .right-menu {
|
|
float: right;
|
|
margin: 10px;
|
|
word-spacing: 5px;
|
|
font: 11px arial, tahoma, verdana, helvetica;
|
|
color:#000;
|
|
}
|
|
|
|
#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-ctxMenu-proxy {
|
|
background-image: url(../images/icons/proxy.gif);
|
|
}
|
|
|
|
.zombie-tree-ctxMenu-xssrays {
|
|
background-image: url(../images/icons/xssrays.png);
|
|
}
|
|
|
|
.x-tree-node-leaf .x-tree-node-icon {
|
|
width: 13px;
|
|
height: 13px;
|
|
padding-left: 3px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
/*
|
|
* 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;
|
|
}
|