Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/extensions/admin_ui/media/css/base.css
1154 views
1
/*
2
* Copyright (c) 2006-2025 Wade Alcorn - [email protected]
3
* Browser Exploitation Framework (BeEF) - https://beefproject.com
4
* See the file 'doc/COPYING' for copying permission
5
*/
6
7
#header .right-menu {
8
width: 300px;
9
float: right;
10
margin: 3px 3px 0 4px;
11
word-spacing: 5px;
12
font: 11px arial, tahoma, verdana, helvetica;
13
color:#000;
14
}
15
16
#header .left-menu {
17
width: 300px;
18
float: left;
19
margin: 10px 4px 0 20px;
20
word-spacing: 5px;
21
font: 11px arial, tahoma, verdana, helvetica;
22
font-weight: bolder;
23
color:red;
24
}
25
26
#header a:link,
27
#header a:visited {
28
color:#000;
29
text-decoration:underline;
30
}
31
32
.x-grid3-cell-inner {
33
white-space: normal; /* changed from nowrap */
34
}
35
36
.x-grid-empty {
37
text-align:left;
38
}
39
40
.feed-icon {
41
display: none;
42
}
43
44
#zombie-tree-tabs-panel .x-tab-panel-header {
45
font: 11px tahoma,arial,helvetica,sans-serif;
46
padding: 0 0 0 0;
47
border-bottom: none;
48
text-align: center;
49
}
50
51
/*
52
* Status bar
53
****************************************/
54
.x-statusbar .x-status-busy,
55
.x-statusbar .x-status-error,
56
.x-statusbar .x-status-valid {
57
background: transparent no-repeat 3px 2px;
58
padding-left: 25px !important;
59
padding-bottom: 2px !important;
60
}
61
62
.x-statusbar .x-status-busy {
63
background-image: url(../images/statusbar/loading.gif);
64
}
65
66
.x-statusbar .x-status-error {
67
color: #C33;
68
background-image: url(../images/statusbar/exclamation.gif);
69
}
70
71
.x-statusbar .x-status-valid {
72
background-image: url(../images/statusbar/accept.png);
73
}
74
75
/*
76
* Zombie Tree
77
****************************************/
78
.x-tree-node-leaf .x-tree-node-icon {
79
width: 13px;
80
height: 13px;
81
padding-left: 3px;
82
padding-top: 3px;
83
}
84
85
/*
86
* Zombie Tree Icons
87
****************************************/
88
.zombie-tree-icon {
89
padding-left: 3px;
90
padding-top: 3px;
91
width: 13px;
92
height: 13px;
93
border: 0;
94
}
95
96
/* these aren't used at the moment, but should be used rather than img tags */
97
.zombie-tree-icon-browser-ff {
98
background-image: url(../images/icons/firefox.png) no-repeat;
99
}
100
101
.zombie-tree-icon-browser-ie {
102
background-image: url(../images/icons/msie.png) no-repeat;
103
}
104
105
.zombie-tree-icon-browser-e {
106
background-image: url(../images/icons/edge.png) no-repeat;
107
}
108
109
.zombie-tree-icon-browser-ep {
110
background-image: url(../images/icons/epiphany.png) no-repeat;
111
}
112
113
.zombie-tree-icon-browser-s {
114
background-image: url(../images/icons/safari.png) no-repeat;
115
}
116
117
.zombie-tree-icon-browser-c {
118
background-image: url(../images/icons/chrome.png) no-repeat;
119
}
120
121
.zombie-tree-icon-browser-o {
122
background-image: url(../images/icons/opera.ico) no-repeat;
123
}
124
125
.zombie-tree-icon-browser-mi {
126
background-image: url(../images/icons/midori.png) no-repeat;
127
}
128
129
.zombie-tree-icon-browser-od {
130
background-image: url(../images/icons/odyssey.png) no-repeat;
131
}
132
133
.zombie-tree-icon-browser-br {
134
background-image: url(../images/icons/brave.png) no-repeat;
135
}
136
137
.zombie-tree-icon-browser-unknown {
138
background-image: url(../images/icons/unknown.png) no-repeat;
139
}
140
141
/*
142
* Zombie Tree Context Menu
143
****************************************/
144
.zombie-tree-ctxMenu-proxy {
145
background-image: url(../images/icons/proxy.gif);
146
}
147
148
.zombie-tree-ctxMenu-xssrays {
149
background-image: url(../images/icons/xssrays.png);
150
}
151
152
.zombie-tree-ctxMenu-rtc {
153
background-image: url(../images/icons/network.png);
154
background-size: 24px 24px;
155
background-repeat: no-repeat;
156
}
157
158
.zombie-tree-ctxMenu-delete {
159
background-image: url(../images/icons/delete.png);
160
background-size: 32px 32px;
161
background-repeat: no-repeat;
162
}
163
164
/*
165
* Network Panel
166
****************************************/
167
.network-host-ctxMenu-config {
168
background-image: url(../images/icons/tools.png);
169
background-size: 16px 16px;
170
background-repeat: no-repeat;
171
}
172
173
.network-host-ctxMenu-host {
174
background-image: url(../images/icons/pc.png);
175
background-size: 16px 16px;
176
background-repeat: no-repeat;
177
}
178
179
.network-host-ctxMenu-network {
180
background-image: url(../images/icons/network.png);
181
background-size: 16px 16px;
182
background-repeat: no-repeat;
183
}
184
185
.network-host-ctxMenu-web {
186
background-image: url(../images/icons/web.png);
187
background-size: 16px 16px;
188
background-repeat: no-repeat;
189
}
190
191
.network-host-ctxMenu-adapter {
192
background-image: url(../images/icons/adapter.png);
193
background-size: 16px 16px;
194
background-repeat: no-repeat;
195
}
196
197
.network-host-ctxMenu-router {
198
background-image: url(../images/icons/router.png);
199
background-size: 16px 16px;
200
background-repeat: no-repeat;
201
}
202
203
.network-host-ctxMenu-proxy {
204
background-image: url(../images/icons/proxy.png);
205
background-size: 16px 16px;
206
background-repeat: no-repeat;
207
}
208
209
.network-host-ctxMenu-fingerprint {
210
background-image: url(../images/icons/magnifier.png);
211
background-size: 16px 16px;
212
background-repeat: no-repeat;
213
}
214
215
.network-host-ctxMenu-cors {
216
background-image: url(../images/icons/cors.png);
217
background-size: 16px 16px;
218
background-repeat: no-repeat;
219
}
220
221
.network-host-ctxMenu-flash {
222
background-image: url(../images/icons/flash.png);
223
background-size: 16px 16px;
224
background-repeat: no-repeat;
225
}
226
227
.network-host-ctxMenu-shellshock {
228
background-image: url(../images/icons/shellshock.png);
229
background-size: 16px 16px;
230
background-repeat: no-repeat;
231
}
232
233
.network-host-ctxMenu-php {
234
background-image: url(../images/icons/php.png);
235
background-size: 16px 16px;
236
background-repeat: no-repeat;
237
}
238
239
240
/*
241
* Ext.beef.msg
242
****************************************/
243
.msg .x-box-mc {
244
font-size:14px;
245
}
246
247
#msg-div {
248
position:absolute;
249
left:35%;
250
top:20px;
251
width:250px;
252
z-index:20000;
253
}
254
255
/*
256
* Exploit Panel
257
****************************************/
258
.x-form-item-label, .x-form-element {
259
font: 11px tahoma,arial,helvetica,sans-serif;
260
}
261
262
.command-module-panel-description {
263
margin-bottom: 10px;
264
padding-top: 4px;
265
}
266
267
label {
268
font: 11px tahoma,arial,helvetica,sans-serif;
269
}
270
271