-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.css
569 lines (569 loc) · 40.7 KB
/
theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
/* neo theme (https://jenkins-contrib-themes.github.io/jenkins-neo-theme/dist/neo-light.css) */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,500,300);
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
@keyframes rotating {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg)
}
}
[src$='blue.png'] {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23009688%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E)
}
[src$='red.png'] {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23F44336%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm1%2015h-2v-2h2v2zm0-4h-2V7h2v6z%22%2F%3E%3C%2Fsvg%3E)
}
[src$='yellow.png'] {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23FFC107%22%20d%3D%22M1%2021h22L12%202%201%2021zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z%22%2F%3E%3C%2Fsvg%3E)
}
[src$='grey.png'],
[src$='aborted.png'],
[src$='nobuilt.png'],
[src$='disabled.png'] {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm5%2011H7v-2h10v2z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-health-80plus {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M12%207a5%205%200%200%201%205%205%205%205%200%200%201-5%205%205%205%200%200%201-5-5%205%205%200%200%201%205-5m0%202a3%203%200%200%200-3%203%203%203%200%200%200%203%203%203%203%200%200%200%203-3%203%203%200%200%200-3-3m0-7l2.39%203.42A6.98%206.98%200%200%200%2012%205c-.84%200-1.65.15-2.39.42L12%202M3.34%207l4.16-.35A7.2%207.2%200%200%200%205.94%208.5c-.44.74-.69%201.5-.83%202.29L3.34%207m.02%2010l1.76-3.77a7.13%207.13%200%200%200%202.38%204.14L3.36%2017M20.65%207l-1.77%203.79a7.023%207.023%200%200%200-2.38-4.15l4.15.36m-.01%2010l-4.14.36c.59-.51%201.12-1.14%201.54-1.86.42-.73.69-1.5.83-2.29L20.64%2017M12%2022l-2.41-3.44c.74.27%201.55.44%202.41.44.82%200%201.63-.17%202.37-.44L12%2022z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-health-60to79 {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M12.74%205.47c2.36%201.03%203.61%203.56%203.18%205.99A6.002%206.002%200%200%201%2018%2016v.17a3%203%200%200%201%201-.17%203%203%200%200%201%203%203%203%203%200%200%201-3%203H6a4%204%200%200%201-4-4%204%204%200%200%201%204-4h.27C5%2012.45%204.6%2010.24%205.5%208.26a5.49%205.49%200%200%201%207.24-2.79m-.81%201.83c-1.77-.8-3.84.01-4.62%201.77a3.49%203.49%200%200%200%20.1%203.06A5.988%205.988%200%200%201%2012%2010a6%206%200%200%201%202%20.34%203.506%203.506%200%200%200-2.07-3.04m1.62-3.66c-.55-.24-1.1-.41-1.67-.52l2.49-1.3.9%202.89a7.67%207.67%200%200%200-1.72-1.07m-7.46.8c-.49.35-.92.75-1.29%201.19l.11-2.81%202.96.68c-.62.21-1.22.53-1.78.94M18%209.71A9.69%209.69%200%200%200%2017.59%208l2.38%201.5-2.05%202.23c.11-.65.13-1.33.08-2.02M3.04%2011.3c.07.6.2%201.17.39%201.7l-2.37-1.5L3.1%209.28c-.1.65-.13%201.33-.06%202.02M19%2018h-3v-2a4%204%200%200%200-4-4%204%204%200%200%200-4%204H6a2%202%200%200%200-2%202%202%202%200%200%200%202%202h13a1%201%200%200%200%201-1%201%201%200%200%200-1-1z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-health-40to59 {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M6%2019a5%205%200%200%201-5-5%205%205%200%200%201%205-5c1-2.35%203.3-4%206-4%203.43%200%206.24%202.66%206.5%206.03L19%2011a4%204%200%200%201%204%204%204%204%200%200%201-4%204H6m13-6h-2v-1a5%205%200%200%200-5-5c-2.5%200-4.55%201.82-4.94%204.19A3.11%203.11%200%200%200%206%2011a3%203%200%200%200-3%203%203%203%200%200%200%203%203h13a2%202%200%200%200%202-2%202%202%200%200%200-2-2z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-health-20to39 {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M6%2014a1%201%200%200%201%201%201%201%201%200%200%201-1%201%205%205%200%200%201-5-5%205%205%200%200%201%205-5c1-2.35%203.3-4%206-4%203.43%200%206.24%202.66%206.5%206.03L19%208a4%204%200%200%201%204%204%204%204%200%200%201-4%204h-1a1%201%200%200%201-1-1%201%201%200%200%201%201-1h1a2%202%200%200%200%202-2%202%202%200%200%200-2-2h-2V9a5%205%200%200%200-5-5C9.5%204%207.45%205.82%207.06%208.19A3.11%203.11%200%200%200%206%208a3%203%200%200%200-3%203%203%203%200%200%200%203%203m8.83%201.67c1.56%201.56%201.56%203.83%200%205.41-.78.78-1.83.92-2.83.92s-2.05-.14-2.83-.92c-1.56-1.58-1.56-3.85%200-5.41L12%2011l2.83%204.67m-1.42%201.02L12%2014.25l-1.41%202.44c-.79.81-.79%202.01%200%202.81.41.43.91.5%201.41.5.5%200%201-.07%201.41-.5.79-.8.79-2%200-2.81z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-health-00to19 {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M9%2012c.53.14.85.69.71%201.22l-1.3%204.83c-.14.54-.69.85-1.22.71a.967.967%200%200%201-.69-1.22l1.28-4.83c.14-.54.69-.85%201.22-.71m4%200c.53.14.85.69.71%201.22l-2.07%207.73c-.14.55-.69.85-1.23.71-.53-.16-.85-.69-.71-1.23l2.08-7.72c.14-.54.69-.85%201.22-.71m4%200c.53.14.85.69.71%201.22l-1.3%204.83c-.14.54-.69.85-1.22.71a.967.967%200%200%201-.69-1.22l1.28-4.83c.14-.54.69-.85%201.22-.71m0-2V9a5%205%200%200%200-5-5C9.5%204%207.45%205.82%207.06%208.19A3.11%203.11%200%200%200%206%208a3%203%200%200%200-3%203c0%201.11.6%202.08%201.5%202.6v-.01c.5.28.64.91.37%201.37-.28.47-.87.64-1.37.36v.01A4.98%204.98%200%200%201%201%2011a5%205%200%200%201%205-5c1-2.35%203.3-4%206-4%203.43%200%206.24%202.66%206.5%206.03L19%208a4%204%200%200%201%204%204c0%201.5-.8%202.77-2%203.46-.5.27-1.09.11-1.37-.37-.27-.48-.13-1.09.37-1.37v.01c.6-.34%201-.99%201-1.73a2%202%200%200%200-2-2h-2z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-blue-anime {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23009688%22%20d%3D%22M12%206v3l4-4-4-4v3c-4.42%200-8%203.58-8%208%200%201.57.46%203.03%201.24%204.26L6.7%2014.8A5.87%205.87%200%200%201%206%2012c0-3.31%202.69-6%206-6zm6.76%201.74L17.3%209.2c.44.84.7%201.79.7%202.8%200%203.31-2.69%206-6%206v-3l-4%204%204%204v-3c4.42%200%208-3.58%208-8%200-1.57-.46-3.03-1.24-4.26z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-red-anime {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23F44336%22%20d%3D%22M12%206v3l4-4-4-4v3c-4.42%200-8%203.58-8%208%200%201.57.46%203.03%201.24%204.26L6.7%2014.8A5.87%205.87%200%200%201%206%2012c0-3.31%202.69-6%206-6zm6.76%201.74L17.3%209.2c.44.84.7%201.79.7%202.8%200%203.31-2.69%206-6%206v-3l-4%204%204%204v-3c4.42%200%208-3.58%208-8%200-1.57-.46-3.03-1.24-4.26z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-grey-anime {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M12%206v3l4-4-4-4v3c-4.42%200-8%203.58-8%208%200%201.57.46%203.03%201.24%204.26L6.7%2014.8A5.87%205.87%200%200%201%206%2012c0-3.31%202.69-6%206-6zm6.76%201.74L17.3%209.2c.44.84.7%201.79.7%202.8%200%203.31-2.69%206-6%206v-3l-4%204%204%204v-3c4.42%200%208-3.58%208-8%200-1.57-.46-3.03-1.24-4.26z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-yellow-anime {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23FFC107%22%20d%3D%22M12%206v3l4-4-4-4v3c-4.42%200-8%203.58-8%208%200%201.57.46%203.03%201.24%204.26L6.7%2014.8A5.87%205.87%200%200%201%206%2012c0-3.31%202.69-6%206-6zm6.76%201.74L17.3%209.2c.44.84.7%201.79.7%202.8%200%203.31-2.69%206-6%206v-3l-4%204%204%204v-3c4.42%200%208-3.58%208-8%200-1.57-.46-3.03-1.24-4.26z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-blue-anime,
.icon-red-anime,
.icon-grey-anime,
.icon-yellow-anime {
-webkit-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite
}
.icon-clock {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M10%2016.5l6-4.5-6-4.5v9zM12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-new-package {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M13%207h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-user,
[src$='/user.png'] {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M16%2011c1.66%200%202.99-1.34%202.99-3S17.66%205%2016%205c-1.66%200-3%201.34-3%203s1.34%203%203%203zm-8%200c1.66%200%202.99-1.34%202.99-3S9.66%205%208%205C6.34%205%205%206.34%205%208s1.34%203%203%203zm0%202c-2.33%200-7%201.17-7%203.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8%200c-.29%200-.62.02-.97.05%201.16.84%201.97%201.97%201.97%203.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-notepad {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M13%203a9%209%200%200%200-9%209H1l3.89%203.89.07.14L9%2012H6c0-3.87%203.13-7%207-7s7%203.13%207%207-3.13%207-7%207c-1.93%200-3.68-.79-4.94-2.06l-1.42%201.42A8.954%208.954%200%200%200%2013%2021a9%209%200%200%200%200-18zm-1%205v5l4.28%202.54.72-1.21-3.5-2.08V8H12z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-setting {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M19.43%2012.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65A.488.488%200%200%200%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49%200-.61.22l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.12.22.39.3.61.22l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.23.09.49%200%20.61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12%2015.5c-1.93%200-3.5-1.57-3.5-3.5s1.57-3.5%203.5-3.5%203.5%201.57%203.5%203.5-1.57%203.5-3.5%203.5z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-up {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M20%2011H7.83l5.59-5.59L12%204l-8%208%208%208%201.41-1.41L7.83%2013H20v-2z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-edit-delete {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M6%2019c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2V7H6v12zM19%204h-3.5l-1-1h-5l-1%201H5v2h14V4z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-fingerprint {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M11.83%2C1.73C8.43%2C1.79%206.23%2C3.32%206.23%2C3.32C5.95%2C3.5%205.88%2C3.91%206.07%2C4.19C6.27%2C4.5%206.66%2C4.55%206.96%2C4.34C6.96%2C4.34%2011.27%2C1.15%2017.46%2C4.38C17.75%2C4.55%2018.14%2C4.45%2018.31%2C4.15C18.5%2C3.85%2018.37%2C3.47%2018.03%2C3.28C16.36%2C2.4%2014.78%2C1.96%2013.36%2C1.8C12.83%2C1.74%2012.32%2C1.72%2011.83%2C1.73M12.22%2C4.34C6.26%2C4.26%203.41%2C9.05%203.41%2C9.05C3.22%2C9.34%203.3%2C9.72%203.58%2C9.91C3.87%2C10.1%204.26%2C10%204.5%2C9.68C4.5%2C9.68%206.92%2C5.5%2012.2%2C5.59C17.5%2C5.66%2019.82%2C9.65%2019.82%2C9.65C20%2C9.94%2020.38%2C10.04%2020.68%2C9.87C21%2C9.69%2021.07%2C9.31%2020.9%2C9C20.9%2C9%2018.15%2C4.42%2012.22%2C4.34M11.5%2C6.82C9.82%2C6.94%208.21%2C7.55%207%2C8.56C4.62%2C10.53%203.1%2C14.14%204.77%2C19C4.88%2C19.33%205.24%2C19.5%205.57%2C19.39C5.89%2C19.28%206.07%2C18.92%205.95%2C18.6V18.6C4.41%2C14.13%205.78%2C11.2%207.8%2C9.5C9.77%2C7.89%2013.25%2C7.5%2015.84%2C9.1C17.11%2C9.9%2018.1%2C11.28%2018.6%2C12.64C19.11%2C14%2019.08%2C15.32%2018.67%2C15.94C18.25%2C16.59%2017.4%2C16.83%2016.65%2C16.64C15.9%2C16.45%2015.29%2C15.91%2015.26%2C14.77C15.23%2C13.06%2013.89%2C12%2012.5%2C11.84C11.16%2C11.68%209.61%2C12.4%209.21%2C14C8.45%2C16.92%2010.36%2C21.07%2014.78%2C22.45C15.11%2C22.55%2015.46%2C22.37%2015.57%2C22.04C15.67%2C21.71%2015.5%2C21.35%2015.15%2C21.25C11.32%2C20.06%209.87%2C16.43%2010.42%2C14.29C10.66%2C13.33%2011.5%2C13%2012.38%2C13.08C13.25%2C13.18%2014%2C13.7%2014%2C14.79C14.05%2C16.43%2015.12%2C17.54%2016.34%2C17.85C17.56%2C18.16%2018.97%2C17.77%2019.72%2C16.62C20.5%2C15.45%2020.37%2C13.8%2019.78%2C12.21C19.18%2C10.61%2018.07%2C9.03%2016.5%2C8.04C14.96%2C7.08%2013.19%2C6.7%2011.5%2C6.82M11.86%2C9.25V9.26C10.08%2C9.32%208.3%2C10.24%207.28%2C12.18C5.96%2C14.67%206.56%2C17.21%207.44%2C19.04C8.33%2C20.88%209.54%2C22.1%209.54%2C22.1C9.78%2C22.35%2010.17%2C22.35%2010.42%2C22.11C10.67%2C21.87%2010.67%2C21.5%2010.43%2C21.23C10.43%2C21.23%209.36%2C20.13%208.57%2C18.5C7.78%2C16.87%207.3%2C14.81%208.38%2C12.77C9.5%2C10.67%2011.5%2C10.16%2013.26%2C10.67C15.04%2C11.19%2016.53%2C12.74%2016.5%2C15.03C16.46%2C15.38%2016.71%2C15.68%2017.06%2C15.7C17.4%2C15.73%2017.7%2C15.47%2017.73%2C15.06C17.79%2C12.2%2015.87%2C10.13%2013.61%2C9.47C13.04%2C9.31%2012.45%2C9.23%2011.86%2C9.25M12.08%2C14.25C11.73%2C14.26%2011.46%2C14.55%2011.47%2C14.89C11.47%2C14.89%2011.5%2C16.37%2012.31%2C17.8C13.15%2C19.23%2014.93%2C20.59%2018.03%2C20.3C18.37%2C20.28%2018.64%2C20%2018.62%2C19.64C18.6%2C19.29%2018.3%2C19.03%2017.91%2C19.06C15.19%2C19.31%2014.04%2C18.28%2013.39%2C17.17C12.74%2C16.07%2012.72%2C14.88%2012.72%2C14.88C12.72%2C14.53%2012.44%2C14.25%2012.08%2C14.25Z%22%20%2F%3E%3C%2Fsvg%3E)
}
.icon-graph {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M19%203H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zM9%2017H7v-7h2v7zm4%200h-2V7h2v10zm4%200h-2v-4h2v4z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-collapse {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M12%208l-6%206%201.41%201.41L12%2010.83l4.59%204.58L18%2014z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-expand {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-help {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14a4%204%200%200%200-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5a4%204%200%200%200-4-4z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-secure {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M18%208h-1V6c0-2.76-2.24-5-5-5S7%203.24%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zm-6%209c-1.1%200-2-.9-2-2s.9-2%202-2%202%20.9%202%202-.9%202-2%202zm3.1-9H8.9V6c0-1.71%201.39-3.1%203.1-3.1%201.71%200%203.1%201.39%203.1%203.1v2z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-plugin {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M20.5%2011H19V7c0-1.1-.9-2-2-2h-4V3.5a2.5%202.5%200%200%200-5%200V5H4c-1.1%200-1.99.9-1.99%202v3.8H3.5c1.49%200%202.7%201.21%202.7%202.7s-1.21%202.7-2.7%202.7H2V20c0%201.1.9%202%202%202h3.8v-1.5a2.7%202.7%200%200%201%202.7-2.7%202.7%202.7%200%200%201%202.7%202.7V22H17c1.1%200%202-.9%202-2v-4h1.5a2.5%202.5%200%200%200%200-5z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-system-log-out {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M13%203h-2v10h2V3zm4.83%202.17l-1.42%201.42A6.92%206.92%200%200%201%2019%2012c0%203.87-3.13%207-7%207A6.995%206.995%200%200%201%207.58%206.58L6.17%205.17A8.932%208.932%200%200%200%203%2012a9%209%200%200%200%2018%200c0-2.74-1.23-5.18-3.17-6.83z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-refresh {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M17.65%206.35A7.958%207.958%200%200%200%2012%204c-4.42%200-7.99%203.58-7.99%208s3.57%208%207.99%208c3.73%200%206.84-2.55%207.73-6h-2.08A5.99%205.99%200%200%201%2012%2018c-3.31%200-6-2.69-6-6s2.69-6%206-6c1.66%200%203.14.69%204.22%201.78L13%2011h7V4l-2.35%202.35z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-computer,
.icon-new-computer {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M20%2018c1.1%200%201.99-.9%201.99-2L22%206c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202H0v2h24v-2h-4zM4%206h16v10H4V6z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-clipboard {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M19%203h-4.18C14.4%201.84%2013.3%201%2012%201c-1.3%200-2.4.84-2.82%202H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm-7%200c.55%200%201%20.45%201%201s-.45%201-1%201-1-.45-1-1%20.45-1%201-1zm2%2014H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-monitor {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M17.45%2015.18L22%207.31V21H2V3h2v12.54L9.5%206%2016%209.78l4.24-7.33%201.73%201-5.23%209.05-6.51-3.75L4.31%2019h2.26l4.39-7.56%206.49%203.74z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-terminal,
[src$='24x24/terminal.png'] {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M20%2019V7H4v12h16m0-16a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h16m-7%2014v-2h5v2h-5m-3.42-4L5.57%209H8.4l3.3%203.3c.39.39.39%201.03%200%201.42L8.42%2017H5.59l3.99-4z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-network {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M13%2018h1a1%201%200%200%201%201%201h7v2h-7a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1H2v-2h7a1%201%200%200%201%201-1h1v-2H4a1%201%200%200%201-1-1v-4a1%201%200%200%201%201-1h16a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201h-7v2M4%202h16a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V3a1%201%200%200%201%201-1m5%204h1V4H9v2m0%208h1v-2H9v2M5%204v2h2V4H5m0%208v2h2v-2H5z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-document,
.icon-text {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M6%202c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6H6zm7%207V3.5L18.5%209H13z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-folder {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M10%204H4c-1.11%200-2%20.89-2%202v12a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V8a2%202%200%200%200-2-2h-8l-2-2z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-folder-delete {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M10%204l2%202h8a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202H4a2%202%200%200%201-2-2V6c0-1.11.89-2%202-2h6m2.46%206.88L14.59%2013l-2.13%202.12%201.42%201.42L16%2014.41l2.12%202.13%201.42-1.42L17.41%2013l2.13-2.12-1.42-1.42L16%2011.59l-2.12-2.13-1.42%201.42z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-previous {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M6%206h2v12H6zm3.5%206l8.5%206V6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-next {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M6%2018l8.5-6L6%206v12zM16%206v12h2V6h-2z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
.icon-save {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M17%203H5a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h14c1.1%200%202-.9%202-2V7l-4-4zm-5%2016c-1.66%200-3-1.34-3-3s1.34-3%203-3%203%201.34%203%203-1.34%203-3%203zm3-10H5V5h10v4z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-package {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M5.12%205l.81-1h12l.94%201M12%2017.5L6.5%2012H10v-2h4v2h3.5L12%2017.5m8.54-12.27l-1.39-1.68A1.45%201.45%200%200%200%2018%203H6c-.47%200-.88.21-1.16.55L3.46%205.23C3.17%205.57%203%206%203%206.5V19a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V6.5c0-.5-.17-.93-.46-1.27z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-search {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M11%2017h2v-6h-2v6zm1-15C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zM11%209h2V7h-2v2z%22%2F%3E%3C%2Fsvg%3E)
}
.icon-stop {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%3Cdefs%2F%3E%0A%20%20%3Cg%3E%0A%20%20%20%20%3Cpath%20stroke%3D%22none%22%20fill%3D%22%239E9E9E%22%20d%3D%22M15.4%202.65%20Q18%205.35%2018%209%2018%2012.75%2015.4%2015.4%2012.75%2018%209%2018%205.25%2018%202.65%2015.4%200%2012.75%200%209%200%205.25%202.65%202.65%205.25%200%209%200%2012.75%200%2015.4%202.65%20M16.2%209%20Q16.2%206.1%2014.1%204%2011.95%201.8%209%201.8%206%201.8%203.9%204%201.75%206.1%201.75%209%201.75%2012%203.9%2014.1%206%2016.2%209%2016.2%2011.95%2016.2%2014.1%2014.1%2016.2%2012%2016.2%209%20M5.25%2012.75%20L5.25%205.25%2012.75%205.25%2012.75%2012.75%205.25%2012.75%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E)
}
[src$='/atom.gif'] {
padding-left: 24.48px!important;
padding-top: 24.48px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important;
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%23FFC107%22%20d%3D%22M5%203h14a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2m2.5%2012A1.5%201.5%200%200%200%206%2016.5%201.5%201.5%200%200%200%207.5%2018%201.5%201.5%200%200%200%209%2016.5%201.5%201.5%200%200%200%207.5%2015M6%2010v2a6%206%200%200%201%206%206h2a8%208%200%200%200-8-8m0-4v2a10%2010%200%200%201%2010%2010h2A12%2012%200%200%200%206%206z%22%2F%3E%3C%2Fsvg%3E)
}
[src$='credentials.png'] {
background-size: 100% 100%!important;
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M7%2014a2%202%200%200%201-2-2%202%202%200%200%201%202-2%202%202%200%200%201%202%202%202%202%200%200%201-2%202m5.65-4A5.99%205.99%200%200%200%207%206a6%206%200%200%200-6%206%206%206%200%200%200%206%206%205.99%205.99%200%200%200%205.65-4H17v4h4v-4h2v-4H12.65z%22%2F%3E%3C%2Fsvg%3E)
}
[src$='credentials.png'][style^="width: 48px"]:not([style*="width: 24px"]) {
padding-left: 48.96px!important;
padding-top: 48.96px!important;
height: 0!important;
width: 0!important
}
[src$='credentials.png'][style*="width: 24px"] {
padding-left: 24.48px!important;
padding-top: 24.48px!important;
height: 0!important;
width: 0!important
}
[src$='domain.png'] {
padding-left: 48.96px!important;
padding-top: 48.96px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important;
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M18%2015h-2v2h2m0-6h-2v2h2m2%206h-8v-2h2v-2h-2v-2h2v-2h-2V9h8M10%207H8V5h2m0%206H8V9h2m0%206H8v-2h2m0%206H8v-2h2M6%207H4V5h2m0%206H4V9h2m0%206H4v-2h2m0%206H4v-2h2m6-10V3H2v18h20V7H12z%22%2F%3E%3C%2Fsvg%3E)
}
[src$='domain.png'][style^="width: 24px"] {
padding-left: 24.48px!important;
padding-top: 24.48px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important
}
#description-link img,
.icon-gear,
.icon-gear2{
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M3%2017.25V21h3.75L17.81%209.94l-3.75-3.75L3%2017.25zM20.71%207.04a.996.996%200%200%200%200-1.41l-2.34-2.34a.996.996%200%200%200-1.41%200l-1.83%201.83%203.75%203.75%201.83-1.83z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E)
}
[src$='24x24/terminal.png'] {
padding-left: 24.48px!important;
padding-top: 24.48px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important
}
.icon-go-next {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M12%204l-1.41%201.41L16.17%2011H4v2h12.17l-5.58%205.59L12%2020l8-8z%22%2F%3E%3C%2Fsvg%3E)
}
[src$='diskusage48.png'] {
padding-left: 24.48px!important;
padding-top: 24.48px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important;
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M2%2020h20v-4H2v4zm2-3h2v2H4v-2zM2%204v4h20V4H2zm4%203H4V5h2v2zm-4%207h20v-4H2v4zm2-3h2v2H4v-2z%22%2F%3E%3C%2Fsvg%3E)
}
h1>[src$='diskusage48.png'] {
padding-left: 48.96px!important;
padding-top: 48.96px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important
}
[src$='git-32x32.png'] {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%239E9E9E%22%20d%3D%22M2.6%2C10.59L8.38%2C4.8L10.07%2C6.5C9.83%2C7.35%2010.22%2C8.28%2011%2C8.73V14.27C10.4%2C14.61%2010%2C15.26%2010%2C16A2%2C2%200%200%2C0%2012%2C18A2%2C2%200%200%2C0%2014%2C16C14%2C15.26%2013.6%2C14.61%2013%2C14.27V9.41L15.07%2C11.5C15%2C11.65%2015%2C11.82%2015%2C12A2%2C2%200%200%2C0%2017%2C14A2%2C2%200%200%2C0%2019%2C12A2%2C2%200%200%2C0%2017%2C10C16.82%2C10%2016.65%2C10%2016.5%2C10.07L13.93%2C7.5C14.19%2C6.57%2013.71%2C5.55%2012.78%2C5.16C12.35%2C5%2011.9%2C4.96%2011.5%2C5.07L9.8%2C3.38L10.59%2C2.6C11.37%2C1.81%2012.63%2C1.81%2013.41%2C2.6L21.4%2C10.59C22.19%2C11.37%2022.19%2C12.63%2021.4%2C13.41L13.41%2C21.4C12.63%2C22.19%2011.37%2C22.19%2010.59%2C21.4L2.6%2C13.41C1.81%2C12.63%201.81%2C11.37%202.6%2C10.59Z%22%20%2F%3E%3C%2Fsvg%3E);
padding-left: 24.48px!important;
padding-top: 24.48px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important
}
.icon-sm {
padding-left: 18.36px!important;
padding-top: 18.36px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important
}
.icon-md {
padding-left: 24.48px!important;
padding-top: 24.48px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important
}
.icon-lg,
.icon32x32 {
padding-left: 36.72px!important;
padding-top: 36.72px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important
}
.icon-xlg:not([src$='credentials.png']),
img[width^="48"] {
padding-left: 48.96px!important;
padding-top: 48.96px!important;
height: 0!important;
width: 0!important;
background-size: 100% 100%!important
}
* {
font-family: 'Open Sans', sans-serif!important
}
body,
table,
form,
td,
th,
p {
color: #444!important;
font-size: 14px!important
}
body {
line-height: 20px!important;
background-color: #FFF
}
a,
a:hover,
a:visited,
a:link {
text-decoration: none!important;
color: #34568E
}
a:hover,
a:hover:hover,
a:visited:hover,
a:link:hover {
text-decoration: underline!important;
color: #0172BA!important
}
h2 {
margin-bottom: 0;
margin-top: 2em;
font-weight: 400
}
h3 {
color: #c9851d;
font-size: 3em;
font-weight: 400
}
#header {
height: 45px;
background-color: #0172BA;
text-transform: uppercase;
z-index: 1030;
letter-spacing: 1px;
padding: 3px
}
#header .login {
top: inherit;
margin-top: 2px
}
#header .login a {
font-size: 10px
}
#header .login a:hover {
color: #FFF!important
}
#header .login b {
font-weight: 400
}
#header .searchbox {
padding: 2px 10px
}
#header #search-box {
background: #015387;
padding: 18px 15px;
border-radius: 3px;
height: 26px;
border: 0;
box-shadow: none;
color: #FFF
}
#header .icon-help {
background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11%2018h2v-2h-2v2zm1-16C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm0-14a4%204%200%200%200-4%204h2c0-1.1.9-2%202-2s2%20.9%202%202c0%202-3%201.75-3%205h2c0-2.25%203-2.5%203-5a4%204%200%200%200-4-4z%22%2F%3E%3C%2Fsvg%3E)
}
#breadcrumbBar {
background-color: transparent
}
.top-sticker-inner {
background: none repeat scroll 0 0 #FFF!important
}
#breadcrumbs li:hover,
A.breadcrumbBarAnchor.mouseIsOverMenuSelector {
background-color: transparent!important
}
#breadcrumbs {
color: #444!important;
text-decoration: none
}
#disable-project {
float: right
}
#notification-bar {
height: 50px!important
}
#executors .pane-content>table tr td:first-child {
color: #aaa!important;
font-weight: 700;
font-size: 1.3em!important;
text-align: center
}
.pane-frame {
border: 0
}
.pane-frame:hover,
.pane-frame.mouseover {
border: 0!important
}
.pane-frame .pane-header,
.pane-frame .pane-footer {
background: #FFF;
margin-bottom: 5px;
border-radius: 0;
border: 0
}
.pane-frame .pane-header {
border-bottom: 2px solid #B3D4FF
}
.pane-frame .single-line:hover,
.pane-frame .single-line.model-link-active {
background: #B3D4FF!important
}
.bigtable th {
border-bottom: 2px solid #B3D4FF;
background-color: transparent
}
table.stripped-odd tr:nth-child(odd) {
background: #fafafa
}
.tabBar .tab:first-child {
margin-left: 0
}
.tabBar .tab.active a {
background: #B3D4FF
}
.tabBar .tab a {
padding: 5px 10px;
border-radius: 0
}
#buildHistoryPage .build-search-row input {
padding: 5px
}
#buildHistoryPage .build-search-row td {
padding: 0
}
#buildHistoryPage .build-search-row .clear {
padding: 5px 10px;
font-size: 1.3em;
top: 0;
right: 0
}
#buildHistoryPage .build-search-row .clear:hover {
border: 0;
background-color: #B3D4FF;
top: 0;
padding-right: 10px
}
#buildHistoryPage .build-row.model-link-active {
background-color: #B3D4FF!important
}
footer {
padding: 5px 0;
background-color: #EEE;
border: 0
}
#management-links {
padding-left: 0!important
}
#management-links a {
margin-right: 10px;
font-weight: 600
}
#management-links tr {
display: block;
margin: 10px 0
}
#management-links td div {
color: #333!important
}
th.pane {
background-color: transparent
}
#side-panel .task-link {
color: #444
}
.bottom-sticker-edge {
display: none
}
.bottom-sticker-inner {
margin: 0 0 0 -15px;
padding-left: 15px;
background: none repeat scroll 0 0 #FFF!important
}
a#jenkins-home-link {
opacity: 1!important
}
table.progress-bar.red td.progress-bar-done {
background-color: #F44336!important;
border-color: #F44336!important
}
td.progress-bar-done {
background-color: #009688!important;
border-color: #009688!important
}
td.progress-bar-left {
border: 0!important;
background-color: #ccc!important
}
table.progress-bar {
border-color: transparent!important
}
td {
vertical-align: middle
}
.ygtvlabel,
.ygtvlabel:link,
.ygtvlabel:visited,
.ygtvlabel:hover {
background-color: transparent!important
}
.yuimenuitemlabel {
outline: 0
}
#main-panel-content>div:nth-child(2) {
background-color: transparent!important
}
#jenkins .yui-button button {
text-decoration: none;
text-align: center;
letter-spacing: .5px;
transition: .1s ease-out;
cursor: pointer;
border: 0!important;
border-radius: 3px;
display: inline-block;
height: 36px;
outline: 0;
padding: 0 2rem;
vertical-align: middle;
-webkit-tap-highlight-color: transparent
}
#jenkins .yui-button.primary button {
color: #FFF!important;
background-color: #36578C!important
}
#jenkins .yui-button.primary button:hover {
background-color: #0172BA!important
}
#jenkins .yui-button.primary button:active {
color: #444!important;
background-color: #FFCC53!important;
box-shadow: none
}
#enable-project .yui-button {
vertical-align: middle
}
.console-output,
.console-output * {
position: relative;
font-family: 'Courier New', Courier, monospace!important;
background: #444;
color: #FFF;
cursor: text
}
.console-output {
padding: 10px 20px
}
.console-output a {
color: #FFF;
font-weight: 700
}
[style^="color:gray"] {
color: #9E9E9E!important
}
[style^="color:red"] {
color: #F44336!important
}
.section-header {
font-size: 2em;
border-bottom: 0!important;
font-weight: lighter!important;
margin-bottom: .2em;
margin-top: 1.5em!important;
padding-bottom: 3px
}
#jenkins-head-icon {
width: 0;
height: 0;
padding-top: 36px;
padding-left: 36px;
background: url(https://manage.net.nz/img/logo.svg);
bottom: 3px;
}
#jenkins-name-icon {
display: none;
}
.call-to-action {
background-color: #B3D4FF;
border-left: 4px solid #0172BA;
}