Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
760 blopes 1
@font-face {
2
    font-family: 'primeicons';
3
    font-display: auto;
4
    src: url("#{resource['poseidon-layout:icons/primeicons.eot']}");
5
    src: url("#{resource['poseidon-layout:icons/primeicons.eot']}#iefix") format('embedded-opentype'),
6
    url("#{resource['poseidon-layout:icons/primeicons.ttf']}") format('truetype'),
7
    url("#{resource['poseidon-layout:icons/primeicons.woff']}") format('woff'),
8
    url("#{resource['poseidon-layout:icons/primeicons.svg']}#primeicons") format('svg');
9
    font-weight: normal;
10
    font-style: normal;
11
}
12
 
13
.pi {
14
    font-family: 'primeicons';
15
    speak: none;
16
    font-style: normal;
17
    font-weight: normal;
18
    font-variant: normal;
19
    text-transform: none;
20
    line-height: 1;
21
    display: inline-block;
22
    -webkit-font-smoothing: antialiased;
23
    -moz-osx-font-smoothing: grayscale;
24
}
25
 
26
.pi:before {
27
    --webkit-backface-visibility:hidden;
28
    backface-visibility: hidden;
29
}
30
 
31
.pi-fw {
32
    width: 1.28571429em;
33
    text-align: center;
34
}
35
 
36
.pi-spin {
37
    -webkit-animation: fa-spin 2s infinite linear;
38
    animation: fa-spin 2s infinite linear;
39
}
40
 
41
@-webkit-keyframes fa-spin {
42
    0% {
43
        -webkit-transform: rotate(0deg);
44
        transform: rotate(0deg);
45
    }
46
    100% {
47
        -webkit-transform: rotate(359deg);
48
        transform: rotate(359deg);
49
    }
50
}
51
 
52
@keyframes fa-spin {
53
    0% {
54
        -webkit-transform: rotate(0deg);
55
        transform: rotate(0deg);
56
    }
57
    100% {
58
        -webkit-transform: rotate(359deg);
59
        transform: rotate(359deg);
60
    }
61
}
62
 
63
.pi-send:before {
64
    content: "\e9ca";
65
}
66
 
67
.pi-slack:before {
68
    content: "\e9c9";
69
}
70
 
71
.pi-sun:before {
72
    content: "\e9c8";
73
}
74
 
75
.pi-moon:before {
76
    content: "\e9c7";
77
}
78
 
79
.pi-vimeo:before {
80
    content: "\e9c6";
81
}
82
 
83
.pi-youtube:before {
84
    content: "\e9c5";
85
}
86
 
87
.pi-flag:before {
88
    content: "\e9c4";
89
}
90
 
91
.pi-wallet:before {
92
    content: "\e9c3";
93
}
94
 
95
.pi-map:before {
96
    content: "\e9c2";
97
}
98
 
99
.pi-link:before {
100
    content: "\e9c1";
101
}
102
 
103
.pi-credit-card:before {
104
    content: "\e9bf";
105
}
106
 
107
.pi-discord:before {
108
    content: "\e9c0";
109
}
110
 
111
.pi-percentage:before {
112
    content: "\e9be";
113
}
114
 
115
.pi-euro:before {
116
    content: "\e9bd";
117
}
118
 
119
.pi-book:before {
120
    content: "\e9ba";
121
}
122
 
123
.pi-shield:before {
124
    content: "\e9b9";
125
}
126
 
127
.pi-paypal:before {
128
    content: "\e9bb";
129
}
130
 
131
.pi-amazon:before {
132
    content: "\e9bc";
133
}
134
 
135
.pi-phone:before {
136
    content: "\e9b8";
137
}
138
 
139
.pi-filter-slash:before {
140
    content: "\e9b7";
141
}
142
 
143
.pi-facebook:before {
144
    content: "\e9b4";
145
}
146
 
147
.pi-github:before {
148
    content: "\e9b5";
149
}
150
 
151
.pi-twitter:before {
152
    content: "\e9b6";
153
}
154
 
155
.pi-step-backward-alt:before {
156
    content: "\e9ac";
157
}
158
 
159
.pi-step-forward-alt:before {
160
    content: "\e9ad";
161
}
162
 
163
.pi-forward:before {
164
    content: "\e9ae";
165
}
166
 
167
.pi-backward:before {
168
    content: "\e9af";
169
}
170
 
171
.pi-fast-backward:before {
172
    content: "\e9b0";
173
}
174
 
175
.pi-fast-forward:before {
176
    content: "\e9b1";
177
}
178
 
179
.pi-pause:before {
180
    content: "\e9b2";
181
}
182
 
183
.pi-play:before {
184
    content: "\e9b3";
185
}
186
 
187
.pi-compass:before {
188
    content: "\e9ab";
189
}
190
 
