j1-template 2021.0.6 → 2021.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/procedures/global/attributes_loader.proc +2 -2
- data/assets/data/menu.html +32 -3
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.css +299 -12
- data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +22 -2
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/eot/fa-brands-400.eot +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/eot/fa-regular-400.eot +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/eot/fa-solid-900.eot +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff2 +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff2 +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff2 +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-brands-400.svg +855 -597
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-regular-400.svg +94 -96
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-solid-900.svg +1272 -771
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/ttf/fa-brands-400.ttf +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/ttf/fa-regular-400.ttf +0 -0
- data/assets/themes/j1/core/fonts/fontawesome_5/fonts/ttf/fa-solid-900.ttf +0 -0
- data/lib/j1/commands/generate.rb +3 -2
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +2 -2
- data/lib/starter_web/_data/asciidoc2pdf/themes/j1-theme.yml +225 -188
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
- data/lib/starter_web/_data/modules/navigator_menu.yml +16 -3
- data/lib/starter_web/_includes/attributes.asciidoc +24 -10
- data/lib/starter_web/_plugins/asciidoctor-extensions/fab-icon-inline.rb +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
- data/lib/starter_web/assets/images/pages/skeleton/annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/skeleton/antonino-visalli-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/skeleton/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/skeleton/library-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/skeleton/romain-vignes-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/skeleton/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/1280px-PDCA_Process.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/deming-cycle.png +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/john-schnobrich-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/writers_guide/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-04-01-confusion-about-base-url.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-05-01-top-open-source-static-site-generators.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2020-06-01-about-cookies.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +1 -1
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/about_site.adoc +52 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/blindtext.asciidoc +11 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/font_icons.asciidoc +23 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +5 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/lightbox.asciidoc +7 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/chapter_document.asciidoc +9 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/entry_document.asciidoc +3 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/images/image.asciidoc +6 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column.asciidoc +12 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column_options.asciidoc +30 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_3_column.asciidoc +16 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc +25 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/000_intro.adoc +61 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +58 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +59 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +68 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/attributes.asciidoc +68 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/000_intro.asciidoc +33 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter.asciidoc +7 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/100_chapter_document.asciidoc +21 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/110_chapter_document.asciidoc +36 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter.asciidoc +5 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter/200_chapter_document.asciidoc +53 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references.asciidoc +23 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/000_intro.asciidoc +23 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/100_chapter_document.asciidoc +33 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/200_chapter_document.asciidoc +26 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/900_sources.asciidoc +81 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/tables/110_material_design_icons.asciidoc +102 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/a2p.bat +28 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/a2p.sh +26 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.a2p +114 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +128 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.pdf +5440 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +60 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +59 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/attributes.asciidoc +63 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +53 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc +53 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/tables/110_material_design_icons.asciidoc +102 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +84 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +236 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +1 -269
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +163 -81
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +5 -8
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +4 -5
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -54
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +75 -39
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +17 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/{410_table_3_column.asciidoc → 410_table_bs_modal_examples.asciidoc} +0 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/tables/bs_modal_examples.asciidoc +47 -0
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +1 -1
- data/lib/starter_web/pages/public/previewer/rouge.adoc +41 -4
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +57 -16
- data/assets/themes/j1/modules/twemoji/js/LICENSE +0 -21
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +0 -79
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/200_preparations.adoc +0 -77
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/300_first_awesome_web.adoc +0 -75
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/attributes.asciidoc +0 -176
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/100_meet_and_greet_jekyll.asciidoc +0 -31
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/200_preparations.asciidoc +0 -14
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/documents/300_first_awesome_web.asciidoc +0 -11
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/parts.asciidoc +0 -193
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/debug_variables.asciidoc +0 -47
- data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/_includes/tables/readme +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/610_fam.adoc +0 -294
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/tables/readme +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f01dd4e427270ca3a7ac4c21fb868f5ee0985c5dd9767eda91b64b466c2c0c8
|
|
4
|
+
data.tar.gz: 4e7ae30275c4102dd4e383249841d6f33365d8eaf36c775855d59c855ac77f5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a8ac5dbfbae496773157bba92744bddb436c8793a148093ae9d273f67a11cc813ee4ff1cf2e60d2d952e12459bd404975dbba34e686c22c86e6e58926a2d31d
|
|
7
|
+
data.tar.gz: 4e2e4c16c0ef2b743f94a1c47e536297ceb8e20e441ffcda893c7a070925575ae66dc2e87bb33d9ba428b80957b51ed8610f6d9db87f1692fc725700e9a71168
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
:globalincludedir: {{content_root}}/_includes
|
|
82
82
|
:includedir: {{page_root}}/_includes
|
|
83
83
|
|
|
84
|
-
:
|
|
85
|
-
:
|
|
84
|
+
:globaltabledir: {{content_root}}/_includes/tables
|
|
85
|
+
:globaldocumentdir: {{content_root}}/_includes/documents
|
|
86
86
|
:documentdir: {{page_root}}/_includes/documents
|
|
87
87
|
:tabledir: {{page_root}}/_includes/tables
|
|
88
88
|
|
data/assets/data/menu.html
CHANGED
|
@@ -212,7 +212,7 @@ regenerate: true
|
|
|
212
212
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_1.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_1.title }}</a>
|
|
213
213
|
{% endif %}
|
|
214
214
|
<!-- jadams, 2017-11-24: (4) ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}" style="opacity: 1;" -->
|
|
215
|
-
<ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
|
|
215
|
+
<ul class="dropdown-menu scrollable-menu {{nav_menu_position}} raised-z{{raised_level}}">
|
|
216
216
|
{% for level_2 in level_1.dropdown %}
|
|
217
217
|
{% if level_2.dropdown == null %}
|
|
218
218
|
{% if level_2.icon == null %}
|
|
@@ -239,7 +239,7 @@ regenerate: true
|
|
|
239
239
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_2.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_2.title }}</a>
|
|
240
240
|
{% endif %}
|
|
241
241
|
<!-- jadams, 2017-11-24: (5) ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}" style="opacity: 1;" -->
|
|
242
|
-
<ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
|
|
242
|
+
<ul class="dropdown-menu scrollable-menu {{nav_menu_position}} raised-z{{raised_level}}">
|
|
243
243
|
{% for level_3 in level_2.dropdown %}
|
|
244
244
|
{% if level_2.icon == null %}
|
|
245
245
|
{% if level_3.target == null %}
|
|
@@ -426,7 +426,7 @@ regenerate: true
|
|
|
426
426
|
{% if item.bootswatch_themes and item.bootswatch_themes == 'enabled' %}
|
|
427
427
|
<li class="dropdown nav-item nav-sub-item">
|
|
428
428
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
|
|
429
|
-
<ul id="remote_themes" class="dropdown-menu raised-z{{raised_level}}"></ul>
|
|
429
|
+
<ul id="remote_themes" class="dropdown-menu scrollable-menu raised-z{{raised_level}}"></ul>
|
|
430
430
|
</li>
|
|
431
431
|
{% assign item_found = 'true' %}
|
|
432
432
|
{% endif %} <!-- end BootSwatch theme selector -->
|
|
@@ -465,6 +465,35 @@ regenerate: true
|
|
|
465
465
|
{% endfor %}
|
|
466
466
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end menu] -->
|
|
467
467
|
</ul>
|
|
468
|
+
|
|
469
|
+
<style>
|
|
470
|
+
/* jadams, 2021-02-16: unclear why global styles defined in CSS file */
|
|
471
|
+
/* (bootsttrap.css) not applied. For that reason, given locally for now */
|
|
472
|
+
.scrollable-menu {
|
|
473
|
+
height: auto;
|
|
474
|
+
max-height: 300px;
|
|
475
|
+
overflow-x: hidden;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.scrollable-menu::-webkit-scrollbar {
|
|
479
|
+
-webkit-appearance: none;
|
|
480
|
+
width: 12px;
|
|
481
|
+
background-color: #f5f5f5;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.scrollable-menu::-webkit-scrollbar-thumb {
|
|
485
|
+
border-radius: 10px;
|
|
486
|
+
-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
|
|
487
|
+
background-color: #424242;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.scrollable-menu::-webkit-scrollbar-track {
|
|
491
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
492
|
+
border-radius: 0px;
|
|
493
|
+
background-color: #f5f5f5;
|
|
494
|
+
}
|
|
495
|
+
</style>
|
|
496
|
+
|
|
468
497
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end navbar] -->
|
|
469
498
|
<!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end processing] -->
|
|
470
499
|
{% endcapture %}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
/*
|
|
21
21
|
# -----------------------------------------------------------------------------
|
|
22
22
|
# ~/vendor/fonts/fontawesome/scss/_font_awesome_5.scss
|
|
23
|
-
# Font Awesome 5.
|
|
23
|
+
# Font Awesome 5.15.2 by @fontawesome
|
|
24
24
|
#
|
|
25
25
|
# Product/Info:
|
|
26
26
|
# https://jekyll.one
|
|
@@ -345,9 +345,6 @@ readers do not read off random characters that represent icons */
|
|
|
345
345
|
.fa-adn:before {
|
|
346
346
|
content: "\f170"; }
|
|
347
347
|
|
|
348
|
-
.fa-adobe:before {
|
|
349
|
-
content: "\f778"; }
|
|
350
|
-
|
|
351
348
|
.fa-adversal:before {
|
|
352
349
|
content: "\f36a"; }
|
|
353
350
|
|
|
@@ -570,9 +567,24 @@ readers do not read off random characters that represent icons */
|
|
|
570
567
|
.fa-bacon:before {
|
|
571
568
|
content: "\f7e5"; }
|
|
572
569
|
|
|
570
|
+
.fa-bacteria:before {
|
|
571
|
+
content: "\e059"; }
|
|
572
|
+
|
|
573
|
+
.fa-bacterium:before {
|
|
574
|
+
content: "\e05a"; }
|
|
575
|
+
|
|
576
|
+
.fa-bahai:before {
|
|
577
|
+
content: "\f666"; }
|
|
578
|
+
|
|
573
579
|
.fa-balance-scale:before {
|
|
574
580
|
content: "\f24e"; }
|
|
575
581
|
|
|
582
|
+
.fa-balance-scale-left:before {
|
|
583
|
+
content: "\f515"; }
|
|
584
|
+
|
|
585
|
+
.fa-balance-scale-right:before {
|
|
586
|
+
content: "\f516"; }
|
|
587
|
+
|
|
576
588
|
.fa-ban:before {
|
|
577
589
|
content: "\f05e"; }
|
|
578
590
|
|
|
@@ -642,6 +654,9 @@ readers do not read off random characters that represent icons */
|
|
|
642
654
|
.fa-bicycle:before {
|
|
643
655
|
content: "\f206"; }
|
|
644
656
|
|
|
657
|
+
.fa-biking:before {
|
|
658
|
+
content: "\f84a"; }
|
|
659
|
+
|
|
645
660
|
.fa-bimobject:before {
|
|
646
661
|
content: "\f378"; }
|
|
647
662
|
|
|
@@ -729,6 +744,15 @@ readers do not read off random characters that represent icons */
|
|
|
729
744
|
.fa-bootstrap:before {
|
|
730
745
|
content: "\f836"; }
|
|
731
746
|
|
|
747
|
+
.fa-border-all:before {
|
|
748
|
+
content: "\f84c"; }
|
|
749
|
+
|
|
750
|
+
.fa-border-none:before {
|
|
751
|
+
content: "\f850"; }
|
|
752
|
+
|
|
753
|
+
.fa-border-style:before {
|
|
754
|
+
content: "\f853"; }
|
|
755
|
+
|
|
732
756
|
.fa-bowling-ball:before {
|
|
733
757
|
content: "\f436"; }
|
|
734
758
|
|
|
@@ -738,6 +762,9 @@ readers do not read off random characters that represent icons */
|
|
|
738
762
|
.fa-box-open:before {
|
|
739
763
|
content: "\f49e"; }
|
|
740
764
|
|
|
765
|
+
.fa-box-tissue:before {
|
|
766
|
+
content: "\e05b"; }
|
|
767
|
+
|
|
741
768
|
.fa-boxes:before {
|
|
742
769
|
content: "\f468"; }
|
|
743
770
|
|
|
@@ -798,6 +825,9 @@ readers do not read off random characters that represent icons */
|
|
|
798
825
|
.fa-business-time:before {
|
|
799
826
|
content: "\f64a"; }
|
|
800
827
|
|
|
828
|
+
.fa-buy-n-large:before {
|
|
829
|
+
content: "\f8a6"; }
|
|
830
|
+
|
|
801
831
|
.fa-buysellads:before {
|
|
802
832
|
content: "\f20d"; }
|
|
803
833
|
|
|
@@ -864,6 +894,9 @@ readers do not read off random characters that represent icons */
|
|
|
864
894
|
.fa-car-side:before {
|
|
865
895
|
content: "\f5e4"; }
|
|
866
896
|
|
|
897
|
+
.fa-caravan:before {
|
|
898
|
+
content: "\f8ff"; }
|
|
899
|
+
|
|
867
900
|
.fa-caret-down:before {
|
|
868
901
|
content: "\f0d7"; }
|
|
869
902
|
|
|
@@ -1101,6 +1134,9 @@ readers do not read off random characters that represent icons */
|
|
|
1101
1134
|
.fa-cloud-upload-alt:before {
|
|
1102
1135
|
content: "\f382"; }
|
|
1103
1136
|
|
|
1137
|
+
.fa-cloudflare:before {
|
|
1138
|
+
content: "\e07d"; }
|
|
1139
|
+
|
|
1104
1140
|
.fa-cloudscale:before {
|
|
1105
1141
|
content: "\f383"; }
|
|
1106
1142
|
|
|
@@ -1173,6 +1209,9 @@ readers do not read off random characters that represent icons */
|
|
|
1173
1209
|
.fa-compress:before {
|
|
1174
1210
|
content: "\f066"; }
|
|
1175
1211
|
|
|
1212
|
+
.fa-compress-alt:before {
|
|
1213
|
+
content: "\f422"; }
|
|
1214
|
+
|
|
1176
1215
|
.fa-compress-arrows-alt:before {
|
|
1177
1216
|
content: "\f78c"; }
|
|
1178
1217
|
|
|
@@ -1200,6 +1239,9 @@ readers do not read off random characters that represent icons */
|
|
|
1200
1239
|
.fa-copyright:before {
|
|
1201
1240
|
content: "\f1f9"; }
|
|
1202
1241
|
|
|
1242
|
+
.fa-cotton-bureau:before {
|
|
1243
|
+
content: "\f89e"; }
|
|
1244
|
+
|
|
1203
1245
|
.fa-couch:before {
|
|
1204
1246
|
content: "\f4b8"; }
|
|
1205
1247
|
|
|
@@ -1299,6 +1341,9 @@ readers do not read off random characters that represent icons */
|
|
|
1299
1341
|
.fa-d-and-d-beyond:before {
|
|
1300
1342
|
content: "\f6ca"; }
|
|
1301
1343
|
|
|
1344
|
+
.fa-dailymotion:before {
|
|
1345
|
+
content: "\e052"; }
|
|
1346
|
+
|
|
1302
1347
|
.fa-dashcube:before {
|
|
1303
1348
|
content: "\f210"; }
|
|
1304
1349
|
|
|
@@ -1308,6 +1353,9 @@ readers do not read off random characters that represent icons */
|
|
|
1308
1353
|
.fa-deaf:before {
|
|
1309
1354
|
content: "\f2a4"; }
|
|
1310
1355
|
|
|
1356
|
+
.fa-deezer:before {
|
|
1357
|
+
content: "\e077"; }
|
|
1358
|
+
|
|
1311
1359
|
.fa-delicious:before {
|
|
1312
1360
|
content: "\f1a5"; }
|
|
1313
1361
|
|
|
@@ -1386,6 +1434,9 @@ readers do not read off random characters that represent icons */
|
|
|
1386
1434
|
.fa-discourse:before {
|
|
1387
1435
|
content: "\f393"; }
|
|
1388
1436
|
|
|
1437
|
+
.fa-disease:before {
|
|
1438
|
+
content: "\f7fa"; }
|
|
1439
|
+
|
|
1389
1440
|
.fa-divide:before {
|
|
1390
1441
|
content: "\f529"; }
|
|
1391
1442
|
|
|
@@ -1488,6 +1539,9 @@ readers do not read off random characters that represent icons */
|
|
|
1488
1539
|
.fa-edge:before {
|
|
1489
1540
|
content: "\f282"; }
|
|
1490
1541
|
|
|
1542
|
+
.fa-edge-legacy:before {
|
|
1543
|
+
content: "\e078"; }
|
|
1544
|
+
|
|
1491
1545
|
.fa-edit:before {
|
|
1492
1546
|
content: "\f044"; }
|
|
1493
1547
|
|
|
@@ -1569,6 +1623,9 @@ readers do not read off random characters that represent icons */
|
|
|
1569
1623
|
.fa-expand:before {
|
|
1570
1624
|
content: "\f065"; }
|
|
1571
1625
|
|
|
1626
|
+
.fa-expand-alt:before {
|
|
1627
|
+
content: "\f424"; }
|
|
1628
|
+
|
|
1572
1629
|
.fa-expand-arrows-alt:before {
|
|
1573
1630
|
content: "\f31e"; }
|
|
1574
1631
|
|
|
@@ -1602,6 +1659,9 @@ readers do not read off random characters that represent icons */
|
|
|
1602
1659
|
.fa-facebook-square:before {
|
|
1603
1660
|
content: "\f082"; }
|
|
1604
1661
|
|
|
1662
|
+
.fa-fan:before {
|
|
1663
|
+
content: "\f863"; }
|
|
1664
|
+
|
|
1605
1665
|
.fa-fantasy-flight-games:before {
|
|
1606
1666
|
content: "\f6dc"; }
|
|
1607
1667
|
|
|
@@ -1611,6 +1671,9 @@ readers do not read off random characters that represent icons */
|
|
|
1611
1671
|
.fa-fast-forward:before {
|
|
1612
1672
|
content: "\f050"; }
|
|
1613
1673
|
|
|
1674
|
+
.fa-faucet:before {
|
|
1675
|
+
content: "\e005"; }
|
|
1676
|
+
|
|
1614
1677
|
.fa-fax:before {
|
|
1615
1678
|
content: "\f1ac"; }
|
|
1616
1679
|
|
|
@@ -1731,6 +1794,9 @@ readers do not read off random characters that represent icons */
|
|
|
1731
1794
|
.fa-firefox:before {
|
|
1732
1795
|
content: "\f269"; }
|
|
1733
1796
|
|
|
1797
|
+
.fa-firefox-browser:before {
|
|
1798
|
+
content: "\e007"; }
|
|
1799
|
+
|
|
1734
1800
|
.fa-first-aid:before {
|
|
1735
1801
|
content: "\f479"; }
|
|
1736
1802
|
|
|
@@ -1890,6 +1956,9 @@ readers do not read off random characters that represent icons */
|
|
|
1890
1956
|
.fa-git:before {
|
|
1891
1957
|
content: "\f1d3"; }
|
|
1892
1958
|
|
|
1959
|
+
.fa-git-alt:before {
|
|
1960
|
+
content: "\f841"; }
|
|
1961
|
+
|
|
1893
1962
|
.fa-git-square:before {
|
|
1894
1963
|
content: "\f1d2"; }
|
|
1895
1964
|
|
|
@@ -1965,6 +2034,9 @@ readers do not read off random characters that represent icons */
|
|
|
1965
2034
|
.fa-google-drive:before {
|
|
1966
2035
|
content: "\f3aa"; }
|
|
1967
2036
|
|
|
2037
|
+
.fa-google-pay:before {
|
|
2038
|
+
content: "\e079"; }
|
|
2039
|
+
|
|
1968
2040
|
.fa-google-play:before {
|
|
1969
2041
|
content: "\f3ab"; }
|
|
1970
2042
|
|
|
@@ -2058,6 +2130,9 @@ readers do not read off random characters that represent icons */
|
|
|
2058
2130
|
.fa-grunt:before {
|
|
2059
2131
|
content: "\f3ad"; }
|
|
2060
2132
|
|
|
2133
|
+
.fa-guilded:before {
|
|
2134
|
+
content: "\e07e"; }
|
|
2135
|
+
|
|
2061
2136
|
.fa-guitar:before {
|
|
2062
2137
|
content: "\f7a6"; }
|
|
2063
2138
|
|
|
@@ -2091,9 +2166,15 @@ readers do not read off random characters that represent icons */
|
|
|
2091
2166
|
.fa-hand-holding-heart:before {
|
|
2092
2167
|
content: "\f4be"; }
|
|
2093
2168
|
|
|
2169
|
+
.fa-hand-holding-medical:before {
|
|
2170
|
+
content: "\e05c"; }
|
|
2171
|
+
|
|
2094
2172
|
.fa-hand-holding-usd:before {
|
|
2095
2173
|
content: "\f4c0"; }
|
|
2096
2174
|
|
|
2175
|
+
.fa-hand-holding-water:before {
|
|
2176
|
+
content: "\f4c1"; }
|
|
2177
|
+
|
|
2097
2178
|
.fa-hand-lizard:before {
|
|
2098
2179
|
content: "\f258"; }
|
|
2099
2180
|
|
|
@@ -2127,6 +2208,9 @@ readers do not read off random characters that represent icons */
|
|
|
2127
2208
|
.fa-hand-scissors:before {
|
|
2128
2209
|
content: "\f257"; }
|
|
2129
2210
|
|
|
2211
|
+
.fa-hand-sparkles:before {
|
|
2212
|
+
content: "\e05d"; }
|
|
2213
|
+
|
|
2130
2214
|
.fa-hand-spock:before {
|
|
2131
2215
|
content: "\f259"; }
|
|
2132
2216
|
|
|
@@ -2136,9 +2220,18 @@ readers do not read off random characters that represent icons */
|
|
|
2136
2220
|
.fa-hands-helping:before {
|
|
2137
2221
|
content: "\f4c4"; }
|
|
2138
2222
|
|
|
2223
|
+
.fa-hands-wash:before {
|
|
2224
|
+
content: "\e05e"; }
|
|
2225
|
+
|
|
2139
2226
|
.fa-handshake:before {
|
|
2140
2227
|
content: "\f2b5"; }
|
|
2141
2228
|
|
|
2229
|
+
.fa-handshake-alt-slash:before {
|
|
2230
|
+
content: "\e05f"; }
|
|
2231
|
+
|
|
2232
|
+
.fa-handshake-slash:before {
|
|
2233
|
+
content: "\e060"; }
|
|
2234
|
+
|
|
2142
2235
|
.fa-hanukiah:before {
|
|
2143
2236
|
content: "\f6e6"; }
|
|
2144
2237
|
|
|
@@ -2148,15 +2241,30 @@ readers do not read off random characters that represent icons */
|
|
|
2148
2241
|
.fa-hashtag:before {
|
|
2149
2242
|
content: "\f292"; }
|
|
2150
2243
|
|
|
2244
|
+
.fa-hat-cowboy:before {
|
|
2245
|
+
content: "\f8c0"; }
|
|
2246
|
+
|
|
2247
|
+
.fa-hat-cowboy-side:before {
|
|
2248
|
+
content: "\f8c1"; }
|
|
2249
|
+
|
|
2151
2250
|
.fa-hat-wizard:before {
|
|
2152
2251
|
content: "\f6e8"; }
|
|
2153
2252
|
|
|
2154
|
-
.fa-haykal:before {
|
|
2155
|
-
content: "\f666"; }
|
|
2156
|
-
|
|
2157
2253
|
.fa-hdd:before {
|
|
2158
2254
|
content: "\f0a0"; }
|
|
2159
2255
|
|
|
2256
|
+
.fa-head-side-cough:before {
|
|
2257
|
+
content: "\e061"; }
|
|
2258
|
+
|
|
2259
|
+
.fa-head-side-cough-slash:before {
|
|
2260
|
+
content: "\e062"; }
|
|
2261
|
+
|
|
2262
|
+
.fa-head-side-mask:before {
|
|
2263
|
+
content: "\e063"; }
|
|
2264
|
+
|
|
2265
|
+
.fa-head-side-virus:before {
|
|
2266
|
+
content: "\e064"; }
|
|
2267
|
+
|
|
2160
2268
|
.fa-heading:before {
|
|
2161
2269
|
content: "\f1dc"; }
|
|
2162
2270
|
|
|
@@ -2199,6 +2307,9 @@ readers do not read off random characters that represent icons */
|
|
|
2199
2307
|
.fa-history:before {
|
|
2200
2308
|
content: "\f1da"; }
|
|
2201
2309
|
|
|
2310
|
+
.fa-hive:before {
|
|
2311
|
+
content: "\e07f"; }
|
|
2312
|
+
|
|
2202
2313
|
.fa-hockey-puck:before {
|
|
2203
2314
|
content: "\f453"; }
|
|
2204
2315
|
|
|
@@ -2229,6 +2340,9 @@ readers do not read off random characters that represent icons */
|
|
|
2229
2340
|
.fa-hospital-symbol:before {
|
|
2230
2341
|
content: "\f47e"; }
|
|
2231
2342
|
|
|
2343
|
+
.fa-hospital-user:before {
|
|
2344
|
+
content: "\f80d"; }
|
|
2345
|
+
|
|
2232
2346
|
.fa-hot-tub:before {
|
|
2233
2347
|
content: "\f593"; }
|
|
2234
2348
|
|
|
@@ -2256,6 +2370,9 @@ readers do not read off random characters that represent icons */
|
|
|
2256
2370
|
.fa-house-damage:before {
|
|
2257
2371
|
content: "\f6f1"; }
|
|
2258
2372
|
|
|
2373
|
+
.fa-house-user:before {
|
|
2374
|
+
content: "\e065"; }
|
|
2375
|
+
|
|
2259
2376
|
.fa-houzz:before {
|
|
2260
2377
|
content: "\f27c"; }
|
|
2261
2378
|
|
|
@@ -2277,6 +2394,9 @@ readers do not read off random characters that represent icons */
|
|
|
2277
2394
|
.fa-icicles:before {
|
|
2278
2395
|
content: "\f7ad"; }
|
|
2279
2396
|
|
|
2397
|
+
.fa-icons:before {
|
|
2398
|
+
content: "\f86d"; }
|
|
2399
|
+
|
|
2280
2400
|
.fa-id-badge:before {
|
|
2281
2401
|
content: "\f2c1"; }
|
|
2282
2402
|
|
|
@@ -2286,6 +2406,9 @@ readers do not read off random characters that represent icons */
|
|
|
2286
2406
|
.fa-id-card-alt:before {
|
|
2287
2407
|
content: "\f47f"; }
|
|
2288
2408
|
|
|
2409
|
+
.fa-ideal:before {
|
|
2410
|
+
content: "\e013"; }
|
|
2411
|
+
|
|
2289
2412
|
.fa-igloo:before {
|
|
2290
2413
|
content: "\f7ae"; }
|
|
2291
2414
|
|
|
@@ -2316,9 +2439,18 @@ readers do not read off random characters that represent icons */
|
|
|
2316
2439
|
.fa-info-circle:before {
|
|
2317
2440
|
content: "\f05a"; }
|
|
2318
2441
|
|
|
2442
|
+
.fa-innosoft:before {
|
|
2443
|
+
content: "\e080"; }
|
|
2444
|
+
|
|
2319
2445
|
.fa-instagram:before {
|
|
2320
2446
|
content: "\f16d"; }
|
|
2321
2447
|
|
|
2448
|
+
.fa-instagram-square:before {
|
|
2449
|
+
content: "\e055"; }
|
|
2450
|
+
|
|
2451
|
+
.fa-instalod:before {
|
|
2452
|
+
content: "\e081"; }
|
|
2453
|
+
|
|
2322
2454
|
.fa-intercom:before {
|
|
2323
2455
|
content: "\f7af"; }
|
|
2324
2456
|
|
|
@@ -2433,6 +2565,9 @@ readers do not read off random characters that represent icons */
|
|
|
2433
2565
|
.fa-laptop-code:before {
|
|
2434
2566
|
content: "\f5fc"; }
|
|
2435
2567
|
|
|
2568
|
+
.fa-laptop-house:before {
|
|
2569
|
+
content: "\e066"; }
|
|
2570
|
+
|
|
2436
2571
|
.fa-laptop-medical:before {
|
|
2437
2572
|
content: "\f812"; }
|
|
2438
2573
|
|
|
@@ -2550,6 +2685,12 @@ readers do not read off random characters that represent icons */
|
|
|
2550
2685
|
.fa-luggage-cart:before {
|
|
2551
2686
|
content: "\f59d"; }
|
|
2552
2687
|
|
|
2688
|
+
.fa-lungs:before {
|
|
2689
|
+
content: "\f604"; }
|
|
2690
|
+
|
|
2691
|
+
.fa-lungs-virus:before {
|
|
2692
|
+
content: "\e067"; }
|
|
2693
|
+
|
|
2553
2694
|
.fa-lyft:before {
|
|
2554
2695
|
content: "\f3c3"; }
|
|
2555
2696
|
|
|
@@ -2625,6 +2766,9 @@ readers do not read off random characters that represent icons */
|
|
|
2625
2766
|
.fa-maxcdn:before {
|
|
2626
2767
|
content: "\f136"; }
|
|
2627
2768
|
|
|
2769
|
+
.fa-mdb:before {
|
|
2770
|
+
content: "\f8ca"; }
|
|
2771
|
+
|
|
2628
2772
|
.fa-medal:before {
|
|
2629
2773
|
content: "\f5a2"; }
|
|
2630
2774
|
|
|
@@ -2673,6 +2817,9 @@ readers do not read off random characters that represent icons */
|
|
|
2673
2817
|
.fa-meteor:before {
|
|
2674
2818
|
content: "\f753"; }
|
|
2675
2819
|
|
|
2820
|
+
.fa-microblog:before {
|
|
2821
|
+
content: "\e01a"; }
|
|
2822
|
+
|
|
2676
2823
|
.fa-microchip:before {
|
|
2677
2824
|
content: "\f2db"; }
|
|
2678
2825
|
|
|
@@ -2712,6 +2859,9 @@ readers do not read off random characters that represent icons */
|
|
|
2712
2859
|
.fa-mixcloud:before {
|
|
2713
2860
|
content: "\f289"; }
|
|
2714
2861
|
|
|
2862
|
+
.fa-mixer:before {
|
|
2863
|
+
content: "\e056"; }
|
|
2864
|
+
|
|
2715
2865
|
.fa-mizuni:before {
|
|
2716
2866
|
content: "\f3cc"; }
|
|
2717
2867
|
|
|
@@ -2763,6 +2913,9 @@ readers do not read off random characters that represent icons */
|
|
|
2763
2913
|
.fa-mountain:before {
|
|
2764
2914
|
content: "\f6fc"; }
|
|
2765
2915
|
|
|
2916
|
+
.fa-mouse:before {
|
|
2917
|
+
content: "\f8cc"; }
|
|
2918
|
+
|
|
2766
2919
|
.fa-mouse-pointer:before {
|
|
2767
2920
|
content: "\f245"; }
|
|
2768
2921
|
|
|
@@ -2790,9 +2943,6 @@ readers do not read off random characters that represent icons */
|
|
|
2790
2943
|
.fa-nimblr:before {
|
|
2791
2944
|
content: "\f5a8"; }
|
|
2792
2945
|
|
|
2793
|
-
.fa-nintendo-switch:before {
|
|
2794
|
-
content: "\f418"; }
|
|
2795
|
-
|
|
2796
2946
|
.fa-node:before {
|
|
2797
2947
|
content: "\f419"; }
|
|
2798
2948
|
|
|
@@ -2820,6 +2970,9 @@ readers do not read off random characters that represent icons */
|
|
|
2820
2970
|
.fa-object-ungroup:before {
|
|
2821
2971
|
content: "\f248"; }
|
|
2822
2972
|
|
|
2973
|
+
.fa-octopus-deploy:before {
|
|
2974
|
+
content: "\e082"; }
|
|
2975
|
+
|
|
2823
2976
|
.fa-odnoklassniki:before {
|
|
2824
2977
|
content: "\f263"; }
|
|
2825
2978
|
|
|
@@ -2847,6 +3000,9 @@ readers do not read off random characters that represent icons */
|
|
|
2847
3000
|
.fa-optin-monster:before {
|
|
2848
3001
|
content: "\f23c"; }
|
|
2849
3002
|
|
|
3003
|
+
.fa-orcid:before {
|
|
3004
|
+
content: "\f8d2"; }
|
|
3005
|
+
|
|
2850
3006
|
.fa-osi:before {
|
|
2851
3007
|
content: "\f41a"; }
|
|
2852
3008
|
|
|
@@ -2946,12 +3102,18 @@ readers do not read off random characters that represent icons */
|
|
|
2946
3102
|
.fa-penny-arcade:before {
|
|
2947
3103
|
content: "\f704"; }
|
|
2948
3104
|
|
|
3105
|
+
.fa-people-arrows:before {
|
|
3106
|
+
content: "\e068"; }
|
|
3107
|
+
|
|
2949
3108
|
.fa-people-carry:before {
|
|
2950
3109
|
content: "\f4ce"; }
|
|
2951
3110
|
|
|
2952
3111
|
.fa-pepper-hot:before {
|
|
2953
3112
|
content: "\f816"; }
|
|
2954
3113
|
|
|
3114
|
+
.fa-perbyte:before {
|
|
3115
|
+
content: "\e083"; }
|
|
3116
|
+
|
|
2955
3117
|
.fa-percent:before {
|
|
2956
3118
|
content: "\f295"; }
|
|
2957
3119
|
|
|
@@ -2976,15 +3138,24 @@ readers do not read off random characters that represent icons */
|
|
|
2976
3138
|
.fa-phone:before {
|
|
2977
3139
|
content: "\f095"; }
|
|
2978
3140
|
|
|
3141
|
+
.fa-phone-alt:before {
|
|
3142
|
+
content: "\f879"; }
|
|
3143
|
+
|
|
2979
3144
|
.fa-phone-slash:before {
|
|
2980
3145
|
content: "\f3dd"; }
|
|
2981
3146
|
|
|
2982
3147
|
.fa-phone-square:before {
|
|
2983
3148
|
content: "\f098"; }
|
|
2984
3149
|
|
|
3150
|
+
.fa-phone-square-alt:before {
|
|
3151
|
+
content: "\f87b"; }
|
|
3152
|
+
|
|
2985
3153
|
.fa-phone-volume:before {
|
|
2986
3154
|
content: "\f2a0"; }
|
|
2987
3155
|
|
|
3156
|
+
.fa-photo-video:before {
|
|
3157
|
+
content: "\f87c"; }
|
|
3158
|
+
|
|
2988
3159
|
.fa-php:before {
|
|
2989
3160
|
content: "\f457"; }
|
|
2990
3161
|
|
|
@@ -3000,6 +3171,9 @@ readers do not read off random characters that represent icons */
|
|
|
3000
3171
|
.fa-pied-piper-pp:before {
|
|
3001
3172
|
content: "\f1a7"; }
|
|
3002
3173
|
|
|
3174
|
+
.fa-pied-piper-square:before {
|
|
3175
|
+
content: "\e01e"; }
|
|
3176
|
+
|
|
3003
3177
|
.fa-piggy-bank:before {
|
|
3004
3178
|
content: "\f4d3"; }
|
|
3005
3179
|
|
|
@@ -3030,6 +3204,9 @@ readers do not read off random characters that represent icons */
|
|
|
3030
3204
|
.fa-plane-departure:before {
|
|
3031
3205
|
content: "\f5b0"; }
|
|
3032
3206
|
|
|
3207
|
+
.fa-plane-slash:before {
|
|
3208
|
+
content: "\e069"; }
|
|
3209
|
+
|
|
3033
3210
|
.fa-play:before {
|
|
3034
3211
|
content: "\f04b"; }
|
|
3035
3212
|
|
|
@@ -3105,6 +3282,12 @@ readers do not read off random characters that represent icons */
|
|
|
3105
3282
|
.fa-project-diagram:before {
|
|
3106
3283
|
content: "\f542"; }
|
|
3107
3284
|
|
|
3285
|
+
.fa-pump-medical:before {
|
|
3286
|
+
content: "\e06a"; }
|
|
3287
|
+
|
|
3288
|
+
.fa-pump-soap:before {
|
|
3289
|
+
content: "\e06b"; }
|
|
3290
|
+
|
|
3108
3291
|
.fa-pushed:before {
|
|
3109
3292
|
content: "\f3e1"; }
|
|
3110
3293
|
|
|
@@ -3180,6 +3363,9 @@ readers do not read off random characters that represent icons */
|
|
|
3180
3363
|
.fa-receipt:before {
|
|
3181
3364
|
content: "\f543"; }
|
|
3182
3365
|
|
|
3366
|
+
.fa-record-vinyl:before {
|
|
3367
|
+
content: "\f8d9"; }
|
|
3368
|
+
|
|
3183
3369
|
.fa-recycle:before {
|
|
3184
3370
|
content: "\f1b8"; }
|
|
3185
3371
|
|
|
@@ -3207,6 +3393,9 @@ readers do not read off random characters that represent icons */
|
|
|
3207
3393
|
.fa-registered:before {
|
|
3208
3394
|
content: "\f25d"; }
|
|
3209
3395
|
|
|
3396
|
+
.fa-remove-format:before {
|
|
3397
|
+
content: "\f87d"; }
|
|
3398
|
+
|
|
3210
3399
|
.fa-renren:before {
|
|
3211
3400
|
content: "\f18b"; }
|
|
3212
3401
|
|
|
@@ -3288,6 +3477,9 @@ readers do not read off random characters that represent icons */
|
|
|
3288
3477
|
.fa-rupee-sign:before {
|
|
3289
3478
|
content: "\f156"; }
|
|
3290
3479
|
|
|
3480
|
+
.fa-rust:before {
|
|
3481
|
+
content: "\e07a"; }
|
|
3482
|
+
|
|
3291
3483
|
.fa-sad-cry:before {
|
|
3292
3484
|
content: "\f5b3"; }
|
|
3293
3485
|
|
|
@@ -3384,6 +3576,9 @@ readers do not read off random characters that represent icons */
|
|
|
3384
3576
|
.fa-shield-alt:before {
|
|
3385
3577
|
content: "\f3ed"; }
|
|
3386
3578
|
|
|
3579
|
+
.fa-shield-virus:before {
|
|
3580
|
+
content: "\e06c"; }
|
|
3581
|
+
|
|
3387
3582
|
.fa-ship:before {
|
|
3388
3583
|
content: "\f21a"; }
|
|
3389
3584
|
|
|
@@ -3396,6 +3591,9 @@ readers do not read off random characters that represent icons */
|
|
|
3396
3591
|
.fa-shoe-prints:before {
|
|
3397
3592
|
content: "\f54b"; }
|
|
3398
3593
|
|
|
3594
|
+
.fa-shopify:before {
|
|
3595
|
+
content: "\e057"; }
|
|
3596
|
+
|
|
3399
3597
|
.fa-shopping-bag:before {
|
|
3400
3598
|
content: "\f290"; }
|
|
3401
3599
|
|
|
@@ -3438,6 +3636,9 @@ readers do not read off random characters that represent icons */
|
|
|
3438
3636
|
.fa-simplybuilt:before {
|
|
3439
3637
|
content: "\f215"; }
|
|
3440
3638
|
|
|
3639
|
+
.fa-sink:before {
|
|
3640
|
+
content: "\e06d"; }
|
|
3641
|
+
|
|
3441
3642
|
.fa-sistrix:before {
|
|
3442
3643
|
content: "\f3ee"; }
|
|
3443
3644
|
|
|
@@ -3531,6 +3732,9 @@ readers do not read off random characters that represent icons */
|
|
|
3531
3732
|
.fa-snowplow:before {
|
|
3532
3733
|
content: "\f7d2"; }
|
|
3533
3734
|
|
|
3735
|
+
.fa-soap:before {
|
|
3736
|
+
content: "\e06e"; }
|
|
3737
|
+
|
|
3534
3738
|
.fa-socks:before {
|
|
3535
3739
|
content: "\f696"; }
|
|
3536
3740
|
|
|
@@ -3543,24 +3747,42 @@ readers do not read off random characters that represent icons */
|
|
|
3543
3747
|
.fa-sort-alpha-down:before {
|
|
3544
3748
|
content: "\f15d"; }
|
|
3545
3749
|
|
|
3750
|
+
.fa-sort-alpha-down-alt:before {
|
|
3751
|
+
content: "\f881"; }
|
|
3752
|
+
|
|
3546
3753
|
.fa-sort-alpha-up:before {
|
|
3547
3754
|
content: "\f15e"; }
|
|
3548
3755
|
|
|
3756
|
+
.fa-sort-alpha-up-alt:before {
|
|
3757
|
+
content: "\f882"; }
|
|
3758
|
+
|
|
3549
3759
|
.fa-sort-amount-down:before {
|
|
3550
3760
|
content: "\f160"; }
|
|
3551
3761
|
|
|
3762
|
+
.fa-sort-amount-down-alt:before {
|
|
3763
|
+
content: "\f884"; }
|
|
3764
|
+
|
|
3552
3765
|
.fa-sort-amount-up:before {
|
|
3553
3766
|
content: "\f161"; }
|
|
3554
3767
|
|
|
3768
|
+
.fa-sort-amount-up-alt:before {
|
|
3769
|
+
content: "\f885"; }
|
|
3770
|
+
|
|
3555
3771
|
.fa-sort-down:before {
|
|
3556
3772
|
content: "\f0dd"; }
|
|
3557
3773
|
|
|
3558
3774
|
.fa-sort-numeric-down:before {
|
|
3559
3775
|
content: "\f162"; }
|
|
3560
3776
|
|
|
3777
|
+
.fa-sort-numeric-down-alt:before {
|
|
3778
|
+
content: "\f886"; }
|
|
3779
|
+
|
|
3561
3780
|
.fa-sort-numeric-up:before {
|
|
3562
3781
|
content: "\f163"; }
|
|
3563
3782
|
|
|
3783
|
+
.fa-sort-numeric-up-alt:before {
|
|
3784
|
+
content: "\f887"; }
|
|
3785
|
+
|
|
3564
3786
|
.fa-sort-up:before {
|
|
3565
3787
|
content: "\f0de"; }
|
|
3566
3788
|
|
|
@@ -3582,6 +3804,9 @@ readers do not read off random characters that represent icons */
|
|
|
3582
3804
|
.fa-speaker-deck:before {
|
|
3583
3805
|
content: "\f83c"; }
|
|
3584
3806
|
|
|
3807
|
+
.fa-spell-check:before {
|
|
3808
|
+
content: "\f891"; }
|
|
3809
|
+
|
|
3585
3810
|
.fa-spider:before {
|
|
3586
3811
|
content: "\f717"; }
|
|
3587
3812
|
|
|
@@ -3615,6 +3840,9 @@ readers do not read off random characters that represent icons */
|
|
|
3615
3840
|
.fa-stack-overflow:before {
|
|
3616
3841
|
content: "\f16c"; }
|
|
3617
3842
|
|
|
3843
|
+
.fa-stackpath:before {
|
|
3844
|
+
content: "\f842"; }
|
|
3845
|
+
|
|
3618
3846
|
.fa-stamp:before {
|
|
3619
3847
|
content: "\f5bf"; }
|
|
3620
3848
|
|
|
@@ -3672,12 +3900,21 @@ readers do not read off random characters that represent icons */
|
|
|
3672
3900
|
.fa-stopwatch:before {
|
|
3673
3901
|
content: "\f2f2"; }
|
|
3674
3902
|
|
|
3903
|
+
.fa-stopwatch-20:before {
|
|
3904
|
+
content: "\e06f"; }
|
|
3905
|
+
|
|
3675
3906
|
.fa-store:before {
|
|
3676
3907
|
content: "\f54e"; }
|
|
3677
3908
|
|
|
3678
3909
|
.fa-store-alt:before {
|
|
3679
3910
|
content: "\f54f"; }
|
|
3680
3911
|
|
|
3912
|
+
.fa-store-alt-slash:before {
|
|
3913
|
+
content: "\e070"; }
|
|
3914
|
+
|
|
3915
|
+
.fa-store-slash:before {
|
|
3916
|
+
content: "\e071"; }
|
|
3917
|
+
|
|
3681
3918
|
.fa-strava:before {
|
|
3682
3919
|
content: "\f428"; }
|
|
3683
3920
|
|
|
@@ -3741,6 +3978,9 @@ readers do not read off random characters that represent icons */
|
|
|
3741
3978
|
.fa-swatchbook:before {
|
|
3742
3979
|
content: "\f5c3"; }
|
|
3743
3980
|
|
|
3981
|
+
.fa-swift:before {
|
|
3982
|
+
content: "\f8e1"; }
|
|
3983
|
+
|
|
3744
3984
|
.fa-swimmer:before {
|
|
3745
3985
|
content: "\f5c4"; }
|
|
3746
3986
|
|
|
@@ -3885,6 +4125,9 @@ readers do not read off random characters that represent icons */
|
|
|
3885
4125
|
.fa-ticket-alt:before {
|
|
3886
4126
|
content: "\f3ff"; }
|
|
3887
4127
|
|
|
4128
|
+
.fa-tiktok:before {
|
|
4129
|
+
content: "\e07b"; }
|
|
4130
|
+
|
|
3888
4131
|
.fa-times:before {
|
|
3889
4132
|
content: "\f00d"; }
|
|
3890
4133
|
|
|
@@ -3912,6 +4155,9 @@ readers do not read off random characters that represent icons */
|
|
|
3912
4155
|
.fa-toilet-paper:before {
|
|
3913
4156
|
content: "\f71e"; }
|
|
3914
4157
|
|
|
4158
|
+
.fa-toilet-paper-slash:before {
|
|
4159
|
+
content: "\e072"; }
|
|
4160
|
+
|
|
3915
4161
|
.fa-toolbox:before {
|
|
3916
4162
|
content: "\f552"; }
|
|
3917
4163
|
|
|
@@ -3939,6 +4185,9 @@ readers do not read off random characters that represent icons */
|
|
|
3939
4185
|
.fa-traffic-light:before {
|
|
3940
4186
|
content: "\f637"; }
|
|
3941
4187
|
|
|
4188
|
+
.fa-trailer:before {
|
|
4189
|
+
content: "\e041"; }
|
|
4190
|
+
|
|
3942
4191
|
.fa-train:before {
|
|
3943
4192
|
content: "\f238"; }
|
|
3944
4193
|
|
|
@@ -4026,12 +4275,18 @@ readers do not read off random characters that represent icons */
|
|
|
4026
4275
|
.fa-uikit:before {
|
|
4027
4276
|
content: "\f403"; }
|
|
4028
4277
|
|
|
4278
|
+
.fa-umbraco:before {
|
|
4279
|
+
content: "\f8e8"; }
|
|
4280
|
+
|
|
4029
4281
|
.fa-umbrella:before {
|
|
4030
4282
|
content: "\f0e9"; }
|
|
4031
4283
|
|
|
4032
4284
|
.fa-umbrella-beach:before {
|
|
4033
4285
|
content: "\f5ca"; }
|
|
4034
4286
|
|
|
4287
|
+
.fa-uncharted:before {
|
|
4288
|
+
content: "\e084"; }
|
|
4289
|
+
|
|
4035
4290
|
.fa-underline:before {
|
|
4036
4291
|
content: "\f0cd"; }
|
|
4037
4292
|
|
|
@@ -4044,6 +4299,9 @@ readers do not read off random characters that represent icons */
|
|
|
4044
4299
|
.fa-uniregistry:before {
|
|
4045
4300
|
content: "\f404"; }
|
|
4046
4301
|
|
|
4302
|
+
.fa-unity:before {
|
|
4303
|
+
content: "\e049"; }
|
|
4304
|
+
|
|
4047
4305
|
.fa-universal-access:before {
|
|
4048
4306
|
content: "\f29a"; }
|
|
4049
4307
|
|
|
@@ -4059,6 +4317,9 @@ readers do not read off random characters that represent icons */
|
|
|
4059
4317
|
.fa-unlock-alt:before {
|
|
4060
4318
|
content: "\f13e"; }
|
|
4061
4319
|
|
|
4320
|
+
.fa-unsplash:before {
|
|
4321
|
+
content: "\e07c"; }
|
|
4322
|
+
|
|
4062
4323
|
.fa-untappd:before {
|
|
4063
4324
|
content: "\f405"; }
|
|
4064
4325
|
|
|
@@ -4149,6 +4410,9 @@ readers do not read off random characters that represent icons */
|
|
|
4149
4410
|
.fa-users-cog:before {
|
|
4150
4411
|
content: "\f509"; }
|
|
4151
4412
|
|
|
4413
|
+
.fa-users-slash:before {
|
|
4414
|
+
content: "\e073"; }
|
|
4415
|
+
|
|
4152
4416
|
.fa-usps:before {
|
|
4153
4417
|
content: "\f7e1"; }
|
|
4154
4418
|
|
|
@@ -4176,6 +4440,12 @@ readers do not read off random characters that represent icons */
|
|
|
4176
4440
|
.fa-venus-mars:before {
|
|
4177
4441
|
content: "\f228"; }
|
|
4178
4442
|
|
|
4443
|
+
.fa-vest:before {
|
|
4444
|
+
content: "\e085"; }
|
|
4445
|
+
|
|
4446
|
+
.fa-vest-patches:before {
|
|
4447
|
+
content: "\e086"; }
|
|
4448
|
+
|
|
4179
4449
|
.fa-viacoin:before {
|
|
4180
4450
|
content: "\f237"; }
|
|
4181
4451
|
|
|
@@ -4215,12 +4485,24 @@ readers do not read off random characters that represent icons */
|
|
|
4215
4485
|
.fa-vine:before {
|
|
4216
4486
|
content: "\f1ca"; }
|
|
4217
4487
|
|
|
4488
|
+
.fa-virus:before {
|
|
4489
|
+
content: "\e074"; }
|
|
4490
|
+
|
|
4491
|
+
.fa-virus-slash:before {
|
|
4492
|
+
content: "\e075"; }
|
|
4493
|
+
|
|
4494
|
+
.fa-viruses:before {
|
|
4495
|
+
content: "\e076"; }
|
|
4496
|
+
|
|
4218
4497
|
.fa-vk:before {
|
|
4219
4498
|
content: "\f189"; }
|
|
4220
4499
|
|
|
4221
4500
|
.fa-vnv:before {
|
|
4222
4501
|
content: "\f40b"; }
|
|
4223
4502
|
|
|
4503
|
+
.fa-voicemail:before {
|
|
4504
|
+
content: "\f897"; }
|
|
4505
|
+
|
|
4224
4506
|
.fa-volleyball-ball:before {
|
|
4225
4507
|
content: "\f45f"; }
|
|
4226
4508
|
|
|
@@ -4254,6 +4536,9 @@ readers do not read off random characters that represent icons */
|
|
|
4254
4536
|
.fa-warehouse:before {
|
|
4255
4537
|
content: "\f494"; }
|
|
4256
4538
|
|
|
4539
|
+
.fa-watchman-monitoring:before {
|
|
4540
|
+
content: "\e087"; }
|
|
4541
|
+
|
|
4257
4542
|
.fa-water:before {
|
|
4258
4543
|
content: "\f773"; }
|
|
4259
4544
|
|
|
@@ -4329,6 +4614,9 @@ readers do not read off random characters that represent icons */
|
|
|
4329
4614
|
.fa-wizards-of-the-coast:before {
|
|
4330
4615
|
content: "\f730"; }
|
|
4331
4616
|
|
|
4617
|
+
.fa-wodu:before {
|
|
4618
|
+
content: "\e088"; }
|
|
4619
|
+
|
|
4332
4620
|
.fa-wolf-pack-battalion:before {
|
|
4333
4621
|
content: "\f514"; }
|
|
4334
4622
|
|
|
@@ -4417,8 +4705,7 @@ readers do not read off random characters that represent icons */
|
|
|
4417
4705
|
position: absolute;
|
|
4418
4706
|
width: 1px; }
|
|
4419
4707
|
|
|
4420
|
-
.sr-only-focusable:active,
|
|
4421
|
-
.sr-only-focusable:focus {
|
|
4708
|
+
.sr-only-focusable:active, .sr-only-focusable:focus {
|
|
4422
4709
|
clip: auto;
|
|
4423
4710
|
height: auto;
|
|
4424
4711
|
margin: 0;
|