]> git.proxmox.com Git - pve-manager.git/blob - www/css/ext6-pve.css
add icon/class for serial ports
[pve-manager.git] / www / css / ext6-pve.css
1 /* overwrite to use full black for enabled buttons */
2 .x-btn-inner-default-toolbar-small {
3 font: 300 12px/16px helvetica, arial, verdana, sans-serif;
4 color: #000;
5 padding: 0 5px;
6 max-width: 100%;
7 }
8
9 /* add missing class for context menu header */
10 .x-menu-header {
11 font: 400 13px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
12 color: #fff;
13 padding: 4px;
14 background-color: #3892d4;
15 }
16
17 /* make the upper window end visible */
18 .x-css-shadow {
19 box-shadow: rgb(136,136,136) 0px -1px 15px !important;
20 }
21
22 /* reduce tree space */
23 .x-grid-cell-inner-treecolumn { /* vertical padding */
24 padding: 4px 0px 3px 0px;
25 }
26
27 /* horizontal distance between parent and child leaf */
28 .x-tree-elbow-img {
29 width: 14px;
30 }
31
32 /* adjust horizontal position of menu icons */
33 .x-menu-item-icon-default {
34 top: 5px;
35 left: 3px;
36 font-size: 14px;
37 }
38
39 /* this gives a better placement for the font-awesome icons */
40 .x-btn-icon-el-default-toolbar-small {
41 height: 14px;
42 }
43
44 /* this icon looks weird in sizes not n*14px */
45 .x-btn-icon-el-default-toolbar-small.fa-ellipsis-v {
46 font-size: 14px;
47 }
48
49 .x-btn-icon-el-default-small {
50 height: 14px;
51 font-size: 14px;
52 }
53
54 /* icons for tree/snapshots/menus/etc.. */
55
56 /* overwrite folder icons of theme */
57 .x-tree-icon-parent,
58 .x-tree-icon-parent-expanded,
59 .x-tree-icon-leaf {
60 background: none;
61 display: inline-block;
62 font: normal normal normal 14px/1 FontAwesome;
63 font-size: inherit;
64 text-rendering: auto;
65 -webkit-font-smoothing: antialiased;
66 -moz-osx-font-smoothing: grayscale;
67 font-size: 1.25em;
68 line-height: 1.6em;
69 color: #555;
70 margin-right: 5px;
71 }
72
73 .x-tree-icon-parent:not(.x-tree-icon-custom):before {
74 content: "\f114";
75 }
76
77 .x-tree-icon-parent-expanded:not(.x-tree-icon-custom):before {
78 content: "\f115";
79 }
80
81 /* loading in task list */
82 .x-grid-row-loading {
83 background: no-repeat center center;
84 background-image:url(../ext6/theme-crisp/resources/images/loadmask/loading.gif);
85 }
86
87 /* console icon in task list */
88 .x-grid-row-console {
89 background: no-repeat center center;
90 background-image:url(../images/icon-display.png);
91 }
92
93 /* for font-awesome colors */
94 /* tree icons */
95
96 /* big symbols */
97 .x-tree-icon-custom {
98 font-size: 1.25em;
99 line-height: 1.6em;
100 color: #555;
101 margin-right: 5px;
102 }
103
104 /* grid icons (resources, etc) */
105 .x-grid-icon-custom {
106 font-size: 1.25em;
107 color: #555;
108 margin-right: 5px;
109 }
110
111 /* the running vms are darker */
112 .x-tree-icon-custom.running,
113 .x-grid-icon-custom.running {
114 color: #000;
115 }
116
117 /* stopped and offline items are greyed out */
118 .x-tree-icon-custom.stopped,
119 .x-grid-icon-custom.stopped,
120 .x-tree-icon-custom.offline,
121 .x-grid-icon-custom.offline {
122 color: #cfcfcf;
123 }
124
125 /* the small icons */
126 .x-tree-icon-custom:after,
127 .x-grid-icon-custom:after {
128 position: relative;
129 left: -5px;
130 top: 1px;
131 font-size: 0.75em;
132 text-shadow: -1px 0px 2px #fff;
133 content: "\ ";
134 }
135
136 /* the green check */
137 .x-tree-icon-custom.online:after,
138 .x-grid-icon-custom.online:after {
139 content: "\f058";
140 color: #21BF4B;
141 }
142
143 /* the red x */
144 .x-tree-icon-custom.offline:after,
145 .x-grid-icon-custom.offline:after,
146 .x-tree-icon-custom.ha-error:after,
147 .x-grid-icon-custom.ha-error:after {
148 content: "\f057";
149 color: #CC1800;
150 }
151
152 /* the grey '?' */
153 .x-tree-icon-custom.unknown:after,
154 .x-grid-icon-custom.unknown:after {
155 content: "\f059";
156 color: #888;
157 }
158
159 /* the play symbol */
160 .x-tree-icon-custom.running:after,
161 .x-grid-icon-custom.running:after {
162 content: "\f04b";
163 color: #21BF4B;
164 }
165
166 /* the pause symbol */
167 .x-tree-icon-custom.paused:after,
168 .x-grid-icon-custom.paused:after {
169 content: "\f04c";
170 color: #CC8E00;
171 font-size: 0.6em;
172 }
173
174 /* the lxc template */
175 .x-tree-icon-custom.lxc:after,
176 .x-grid-icon-custom.lxc:after {
177 content: "\f1b2";
178 background: #fff;
179 }
180
181 /* the qemu template */
182 .x-tree-icon-custom.qemu:after,
183 .x-grid-icon-custom.qemu:after {
184 content : "\f108";
185 background: #fff;
186 }
187
188 /* fixes background on mouseover and selected items */
189 .x-grid-item-over .qemu:after,
190 .x-grid-item-over .lxc:after {
191 background-color: #e2eff9;
192 text-shadow: -1px 0px 2px #e2eff9;
193 }
194
195 .x-grid-item-selected .qemu:after,
196 .x-grid-item-selected .lxc:after {
197 background-color: #c2ddf2;
198 text-shadow: -1px 0px 2px #c2ddf2;
199 }
200
201 .pve-itype-icon-virt-viewer,
202 .pve-itype-icon-tigervnc,
203 .pve-itype-icon-novnc,
204 .pve-itype-icon-xtermjs,
205 .pve-itype-icon-display,
206 .pve-itype-icon-memory,
207 .pve-itype-icon-processor,
208 .pve-itype-icon-network,
209 .pve-itype-icon-network-server,
210 .pve-itype-icon-keyboard,
211 .pve-itype-icon-cdrom,
212 .pve-itype-icon-qemu,
213 .pve-itype-icon-qemu-template,
214 .pve-itype-icon-qemu-running,
215 .pve-itype-icon-lxc,
216 .pve-itype-icon-lxc-template,
217 .pve-itype-icon-lxc-running,
218 .pve-itype-icon-swap,
219 .pve-itype-icon-node,
220 .pve-itype-icon-node-running,
221 .pve-itype-icon-storage,
222 .pve-itype-icon-pool,
223 .pve-itype-icon-itype,
224 .pve-itype-icon-usb,
225 .pve-itype-icon-serial,
226 .pve-itype-icon-pci
227 {
228 background-repeat: no-repeat;
229 background-position:3px center;
230 padding-left: 20px;
231 }
232
233 .pve-itype-icon-qemu,
234 .x-tree-node-computer,
235 .x-grid-tree-node-expanded .x-tree-node-computer
236 {
237 background-image:url(../images/icon-display.png);
238 }
239
240 .pve-itype-icon-lxc,
241 .x-tree-node-lxc,
242 .x-grid-tree-node-expanded .x-tree-node-lxc
243 {
244 background-image:url(../images/lxc-off.png);
245 }
246
247 .pve-itype-icon-swap,
248 .x-tree-node-lxc-swap,
249 .x-grid-tree-node-expanded .x-tree-lxc-swap
250 {
251 background-image:url(../images/icon-swap.png);
252 }
253
254 .pve-itype-icon-lxc-running,
255 .x-tree-node-lxc-running,
256 .x-grid-tree-node-expanded .x-tree-node-lxc-running
257 {
258 background-image:url(../images/lxc-on.png);
259 }
260
261 .pve-itype-icon-storage,
262 .x-tree-node-harddisk,
263 .x-grid-tree-node-expanded .x-tree-node-harddisk
264 {
265 background-image:url(../images/icon-harddisk.png);
266 }
267
268 .x-tree-node-snapshot,
269 .x-grid-tree-node-expanded .x-tree-node-snapshot
270 {
271 background-image:url(../images/snapshot.png);
272 }
273
274 .pve-itype-icon-itype
275 {
276 background-image:url(../ext6/theme-classic/resources/images/tree/folder.gif);
277 }
278
279 .pve-itype-icon-network-server
280 {
281 background-image:url(../images/network-server.png);
282 }
283
284 .pve-itype-icon-network
285 {
286 background-image:url(../images/icon-network.png);
287 }
288
289 .pve-itype-icon-keyboard
290 {
291 background-image:url(../images/icon-keyboard.png);
292 }
293
294 .pve-itype-icon-cdrom
295 {
296 background-image:url(../images/icon-cd.png);
297 }
298
299 .pve-itype-icon-memory
300 {
301 background-image:url(../images/icon-ram.png);
302 }
303
304 .pve-itype-icon-processor
305 {
306 background-image:url(../images/icon-cpu.png);
307 }
308
309 .pve-itype-icon-display
310 {
311 background-image:url(../images/icon-display.png);
312 }
313
314 .pve-itype-icon-tigervnc
315 {
316 background-image:url(../images/tigervnc.png);
317 }
318
319 .pve-itype-icon-novnc
320 {
321 background-image:url(../images/novnc.png);
322 }
323
324 .pve-itype-icon-virt-viewer
325 {
326 background-image:url(../images/virt-viewer.png);
327 }
328
329 .pve-itype-icon-xtermjs
330 {
331 background-image:url(../images/xtermjs.png);
332 }
333
334 .pve-itype-icon-usb
335 {
336 background-image:url(../images/icon-usb.png);
337 }
338
339 .pve-itype-icon-pci
340 {
341 background-image:url(../images/icon-pci.png);
342 }
343
344 .pve-itype-icon-serial
345 {
346 background-size: 16px;
347 background-image:url(../images/icon-serial.svg);
348 }
349
350 /* displayfield minheight is wrong */
351 .x-form-display-field-default {
352 min-height: 20px;
353 }
354
355 .x-button-reset:before {
356 font-size: 16px;
357 }
358
359 /* for resetcolumnsbutton */
360 .x-button-reset:after{
361 content: "\f0e7 ";
362 position: relative;
363 text-shadow: 0 0 2px #fff;
364 left: -3px;
365 top: 2px;
366 }
367
368 .proxmox-inline-button .x-btn-inner {
369 color: black;
370 }
371
372 .pve-hint {
373 background-color: LightYellow;
374 }
375
376 /* for info widget */
377 div.left-aligned {
378 float: left;
379 }
380
381 div.right-aligned {
382 float: right;
383 }
384
385 .x-progress.critical .x-progress-bar{
386 background-color: #FF8888;
387 }
388
389 .x-progress.warning .x-progress-bar{
390 background-color: #FFCC00;
391 }
392
393 .x-treelist-nav {
394 background-color: #f5f5f5;
395 }
396
397 .x-treelist-row {
398 margin-top: 5px;
399 }
400
401 .x-treelist-item-icon {
402 color: #000;
403 margin-left: 2px;
404 }
405
406 .x-treelist-item-text {
407 color: #000;
408 padding-left: 5px;
409 padding-right: 5px;
410 }
411
412 .fa-ceph:before {
413 width: 14px;
414 height: 14px;
415 position: absolute;
416 left: 1px;
417 top: 4px;
418 background-image:url(../images/logo-ceph.png);
419 background-size: 14px 14px;
420 content: ' ';
421 }
422
423 .x-treelist-row-over > * > .x-treelist-item-icon,
424 .x-treelist-row-over > * > .x-treelist-item-text{
425 color: #000;
426 }
427
428 /* some icons have to be color manually */
429 .black {
430 color: #000;
431 }
432
433 .normal {
434 color: #c2ddf2;
435 }
436
437 .faded {
438 color: #cfcfcf;
439 }
440
441 .good {
442 color: #21BF4B;
443 }
444
445 .warning {
446 color: #fc0;
447 }
448
449 .critical {
450 color: #FF6C59;
451 }
452
453 /* for the ceph monitor widgets */
454 div.monitor {
455 text-align:left;
456 border:#cfcfcf solid 1px;
457 border-radius:2px;
458 margin: 2px;
459 padding: 5px 8px;
460 }
461
462 /* for auto layout */
463 div.inline-block {
464 display: inline-block;
465 vertical-align: top;
466 }
467
468 /* ceph dashboard osd table styling */
469 table.osds {
470 border-collapse: collapse;
471 margin: auto;
472 }
473
474 table.osds td {
475 padding: 4px;
476 text-align: right;
477 border-right: 1px solid #cfcfcf;
478 }
479
480 table.osds td:last-of-type {
481 border-right: 0;
482 }
483
484 table.osds tr {
485 border-bottom: 1px solid #cfcfcf;
486 }
487
488 table.osds tr:last-of-type {
489 border-bottom: 0;
490 }
491
492 table.osds td:first-of-type {
493 text-align: left;
494 }
495
496 .pointer {
497 cursor: pointer;
498 }
499
500 .x-grid-filters-filtered-column{
501 font-style: italic;
502 font-weight: bold;
503 }
504
505 /* chrome 56 fix */
506 .x-webkit .x-form-text {
507 height: 100% !important;
508 }
509
510 .x-webkit :not(.x-form-textarea-body) > .x-form-trigger-wrap {
511 height: initial;
512 }
513
514 .proxmox-invalid-row {
515 background-color: #f3d6d7;
516 }
517
518 .pve-static-mask div.x-mask-msg-text {
519 padding: 10px;
520 background-image: none;
521 }
522
523 .x-fa {
524 diplay: inline-block;
525 font: normal normal normal 14px/1 FontAwesome;
526 text-rendering: auto;
527 -webkit-font-smoothing: antialiased;
528 -moz-osx-font-smoothing: grayscale;
529 }
530
531 .usage-wrapper {
532 margin-left: -7px;
533 vertical-align: text-bottom;
534 display: inline-block;
535 width: 8px;
536 height: 1.2em;
537 border: 1px solid #555;
538 border-radius: 1px;
539 padding: 1px;
540 }
541
542 .usage-negative {
543 left: 0px;
544 right:0px;
545 }
546
547 .usage {
548 left: 0px;
549 right: 0px;
550 background-color: #555;
551 }