191
.pi-id-card:before {
192
    content: "\e9aa";
193
}
194
 
195
.pi-ticket:before {
196
    content: "\e9a9";
197
}
198
 
199
.pi-file-o:before {
200
    content: "\e9a8";
201
}
202
 
203
.pi-reply:before {
204
    content: "\e9a7";
205
}
206
 
207
.pi-directions-alt:before {
208
    content: "\e9a5";
209
}
210
 
211
.pi-directions:before {
212
    content: "\e9a6";
213
}
214
 
215
.pi-thumbs-up:before {
216
    content: "\e9a3";
217
}
218
 
219
.pi-thumbs-down:before {
220
    content: "\e9a4";
221
}
222
 
223
.pi-sort-numeric-down-alt:before {
224
    content: "\e996";
225
}
226
 
227
.pi-sort-numeric-up-alt:before {
228
    content: "\e997";
229
}
230
 
231
.pi-sort-alpha-down-alt:before {
232
    content: "\e998";
233
}
234
 
235
.pi-sort-alpha-up-alt:before {
236
    content: "\e999";
237
}
238
 
239
.pi-sort-numeric-down:before {
240
    content: "\e99a";
241
}
242
 
243
.pi-sort-numeric-up:before {
244
    content: "\e99b";
245
}
246
 
247
.pi-sort-alpha-down:before {
248
    content: "\e99c";
249
}
250
 
251
.pi-sort-alpha-up:before {
252
    content: "\e99d";
253
}
254
 
255
.pi-sort-alt:before {
256
    content: "\e99e";
257
}
258
 
259
.pi-sort-amount-up:before {
260
    content: "\e99f";
261
}
262
 
263
.pi-sort-amount-down:before {
264
    content: "\e9a0";
265
}
266
 
267
.pi-sort-amount-down-alt:before {
268
    content: "\e9a1";
269
}
270
 
271
.pi-sort-amount-up-alt:before {
272
    content: "\e9a2";
273
}
274
 
275
.pi-palette:before {
276
    content: "\e995";
277
}
278
 
279
.pi-undo:before {
280
    content: "\e994";
281
}
282
 
283
.pi-desktop:before {
284
    content: "\e993";
285
}
286
 
287
.pi-sliders-v:before {
288
    content: "\e991";
289
}
290
 
291
.pi-sliders-h:before {
292
    content: "\e992";
293
}
294
 
295
.pi-search-plus:before {
296
    content: "\e98f";
297
}
298
 
299
.pi-search-minus:before {
300
    content: "\e990";
301
}
302
 
303
.pi-file-excel:before {
304
    content: "\e98e";
305
}
306
 
307
.pi-file-pdf:before {
308
    content: "\e98d";
309
}
310
 
311
.pi-check-square:before {
312
    content: "\e98c";
313
}
314
 
315
.pi-chart-line:before {
316
    content: "\e98b";
317
}
318
 
319
.pi-user-edit:before {
320
    content: "\e98a";
321
}
322
 
323
.pi-exclamation-circle:before {
324
    content: "\e989";
325
}
326
 
327
.pi-android:before {
328
    content: "\e985";
329
}
330
 
331
.pi-google:before {
332
    content: "\e986";
333
}
334
 
335
.pi-apple:before {
336
    content: "\e987";
337
}
338
 
339
.pi-microsoft:before {
340
    content: "\e988";
341
}
342
 
343
.pi-heart:before {
344
    content: "\e984";
345
}
346
 
347
.pi-mobile:before {
348
    content: "\e982";
349
}
350
 
351
.pi-tablet:before {
352
    content: "\e983";
353
}
354
 
355
.pi-key:before {
356
    content: "\e981";
357
}
358
 
359
.pi-shopping-cart:before {
360
    content: "\e980";
361
}
362
 
363
.pi-comments:before {
364
    content: "\e97e";
365
}
366
 
367
.pi-comment:before {
368
    content: "\e97f";
369
}
370
 
371
.pi-briefcase:before {
372
    content: "\e97d";
373
}
374
 
375
.pi-bell:before {
376
    content: "\e97c";
377
}
378
 
379
.pi-paperclip:before {
380
    content: "\e97b";
381
}
382
 
383
.pi-share-alt:before {
384
    content: "\e97a";
385
}
386
 
387
.pi-envelope:before {
388
    content: "\e979";
389
}
390
 
391
.pi-volume-down:before {
392
    content: "\e976";
393
}
394
 
395
.pi-volume-up:before {
396
    content: "\e977";
397
}
398
 
399
.pi-volume-off:before {
400
    content: "\e978";
401
}
402
 
403
.pi-eject:before {
404
    content: "\e975";
405
}
406
 
407
.pi-money-bill:before {
408
    content: "\e974";
409
}
410
 
411
.pi-images:before {
412
    content: "\e973";
413
}
414
 
