]> git.proxmox.com Git - pve-manager.git/blob - www/css/ext6-pve.css
add cloudinit pve icon svg and class
[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-cloud,
227 .pve-itype-icon-pci
228 {
229 background-repeat: no-repeat;
230 background-position:3px center;
231 padding-left: 20px;
232 }
233
234 .pve-itype-icon-qemu,
235 .x-tree-node-computer,
236 .x-grid-tree-node-expanded .x-tree-node-computer
237 {
238 background-image:url(../images/icon-display.png);
239 }
240
241 .pve-itype-icon-lxc,
242 .x-tree-node-lxc,
243 .x-grid-tree-node-expanded .x-tree-node-lxc
244 {
245 background-image:url(../images/lxc-off.png);
246 }
247
248 .pve-itype-icon-swap,
249 .x-tree-node-lxc-swap,
250 .x-grid-tree-node-expanded .x-tree-lxc-swap
251 {
252 background-image:url(../images/icon-swap.png);
253 }
254
255 .pve-itype-icon-lxc-running,
256 .x-tree-node-lxc-running,
257 .x-grid-tree-node-expanded .x-tree-node-lxc-running
258 {
259 background-image:url(../images/lxc-on.png);
260 }
261
262 .pve-itype-icon-storage,
263 .x-tree-node-harddisk,
264 .x-grid-tree-node-expanded .x-tree-node-harddisk
265 {
266 background-image:url(../images/icon-harddisk.png);
267 }
268
269 .x-tree-node-snapshot,
270 .x-grid-tree-node-expanded .x-tree-node-snapshot
271 {
272 background-image:url(../images/snapshot.png);
273 }
274
275 .pve-itype-icon-itype
276 {
277 background-image:url(../ext6/theme-classic/resources/images/tree/folder.gif);
278 }
279
280 .pve-itype-icon-network-server
281 {
282 background-image:url(../images/network-server.png);
283 }
284
285 .pve-itype-icon-network
286 {
287 background-image:url(../images/icon-network.png);
288 }
289
290 .pve-itype-icon-keyboard
291 {
292 background-image:url(../images/icon-keyboard.png);
293 }
294
295 .pve-itype-icon-cdrom
296 {
297 background-image:url(../images/icon-cd.png);
298 }
299
300 .pve-itype-icon-memory
301 {
302 background-image:url(../images/icon-ram.png);
303 }
304
305 .pve-itype-icon-processor
306 {
307 background-image:url(../images/icon-cpu.png);
308 }
309
310 .pve-itype-icon-display
311 {
312 background-image:url(../images/icon-display.png);
313 }
314
315 .pve-itype-icon-tigervnc
316 {
317 background-image:url(../images/tigervnc.png);
318 }
319
320 .pve-itype-icon-novnc
321 {
322 background-image:url(../images/novnc.png);
323 }
324
325 .pve-itype-icon-virt-viewer
326 {
327 background-image:url(../images/virt-viewer.png);
328 }
329
330 .pve-itype-icon-xtermjs
331 {
332 background-image:url(../images/xtermjs.png);
333 }
334
335 .pve-itype-icon-usb
336 {
337 background-image:url(../images/icon-usb.png);
338 }
339
340 .pve-itype-icon-pci
341 {
342 background-image:url(../images/icon-pci.png);
343 }
344
345 .pve-itype-icon-serial
346 {
347 background-size: 16px;
348 background-image:url(../images/icon-serial.svg);
349 }
350
351 .pve-itype-icon-cloud
352 {
353 background-size: 16px;
354 background-image:url(../images/icon-cloud.svg);
355 }
356
357 .pve-icon {
358 height: 16px;
359 background-position: bottom;
360 vertical-align: bottom;
361 padding: 0;
362 }
363
364 /* displayfield minheight is wrong */
365 .x-form-display-field-default {
366 min-height: 20px;
367 }
368
369 .x-button-reset:before {
370 font-size: 16px;
371 }
372
373 /* for resetcolumnsbutton */
374 .x-button-reset:after{
375 content: "\f0e7 ";
376 position: relative;
377 text-shadow: 0 0 2px #fff;
378 left: -3px;
379 top: 2px;
380 }
381
382 .proxmox-inline-button .x-btn-inner {
383 color: black;
384 }
385
386 .pve-hint {
387 background-color: LightYellow;
388 }
389
390 /* for info widget */
391 div.left-aligned {
392 float: left;
393 }
394
395 div.right-aligned {
396 float: right;
397 }
398
399 .x-progress.critical .x-progress-bar{
400 background-color: #FF8888;
401 }
402
403 .x-progress.warning .x-progress-bar{
404 background-color: #FFCC00;
405 }
406
407 .x-treelist-nav {
408 background-color: #f5f5f5;
409 }
410
411 .x-treelist-row {
412 margin-top: 5px;
413 }
414
415 .x-treelist-item-icon {
416 color: #000;
417 margin-left: 2px;
418 }
419
420 .x-treelist-item-text {
421 color: #000;
422 padding-left: 5px;
423 padding-right: 5px;
424 }
425
426 .fa-ceph:before {
427 width: 14px;
428 height: 14px;
429 position: absolute;
430 left: 1px;
431 top: 4px;
432 background-image:url(../images/logo-ceph.png);
433 background-size: 14px 14px;
434 content: ' ';
435 }
436
437 .x-treelist-row-over > * > .x-treelist-item-icon,
438 .x-treelist-row-over > * > .x-treelist-item-text{
439 color: #000;
440 }
441
442 /* some icons have to be color manually */
443 .black {
444 color: #000;
445 }
446
447 .normal {
448 color: #c2ddf2;
449 }
450
451 .faded {
452 color: #cfcfcf;
453 }
454
455 .good {
456 color: #21BF4B;
457 }
458
459 .warning {
460 color: #fc0;
461 }
462
463 .critical {
464 color: #FF6C59;
465 }
466
467 /* for the ceph monitor widgets */
468 div.monitor {
469 text-align:left;
470 border:#cfcfcf solid 1px;
471 border-radius:2px;
472 margin: 2px;
473 padding: 5px 8px;
474 }
475
476 /* for auto layout */
477 div.inline-block {
478 display: inline-block;
479 vertical-align: top;
480 }
481
482 /* ceph dashboard osd table styling */
483 table.osds {
484 border-collapse: collapse;
485 margin: auto;
486 }
487
488 table.osds td {
489 padding: 4px;
490 text-align: right;
491 border-right: 1px solid #cfcfcf;
492 }
493
494 table.osds td:last-of-type {
495 border-right: 0;
496 }
497
498 table.osds tr {
499 border-bottom: 1px solid #cfcfcf;
500 }
501
502 table.osds tr:last-of-type {
503 border-bottom: 0;
504 }
505
506 table.osds td:first-of-type {
507 text-align: left;
508 }
509
510 .pointer {
511 cursor: pointer;
512 }
513
514 .x-grid-filters-filtered-column{
515 font-style: italic;
516 font-weight: bold;
517 }
518
519 /* chrome 56 fix */
520 .x-webkit .x-form-text {
521 height: 100% !important;
522 }
523
524 .x-webkit :not(.x-form-textarea-body) > .x-form-trigger-wrap {
525 height: initial;
526 }
527
528 .proxmox-invalid-row {
529 background-color: #f3d6d7;
530 }
531
532 .pve-static-mask div.x-mask-msg-text {
533 padding: 10px;
534 background-image: none;
535 }
536
537 .x-fa {
538 diplay: inline-block;
539 font: normal normal normal 14px/1 FontAwesome;
540 text-rendering: auto;
541 -webkit-font-smoothing: antialiased;
542 -moz-osx-font-smoothing: grayscale;
543 }
544
545 .usage-wrapper {
546 margin-left: -7px;
547 vertical-align: text-bottom;
548 display: inline-block;
549 width: 8px;
550 height: 1.2em;
551 border: 1px solid #555;
552 border-radius: 1px;
553 padding: 1px;
554 }
555
556 .usage-negative {
557 left: 0px;
558 right:0px;
559 }
560
561 .usage {
562 left: 0px;
563 right: 0px;
564 background-color: #555;
565 }