r5 0.2.6.2 → 0.3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/r5/installations/default.rb +2 -2
- data/lib/r5/installations/testing.rb +1 -1
- data/lib/r5/recipes/bootstrap.rb +57 -12
- data/lib/r5/recipes/gemfile.rb +0 -3
- data/lib/r5/recipes/timepress_specifics.rb +0 -23
- data/lib/r5/starter.rb +11 -1
- data/lib/r5/template/Procfile +3 -0
- data/lib/r5/template/app/assets/stylesheets/bootstrap-generators.scss +21 -0
- data/lib/r5/template/app/assets/stylesheets/bootstrap-variables.scss +849 -0
- data/lib/r5/template/app/assets/stylesheets/theme.css +1 -803
- data/lib/r5/template/app/views/layouts/application.html.erb +1 -1
- data/lib/r5/version.rb +1 -1
- metadata +5 -2
@@ -255,809 +255,7 @@ th {
|
|
255
255
|
border: 1px solid #ddd !important;
|
256
256
|
}
|
257
257
|
}
|
258
|
-
|
259
|
-
font-family: 'Glyphicons Halflings';
|
260
|
-
src: url('glyphicons-halflings-regular.eot');
|
261
|
-
src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
262
|
-
}
|
263
|
-
.glyphicon {
|
264
|
-
position: relative;
|
265
|
-
top: 1px;
|
266
|
-
display: inline-block;
|
267
|
-
font-family: 'Glyphicons Halflings';
|
268
|
-
font-style: normal;
|
269
|
-
font-weight: normal;
|
270
|
-
line-height: 1;
|
271
|
-
-webkit-font-smoothing: antialiased;
|
272
|
-
-moz-osx-font-smoothing: grayscale;
|
273
|
-
}
|
274
|
-
.glyphicon-asterisk:before {
|
275
|
-
content: "\2a";
|
276
|
-
}
|
277
|
-
.glyphicon-plus:before {
|
278
|
-
content: "\2b";
|
279
|
-
}
|
280
|
-
.glyphicon-euro:before,
|
281
|
-
.glyphicon-eur:before {
|
282
|
-
content: "\20ac";
|
283
|
-
}
|
284
|
-
.glyphicon-minus:before {
|
285
|
-
content: "\2212";
|
286
|
-
}
|
287
|
-
.glyphicon-cloud:before {
|
288
|
-
content: "\2601";
|
289
|
-
}
|
290
|
-
.glyphicon-envelope:before {
|
291
|
-
content: "\2709";
|
292
|
-
}
|
293
|
-
.glyphicon-pencil:before {
|
294
|
-
content: "\270f";
|
295
|
-
}
|
296
|
-
.glyphicon-glass:before {
|
297
|
-
content: "\e001";
|
298
|
-
}
|
299
|
-
.glyphicon-music:before {
|
300
|
-
content: "\e002";
|
301
|
-
}
|
302
|
-
.glyphicon-search:before {
|
303
|
-
content: "\e003";
|
304
|
-
}
|
305
|
-
.glyphicon-heart:before {
|
306
|
-
content: "\e005";
|
307
|
-
}
|
308
|
-
.glyphicon-star:before {
|
309
|
-
content: "\e006";
|
310
|
-
}
|
311
|
-
.glyphicon-star-empty:before {
|
312
|
-
content: "\e007";
|
313
|
-
}
|
314
|
-
.glyphicon-user:before {
|
315
|
-
content: "\e008";
|
316
|
-
}
|
317
|
-
.glyphicon-film:before {
|
318
|
-
content: "\e009";
|
319
|
-
}
|
320
|
-
.glyphicon-th-large:before {
|
321
|
-
content: "\e010";
|
322
|
-
}
|
323
|
-
.glyphicon-th:before {
|
324
|
-
content: "\e011";
|
325
|
-
}
|
326
|
-
.glyphicon-th-list:before {
|
327
|
-
content: "\e012";
|
328
|
-
}
|
329
|
-
.glyphicon-ok:before {
|
330
|
-
content: "\e013";
|
331
|
-
}
|
332
|
-
.glyphicon-remove:before {
|
333
|
-
content: "\e014";
|
334
|
-
}
|
335
|
-
.glyphicon-zoom-in:before {
|
336
|
-
content: "\e015";
|
337
|
-
}
|
338
|
-
.glyphicon-zoom-out:before {
|
339
|
-
content: "\e016";
|
340
|
-
}
|
341
|
-
.glyphicon-off:before {
|
342
|
-
content: "\e017";
|
343
|
-
}
|
344
|
-
.glyphicon-signal:before {
|
345
|
-
content: "\e018";
|
346
|
-
}
|
347
|
-
.glyphicon-cog:before {
|
348
|
-
content: "\e019";
|
349
|
-
}
|
350
|
-
.glyphicon-trash:before {
|
351
|
-
content: "\e020";
|
352
|
-
}
|
353
|
-
.glyphicon-home:before {
|
354
|
-
content: "\e021";
|
355
|
-
}
|
356
|
-
.glyphicon-file:before {
|
357
|
-
content: "\e022";
|
358
|
-
}
|
359
|
-
.glyphicon-time:before {
|
360
|
-
content: "\e023";
|
361
|
-
}
|
362
|
-
.glyphicon-road:before {
|
363
|
-
content: "\e024";
|
364
|
-
}
|
365
|
-
.glyphicon-download-alt:before {
|
366
|
-
content: "\e025";
|
367
|
-
}
|
368
|
-
.glyphicon-download:before {
|
369
|
-
content: "\e026";
|
370
|
-
}
|
371
|
-
.glyphicon-upload:before {
|
372
|
-
content: "\e027";
|
373
|
-
}
|
374
|
-
.glyphicon-inbox:before {
|
375
|
-
content: "\e028";
|
376
|
-
}
|
377
|
-
.glyphicon-play-circle:before {
|
378
|
-
content: "\e029";
|
379
|
-
}
|
380
|
-
.glyphicon-repeat:before {
|
381
|
-
content: "\e030";
|
382
|
-
}
|
383
|
-
.glyphicon-refresh:before {
|
384
|
-
content: "\e031";
|
385
|
-
}
|
386
|
-
.glyphicon-list-alt:before {
|
387
|
-
content: "\e032";
|
388
|
-
}
|
389
|
-
.glyphicon-lock:before {
|
390
|
-
content: "\e033";
|
391
|
-
}
|
392
|
-
.glyphicon-flag:before {
|
393
|
-
content: "\e034";
|
394
|
-
}
|
395
|
-
.glyphicon-headphones:before {
|
396
|
-
content: "\e035";
|
397
|
-
}
|
398
|
-
.glyphicon-volume-off:before {
|
399
|
-
content: "\e036";
|
400
|
-
}
|
401
|
-
.glyphicon-volume-down:before {
|
402
|
-
content: "\e037";
|
403
|
-
}
|
404
|
-
.glyphicon-volume-up:before {
|
405
|
-
content: "\e038";
|
406
|
-
}
|
407
|
-
.glyphicon-qrcode:before {
|
408
|
-
content: "\e039";
|
409
|
-
}
|
410
|
-
.glyphicon-barcode:before {
|
411
|
-
content: "\e040";
|
412
|
-
}
|
413
|
-
.glyphicon-tag:before {
|
414
|
-
content: "\e041";
|
415
|
-
}
|
416
|
-
.glyphicon-tags:before {
|
417
|
-
content: "\e042";
|
418
|
-
}
|
419
|
-
.glyphicon-book:before {
|
420
|
-
content: "\e043";
|
421
|
-
}
|
422
|
-
.glyphicon-bookmark:before {
|
423
|
-
content: "\e044";
|
424
|
-
}
|
425
|
-
.glyphicon-print:before {
|
426
|
-
content: "\e045";
|
427
|
-
}
|
428
|
-
.glyphicon-camera:before {
|
429
|
-
content: "\e046";
|
430
|
-
}
|
431
|
-
.glyphicon-font:before {
|
432
|
-
content: "\e047";
|
433
|
-
}
|
434
|
-
.glyphicon-bold:before {
|
435
|
-
content: "\e048";
|
436
|
-
}
|
437
|
-
.glyphicon-italic:before {
|
438
|
-
content: "\e049";
|
439
|
-
}
|
440
|
-
.glyphicon-text-height:before {
|
441
|
-
content: "\e050";
|
442
|
-
}
|
443
|
-
.glyphicon-text-width:before {
|
444
|
-
content: "\e051";
|
445
|
-
}
|
446
|
-
.glyphicon-align-left:before {
|
447
|
-
content: "\e052";
|
448
|
-
}
|
449
|
-
.glyphicon-align-center:before {
|
450
|
-
content: "\e053";
|
451
|
-
}
|
452
|
-
.glyphicon-align-right:before {
|
453
|
-
content: "\e054";
|
454
|
-
}
|
455
|
-
.glyphicon-align-justify:before {
|
456
|
-
content: "\e055";
|
457
|
-
}
|
458
|
-
.glyphicon-list:before {
|
459
|
-
content: "\e056";
|
460
|
-
}
|
461
|
-
.glyphicon-indent-left:before {
|
462
|
-
content: "\e057";
|
463
|
-
}
|
464
|
-
.glyphicon-indent-right:before {
|
465
|
-
content: "\e058";
|
466
|
-
}
|
467
|
-
.glyphicon-facetime-video:before {
|
468
|
-
content: "\e059";
|
469
|
-
}
|
470
|
-
.glyphicon-picture:before {
|
471
|
-
content: "\e060";
|
472
|
-
}
|
473
|
-
.glyphicon-map-marker:before {
|
474
|
-
content: "\e062";
|
475
|
-
}
|
476
|
-
.glyphicon-adjust:before {
|
477
|
-
content: "\e063";
|
478
|
-
}
|
479
|
-
.glyphicon-tint:before {
|
480
|
-
content: "\e064";
|
481
|
-
}
|
482
|
-
.glyphicon-edit:before {
|
483
|
-
content: "\e065";
|
484
|
-
}
|
485
|
-
.glyphicon-share:before {
|
486
|
-
content: "\e066";
|
487
|
-
}
|
488
|
-
.glyphicon-check:before {
|
489
|
-
content: "\e067";
|
490
|
-
}
|
491
|
-
.glyphicon-move:before {
|
492
|
-
content: "\e068";
|
493
|
-
}
|
494
|
-
.glyphicon-step-backward:before {
|
495
|
-
content: "\e069";
|
496
|
-
}
|
497
|
-
.glyphicon-fast-backward:before {
|
498
|
-
content: "\e070";
|
499
|
-
}
|
500
|
-
.glyphicon-backward:before {
|
501
|
-
content: "\e071";
|
502
|
-
}
|
503
|
-
.glyphicon-play:before {
|
504
|
-
content: "\e072";
|
505
|
-
}
|
506
|
-
.glyphicon-pause:before {
|
507
|
-
content: "\e073";
|
508
|
-
}
|
509
|
-
.glyphicon-stop:before {
|
510
|
-
content: "\e074";
|
511
|
-
}
|
512
|
-
.glyphicon-forward:before {
|
513
|
-
content: "\e075";
|
514
|
-
}
|
515
|
-
.glyphicon-fast-forward:before {
|
516
|
-
content: "\e076";
|
517
|
-
}
|
518
|
-
.glyphicon-step-forward:before {
|
519
|
-
content: "\e077";
|
520
|
-
}
|
521
|
-
.glyphicon-eject:before {
|
522
|
-
content: "\e078";
|
523
|
-
}
|
524
|
-
.glyphicon-chevron-left:before {
|
525
|
-
content: "\e079";
|
526
|
-
}
|
527
|
-
.glyphicon-chevron-right:before {
|
528
|
-
content: "\e080";
|
529
|
-
}
|
530
|
-
.glyphicon-plus-sign:before {
|
531
|
-
content: "\e081";
|
532
|
-
}
|
533
|
-
.glyphicon-minus-sign:before {
|
534
|
-
content: "\e082";
|
535
|
-
}
|
536
|
-
.glyphicon-remove-sign:before {
|
537
|
-
content: "\e083";
|
538
|
-
}
|
539
|
-
.glyphicon-ok-sign:before {
|
540
|
-
content: "\e084";
|
541
|
-
}
|
542
|
-
.glyphicon-question-sign:before {
|
543
|
-
content: "\e085";
|
544
|
-
}
|
545
|
-
.glyphicon-info-sign:before {
|
546
|
-
content: "\e086";
|
547
|
-
}
|
548
|
-
.glyphicon-screenshot:before {
|
549
|
-
content: "\e087";
|
550
|
-
}
|
551
|
-
.glyphicon-remove-circle:before {
|
552
|
-
content: "\e088";
|
553
|
-
}
|
554
|
-
.glyphicon-ok-circle:before {
|
555
|
-
content: "\e089";
|
556
|
-
}
|
557
|
-
.glyphicon-ban-circle:before {
|
558
|
-
content: "\e090";
|
559
|
-
}
|
560
|
-
.glyphicon-arrow-left:before {
|
561
|
-
content: "\e091";
|
562
|
-
}
|
563
|
-
.glyphicon-arrow-right:before {
|
564
|
-
content: "\e092";
|
565
|
-
}
|
566
|
-
.glyphicon-arrow-up:before {
|
567
|
-
content: "\e093";
|
568
|
-
}
|
569
|
-
.glyphicon-arrow-down:before {
|
570
|
-
content: "\e094";
|
571
|
-
}
|
572
|
-
.glyphicon-share-alt:before {
|
573
|
-
content: "\e095";
|
574
|
-
}
|
575
|
-
.glyphicon-resize-full:before {
|
576
|
-
content: "\e096";
|
577
|
-
}
|
578
|
-
.glyphicon-resize-small:before {
|
579
|
-
content: "\e097";
|
580
|
-
}
|
581
|
-
.glyphicon-exclamation-sign:before {
|
582
|
-
content: "\e101";
|
583
|
-
}
|
584
|
-
.glyphicon-gift:before {
|
585
|
-
content: "\e102";
|
586
|
-
}
|
587
|
-
.glyphicon-leaf:before {
|
588
|
-
content: "\e103";
|
589
|
-
}
|
590
|
-
.glyphicon-fire:before {
|
591
|
-
content: "\e104";
|
592
|
-
}
|
593
|
-
.glyphicon-eye-open:before {
|
594
|
-
content: "\e105";
|
595
|
-
}
|
596
|
-
.glyphicon-eye-close:before {
|
597
|
-
content: "\e106";
|
598
|
-
}
|
599
|
-
.glyphicon-warning-sign:before {
|
600
|
-
content: "\e107";
|
601
|
-
}
|
602
|
-
.glyphicon-plane:before {
|
603
|
-
content: "\e108";
|
604
|
-
}
|
605
|
-
.glyphicon-calendar:before {
|
606
|
-
content: "\e109";
|
607
|
-
}
|
608
|
-
.glyphicon-random:before {
|
609
|
-
content: "\e110";
|
610
|
-
}
|
611
|
-
.glyphicon-comment:before {
|
612
|
-
content: "\e111";
|
613
|
-
}
|
614
|
-
.glyphicon-magnet:before {
|
615
|
-
content: "\e112";
|
616
|
-
}
|
617
|
-
.glyphicon-chevron-up:before {
|
618
|
-
content: "\e113";
|
619
|
-
}
|
620
|
-
.glyphicon-chevron-down:before {
|
621
|
-
content: "\e114";
|
622
|
-
}
|
623
|
-
.glyphicon-retweet:before {
|
624
|
-
content: "\e115";
|
625
|
-
}
|
626
|
-
.glyphicon-shopping-cart:before {
|
627
|
-
content: "\e116";
|
628
|
-
}
|
629
|
-
.glyphicon-folder-close:before {
|
630
|
-
content: "\e117";
|
631
|
-
}
|
632
|
-
.glyphicon-folder-open:before {
|
633
|
-
content: "\e118";
|
634
|
-
}
|
635
|
-
.glyphicon-resize-vertical:before {
|
636
|
-
content: "\e119";
|
637
|
-
}
|
638
|
-
.glyphicon-resize-horizontal:before {
|
639
|
-
content: "\e120";
|
640
|
-
}
|
641
|
-
.glyphicon-hdd:before {
|
642
|
-
content: "\e121";
|
643
|
-
}
|
644
|
-
.glyphicon-bullhorn:before {
|
645
|
-
content: "\e122";
|
646
|
-
}
|
647
|
-
.glyphicon-bell:before {
|
648
|
-
content: "\e123";
|
649
|
-
}
|
650
|
-
.glyphicon-certificate:before {
|
651
|
-
content: "\e124";
|
652
|
-
}
|
653
|
-
.glyphicon-thumbs-up:before {
|
654
|
-
content: "\e125";
|
655
|
-
}
|
656
|
-
.glyphicon-thumbs-down:before {
|
657
|
-
content: "\e126";
|
658
|
-
}
|
659
|
-
.glyphicon-hand-right:before {
|
660
|
-
content: "\e127";
|
661
|
-
}
|
662
|
-
.glyphicon-hand-left:before {
|
663
|
-
content: "\e128";
|
664
|
-
}
|
665
|
-
.glyphicon-hand-up:before {
|
666
|
-
content: "\e129";
|
667
|
-
}
|
668
|
-
.glyphicon-hand-down:before {
|
669
|
-
content: "\e130";
|
670
|
-
}
|
671
|
-
.glyphicon-circle-arrow-right:before {
|
672
|
-
content: "\e131";
|
673
|
-
}
|
674
|
-
.glyphicon-circle-arrow-left:before {
|
675
|
-
content: "\e132";
|
676
|
-
}
|
677
|
-
.glyphicon-circle-arrow-up:before {
|
678
|
-
content: "\e133";
|
679
|
-
}
|
680
|
-
.glyphicon-circle-arrow-down:before {
|
681
|
-
content: "\e134";
|
682
|
-
}
|
683
|
-
.glyphicon-globe:before {
|
684
|
-
content: "\e135";
|
685
|
-
}
|
686
|
-
.glyphicon-wrench:before {
|
687
|
-
content: "\e136";
|
688
|
-
}
|
689
|
-
.glyphicon-tasks:before {
|
690
|
-
content: "\e137";
|
691
|
-
}
|
692
|
-
.glyphicon-filter:before {
|
693
|
-
content: "\e138";
|
694
|
-
}
|
695
|
-
.glyphicon-briefcase:before {
|
696
|
-
content: "\e139";
|
697
|
-
}
|
698
|
-
.glyphicon-fullscreen:before {
|
699
|
-
content: "\e140";
|
700
|
-
}
|
701
|
-
.glyphicon-dashboard:before {
|
702
|
-
content: "\e141";
|
703
|
-
}
|
704
|
-
.glyphicon-paperclip:before {
|
705
|
-
content: "\e142";
|
706
|
-
}
|
707
|
-
.glyphicon-heart-empty:before {
|
708
|
-
content: "\e143";
|
709
|
-
}
|
710
|
-
.glyphicon-link:before {
|
711
|
-
content: "\e144";
|
712
|
-
}
|
713
|
-
.glyphicon-phone:before {
|
714
|
-
content: "\e145";
|
715
|
-
}
|
716
|
-
.glyphicon-pushpin:before {
|
717
|
-
content: "\e146";
|
718
|
-
}
|
719
|
-
.glyphicon-usd:before {
|
720
|
-
content: "\e148";
|
721
|
-
}
|
722
|
-
.glyphicon-gbp:before {
|
723
|
-
content: "\e149";
|
724
|
-
}
|
725
|
-
.glyphicon-sort:before {
|
726
|
-
content: "\e150";
|
727
|
-
}
|
728
|
-
.glyphicon-sort-by-alphabet:before {
|
729
|
-
content: "\e151";
|
730
|
-
}
|
731
|
-
.glyphicon-sort-by-alphabet-alt:before {
|
732
|
-
content: "\e152";
|
733
|
-
}
|
734
|
-
.glyphicon-sort-by-order:before {
|
735
|
-
content: "\e153";
|
736
|
-
}
|
737
|
-
.glyphicon-sort-by-order-alt:before {
|
738
|
-
content: "\e154";
|
739
|
-
}
|
740
|
-
.glyphicon-sort-by-attributes:before {
|
741
|
-
content: "\e155";
|
742
|
-
}
|
743
|
-
.glyphicon-sort-by-attributes-alt:before {
|
744
|
-
content: "\e156";
|
745
|
-
}
|
746
|
-
.glyphicon-unchecked:before {
|
747
|
-
content: "\e157";
|
748
|
-
}
|
749
|
-
.glyphicon-expand:before {
|
750
|
-
content: "\e158";
|
751
|
-
}
|
752
|
-
.glyphicon-collapse-down:before {
|
753
|
-
content: "\e159";
|
754
|
-
}
|
755
|
-
.glyphicon-collapse-up:before {
|
756
|
-
content: "\e160";
|
757
|
-
}
|
758
|
-
.glyphicon-log-in:before {
|
759
|
-
content: "\e161";
|
760
|
-
}
|
761
|
-
.glyphicon-flash:before {
|
762
|
-
content: "\e162";
|
763
|
-
}
|
764
|
-
.glyphicon-log-out:before {
|
765
|
-
content: "\e163";
|
766
|
-
}
|
767
|
-
.glyphicon-new-window:before {
|
768
|
-
content: "\e164";
|
769
|
-
}
|
770
|
-
.glyphicon-record:before {
|
771
|
-
content: "\e165";
|
772
|
-
}
|
773
|
-
.glyphicon-save:before {
|
774
|
-
content: "\e166";
|
775
|
-
}
|
776
|
-
.glyphicon-open:before {
|
777
|
-
content: "\e167";
|
778
|
-
}
|
779
|
-
.glyphicon-saved:before {
|
780
|
-
content: "\e168";
|
781
|
-
}
|
782
|
-
.glyphicon-import:before {
|
783
|
-
content: "\e169";
|
784
|
-
}
|
785
|
-
.glyphicon-export:before {
|
786
|
-
content: "\e170";
|
787
|
-
}
|
788
|
-
.glyphicon-send:before {
|
789
|
-
content: "\e171";
|
790
|
-
}
|
791
|
-
.glyphicon-floppy-disk:before {
|
792
|
-
content: "\e172";
|
793
|
-
}
|
794
|
-
.glyphicon-floppy-saved:before {
|
795
|
-
content: "\e173";
|
796
|
-
}
|
797
|
-
.glyphicon-floppy-remove:before {
|
798
|
-
content: "\e174";
|
799
|
-
}
|
800
|
-
.glyphicon-floppy-save:before {
|
801
|
-
content: "\e175";
|
802
|
-
}
|
803
|
-
.glyphicon-floppy-open:before {
|
804
|
-
content: "\e176";
|
805
|
-
}
|
806
|
-
.glyphicon-credit-card:before {
|
807
|
-
content: "\e177";
|
808
|
-
}
|
809
|
-
.glyphicon-transfer:before {
|
810
|
-
content: "\e178";
|
811
|
-
}
|
812
|
-
.glyphicon-cutlery:before {
|
813
|
-
content: "\e179";
|
814
|
-
}
|
815
|
-
.glyphicon-header:before {
|
816
|
-
content: "\e180";
|
817
|
-
}
|
818
|
-
.glyphicon-compressed:before {
|
819
|
-
content: "\e181";
|
820
|
-
}
|
821
|
-
.glyphicon-earphone:before {
|
822
|
-
content: "\e182";
|
823
|
-
}
|
824
|
-
.glyphicon-phone-alt:before {
|
825
|
-
content: "\e183";
|
826
|
-
}
|
827
|
-
.glyphicon-tower:before {
|
828
|
-
content: "\e184";
|
829
|
-
}
|
830
|
-
.glyphicon-stats:before {
|
831
|
-
content: "\e185";
|
832
|
-
}
|
833
|
-
.glyphicon-sd-video:before {
|
834
|
-
content: "\e186";
|
835
|
-
}
|
836
|
-
.glyphicon-hd-video:before {
|
837
|
-
content: "\e187";
|
838
|
-
}
|
839
|
-
.glyphicon-subtitles:before {
|
840
|
-
content: "\e188";
|
841
|
-
}
|
842
|
-
.glyphicon-sound-stereo:before {
|
843
|
-
content: "\e189";
|
844
|
-
}
|
845
|
-
.glyphicon-sound-dolby:before {
|
846
|
-
content: "\e190";
|
847
|
-
}
|
848
|
-
.glyphicon-sound-5-1:before {
|
849
|
-
content: "\e191";
|
850
|
-
}
|
851
|
-
.glyphicon-sound-6-1:before {
|
852
|
-
content: "\e192";
|
853
|
-
}
|
854
|
-
.glyphicon-sound-7-1:before {
|
855
|
-
content: "\e193";
|
856
|
-
}
|
857
|
-
.glyphicon-copyright-mark:before {
|
858
|
-
content: "\e194";
|
859
|
-
}
|
860
|
-
.glyphicon-registration-mark:before {
|
861
|
-
content: "\e195";
|
862
|
-
}
|
863
|
-
.glyphicon-cloud-download:before {
|
864
|
-
content: "\e197";
|
865
|
-
}
|
866
|
-
.glyphicon-cloud-upload:before {
|
867
|
-
content: "\e198";
|
868
|
-
}
|
869
|
-
.glyphicon-tree-conifer:before {
|
870
|
-
content: "\e199";
|
871
|
-
}
|
872
|
-
.glyphicon-tree-deciduous:before {
|
873
|
-
content: "\e200";
|
874
|
-
}
|
875
|
-
.glyphicon-cd:before {
|
876
|
-
content: "\e201";
|
877
|
-
}
|
878
|
-
.glyphicon-save-file:before {
|
879
|
-
content: "\e202";
|
880
|
-
}
|
881
|
-
.glyphicon-open-file:before {
|
882
|
-
content: "\e203";
|
883
|
-
}
|
884
|
-
.glyphicon-level-up:before {
|
885
|
-
content: "\e204";
|
886
|
-
}
|
887
|
-
.glyphicon-copy:before {
|
888
|
-
content: "\e205";
|
889
|
-
}
|
890
|
-
.glyphicon-paste:before {
|
891
|
-
content: "\e206";
|
892
|
-
}
|
893
|
-
.glyphicon-alert:before {
|
894
|
-
content: "\e209";
|
895
|
-
}
|
896
|
-
.glyphicon-equalizer:before {
|
897
|
-
content: "\e210";
|
898
|
-
}
|
899
|
-
.glyphicon-king:before {
|
900
|
-
content: "\e211";
|
901
|
-
}
|
902
|
-
.glyphicon-queen:before {
|
903
|
-
content: "\e212";
|
904
|
-
}
|
905
|
-
.glyphicon-pawn:before {
|
906
|
-
content: "\e213";
|
907
|
-
}
|
908
|
-
.glyphicon-bishop:before {
|
909
|
-
content: "\e214";
|
910
|
-
}
|
911
|
-
.glyphicon-knight:before {
|
912
|
-
content: "\e215";
|
913
|
-
}
|
914
|
-
.glyphicon-baby-formula:before {
|
915
|
-
content: "\e216";
|
916
|
-
}
|
917
|
-
.glyphicon-tent:before {
|
918
|
-
content: "\26fa";
|
919
|
-
}
|
920
|
-
.glyphicon-blackboard:before {
|
921
|
-
content: "\e218";
|
922
|
-
}
|
923
|
-
.glyphicon-bed:before {
|
924
|
-
content: "\e219";
|
925
|
-
}
|
926
|
-
.glyphicon-apple:before {
|
927
|
-
content: "\f8ff";
|
928
|
-
}
|
929
|
-
.glyphicon-erase:before {
|
930
|
-
content: "\e221";
|
931
|
-
}
|
932
|
-
.glyphicon-hourglass:before {
|
933
|
-
content: "\231b";
|
934
|
-
}
|
935
|
-
.glyphicon-lamp:before {
|
936
|
-
content: "\e223";
|
937
|
-
}
|
938
|
-
.glyphicon-duplicate:before {
|
939
|
-
content: "\e224";
|
940
|
-
}
|
941
|
-
.glyphicon-piggy-bank:before {
|
942
|
-
content: "\e225";
|
943
|
-
}
|
944
|
-
.glyphicon-scissors:before {
|
945
|
-
content: "\e226";
|
946
|
-
}
|
947
|
-
.glyphicon-bitcoin:before {
|
948
|
-
content: "\e227";
|
949
|
-
}
|
950
|
-
.glyphicon-btc:before {
|
951
|
-
content: "\e227";
|
952
|
-
}
|
953
|
-
.glyphicon-xbt:before {
|
954
|
-
content: "\e227";
|
955
|
-
}
|
956
|
-
.glyphicon-yen:before {
|
957
|
-
content: "\00a5";
|
958
|
-
}
|
959
|
-
.glyphicon-jpy:before {
|
960
|
-
content: "\00a5";
|
961
|
-
}
|
962
|
-
.glyphicon-ruble:before {
|
963
|
-
content: "\20bd";
|
964
|
-
}
|
965
|
-
.glyphicon-rub:before {
|
966
|
-
content: "\20bd";
|
967
|
-
}
|
968
|
-
.glyphicon-scale:before {
|
969
|
-
content: "\e230";
|
970
|
-
}
|
971
|
-
.glyphicon-ice-lolly:before {
|
972
|
-
content: "\e231";
|
973
|
-
}
|
974
|
-
.glyphicon-ice-lolly-tasted:before {
|
975
|
-
content: "\e232";
|
976
|
-
}
|
977
|
-
.glyphicon-education:before {
|
978
|
-
content: "\e233";
|
979
|
-
}
|
980
|
-
.glyphicon-option-horizontal:before {
|
981
|
-
content: "\e234";
|
982
|
-
}
|
983
|
-
.glyphicon-option-vertical:before {
|
984
|
-
content: "\e235";
|
985
|
-
}
|
986
|
-
.glyphicon-menu-hamburger:before {
|
987
|
-
content: "\e236";
|
988
|
-
}
|
989
|
-
.glyphicon-modal-window:before {
|
990
|
-
content: "\e237";
|
991
|
-
}
|
992
|
-
.glyphicon-oil:before {
|
993
|
-
content: "\e238";
|
994
|
-
}
|
995
|
-
.glyphicon-grain:before {
|
996
|
-
content: "\e239";
|
997
|
-
}
|
998
|
-
.glyphicon-sunglasses:before {
|
999
|
-
content: "\e240";
|
1000
|
-
}
|
1001
|
-
.glyphicon-text-size:before {
|
1002
|
-
content: "\e241";
|
1003
|
-
}
|
1004
|
-
.glyphicon-text-color:before {
|
1005
|
-
content: "\e242";
|
1006
|
-
}
|
1007
|
-
.glyphicon-text-background:before {
|
1008
|
-
content: "\e243";
|
1009
|
-
}
|
1010
|
-
.glyphicon-object-align-top:before {
|
1011
|
-
content: "\e244";
|
1012
|
-
}
|
1013
|
-
.glyphicon-object-align-bottom:before {
|
1014
|
-
content: "\e245";
|
1015
|
-
}
|
1016
|
-
.glyphicon-object-align-horizontal:before {
|
1017
|
-
content: "\e246";
|
1018
|
-
}
|
1019
|
-
.glyphicon-object-align-left:before {
|
1020
|
-
content: "\e247";
|
1021
|
-
}
|
1022
|
-
.glyphicon-object-align-vertical:before {
|
1023
|
-
content: "\e248";
|
1024
|
-
}
|
1025
|
-
.glyphicon-object-align-right:before {
|
1026
|
-
content: "\e249";
|
1027
|
-
}
|
1028
|
-
.glyphicon-triangle-right:before {
|
1029
|
-
content: "\e250";
|
1030
|
-
}
|
1031
|
-
.glyphicon-triangle-left:before {
|
1032
|
-
content: "\e251";
|
1033
|
-
}
|
1034
|
-
.glyphicon-triangle-bottom:before {
|
1035
|
-
content: "\e252";
|
1036
|
-
}
|
1037
|
-
.glyphicon-triangle-top:before {
|
1038
|
-
content: "\e253";
|
1039
|
-
}
|
1040
|
-
.glyphicon-console:before {
|
1041
|
-
content: "\e254";
|
1042
|
-
}
|
1043
|
-
.glyphicon-superscript:before {
|
1044
|
-
content: "\e255";
|
1045
|
-
}
|
1046
|
-
.glyphicon-subscript:before {
|
1047
|
-
content: "\e256";
|
1048
|
-
}
|
1049
|
-
.glyphicon-menu-left:before {
|
1050
|
-
content: "\e257";
|
1051
|
-
}
|
1052
|
-
.glyphicon-menu-right:before {
|
1053
|
-
content: "\e258";
|
1054
|
-
}
|
1055
|
-
.glyphicon-menu-down:before {
|
1056
|
-
content: "\e259";
|
1057
|
-
}
|
1058
|
-
.glyphicon-menu-up:before {
|
1059
|
-
content: "\e260";
|
1060
|
-
}
|
258
|
+
|
1061
259
|
* {
|
1062
260
|
-webkit-box-sizing: border-box;
|
1063
261
|
-moz-box-sizing: border-box;
|