415
.pi-image:before {
416
    content: "\e972";
417
}
418
 
419
.pi-sign-in:before {
420
    content: "\e970";
421
}
422
 
423
.pi-sign-out:before {
424
    content: "\e971";
425
}
426
 
427
.pi-wifi:before {
428
    content: "\e96f";
429
}
430
 
431
.pi-sitemap:before {
432
    content: "\e96e";
433
}
434
 
435
.pi-chart-bar:before {
436
    content: "\e96d";
437
}
438
 
439
.pi-camera:before {
440
    content: "\e96c";
441
}
442
 
443
.pi-dollar:before {
444
    content: "\e96b";
445
}
446
 
447
.pi-lock-open:before {
448
    content: "\e96a";
449
}
450
 
451
.pi-table:before {
452
    content: "\e969";
453
}
454
 
455
.pi-map-marker:before {
456
    content: "\e968";
457
}
458
 
459
.pi-list:before {
460
    content: "\e967";
461
}
462
 
463
.pi-eye-slash:before {
464
    content: "\e965";
465
}
466
 
467
.pi-eye:before {
468
    content: "\e966";
469
}
470
 
471
.pi-folder-open:before {
472
    content: "\e964";
473
}
474
 
475
.pi-folder:before {
476
    content: "\e963";
477
}
478
 
479
.pi-video:before {
480
    content: "\e962";
481
}
482
 
483
.pi-inbox:before {
484
    content: "\e961";
485
}
486
 
487
.pi-lock:before {
488
    content: "\e95f";
489
}
490
 
491
.pi-unlock:before {
492
    content: "\e960";
493
}
494
 
495
.pi-tags:before {
496
    content: "\e95d";
497
}
498
 
499
.pi-tag:before {
500
    content: "\e95e";
501
}
502
 
503
.pi-power-off:before {
504
    content: "\e95c";
505
}
506
 
507
.pi-save:before {
508
    content: "\e95b";
509
}
510
 
511
.pi-question-circle:before {
512
    content: "\e959";
513
}
514
 
515
.pi-question:before {
516
    content: "\e95a";
517
}
518
 
519
.pi-copy:before {
520
    content: "\e957";
521
}
522
 
523
.pi-file:before {
524
    content: "\e958";
525
}
526
 
527
.pi-clone:before {
528
    content: "\e955";
529
}
530
 
531
.pi-calendar-times:before {
532
    content: "\e952";
533
}
534
 
535
.pi-calendar-minus:before {
536
    content: "\e953";
537
}
538
 
539
.pi-calendar-plus:before {
540
    content: "\e954";
541
}
542
 
543
.pi-ellipsis-v:before {
544
    content: "\e950";
545
}
546
 
547
.pi-ellipsis-h:before {
548
    content: "\e951";
549
}
550
 
551
.pi-bookmark:before {
552
    content: "\e94e";
553
}
554
 
555
.pi-globe:before {
556
    content: "\e94f";
557
}
558
 
559
.pi-replay:before {
560
    content: "\e94d";
561
}
562
 
563
.pi-filter:before {
564
    content: "\e94c";
565
}
566
 
567
.pi-print:before {
568
    content: "\e94b";
569
}
570
 
571
.pi-align-right:before {
572
    content: "\e946";
573
}
574
 
575
.pi-align-left:before {
576
    content: "\e947";
577
}
578
 
579
.pi-align-center:before {
580
    content: "\e948";
581
}
582
 
583
.pi-align-justify:before {
584
    content: "\e949";
585
}
586
 
587
.pi-cog:before {
588
    content: "\e94a";
589
}
590
 
591
.pi-cloud-download:before {
592
    content: "\e943";
593
}
594
 
595
.pi-cloud-upload:before {
596
    content: "\e944";
597
}
598
 
599
.pi-cloud:before {
600
    content: "\e945";
601
}
602
 
603
.pi-pencil:before {
604
    content: "\e942";
605
}
606
 
607
.pi-users:before {
608
    content: "\e941";
609
}
610
 
611
.pi-clock:before {
612
    content: "\e940";
613
}
614
 
615
.pi-user-minus:before {
616
    content: "\e93e";
617
}
618
 
619
.pi-user-plus:before {
620
    content: "\e93f";
621
}
622
 
623
.pi-trash:before {
624
    content: "\e93d";
625
}
626
 
627
.pi-external-link:before {
628
    content: "\e93c";
629
}
630
 
631
.pi-window-maximize:before {
632
    content: "\e93b";
633
}
634
 
635
.pi-window-minimize:before {
636
    content: "\e93a";
637
}
638
 
639
.pi-refresh:before {
640
    content: "\e938";
641
}
642
 
643
.pi-user:before {
644
    content: "\e939";
645
}
646
 
647
.pi-exclamation-triangle:before {
648
    content: "\e922";
649
}
650
 
651
.pi-calendar:before {
652
    content: "\e927";
653
}
654
 
655
.pi-chevron-circle-left:before {
656
    content: "\e928";
657
}
658
 
659
.pi-chevron-circle-down:before {
660
    content: "\e929";
661
}
662
 
663
.pi-chevron-circle-right:before {
664
    content: "\e92a";
665
}
666
 
667
.pi-chevron-circle-up:before {
668
    content: "\e92b";
669
}
670
 
671
.pi-angle-double-down:before {
672
    content: "\e92c";
673
}
674
 
675
.pi-angle-double-left:before {
676
    content: "\e92d";
677
}
678
 
679
.pi-angle-double-right:before {
680
    content: "\e92e";
681
}
682
 
683
.pi-angle-double-up:before {
684
    content: "\e92f";
685
}
686
 
687
.pi-angle-down:before {
688
    content: "\e930";
689
}
690
 
691
.pi-angle-left:before {
692
    content: "\e931";
693
}
694
 
695
.pi-angle-right:before {
696
    content: "\e932";
697
}
698
 
699
.pi-angle-up:before {
700
    content: "\e933";
701
}
702
 
703
.pi-upload:before {
704
    content: "\e934";
705
}
706
 
707
.pi-download:before {
708
    content: "\e956";
709
}
710
 
711
.pi-ban:before {
712
    content: "\e935";
713
}
714
 
715
.pi-star-o:before {
716
    content: "\e936";
717
}
718
 
719
.pi-star:before {
720
    content: "\e937";
721
}
722
 
723
.pi-chevron-left:before {
724
    content: "\e900";
725
}
726
 
727
.pi-chevron-right:before {
728
    content: "\e901";
729
}
730
 
731
.pi-chevron-down:before {
732
    content: "\e902";
733
}
734
 
735
.pi-chevron-up:before {
736
    content: "\e903";
737
}
738
 
739
.pi-caret-left:before {
740
    content: "\e904";
741
}
742
 
743
.pi-caret-right:before {
744
    content: "\e905";
745
}
746
 
747
.pi-caret-down:before {
748
    content: "\e906";
749
}
750
 
751
.pi-caret-up:before {
752
    content: "\e907";
753
}
754
 
755
.pi-search:before {
756
    content: "\e908";
757
}
758
 
759
.pi-check:before {
760
    content: "\e909";
761
}
762
 
763
.pi-check-circle:before {
764
    content: "\e90a";
765
}
766
 
767
.pi-times:before {
768
    content: "\e90b";
769
}
770
 
771
.pi-times-circle:before {
772
    content: "\e90c";
773
}
774
 
775
.pi-plus:before {
776
    content: "\e90d";
777
}
778
 
779
.pi-plus-circle:before {
780
    content: "\e90e";
781
}
782
 
783
.pi-minus:before {
784
    content: "\e90f";
785
}
786
 
787
.pi-minus-circle:before {
788
    content: "\e910";
789
}
790
 
791
.pi-circle-on:before {
792
    content: "\e911";
793
}
794
 
795
.pi-circle-off:before {
796
    content: "\e912";
797
}
798
 
799
.pi-sort-down:before {
800
    content: "\e913";
801
}
802
 
803
.pi-sort-up:before {
804
    content: "\e914";
805
}
806
 
807
.pi-sort:before {
808
    content: "\e915";
809
}
810
 
811
.pi-step-backward:before {
812
    content: "\e916";
813
}
814
 
815
.pi-step-forward:before {
816
    content: "\e917";
817
}
818
 
819
.pi-th-large:before {
820
    content: "\e918";
821
}
822
 
823
.pi-arrow-down:before {
824
    content: "\e919";
825
}
826
 
827
.pi-arrow-left:before {
828
    content: "\e91a";
829
}
830
 
831
.pi-arrow-right:before {
832
    content: "\e91b";
833
}
834
 
835
.pi-arrow-up:before {
836
    content: "\e91c";
837
}
838
 
839
.pi-bars:before {
840
    content: "\e91d";
841
}
842
 
843
.pi-arrow-circle-down:before {
844
    content: "\e91e";
845
}
846
 
847
.pi-arrow-circle-left:before {
848
    content: "\e91f";
849
}
850
 
851
.pi-arrow-circle-right:before {
852
    content: "\e920";
853
}
854
 
855
.pi-arrow-circle-up:before {
856
    content: "\e921";
857
}
858
 
859
.pi-info:before {
860
    content: "\e923";
861
}
862
 
863
.pi-info-circle:before {
864
    content: "\e924";
865
}
866
 
867
.pi-home:before {
868
    content: "\e925";
869
}
870
 
871
.pi-spinner:before {
872
    content: "\e926";
873
}