Version Description
- 19-06-2019 =
- Tweak - Remove strings from translation for unrequired strings.
=
Download this release
Release Info
Developer | ThemeGrill |
Plugin | Flash Toolkit |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.1.9
- assets/css/admin-rtl.css +1 -1
- assets/css/admin.css +1 -1
- assets/css/fontawesome.css +1 -1
- assets/css/select2.css +1 -1
- assets/css/widgets-rtl.css +2 -2
- assets/css/widgets.css +2 -2
- assets/js/admin/admin.min.js +1 -1
- assets/js/admin/enhanced-select.min.js +1 -1
- assets/js/admin/meta-boxes.min.js +1 -1
- assets/js/admin/sidebars.min.js +1 -1
- assets/js/admin/widgets.js +13 -0
- assets/js/admin/widgets.min.js +1 -1
- assets/js/jquery-tiptip/jquery.tipTip.min.js +1 -1
- composer.lock +1882 -0
- flash-toolkit.php +2 -2
- i18n/fontawesome.php +786 -786
- i18n/languages/flash-toolkit.pot +42 -3157
- includes/abstracts/abstract-flash-widget.php +18 -0
- includes/widgets/class-flash-widget-cta.php +1 -1
- readme.txt +5 -2
- templates/content-widget-cta.php +7 -7
assets/css/admin-rtl.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
@charset "UTF-8";#flash-toolkit-portfolio-data,#portfolio_options{overflow:hidden}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#flash-toolkit-portfolio-data ul.ft-tabs,#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#flash-toolkit-portfolio-data ul.ft-tabs:after,#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li,#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#flash-toolkit-portfolio-data ul.ft-tabs li a,#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li a:before,#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#flash-toolkit-portfolio-data ul.ft-tabs li.active a,#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#flash-toolkit-pageheader-data .inside,#flash-toolkit-portfolio-data .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 162px 5px 20px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-right:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password],.flash_toolkit_options_panel input[type=text]{width:50%;float:right}.flash_toolkit_options_panel input.button{width:auto;margin-right:8px}.flash_toolkit_options_panel select{float:right}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-left:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-right:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:right}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap{background:#fff}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{float:right;width:80%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:right;margin:0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px 0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 9px 0 0;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 9px 0 0}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0 0}#tiptip_holder{display:none;position:absolute;top:0;right:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-right:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#flash-toolkit-portfolio-data ul.portfolio_data_tabs,#portfolio_options ul.portfolio_data_tabs{width:10%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{width:90%}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a,#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before,#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#flash-toolkit-portfolio-data .checkbox,#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}
|
1 |
+
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
@charset "UTF-8";#flash-toolkit-portfolio-data,#portfolio_options{overflow:hidden}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#flash-toolkit-portfolio-data ul.ft-tabs,#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#flash-toolkit-portfolio-data ul.ft-tabs:after,#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li,#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#flash-toolkit-portfolio-data ul.ft-tabs li a,#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li a:before,#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#flash-toolkit-portfolio-data ul.ft-tabs li.active a,#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#flash-toolkit-pageheader-data .inside,#flash-toolkit-portfolio-data .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 162px 5px 20px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-right:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password],.flash_toolkit_options_panel input[type=text]{width:50%;float:right}.flash_toolkit_options_panel input.button{width:auto;margin-right:8px}.flash_toolkit_options_panel select{float:right}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-left:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-right:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:right}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap{background:#fff}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{float:right;width:80%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:right;margin:0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px 0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 9px 0 0;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 9px 0 0}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0 0}#tiptip_holder{display:none;position:absolute;top:0;right:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-right:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#flash-toolkit-portfolio-data ul.portfolio_data_tabs,#portfolio_options ul.portfolio_data_tabs{width:10%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{width:90%}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a,#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before,#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#flash-toolkit-portfolio-data .checkbox,#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}
|
assets/css/admin.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
@charset "UTF-8";#flash-toolkit-portfolio-data,#portfolio_options{overflow:hidden}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#flash-toolkit-portfolio-data ul.ft-tabs,#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#flash-toolkit-portfolio-data ul.ft-tabs:after,#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li,#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#flash-toolkit-portfolio-data ul.ft-tabs li a,#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li a:before,#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#flash-toolkit-portfolio-data ul.ft-tabs li.active a,#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#flash-toolkit-pageheader-data .inside,#flash-toolkit-portfolio-data .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 162px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-left:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password],.flash_toolkit_options_panel input[type=text]{width:50%;float:left}.flash_toolkit_options_panel input.button{width:auto;margin-left:8px}.flash_toolkit_options_panel select{float:left}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-right:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-left:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:left}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap{background:#fff}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{float:left;width:80%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:left;margin:0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px 0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 0 0 9px}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0 0}#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-left:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#flash-toolkit-portfolio-data ul.portfolio_data_tabs,#portfolio_options ul.portfolio_data_tabs{width:10%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{width:90%}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a,#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before,#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#flash-toolkit-portfolio-data .checkbox,#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}
|
1 |
+
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
@charset "UTF-8";#flash-toolkit-portfolio-data,#portfolio_options{overflow:hidden}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap,.flash-toolkit .panel-wrap{overflow:hidden}#flash-toolkit-portfolio-data ul.ft-tabs,#portfolio_options ul.ft-tabs,.flash-toolkit ul.ft-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#flash-toolkit-portfolio-data ul.ft-tabs:after,#portfolio_options ul.ft-tabs:after,.flash-toolkit ul.ft-tabs:after{content:"";display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li,#portfolio_options ul.ft-tabs li,.flash-toolkit ul.ft-tabs li{margin:0;padding:0;display:block;position:relative}#flash-toolkit-portfolio-data ul.ft-tabs li a,#portfolio_options ul.ft-tabs li a,.flash-toolkit ul.ft-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#flash-toolkit-portfolio-data ul.ft-tabs li a:before,#portfolio_options ul.ft-tabs li a:before,.flash-toolkit ul.ft-tabs li a:before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#flash-toolkit-portfolio-data ul.ft-tabs li.general_options a:before,#portfolio_options ul.ft-tabs li.general_options a:before,.flash-toolkit ul.ft-tabs li.general_options a:before{content:"\f107"}#flash-toolkit-portfolio-data ul.ft-tabs li.description_options a::before,#portfolio_options ul.ft-tabs li.description_options a::before,.flash-toolkit ul.ft-tabs li.description_options a::before{content:'\f103'}#flash-toolkit-portfolio-data ul.ft-tabs li.active a,#portfolio_options ul.ft-tabs li.active a,.flash-toolkit ul.ft-tabs li.active a{color:#555;position:relative;background-color:#eee}#flash-toolkit-pageheader-data .inside,#flash-toolkit-portfolio-data .inside{margin:0;padding:0}.flash_toolkit_options_panel,.panel{padding:0;color:#555}.flash_toolkit_options_panel .form-field .flash-toolkit-help-tip,.panel .form-field .flash-toolkit-help-tip{font-size:1.4em}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel fieldset.form-field:after,.flash_toolkit_options_panel p:after{content:".";display:block;height:0;clear:both;visibility:hidden}.flash_toolkit_options_panel .checkbox{width:auto;margin:3px 0;vertical-align:middle}.flash_toolkit_options_panel{min-height:175px;box-sizing:border-box}.flash_toolkit_options_panel p{margin:9px 0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 162px!important}.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.flash_toolkit_options_panel label .req,.flash_toolkit_options_panel legend .req{font-weight:700;font-style:normal;color:red}.flash_toolkit_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.flash_toolkit_options_panel .description-block{margin-left:0;display:block}.flash_toolkit_options_panel input,.flash_toolkit_options_panel select,.flash_toolkit_options_panel textarea{margin:0}.flash_toolkit_options_panel textarea{height:3.5em;line-height:1.5em;vertical-align:top}.flash_toolkit_options_panel input[type=email],.flash_toolkit_options_panel input[type=number],.flash_toolkit_options_panel input[type=password],.flash_toolkit_options_panel input[type=text]{width:50%;float:left}.flash_toolkit_options_panel input.button{width:auto;margin-left:8px}.flash_toolkit_options_panel select{float:left}.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:50%}.flash_toolkit_options_panel .sized{width:auto!important;margin-right:6px}.flash_toolkit_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.flash_toolkit_options_panel .options_group:first-child{border-top:0}.flash_toolkit_options_panel .options_group:last-child{border-bottom:0}.flash_toolkit_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.flash_toolkit_options_panel .options_group fieldset label{width:auto;float:none}.flash_toolkit_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.flash_toolkit_options_panel .options_group fieldset ul li{margin:0;width:auto}.flash_toolkit_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.flash_toolkit_options_panel .options_group fieldset ul.ft-radios label{margin-left:0}.flash_toolkit_options_panel.padded{padding:1em}.flash_toolkit_options_panel .select2-container{float:left}#flash-toolkit-portfolio-data .panel-wrap,#portfolio_options .panel-wrap{background:#fff}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{float:left;width:80%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios{display:block;float:left;margin:0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li{display:block;padding:0 0 10px 0}#flash-toolkit-portfolio-data .flash_toolkit_options_panel .flash-toolkit-radios li input,#portfolio_options .flash_toolkit_options_panel .flash-toolkit-radios li input{width:auto}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .flash-toolkit-help-tip{margin:0 0 0 9px}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0 0}#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.ft_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.ft_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.ft_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.ft_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}.flash-toolkit-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.flash-toolkit-help-tip:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}@media only screen and (max-width:1280px){.flash_toolkit_options_panel .description{display:block;clear:both;margin-left:0}.flash_toolkit_options_panel .dimensions_field .wrap,.flash_toolkit_options_panel .short,.flash_toolkit_options_panel input[type=email].short,.flash_toolkit_options_panel input[type=number].short,.flash_toolkit_options_panel input[type=password].short,.flash_toolkit_options_panel input[type=text].short{width:80%}}@media only screen and (max-width:900px){#flash-toolkit-portfolio-data ul.portfolio_data_tabs,#portfolio_options ul.portfolio_data_tabs{width:10%}#flash-toolkit-portfolio-data .flash_toolkit_options_panel,#portfolio_options .flash_toolkit_options_panel{width:90%}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a,#portfolio_options ul.portfolio_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#flash-toolkit-portfolio-data ul.portfolio_data_tabs li a:before,#portfolio_options ul.portfolio_data_tabs li a:before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#flash-toolkit-portfolio-data .checkbox,#portfolio_options .checkbox{width:25px}}@media only screen and (max-width:500px){.flash_toolkit_options_panel label,.flash_toolkit_options_panel legend{float:none;width:auto;display:block;margin:0}.flash_toolkit_options_panel fieldset.form-field,.flash_toolkit_options_panel p.form-field{padding:5px 20px 5px 20px!important}}.select2-drop{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px;width:100%!important}.select2-container{line-height:1.85em;font-size:14px}
|
assets/css/fontawesome.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
/*!
|
2 |
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3 |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
-
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
|
1 |
/*!
|
2 |
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3 |
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
+
*/@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
|
assets/css/select2.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
1 |
+
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
assets/css/widgets-rtl.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
-
@charset "UTF-8";ul.tg-widget-repeater-field-items li.tg-widget-accordion-item{margin:0 auto;position:relative;box-sizing:border-box}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside,ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-title{border:1px solid #e5e5e5;border-top:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top{cursor:move;font-size:13px;font-weight:600;line-height:1.4em;background:#fafafa}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title h3{margin:0;padding:10px;font-size:1em;line-height:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;user-select:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title .in-accordion-title{color:#666}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action{float:left;padding:0 8px;cursor:pointer;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action{color:#555;outline:0;display:block;box-shadow:none;text-decoration:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-size:20px;line-height:1.7em;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside{display:none;padding:1px 15px 15px}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a{box-shadow:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a.accordion-control-remove:hover{color:red}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title{box-shadow:0 1px 1px rgba(0,0,0,.04)}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title-action a.accordion-action:after{content:"\f142"}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-inside{display:block}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item:first-child .accordion-title{border-top:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-sortable-placeholder{margin:0;width:100%;height:35px;box-sizing:border-box;border:1px dashed #b4b9be}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state{margin:0;overflow:hidden;position:relative;text-align:center;padding:2.5em 7.5%;background:#fafafa;border:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message::before{content:'\f456';font-family:dashicons;color:#ddd;font-size:4em;display:block;position:relative!important;top:auto;right:auto;line-height:1em;margin:0 0 .1875em}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-cta{font-size:1.2em;padding:.5em 1.5em;height:auto}.tg-widget-repeater-field-button .tg-widget-repeater-field-add{width:100%;margin:3px 0 0;text-align:center}#tg-widget-image-uploader .tg-media-preview{display:none;height:auto;margin-top:10px;border:1px solid #ddd;padding:4px;position:relative}#tg-widget-image-uploader .tg-media-preview:hover .tg-media-remove{opacity:1}#tg-widget-image-uploader .tg-media-preview img{max-width:100%;height:auto;display:block}#tg-widget-image-uploader .tg-media-remove{height:32px;width:32px;position:absolute;top:4px;left:4px;background:rgba(0,0,0,.3);cursor:pointer;color:#fff;border:none;opacity:.6}#tg-widget-image-uploader .tg-media-remove:hover{background:rgba(0,0,0,.6)}#tg-widget-image-uploader .tg-media-remove:active,#tg-widget-image-uploader .tg-media-remove:focus{outline:0}.flash-toolkit-add-sidebar{padding:10px;max-width:900px;text-align:center;background-color:#fff;border:1px solid #e5e5e5;box-shadow:0,-1px 0,0,rgba(0,0,0,.04)}.flash-toolkit-add-sidebar input[type=text]{max-width:25em;margin:0 0 15px;padding:5px 10px;line-height:19px;vertical-align:top}.flash-toolkit-delete-sidebar{color:#aaa;z-index:100;position:absolute;top:14px;left:45px}.flash-toolkit-delete-sidebar::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none;font-size:20px;margin-left:0}.flash-toolkit-delete-sidebar:hover{color:#d54e21;cursor:pointer}.select2-dropdown{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px}.select2-container{line-height:1.25em;font-size:14px}.widget-content .select2-container{margin-bottom:1em}.select2-results .fa{float:left;position:relative;line-height:20px}.select2-results__option{margin-bottom:0}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:23px}.flash-toolkit-tab{display:none}#flash-tab-1{display:block}.flash-radio-image .flash-radio-image-options label>input{visibility:hidden;position:absolute}.flash-radio-image .flash-radio-image-options label>input+img{cursor:pointer;border:2px solid transparent}.flash-radio-image .flash-radio-image-options label>input:checked+img{border:2px solid #99e9f2}.flash-tab-title-container{border:1px solid #e5e5e5;background:#f5f5f5}.flash-tab-title-container .flash-tab-title{padding:10px;display:inline-block;text-decoration:none;color:#252525}.flash-tab-title-container .flash-tab-title.active{background:#fff;transform:translateY(1px)}.flash-toolkit-tab label{font-weight:500;line-height:2}.flash-toolkit-tab .flash-radio-image .flash-radio-image-options{display:block}.flash-toolkit-tab .ft-widget-col{display:inline-block;width:100%}.flash-toolkit-tab .ft-widget-col.col-half{width:50%;margin-left:-2px}.flash-toolkit-tab .ft-widget-col.col-third{width:calc(33.33% - 1px);margin-left:-2px}.flash-toolkit-tab .wp-picker-container{display:block}
|
1 |
+
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
+
@charset "UTF-8";ul.tg-widget-repeater-field-items li.tg-widget-accordion-item{margin:0 auto;position:relative;box-sizing:border-box}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside,ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-title{border:1px solid #e5e5e5;border-top:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top{cursor:move;font-size:13px;font-weight:600;line-height:1.4em;background:#fafafa}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title h3{margin:0;padding:10px;font-size:1em;line-height:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title .in-accordion-title{color:#666}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action{float:left;padding:0 8px;cursor:pointer;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action{color:#555;outline:0;display:block;box-shadow:none;text-decoration:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-size:20px;line-height:1.7em;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside{display:none;padding:1px 15px 15px}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a{box-shadow:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a.accordion-control-remove:hover{color:red}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title{box-shadow:0 1px 1px rgba(0,0,0,.04)}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title-action a.accordion-action:after{content:"\f142"}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-inside{display:block}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item:first-child .accordion-title{border-top:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-sortable-placeholder{margin:0;width:100%;height:35px;box-sizing:border-box;border:1px dashed #b4b9be}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state{margin:0;overflow:hidden;position:relative;text-align:center;padding:2.5em 7.5%;background:#fafafa;border:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message::before{content:'\f456';font-family:dashicons;color:#ddd;font-size:4em;display:block;position:relative!important;top:auto;right:auto;line-height:1em;margin:0 0 .1875em}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-cta{font-size:1.2em;padding:.5em 1.5em;height:auto}.tg-widget-repeater-field-button .tg-widget-repeater-field-add{width:100%;margin:3px 0 0;text-align:center}#tg-widget-image-uploader .tg-media-preview{display:none;height:auto;margin-top:10px;border:1px solid #ddd;padding:4px;position:relative}#tg-widget-image-uploader .tg-media-preview:hover .tg-media-remove{opacity:1}#tg-widget-image-uploader .tg-media-preview img{max-width:100%;height:auto;display:block}#tg-widget-image-uploader .tg-media-remove{height:32px;width:32px;position:absolute;top:4px;left:4px;background:rgba(0,0,0,.3);cursor:pointer;color:#fff;border:none;opacity:.6}#tg-widget-image-uploader .tg-media-remove:hover{background:rgba(0,0,0,.6)}#tg-widget-image-uploader .tg-media-remove:active,#tg-widget-image-uploader .tg-media-remove:focus{outline:0}.flash-toolkit-add-sidebar{padding:10px;max-width:900px;text-align:center;background-color:#fff;border:1px solid #e5e5e5;box-shadow:0,-1px 0,0,rgba(0,0,0,.04)}.flash-toolkit-add-sidebar input[type=text]{max-width:25em;margin:0 0 15px;padding:5px 10px;line-height:19px;vertical-align:top}.flash-toolkit-delete-sidebar{color:#aaa;z-index:100;position:absolute;top:14px;left:45px}.flash-toolkit-delete-sidebar::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none;font-size:20px;margin-left:0}.flash-toolkit-delete-sidebar:hover{color:#d54e21;cursor:pointer}.select2-dropdown{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px}.select2-container{line-height:1.25em;font-size:14px}.widget-content .select2-container{margin-bottom:1em}.select2-results .fa{float:left;position:relative;line-height:20px}.select2-results__option{margin-bottom:0}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:23px}.flash-toolkit-tab{display:none}#flash-tab-1{display:block}.flash-radio-image .flash-radio-image-options label>input{visibility:hidden;position:absolute}.flash-radio-image .flash-radio-image-options label>input+img{cursor:pointer;border:2px solid transparent}.flash-radio-image .flash-radio-image-options label>input:checked+img{border:2px solid #99e9f2}.flash-tab-title-container{border:1px solid #e5e5e5;background:#f5f5f5}.flash-tab-title-container .flash-tab-title{padding:10px;display:inline-block;text-decoration:none;color:#252525}.flash-tab-title-container .flash-tab-title.active{background:#fff;-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.flash-toolkit-tab label{font-weight:500;line-height:2}.flash-toolkit-tab .flash-radio-image .flash-radio-image-options{display:block}.flash-toolkit-tab .ft-widget-col{display:inline-block;width:100%}.flash-toolkit-tab .ft-widget-col.col-half{width:50%;margin-left:-2px}.flash-toolkit-tab .ft-widget-col.col-third{width:calc(33.33% - 1px);margin-left:-2px}.flash-toolkit-tab .wp-picker-container{display:block}
|
assets/css/widgets.css
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
-
@charset "UTF-8";ul.tg-widget-repeater-field-items li.tg-widget-accordion-item{margin:0 auto;position:relative;box-sizing:border-box}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside,ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-title{border:1px solid #e5e5e5;border-top:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top{cursor:move;font-size:13px;font-weight:600;line-height:1.4em;background:#fafafa}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title h3{margin:0;padding:10px;font-size:1em;line-height:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;user-select:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title .in-accordion-title{color:#666}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action{float:right;padding:0 8px;cursor:pointer;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action{color:#555;outline:0;display:block;box-shadow:none;text-decoration:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-size:20px;line-height:1.7em;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside{display:none;padding:1px 15px 15px}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a{box-shadow:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a.accordion-control-remove:hover{color:red}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title{box-shadow:0 1px 1px rgba(0,0,0,.04)}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title-action a.accordion-action:after{content:"\f142"}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-inside{display:block}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item:first-child .accordion-title{border-top:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-sortable-placeholder{margin:0;width:100%;height:35px;box-sizing:border-box;border:1px dashed #b4b9be}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state{margin:0;overflow:hidden;position:relative;text-align:center;padding:2.5em 7.5%;background:#fafafa;border:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message::before{content:'\f456';font-family:dashicons;color:#ddd;font-size:4em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-cta{font-size:1.2em;padding:.5em 1.5em;height:auto}.tg-widget-repeater-field-button .tg-widget-repeater-field-add{width:100%;margin:3px 0 0;text-align:center}#tg-widget-image-uploader .tg-media-preview{display:none;height:auto;margin-top:10px;border:1px solid #ddd;padding:4px;position:relative}#tg-widget-image-uploader .tg-media-preview:hover .tg-media-remove{opacity:1}#tg-widget-image-uploader .tg-media-preview img{max-width:100%;height:auto;display:block}#tg-widget-image-uploader .tg-media-remove{height:32px;width:32px;position:absolute;top:4px;right:4px;background:rgba(0,0,0,.3);cursor:pointer;color:#fff;border:none;opacity:.6}#tg-widget-image-uploader .tg-media-remove:hover{background:rgba(0,0,0,.6)}#tg-widget-image-uploader .tg-media-remove:active,#tg-widget-image-uploader .tg-media-remove:focus{outline:0}.flash-toolkit-add-sidebar{padding:10px;max-width:900px;text-align:center;background-color:#fff;border:1px solid #e5e5e5;box-shadow:0,1px 0,0,rgba(0,0,0,.04)}.flash-toolkit-add-sidebar input[type=text]{max-width:25em;margin:0 0 15px;padding:5px 10px;line-height:19px;vertical-align:top}.flash-toolkit-delete-sidebar{color:#aaa;z-index:100;position:absolute;top:14px;right:45px}.flash-toolkit-delete-sidebar::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;font-size:20px;margin-right:0}.flash-toolkit-delete-sidebar:hover{color:#d54e21;cursor:pointer}.select2-dropdown{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px}.select2-container{line-height:1.25em;font-size:14px}.widget-content .select2-container{margin-bottom:1em}.select2-results .fa{float:right;position:relative;line-height:20px}.select2-results__option{margin-bottom:0}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:23px}.flash-toolkit-tab{display:none}#flash-tab-1{display:block}.flash-radio-image .flash-radio-image-options label>input{visibility:hidden;position:absolute}.flash-radio-image .flash-radio-image-options label>input+img{cursor:pointer;border:2px solid transparent}.flash-radio-image .flash-radio-image-options label>input:checked+img{border:2px solid #99e9f2}.flash-tab-title-container{border:1px solid #e5e5e5;background:#f5f5f5}.flash-tab-title-container .flash-tab-title{padding:10px;display:inline-block;text-decoration:none;color:#252525}.flash-tab-title-container .flash-tab-title.active{background:#fff;transform:translateY(1px)}.flash-toolkit-tab label{font-weight:500;line-height:2}.flash-toolkit-tab .flash-radio-image .flash-radio-image-options{display:block}.flash-toolkit-tab .ft-widget-col{display:inline-block;width:100%}.flash-toolkit-tab .ft-widget-col.col-half{width:50%;margin-right:-2px}.flash-toolkit-tab .ft-widget-col.col-third{width:calc(33.33% - 1px);margin-right:-2px}.flash-toolkit-tab .wp-picker-container{display:block}
|
1 |
+
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
|
2 |
+
@charset "UTF-8";ul.tg-widget-repeater-field-items li.tg-widget-accordion-item{margin:0 auto;position:relative;box-sizing:border-box}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside,ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-title{border:1px solid #e5e5e5;border-top:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top{cursor:move;font-size:13px;font-weight:600;line-height:1.4em;background:#fafafa}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title h3{margin:0;padding:10px;font-size:1em;line-height:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title .in-accordion-title{color:#666}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action{float:right;padding:0 8px;cursor:pointer;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action{color:#555;outline:0;display:block;box-shadow:none;text-decoration:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-top .accordion-title-action a.accordion-action:after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-size:20px;line-height:1.7em;position:relative}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside{display:none;padding:1px 15px 15px}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a{box-shadow:none}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item .accordion-inside .accordion-control-actions a.accordion-control-remove:hover{color:red}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title{box-shadow:0 1px 1px rgba(0,0,0,.04)}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-top .accordion-title-action a.accordion-action:after{content:"\f142"}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item.open .accordion-inside{display:block}ul.tg-widget-repeater-field-items li.tg-widget-accordion-item:first-child .accordion-title{border-top:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-sortable-placeholder{margin:0;width:100%;height:35px;box-sizing:border-box;border:1px dashed #b4b9be}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state{margin:0;overflow:hidden;position:relative;text-align:center;padding:2.5em 7.5%;background:#fafafa;border:1px solid #e5e5e5}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-message::before{content:'\f456';font-family:dashicons;color:#ddd;font-size:4em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}ul.tg-widget-repeater-field-items li.tg-widget-repeater-field-blank-state .tg-widget-repeater-field-BlankState-cta{font-size:1.2em;padding:.5em 1.5em;height:auto}.tg-widget-repeater-field-button .tg-widget-repeater-field-add{width:100%;margin:3px 0 0;text-align:center}#tg-widget-image-uploader .tg-media-preview{display:none;height:auto;margin-top:10px;border:1px solid #ddd;padding:4px;position:relative}#tg-widget-image-uploader .tg-media-preview:hover .tg-media-remove{opacity:1}#tg-widget-image-uploader .tg-media-preview img{max-width:100%;height:auto;display:block}#tg-widget-image-uploader .tg-media-remove{height:32px;width:32px;position:absolute;top:4px;right:4px;background:rgba(0,0,0,.3);cursor:pointer;color:#fff;border:none;opacity:.6}#tg-widget-image-uploader .tg-media-remove:hover{background:rgba(0,0,0,.6)}#tg-widget-image-uploader .tg-media-remove:active,#tg-widget-image-uploader .tg-media-remove:focus{outline:0}.flash-toolkit-add-sidebar{padding:10px;max-width:900px;text-align:center;background-color:#fff;border:1px solid #e5e5e5;box-shadow:0,1px 0,0,rgba(0,0,0,.04)}.flash-toolkit-add-sidebar input[type=text]{max-width:25em;margin:0 0 15px;padding:5px 10px;line-height:19px;vertical-align:top}.flash-toolkit-delete-sidebar{color:#aaa;z-index:100;position:absolute;top:14px;right:45px}.flash-toolkit-delete-sidebar::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;font-size:20px;margin-right:0}.flash-toolkit-delete-sidebar:hover{color:#d54e21;cursor:pointer}.select2-dropdown{z-index:999999!important}.select2-container-multi .select2-choices .select2-search-field input{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 5px}.select2-container{line-height:1.25em;font-size:14px}.widget-content .select2-container{margin-bottom:1em}.select2-results .fa{float:right;position:relative;line-height:20px}.select2-results__option{margin-bottom:0}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:23px}.flash-toolkit-tab{display:none}#flash-tab-1{display:block}.flash-radio-image .flash-radio-image-options label>input{visibility:hidden;position:absolute}.flash-radio-image .flash-radio-image-options label>input+img{cursor:pointer;border:2px solid transparent}.flash-radio-image .flash-radio-image-options label>input:checked+img{border:2px solid #99e9f2}.flash-tab-title-container{border:1px solid #e5e5e5;background:#f5f5f5}.flash-tab-title-container .flash-tab-title{padding:10px;display:inline-block;text-decoration:none;color:#252525}.flash-tab-title-container .flash-tab-title.active{background:#fff;-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}.flash-toolkit-tab label{font-weight:500;line-height:2}.flash-toolkit-tab .flash-radio-image .flash-radio-image-options{display:block}.flash-toolkit-tab .ft-widget-col{display:inline-block;width:100%}.flash-toolkit-tab .ft-widget-col.col-half{width:50%;margin-right:-2px}.flash-toolkit-tab .ft-widget-col.col-third{width:calc(33.33% - 1px);margin-right:-2px}.flash-toolkit-tab .wp-picker-container{display:block}
|
assets/js/admin/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(i){i(document.body).on("init_tooltips",function(){var t={attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200};i(".tips, .help_tip, .flash-toolkit-help-tip").tipTip(t),i(".parent-tips").each(function(){i(this).closest("a, th").attr("data-tip",i(this).data("tip")).tipTip(t).css("cursor","help")})}).trigger("init_tooltips")});
|
assets/js/admin/enhanced-select.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(n){function a(){return{language:{errorLoading:function(){return flash_enhanced_select_params.i18n_searching},inputTooLong:function(e){var n=e.input.length-e.maximum;return 1===n?flash_enhanced_select_params.i18n_input_too_long_1:flash_enhanced_select_params.i18n_input_too_long_n.replace("%qty%",n)},inputTooShort:function(e){var n=e.minimum-e.input.length;return 1===n?flash_enhanced_select_params.i18n_input_too_short_1:flash_enhanced_select_params.i18n_input_too_short_n.replace("%qty%",n)},loadingMore:function(){return flash_enhanced_select_params.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?flash_enhanced_select_params.i18n_selection_too_long_1:flash_enhanced_select_params.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return flash_enhanced_select_params.i18n_no_matches},searching:function(){return flash_enhanced_select_params.i18n_searching}}}}function t(e){return e.id&&n(e.element).data("icon")?'<i class="fa '+n(e.element).data("icon")+'"></i> '+e.text:e.text}try{n(document.body).on("flash-enhanced-select-init",function(){n(":input.flash-enhanced-select-icons").filter(":not(.enhanced)").each(function(){var e=n.extend({minimumResultsForSearch:10,allowClear:!0,escapeMarkup:function(e){return e},placeholder:n(this).data("placeholder"),templateResult:t},a());n(this).selectWoo(e).addClass("enhanced")}),n(":input.flash-enhanced-select-fonts").filter(":not(.enhanced)").each(function(){var e=n.extend({minimumResultsForSearch:10,allowClear:!0,placeholder:n(this).data("placeholder")},a());n(this).selectWoo(e).addClass("enhanced")}),n(".flash-enhanced-select").filter(":not(.enhanced)").each(function(){var e=n.extend({minimumResultsForSearch:10,allowClear:!1,placeholder:n(this).data("placeholder")},a());n(this).selectWoo(e).addClass("enhanced")})}).trigger("flash-enhanced-select-init"),n("html").on("click",function(e){this===e.target&&n(".flash-enhanced-select, :input.flash-enhanced-select-icons, :input.flash-enhanced-select-fonts").filter(".select2-hidden-accessible").select2("close")})}catch(e){window.console.log(e)}});
|
assets/js/admin/meta-boxes.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(i){i(document.body).on("ft-init-tabbed-panels",function(){i("ul.ft-tabs").show(),i("ul.ft-tabs a").click(function(){var t=i(this).closest("div.panel-wrap");return i("ul.ft-tabs li",t).removeClass("active"),i(this).parent().addClass("active"),i("div.panel",t).hide(),i(i(this).attr("href")).show(),!1}),i("div.panel-wrap").each(function(){i(this).find("ul.ft-tabs li").eq(0).find("a").click()})}).trigger("ft-init-tabbed-panels")});
|
assets/js/admin/sidebars.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(s){({init:function(){this.initial_load(),s(".widget-liquid-right").on("click",".flash-toolkit-delete-sidebar",this.delete_sidebar)},initial_load:function(){s("#widgets-right").prepend(s("#tmpl-flash-toolkit-form-create-sidebar").html()),s("#widgets-right .sidebar-flash-toolkit-custom-widgets-area").css({position:"relative"}).append('<div class="flash-toolkit-delete-sidebar"></div>')},delete_sidebar:function(i){var e=s(i.currentTarget).parents(".widgets-holder-wrap:eq(0)"),t=e.find(".sidebar-name h2, .sidebar-name h3");window.confirm(flash_toolkit_admin_sidebars.i18n_confirm_delete_custom_sidebar)&&s.ajax({url:flash_toolkit_admin_sidebars.ajax_url,data:{sidebar:s.trim(t.text()),action:"flash_toolkit_delete_custom_sidebar",security:flash_toolkit_admin_sidebars.delete_custom_sidebar_nonce},type:"POST",beforeSend:function(){t.find(".spinner").addClass("is-active")},success:function(i){!0===i.success&&(s(".widget-control-remove",e).trigger("click"),e.slideUp(250,function(){e.remove()}),window.setTimeout(function(){window.location.reload()},100))}})}}).init()});
|
assets/js/admin/widgets.js
CHANGED
@@ -76,9 +76,21 @@ jQuery( function ( $ ) {
|
|
76 |
});
|
77 |
}).trigger( 'flash-toolkit-date-picker-init' );
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
$( document.body ).on( 'panelsopen', function() {
|
81 |
$( document.body ).trigger( 'flash-toolkit-date-picker-init' );
|
|
|
82 |
});
|
83 |
|
84 |
// Availability options.
|
@@ -320,6 +332,7 @@ jQuery( function ( $ ) {
|
|
320 |
$( document.body ).trigger( 'flash-toolkit-init-media-preview' );
|
321 |
$( document.body ).trigger( 'flash-toolkit-init-accordion-title' );
|
322 |
$( document.body ).trigger( 'flash-toolkit-date-picker-init' );
|
|
|
323 |
}
|
324 |
});
|
325 |
|
76 |
});
|
77 |
}).trigger( 'flash-toolkit-date-picker-init' );
|
78 |
|
79 |
+
$( document.body ).on( 'flash-toolkit-color-picker-init', function() {
|
80 |
+
|
81 |
+
function initColorPicker( color ) {
|
82 |
+
color.find( '.flash-color-picker' ).wpColorPicker();
|
83 |
+
}
|
84 |
+
|
85 |
+
$( '.ft-widget-col:has(.flash-color-picker)' ).each( function() {
|
86 |
+
initColorPicker( $( this ) );
|
87 |
+
} );
|
88 |
+
}).trigger( 'flash-toolkit-color-picker-init' );
|
89 |
+
|
90 |
|
91 |
$( document.body ).on( 'panelsopen', function() {
|
92 |
$( document.body ).trigger( 'flash-toolkit-date-picker-init' );
|
93 |
+
$( document.body ).trigger( 'flash-toolkit-color-picker-init' );
|
94 |
});
|
95 |
|
96 |
// Availability options.
|
332 |
$( document.body ).trigger( 'flash-toolkit-init-media-preview' );
|
333 |
$( document.body ).trigger( 'flash-toolkit-init-accordion-title' );
|
334 |
$( document.body ).trigger( 'flash-toolkit-date-picker-init' );
|
335 |
+
$( document.body ).trigger( 'flash-toolkit-color-picker-init' );
|
336 |
}
|
337 |
});
|
338 |
|
assets/js/admin/widgets.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(l){var n;function s(t){var e=t.find(".tg-widget-repeater-field-items"),i=e.find("li.tg-widget-accordion-item"),o=wp.template("tg-widget-repeater-field-blank");i.length?(t.find(".tg-widget-repeater-field-button").show(),i.length<flashToolkitLocalizeScript.i18n_max_field_entries&&t.find(".tg-widget-repeater-field-button a").removeClass("disabled")):(t.find(".tg-widget-repeater-field-button").hide(),t.find(".tg-widget-repeater-field-blank-state").remove(),e.append(o))}function i(t){t.find(".tg-widget-repeater-field-items").sortable({items:"> li",handle:"> .accordion-top > .accordion-title",cursor:"move",axis:"y",distance:2,opacity:.65,scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,placeholder:"tg-widget-sortable-placeholder",start:function(t,e){var i=e.item.children(".accordion-inside");"block"===i.css("display")&&(e.item.removeClass("open"),i.hide(),l(this).sortable("refreshPositions"))},stop:function(t,e){e.item.removeAttr("style")}})}l(document.body).on("click",".tg-image-upload",function(t){var e=l(this),i=e.parent().find(".tg-media-input"),o=e.parent().parent().find(".tg-media-preview");t.preventDefault(),(n=wp.media.frames.media_file=wp.media({title:e.data("choose"),button:{text:e.data("update")},states:[new wp.media.controller.Library({title:e.data("choose"),library:wp.media.query({type:"image"})})]})).on("select",function(){var t=n.state().get("selection").first().toJSON();i.val(t.url),o.css({display:"none"}).find("img").remove(),o.css({display:"block"}).append('<img src="'+t.url+'">')}),n.open()}),l(document.body).on("click",".tg-media-remove",function(){var t=l(this).closest(".media-uploader");return t.find(".tg-media-input").val(""),t.find(".tg-media-preview").css({display:"none"}).find("img").remove(),!1}),l(document.body).on("flash-toolkit-init-media-preview",function(){l("input.tg-media-input").each(function(){var t=l(this).val(),e=l(this).parent().siblings(".tg-media-preview");""!==t&&(e.find("img.tg-media-preview-default").remove(),e.css({display:"block"}).append('<img src="'+t+'">'))})}).trigger("flash-toolkit-init-media-preview"),l(document.body).on("flash-toolkit-date-picker-init",function(){l("input.flash-datetime-picker").removeClass("hasDatepicker"),l("input.flash-datetime-picker").each(function(){l("input.flash-datetime-picker").datetimepicker({dateFormat:"yy-mm-dd",timeFormat:"HH:mm"})})}).trigger("flash-toolkit-date-picker-init"),l(document.body).on("flash-toolkit-color-picker-init",function(){l(".ft-widget-col:has(.flash-color-picker)").each(function(){l(this).find(".flash-color-picker").wpColorPicker()})}).trigger("flash-toolkit-color-picker-init"),l(document.body).on("panelsopen",function(){l(document.body).trigger("flash-toolkit-date-picker-init"),l(document.body).trigger("flash-toolkit-color-picker-init")}),l(document.body).on("flash-toolkit-init-availability",function(){l("select.icon_chooser").change(function(){"image"===l(this).val()?(l(this).closest("p").next(".show_if_icon").hide(),l(this).closest("p").next().next(".show_if_image").show()):(l(this).closest("p").next(".show_if_icon").show(),l(this).closest("p").next().next(".show_if_image").hide())}).change(),l("select.media_chooser").change(function(){"image"===l(this).val()?(l(this).closest(".widget-content").find(".show_if_image").show(),l(this).closest(".widget-content").find(".show_if_video").closest("p").hide()):(l(this).closest(".widget-content").find(".show_if_image").hide(),l(this).closest(".widget-content").find(".show_if_video").closest("p").show())}).change(),l("select.filter_availability").change(function(){"0"===l(this).val()?l(this).closest(".widget-content").find(".show_if_all_category").closest("p").show():l(this).closest(".widget-content").find(".show_if_all_category").closest("p").hide()}).change(),l("select.availability").change(function(){"latest"===l(this).val()?l(this).closest("p").next("p").hide():l(this).closest("p").next("p").show()}).change(),l("input.availability").change(function(){l(this).is(":checked")?l(this).closest("p").next("p").hide():l(this).closest("p").next("p").show()}).change(),l("select.videoplayer-style").change(function(){"player-background"===l(this).val()?(l(this).closest(".widget-content").find(".videoplayer-icon-style").closest("p").hide(),l(this).closest(".widget-content").find(".videoplayer-btn-fields").closest("p").hide(),l(this).closest(".widget-content").find(".videoplayer-thumbnail").show()):(l(this).closest(".widget-content").find(".videoplayer-icon-style").closest("p").show(),l(this).closest(".widget-content").find(".videoplayer-btn-fields").closest("p").show(),l(this).closest(".widget-content").find(".videoplayer-thumbnail").hide())}).change(),l("select.hero-style-select").on("select2:select",function(){"tg-hero--default"===l(this).val()?(l(this).closest(".widget-content").find(".hero-title-font-select").val("Roboto").trigger("change"),l(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change")):"tg-hero--thinner"===l(this).val()?(l(this).closest(".widget-content").find(".hero-title-font-select").val("Raleway").trigger("change"),l(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Open Sans").trigger("change")):"tg-hero--border"===l(this).val()?(l(this).closest(".widget-content").find(".hero-title-font-select").val("Archivo Black").trigger("change"),l(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change")):"tg-hero--classic"===l(this).val()?(l(this).closest(".widget-content").find(".hero-title-font-select").val("Playfair Display").trigger("change"),l(this).closest(".widget-content").find(".hero-subtitle-font-select").val("PT Serif").trigger("change")):"tg-hero--cursive"===l(this).val()&&(l(this).closest(".widget-content").find(".hero-title-font-select").val("Lobster").trigger("change"),l(this).closest(".widget-content").find(".hero-subtitle-font-select").val("Roboto").trigger("change"))}).change()}).trigger("flash-toolkit-init-availability"),l(document.body).on("flash-toolkit-tabs",function(){l(document.body).on("click",".flash-tab-title-container .flash-tab-title",function(t){t.preventDefault(),l(this).addClass("active"),l(this).siblings().removeClass("active");var e=l(this).attr("href");l(this).parent().siblings(".flash-toolkit-tab-content-container").find(".flash-toolkit-tab").css("display","none"),l(this).parent().siblings(".flash-toolkit-tab-content-container").find(e).fadeIn()})}).trigger("flash-toolkit-tabs"),l(document.body).on("flash-toolkit-init-accordion-title",function(){l(".tg-widget-repeater-field-items").children("li").each(function(){var t=l('input[id*="-title"]',this).val()||"";t&&(t=": "+t.replace(/<[^<>]+>/g,"").replace(/</g,"<").replace(/>/g,">")),l(this).children(".accordion-top").children(".accordion-title").children().children(".in-accordion-title").html(t)})}).trigger("flash-toolkit-init-accordion-title"),l(document.body).on("click",".tg-widget-repeater-field-add",function(t){if(t.preventDefault(),l(this).is(".disabled"))window.alert(flashToolkitLocalizeScript.i18n_max_field_message);else{var e=l(this).parents(".widget-content"),i=e.find("li.tg-widget-accordion-item").length+1,o=e.find(".tg-widget-repeater-field-items").data("widget_id"),n=wp.template("tg-widget-repeater-field-"+o);e.find("li.tg-widget-accordion-item").each(function(t,e){i===parseInt(l(e).data("id").replace(/[^0-9\.]/g,""),10)&&i++}),e.find(".tg-widget-repeater-field-button").show(),e.find(".tg-widget-repeater-field-blank-state").remove(),e.find(".tg-widget-repeater-field-items").append(n({field_id:i})),i>=flashToolkitLocalizeScript.i18n_max_field_entries&&e.find(".tg-widget-repeater-field-button a").addClass("disabled"),l(document.body).trigger("flash-enhanced-select-init")}}),l(document.body).on("click.accordion-toggle",function(t){var e,i,o,n=l(t.target);n.parents(".accordion-top").length&&!n.parents("#available-fields").length?((i=(e=n.closest("li.tg-widget-accordion-item")).children(".accordion-inside")).is(":hidden")?(e.addClass("open"),i.slideDown("fast")):i.slideUp("fast",function(){e.attr("style",""),e.removeClass("open")}),t.preventDefault()):n.hasClass("accordion-control-close")?((e=n.closest("li.tg-widget-accordion-item")).children(".accordion-inside").slideUp("fast",function(){e.attr("style",""),e.removeClass("open")}),t.preventDefault()):n.hasClass("accordion-control-remove")&&(e=n.closest("li.tg-widget-accordion-item"),o=n.parents(".widget[id*=themegrill_flash], .widget-content"),e.remove(),s(o),t.preventDefault())}),l(document.body).on("panelsopen",function(t){var e=l(t.target);if(!e.has(".tg-widget-repeater-field-items"))return!1;e.addClass("widget-content"),s(e),i(e),l(document.body).trigger("flash-enhanced-select-init"),l(document.body).trigger("flash-toolkit-init-availability"),l(document.body).trigger("flash-toolkit-init-media-preview"),l(document.body).trigger("flash-toolkit-init-accordion-title")}),l(document.body).on("click",".so-close",function(){l(document.body).trigger("flash-toolkit-init-accordion-title")}),l(document.body).on("click","div.widget[id*=themegrill_flash] .widget-title, div.widget[id*=themegrill_flash] .widget-title-action",function(){l(this).parents("#available-widgets").length||(s(l(this).parents(".widget[id*=themegrill_flash]")),i(l(this).parents(".widget[id*=themegrill_flash]")))}),l(document).on("widget-added widget-updated",function(t,e){e.is("[id*=themegrill_flash]")&&(t.preventDefault(),s(e),i(e),l(document.body).trigger("flash-enhanced-select-init"),l(document.body).trigger("flash-toolkit-init-availability"),l(document.body).trigger("flash-toolkit-init-media-preview"),l(document.body).trigger("flash-toolkit-init-accordion-title"),l(document.body).trigger("flash-toolkit-date-picker-init"),l(document.body).trigger("flash-toolkit-color-picker-init"))})});
|
assets/js/jquery-tiptip/jquery.tipTip.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(
|
1 |
+
!function(I){I.fn.tipTip=function(t){var M=I.extend({activation:"hover",keepAlive:!1,maxWidth:"200px",edgeOffset:3,defaultPosition:"bottom",delay:400,fadeIn:200,fadeOut:200,attribute:"title",content:!1,enter:function(){},exit:function(){}},t);if(I("#tiptip_holder").length<=0){var w=I('<div id="tiptip_holder" style="max-width:'+M.maxWidth+';"></div>'),O=I('<div id="tiptip_content"></div>'),x=I('<div id="tiptip_arrow"></div>');I("body").append(w.html(O).prepend(x.html('<div id="tiptip_arrow_inner"></div>')))}else w=I("#tiptip_holder"),O=I("#tiptip_content"),x=I("#tiptip_arrow");return this.each(function(){var m=I(this);if(M.content)var g=M.content;else g=m.attr(M.attribute);if(""!=g){M.content||m.removeAttr(M.attribute);var b=!1;function t(){M.enter.call(this),O.html(g),w.hide().removeAttr("class").css("margin","0"),x.removeAttr("style");var t=parseInt(m.offset().top),e=parseInt(m.offset().left),o=parseInt(m.outerWidth()),i=parseInt(m.outerHeight()),n=w.outerWidth(),r=w.outerHeight(),a=Math.round((o-n)/2),f=Math.round((i-r)/2),d=Math.round(e+a),u=Math.round(t+i+M.edgeOffset),p="",l="",h=Math.round(n-12)/2;"bottom"==M.defaultPosition?p="_bottom":"top"==M.defaultPosition?p="_top":"left"==M.defaultPosition?p="_left":"right"==M.defaultPosition&&(p="_right");var c=a+e<parseInt(I(window).scrollLeft()),s=n+e>parseInt(I(window).width());c&&a<0||"_right"==p&&!s||"_left"==p&&e<n+M.edgeOffset+5?(p="_right",l=Math.round(r-13)/2,h=-12,d=Math.round(e+o+M.edgeOffset),u=Math.round(t+f)):(s&&a<0||"_left"==p&&!c)&&(p="_left",l=Math.round(r-13)/2,h=Math.round(n),d=Math.round(e-(n+M.edgeOffset+5)),u=Math.round(t+f));var _=t+i+M.edgeOffset+r+8>parseInt(I(window).height()+I(window).scrollTop()),v=t+i-(M.edgeOffset+r+8)<0;_||"_bottom"==p&&_||"_top"==p&&!v?("_top"==p||"_bottom"==p?p="_top":p+="_top",l=r,u=Math.round(t-(r+5+M.edgeOffset))):(v|("_top"==p&&v)||"_bottom"==p&&!_)&&("_top"==p||"_bottom"==p?p="_bottom":p+="_bottom",l=-12,u=Math.round(t+i+M.edgeOffset)),"_right_top"==p||"_left_top"==p?u+=5:"_right_bottom"!=p&&"_left_bottom"!=p||(u-=5),"_left_top"!=p&&"_left_bottom"!=p||(d+=5),x.css({"margin-left":h+"px","margin-top":l+"px"}),w.css({"margin-left":d+"px","margin-top":u+"px"}).attr("class","tip"+p),b&&clearTimeout(b),b=setTimeout(function(){w.stop(!0,!0).fadeIn(M.fadeIn)},M.delay)}function e(){M.exit.call(this),b&&clearTimeout(b),w.fadeOut(M.fadeOut)}"hover"==M.activation?(m.hover(function(){t()},function(){M.keepAlive||e()}),M.keepAlive&&w.hover(function(){},function(){e()})):"focus"==M.activation?m.focus(function(){t()}).blur(function(){e()}):"click"==M.activation&&(m.click(function(){return t(),!1}).hover(function(){},function(){M.keepAlive||e()}),M.keepAlive&&w.hover(function(){},function(){e()}))}})}}(jQuery);
|
composer.lock
ADDED
@@ -0,0 +1,1882 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_readme": [
|
3 |
+
"This file locks the dependencies of your project to a known state",
|
4 |
+
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
5 |
+
"This file is @generated automatically"
|
6 |
+
],
|
7 |
+
"hash": "59f766413c2e4109bab54b3fbeb2b0bc",
|
8 |
+
"content-hash": "cd48aec5941ad9928fb195e62a4de9a1",
|
9 |
+
"packages": [
|
10 |
+
{
|
11 |
+
"name": "composer/installers",
|
12 |
+
"version": "v1.5.0",
|
13 |
+
"source": {
|
14 |
+
"type": "git",
|
15 |
+
"url": "https://github.com/composer/installers.git",
|
16 |
+
"reference": "049797d727261bf27f2690430d935067710049c2"
|
17 |
+
},
|
18 |
+
"dist": {
|
19 |
+
"type": "zip",
|
20 |
+
"url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
|
21 |
+
"reference": "049797d727261bf27f2690430d935067710049c2",
|
22 |
+
"shasum": ""
|
23 |
+
},
|
24 |
+
"require": {
|
25 |
+
"composer-plugin-api": "^1.0"
|
26 |
+
},
|
27 |
+
"replace": {
|
28 |
+
"roundcube/plugin-installer": "*",
|
29 |
+
"shama/baton": "*"
|
30 |
+
},
|
31 |
+
"require-dev": {
|
32 |
+
"composer/composer": "1.0.*@dev",
|
33 |
+
"phpunit/phpunit": "^4.8.36"
|
34 |
+
},
|
35 |
+
"type": "composer-plugin",
|
36 |
+
"extra": {
|
37 |
+
"class": "Composer\\Installers\\Plugin",
|
38 |
+
"branch-alias": {
|
39 |
+
"dev-master": "1.0-dev"
|
40 |
+
}
|
41 |
+
},
|
42 |
+
"autoload": {
|
43 |
+
"psr-4": {
|
44 |
+
"Composer\\Installers\\": "src/Composer/Installers"
|
45 |
+
}
|
46 |
+
},
|
47 |
+
"notification-url": "https://packagist.org/downloads/",
|
48 |
+
"license": [
|
49 |
+
"MIT"
|
50 |
+
],
|
51 |
+
"authors": [
|
52 |
+
{
|
53 |
+
"name": "Kyle Robinson Young",
|
54 |
+
"email": "kyle@dontkry.com",
|
55 |
+
"homepage": "https://github.com/shama"
|
56 |
+
}
|
57 |
+
],
|
58 |
+
"description": "A multi-framework Composer library installer",
|
59 |
+
"homepage": "https://composer.github.io/installers/",
|
60 |
+
"keywords": [
|
61 |
+
"Craft",
|
62 |
+
"Dolibarr",
|
63 |
+
"Eliasis",
|
64 |
+
"Hurad",
|
65 |
+
"ImageCMS",
|
66 |
+
"Kanboard",
|
67 |
+
"Lan Management System",
|
68 |
+
"MODX Evo",
|
69 |
+
"Mautic",
|
70 |
+
"Maya",
|
71 |
+
"OXID",
|
72 |
+
"Plentymarkets",
|
73 |
+
"Porto",
|
74 |
+
"RadPHP",
|
75 |
+
"SMF",
|
76 |
+
"Thelia",
|
77 |
+
"WolfCMS",
|
78 |
+
"agl",
|
79 |
+
"aimeos",
|
80 |
+
"annotatecms",
|
81 |
+
"attogram",
|
82 |
+
"bitrix",
|
83 |
+
"cakephp",
|
84 |
+
"chef",
|
85 |
+
"cockpit",
|
86 |
+
"codeigniter",
|
87 |
+
"concrete5",
|
88 |
+
"croogo",
|
89 |
+
"dokuwiki",
|
90 |
+
"drupal",
|
91 |
+
"eZ Platform",
|
92 |
+
"elgg",
|
93 |
+
"expressionengine",
|
94 |
+
"fuelphp",
|
95 |
+
"grav",
|
96 |
+
"installer",
|
97 |
+
"itop",
|
98 |
+
"joomla",
|
99 |
+
"kohana",
|
100 |
+
"laravel",
|
101 |
+
"lavalite",
|
102 |
+
"lithium",
|
103 |
+
"magento",
|
104 |
+
"majima",
|
105 |
+
"mako",
|
106 |
+
"mediawiki",
|
107 |
+
"modulework",
|
108 |
+
"modx",
|
109 |
+
"moodle",
|
110 |
+
"osclass",
|
111 |
+
"phpbb",
|
112 |
+
"piwik",
|
113 |
+
"ppi",
|
114 |
+
"puppet",
|
115 |
+
"pxcms",
|
116 |
+
"reindex",
|
117 |
+
"roundcube",
|
118 |
+
"shopware",
|
119 |
+
"silverstripe",
|
120 |
+
"sydes",
|
121 |
+
"symfony",
|
122 |
+
"typo3",
|
123 |
+
"wordpress",
|
124 |
+
"yawik",
|
125 |
+
"zend",
|
126 |
+
"zikula"
|
127 |
+
],
|
128 |
+
"time": "2017-12-29 09:13:20"
|
129 |
+
}
|
130 |
+
],
|
131 |
+
"packages-dev": [
|
132 |
+
{
|
133 |
+
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
134 |
+
"version": "v0.4.4",
|
135 |
+
"source": {
|
136 |
+
"type": "git",
|
137 |
+
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
|
138 |
+
"reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08"
|
139 |
+
},
|
140 |
+
"dist": {
|
141 |
+
"type": "zip",
|
142 |
+
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/2e41850d5f7797cbb1af7b030d245b3b24e63a08",
|
143 |
+
"reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08",
|
144 |
+
"shasum": ""
|
145 |
+
},
|
146 |
+
"require": {
|
147 |
+
"composer-plugin-api": "^1.0",
|
148 |
+
"php": "^5.3|^7",
|
149 |
+
"squizlabs/php_codesniffer": "*"
|
150 |
+
},
|
151 |
+
"require-dev": {
|
152 |
+
"composer/composer": "*",
|
153 |
+
"wimg/php-compatibility": "^8.0"
|
154 |
+
},
|
155 |
+
"suggest": {
|
156 |
+
"dealerdirect/qa-tools": "All the PHP QA tools you'll need"
|
157 |
+
},
|
158 |
+
"type": "composer-plugin",
|
159 |
+
"extra": {
|
160 |
+
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
|
161 |
+
},
|
162 |
+
"autoload": {
|
163 |
+
"psr-4": {
|
164 |
+
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
|
165 |
+
}
|
166 |
+
},
|
167 |
+
"notification-url": "https://packagist.org/downloads/",
|
168 |
+
"license": [
|
169 |
+
"MIT"
|
170 |
+
],
|
171 |
+
"authors": [
|
172 |
+
{
|
173 |
+
"name": "Franck Nijhof",
|
174 |
+
"email": "f.nijhof@dealerdirect.nl",
|
175 |
+
"homepage": "http://workingatdealerdirect.eu",
|
176 |
+
"role": "Developer"
|
177 |
+
}
|
178 |
+
],
|
179 |
+
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
180 |
+
"homepage": "http://workingatdealerdirect.eu",
|
181 |
+
"keywords": [
|
182 |
+
"PHPCodeSniffer",
|
183 |
+
"PHP_CodeSniffer",
|
184 |
+
"code quality",
|
185 |
+
"codesniffer",
|
186 |
+
"composer",
|
187 |
+
"installer",
|
188 |
+
"phpcs",
|
189 |
+
"plugin",
|
190 |
+
"qa",
|
191 |
+
"quality",
|
192 |
+
"standard",
|
193 |
+
"standards",
|
194 |
+
"style guide",
|
195 |
+
"stylecheck",
|
196 |
+
"tests"
|
197 |
+
],
|
198 |
+
"time": "2017-12-06 16:27:17"
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"name": "doctrine/instantiator",
|
202 |
+
"version": "1.1.0",
|
203 |
+
"source": {
|
204 |
+
"type": "git",
|
205 |
+
"url": "https://github.com/doctrine/instantiator.git",
|
206 |
+
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
|
207 |
+
},
|
208 |
+
"dist": {
|
209 |
+
"type": "zip",
|
210 |
+
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
|
211 |
+
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
|
212 |
+
"shasum": ""
|
213 |
+
},
|
214 |
+
"require": {
|
215 |
+
"php": "^7.1"
|
216 |
+
},
|
217 |
+
"require-dev": {
|
218 |
+
"athletic/athletic": "~0.1.8",
|
219 |
+
"ext-pdo": "*",
|
220 |
+
"ext-phar": "*",
|
221 |
+
"phpunit/phpunit": "^6.2.3",
|
222 |
+
"squizlabs/php_codesniffer": "^3.0.2"
|
223 |
+
},
|
224 |
+
"type": "library",
|
225 |
+
"extra": {
|
226 |
+
"branch-alias": {
|
227 |
+
"dev-master": "1.2.x-dev"
|
228 |
+
}
|
229 |
+
},
|
230 |
+
"autoload": {
|
231 |
+
"psr-4": {
|
232 |
+
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
233 |
+
}
|
234 |
+
},
|
235 |
+
"notification-url": "https://packagist.org/downloads/",
|
236 |
+
"license": [
|
237 |
+
"MIT"
|
238 |
+
],
|
239 |
+
"authors": [
|
240 |
+
{
|
241 |
+
"name": "Marco Pivetta",
|
242 |
+
"email": "ocramius@gmail.com",
|
243 |
+
"homepage": "http://ocramius.github.com/"
|
244 |
+
}
|
245 |
+
],
|
246 |
+
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
247 |
+
"homepage": "https://github.com/doctrine/instantiator",
|
248 |
+
"keywords": [
|
249 |
+
"constructor",
|
250 |
+
"instantiate"
|
251 |
+
],
|
252 |
+
"time": "2017-07-22 11:58:36"
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"name": "myclabs/deep-copy",
|
256 |
+
"version": "1.7.0",
|
257 |
+
"source": {
|
258 |
+
"type": "git",
|
259 |
+
"url": "https://github.com/myclabs/DeepCopy.git",
|
260 |
+
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
261 |
+
},
|
262 |
+
"dist": {
|
263 |
+
"type": "zip",
|
264 |
+
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
265 |
+
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
266 |
+
"shasum": ""
|
267 |
+
},
|
268 |
+
"require": {
|
269 |
+
"php": "^5.6 || ^7.0"
|
270 |
+
},
|
271 |
+
"require-dev": {
|
272 |
+
"doctrine/collections": "^1.0",
|
273 |
+
"doctrine/common": "^2.6",
|
274 |
+
"phpunit/phpunit": "^4.1"
|
275 |
+
},
|
276 |
+
"type": "library",
|
277 |
+
"autoload": {
|
278 |
+
"psr-4": {
|
279 |
+
"DeepCopy\\": "src/DeepCopy/"
|
280 |
+
},
|
281 |
+
"files": [
|
282 |
+
"src/DeepCopy/deep_copy.php"
|
283 |
+
]
|
284 |
+
},
|
285 |
+
"notification-url": "https://packagist.org/downloads/",
|
286 |
+
"license": [
|
287 |
+
"MIT"
|
288 |
+
],
|
289 |
+
"description": "Create deep copies (clones) of your objects",
|
290 |
+
"keywords": [
|
291 |
+
"clone",
|
292 |
+
"copy",
|
293 |
+
"duplicate",
|
294 |
+
"object",
|
295 |
+
"object graph"
|
296 |
+
],
|
297 |
+
"time": "2017-10-19 19:58:43"
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"name": "phar-io/manifest",
|
301 |
+
"version": "1.0.1",
|
302 |
+
"source": {
|
303 |
+
"type": "git",
|
304 |
+
"url": "https://github.com/phar-io/manifest.git",
|
305 |
+
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
|
306 |
+
},
|
307 |
+
"dist": {
|
308 |
+
"type": "zip",
|
309 |
+
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
|
310 |
+
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
|
311 |
+
"shasum": ""
|
312 |
+
},
|
313 |
+
"require": {
|
314 |
+
"ext-dom": "*",
|
315 |
+
"ext-phar": "*",
|
316 |
+
"phar-io/version": "^1.0.1",
|
317 |
+
"php": "^5.6 || ^7.0"
|
318 |
+
},
|
319 |
+
"type": "library",
|
320 |
+
"extra": {
|
321 |
+
"branch-alias": {
|
322 |
+
"dev-master": "1.0.x-dev"
|
323 |
+
}
|
324 |
+
},
|
325 |
+
"autoload": {
|
326 |
+
"classmap": [
|
327 |
+
"src/"
|
328 |
+
]
|
329 |
+
},
|
330 |
+
"notification-url": "https://packagist.org/downloads/",
|
331 |
+
"license": [
|
332 |
+
"BSD-3-Clause"
|
333 |
+
],
|
334 |
+
"authors": [
|
335 |
+
{
|
336 |
+
"name": "Arne Blankerts",
|
337 |
+
"email": "arne@blankerts.de",
|
338 |
+
"role": "Developer"
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"name": "Sebastian Heuer",
|
342 |
+
"email": "sebastian@phpeople.de",
|
343 |
+
"role": "Developer"
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"name": "Sebastian Bergmann",
|
347 |
+
"email": "sebastian@phpunit.de",
|
348 |
+
"role": "Developer"
|
349 |
+
}
|
350 |
+
],
|
351 |
+
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
352 |
+
"time": "2017-03-05 18:14:27"
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"name": "phar-io/version",
|
356 |
+
"version": "1.0.1",
|
357 |
+
"source": {
|
358 |
+
"type": "git",
|
359 |
+
"url": "https://github.com/phar-io/version.git",
|
360 |
+
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
|
361 |
+
},
|
362 |
+
"dist": {
|
363 |
+
"type": "zip",
|
364 |
+
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
|
365 |
+
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
|
366 |
+
"shasum": ""
|
367 |
+
},
|
368 |
+
"require": {
|
369 |
+
"php": "^5.6 || ^7.0"
|
370 |
+
},
|
371 |
+
"type": "library",
|
372 |
+
"autoload": {
|
373 |
+
"classmap": [
|
374 |
+
"src/"
|
375 |
+
]
|
376 |
+
},
|
377 |
+
"notification-url": "https://packagist.org/downloads/",
|
378 |
+
"license": [
|
379 |
+
"BSD-3-Clause"
|
380 |
+
],
|
381 |
+
"authors": [
|
382 |
+
{
|
383 |
+
"name": "Arne Blankerts",
|
384 |
+
"email": "arne@blankerts.de",
|
385 |
+
"role": "Developer"
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"name": "Sebastian Heuer",
|
389 |
+
"email": "sebastian@phpeople.de",
|
390 |
+
"role": "Developer"
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"name": "Sebastian Bergmann",
|
394 |
+
"email": "sebastian@phpunit.de",
|
395 |
+
"role": "Developer"
|
396 |
+
}
|
397 |
+
],
|
398 |
+
"description": "Library for handling version information and constraints",
|
399 |
+
"time": "2017-03-05 17:38:23"
|
400 |
+
},
|
401 |
+
{
|
402 |
+
"name": "phpdocumentor/reflection-common",
|
403 |
+
"version": "1.0.1",
|
404 |
+
"source": {
|
405 |
+
"type": "git",
|
406 |
+
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
407 |
+
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
408 |
+
},
|
409 |
+
"dist": {
|
410 |
+
"type": "zip",
|
411 |
+
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
412 |
+
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
413 |
+
"shasum": ""
|
414 |
+
},
|
415 |
+
"require": {
|
416 |
+
"php": ">=5.5"
|
417 |
+
},
|
418 |
+
"require-dev": {
|
419 |
+
"phpunit/phpunit": "^4.6"
|
420 |
+
},
|
421 |
+
"type": "library",
|
422 |
+
"extra": {
|
423 |
+
"branch-alias": {
|
424 |
+
"dev-master": "1.0.x-dev"
|
425 |
+
}
|
426 |
+
},
|
427 |
+
"autoload": {
|
428 |
+
"psr-4": {
|
429 |
+
"phpDocumentor\\Reflection\\": [
|
430 |
+
"src"
|
431 |
+
]
|
432 |
+
}
|
433 |
+
},
|
434 |
+
"notification-url": "https://packagist.org/downloads/",
|
435 |
+
"license": [
|
436 |
+
"MIT"
|
437 |
+
],
|
438 |
+
"authors": [
|
439 |
+
{
|
440 |
+
"name": "Jaap van Otterdijk",
|
441 |
+
"email": "opensource@ijaap.nl"
|
442 |
+
}
|
443 |
+
],
|
444 |
+
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
445 |
+
"homepage": "http://www.phpdoc.org",
|
446 |
+
"keywords": [
|
447 |
+
"FQSEN",
|
448 |
+
"phpDocumentor",
|
449 |
+
"phpdoc",
|
450 |
+
"reflection",
|
451 |
+
"static analysis"
|
452 |
+
],
|
453 |
+
"time": "2017-09-11 18:02:19"
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"name": "phpdocumentor/reflection-docblock",
|
457 |
+
"version": "4.3.0",
|
458 |
+
"source": {
|
459 |
+
"type": "git",
|
460 |
+
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
461 |
+
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
|
462 |
+
},
|
463 |
+
"dist": {
|
464 |
+
"type": "zip",
|
465 |
+
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
|
466 |
+
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
|
467 |
+
"shasum": ""
|
468 |
+
},
|
469 |
+
"require": {
|
470 |
+
"php": "^7.0",
|
471 |
+
"phpdocumentor/reflection-common": "^1.0.0",
|
472 |
+
"phpdocumentor/type-resolver": "^0.4.0",
|
473 |
+
"webmozart/assert": "^1.0"
|
474 |
+
},
|
475 |
+
"require-dev": {
|
476 |
+
"doctrine/instantiator": "~1.0.5",
|
477 |
+
"mockery/mockery": "^1.0",
|
478 |
+
"phpunit/phpunit": "^6.4"
|
479 |
+
},
|
480 |
+
"type": "library",
|
481 |
+
"extra": {
|
482 |
+
"branch-alias": {
|
483 |
+
"dev-master": "4.x-dev"
|
484 |
+
}
|
485 |
+
},
|
486 |
+
"autoload": {
|
487 |
+
"psr-4": {
|
488 |
+
"phpDocumentor\\Reflection\\": [
|
489 |
+
"src/"
|
490 |
+
]
|
491 |
+
}
|
492 |
+
},
|
493 |
+
"notification-url": "https://packagist.org/downloads/",
|
494 |
+
"license": [
|
495 |
+
"MIT"
|
496 |
+
],
|
497 |
+
"authors": [
|
498 |
+
{
|
499 |
+
"name": "Mike van Riel",
|
500 |
+
"email": "me@mikevanriel.com"
|
501 |
+
}
|
502 |
+
],
|
503 |
+
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
504 |
+
"time": "2017-11-30 07:14:17"
|
505 |
+
},
|
506 |
+
{
|
507 |
+
"name": "phpdocumentor/type-resolver",
|
508 |
+
"version": "0.4.0",
|
509 |
+
"source": {
|
510 |
+
"type": "git",
|
511 |
+
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
512 |
+
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
513 |
+
},
|
514 |
+
"dist": {
|
515 |
+
"type": "zip",
|
516 |
+
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
517 |
+
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
518 |
+
"shasum": ""
|
519 |
+
},
|
520 |
+
"require": {
|
521 |
+
"php": "^5.5 || ^7.0",
|
522 |
+
"phpdocumentor/reflection-common": "^1.0"
|
523 |
+
},
|
524 |
+
"require-dev": {
|
525 |
+
"mockery/mockery": "^0.9.4",
|
526 |
+
"phpunit/phpunit": "^5.2||^4.8.24"
|
527 |
+
},
|
528 |
+
"type": "library",
|
529 |
+
"extra": {
|
530 |
+
"branch-alias": {
|
531 |
+
"dev-master": "1.0.x-dev"
|
532 |
+
}
|
533 |
+
},
|
534 |
+
"autoload": {
|
535 |
+
"psr-4": {
|
536 |
+
"phpDocumentor\\Reflection\\": [
|
537 |
+
"src/"
|
538 |
+
]
|
539 |
+
}
|
540 |
+
},
|
541 |
+
"notification-url": "https://packagist.org/downloads/",
|
542 |
+
"license": [
|
543 |
+
"MIT"
|
544 |
+
],
|
545 |
+
"authors": [
|
546 |
+
{
|
547 |
+
"name": "Mike van Riel",
|
548 |
+
"email": "me@mikevanriel.com"
|
549 |
+
}
|
550 |
+
],
|
551 |
+
"time": "2017-07-14 14:27:02"
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"name": "phpspec/prophecy",
|
555 |
+
"version": "1.7.4",
|
556 |
+
"source": {
|
557 |
+
"type": "git",
|
558 |
+
"url": "https://github.com/phpspec/prophecy.git",
|
559 |
+
"reference": "9f901e29c93dae4aa77c0bb161df4276f9c9a1be"
|
560 |
+
},
|
561 |
+
"dist": {
|
562 |
+
"type": "zip",
|
563 |
+
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/9f901e29c93dae4aa77c0bb161df4276f9c9a1be",
|
564 |
+
"reference": "9f901e29c93dae4aa77c0bb161df4276f9c9a1be",
|
565 |
+
"shasum": ""
|
566 |
+
},
|
567 |
+
"require": {
|
568 |
+
"doctrine/instantiator": "^1.0.2",
|
569 |
+
"php": "^5.3|^7.0",
|
570 |
+
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
571 |
+
"sebastian/comparator": "^1.1|^2.0",
|
572 |
+
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
573 |
+
},
|
574 |
+
"require-dev": {
|
575 |
+
"phpspec/phpspec": "^2.5|^3.2",
|
576 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
|
577 |
+
},
|
578 |
+
"type": "library",
|
579 |
+
"extra": {
|
580 |
+
"branch-alias": {
|
581 |
+
"dev-master": "1.7.x-dev"
|
582 |
+
}
|
583 |
+
},
|
584 |
+
"autoload": {
|
585 |
+
"psr-0": {
|
586 |
+
"Prophecy\\": "src/"
|
587 |
+
}
|
588 |
+
},
|
589 |
+
"notification-url": "https://packagist.org/downloads/",
|
590 |
+
"license": [
|
591 |
+
"MIT"
|
592 |
+
],
|
593 |
+
"authors": [
|
594 |
+
{
|
595 |
+
"name": "Konstantin Kudryashov",
|
596 |
+
"email": "ever.zet@gmail.com",
|
597 |
+
"homepage": "http://everzet.com"
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"name": "Marcello Duarte",
|
601 |
+
"email": "marcello.duarte@gmail.com"
|
602 |
+
}
|
603 |
+
],
|
604 |
+
"description": "Highly opinionated mocking framework for PHP 5.3+",
|
605 |
+
"homepage": "https://github.com/phpspec/prophecy",
|
606 |
+
"keywords": [
|
607 |
+
"Double",
|
608 |
+
"Dummy",
|
609 |
+
"fake",
|
610 |
+
"mock",
|
611 |
+
"spy",
|
612 |
+
"stub"
|
613 |
+
],
|
614 |
+
"time": "2018-02-11 18:49:29"
|
615 |
+
},
|
616 |
+
{
|
617 |
+
"name": "phpunit/php-code-coverage",
|
618 |
+
"version": "5.3.0",
|
619 |
+
"source": {
|
620 |
+
"type": "git",
|
621 |
+
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
622 |
+
"reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
|
623 |
+
},
|
624 |
+
"dist": {
|
625 |
+
"type": "zip",
|
626 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
|
627 |
+
"reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
|
628 |
+
"shasum": ""
|
629 |
+
},
|
630 |
+
"require": {
|
631 |
+
"ext-dom": "*",
|
632 |
+
"ext-xmlwriter": "*",
|
633 |
+
"php": "^7.0",
|
634 |
+
"phpunit/php-file-iterator": "^1.4.2",
|
635 |
+
"phpunit/php-text-template": "^1.2.1",
|
636 |
+
"phpunit/php-token-stream": "^2.0.1",
|
637 |
+
"sebastian/code-unit-reverse-lookup": "^1.0.1",
|
638 |
+
"sebastian/environment": "^3.0",
|
639 |
+
"sebastian/version": "^2.0.1",
|
640 |
+
"theseer/tokenizer": "^1.1"
|
641 |
+
},
|
642 |
+
"require-dev": {
|
643 |
+
"phpunit/phpunit": "^6.0"
|
644 |
+
},
|
645 |
+
"suggest": {
|
646 |
+
"ext-xdebug": "^2.5.5"
|
647 |
+
},
|
648 |
+
"type": "library",
|
649 |
+
"extra": {
|
650 |
+
"branch-alias": {
|
651 |
+
"dev-master": "5.3.x-dev"
|
652 |
+
}
|
653 |
+
},
|
654 |
+
"autoload": {
|
655 |
+
"classmap": [
|
656 |
+
"src/"
|
657 |
+
]
|
658 |
+
},
|
659 |
+
"notification-url": "https://packagist.org/downloads/",
|
660 |
+
"license": [
|
661 |
+
"BSD-3-Clause"
|
662 |
+
],
|
663 |
+
"authors": [
|
664 |
+
{
|
665 |
+
"name": "Sebastian Bergmann",
|
666 |
+
"email": "sebastian@phpunit.de",
|
667 |
+
"role": "lead"
|
668 |
+
}
|
669 |
+
],
|
670 |
+
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
671 |
+
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
672 |
+
"keywords": [
|
673 |
+
"coverage",
|
674 |
+
"testing",
|
675 |
+
"xunit"
|
676 |
+
],
|
677 |
+
"time": "2017-12-06 09:29:45"
|
678 |
+
},
|
679 |
+
{
|
680 |
+
"name": "phpunit/php-file-iterator",
|
681 |
+
"version": "1.4.5",
|
682 |
+
"source": {
|
683 |
+
"type": "git",
|
684 |
+
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
685 |
+
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
686 |
+
},
|
687 |
+
"dist": {
|
688 |
+
"type": "zip",
|
689 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
690 |
+
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
691 |
+
"shasum": ""
|
692 |
+
},
|
693 |
+
"require": {
|
694 |
+
"php": ">=5.3.3"
|
695 |
+
},
|
696 |
+
"type": "library",
|
697 |
+
"extra": {
|
698 |
+
"branch-alias": {
|
699 |
+
"dev-master": "1.4.x-dev"
|
700 |
+
}
|
701 |
+
},
|
702 |
+
"autoload": {
|
703 |
+
"classmap": [
|
704 |
+
"src/"
|
705 |
+
]
|
706 |
+
},
|
707 |
+
"notification-url": "https://packagist.org/downloads/",
|
708 |
+
"license": [
|
709 |
+
"BSD-3-Clause"
|
710 |
+
],
|
711 |
+
"authors": [
|
712 |
+
{
|
713 |
+
"name": "Sebastian Bergmann",
|
714 |
+
"email": "sb@sebastian-bergmann.de",
|
715 |
+
"role": "lead"
|
716 |
+
}
|
717 |
+
],
|
718 |
+
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
719 |
+
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
720 |
+
"keywords": [
|
721 |
+
"filesystem",
|
722 |
+
"iterator"
|
723 |
+
],
|
724 |
+
"time": "2017-11-27 13:52:08"
|
725 |
+
},
|
726 |
+
{
|
727 |
+
"name": "phpunit/php-text-template",
|
728 |
+
"version": "1.2.1",
|
729 |
+
"source": {
|
730 |
+
"type": "git",
|
731 |
+
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
732 |
+
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
733 |
+
},
|
734 |
+
"dist": {
|
735 |
+
"type": "zip",
|
736 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
737 |
+
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
738 |
+
"shasum": ""
|
739 |
+
},
|
740 |
+
"require": {
|
741 |
+
"php": ">=5.3.3"
|
742 |
+
},
|
743 |
+
"type": "library",
|
744 |
+
"autoload": {
|
745 |
+
"classmap": [
|
746 |
+
"src/"
|
747 |
+
]
|
748 |
+
},
|
749 |
+
"notification-url": "https://packagist.org/downloads/",
|
750 |
+
"license": [
|
751 |
+
"BSD-3-Clause"
|
752 |
+
],
|
753 |
+
"authors": [
|
754 |
+
{
|
755 |
+
"name": "Sebastian Bergmann",
|
756 |
+
"email": "sebastian@phpunit.de",
|
757 |
+
"role": "lead"
|
758 |
+
}
|
759 |
+
],
|
760 |
+
"description": "Simple template engine.",
|
761 |
+
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
762 |
+
"keywords": [
|
763 |
+
"template"
|
764 |
+
],
|
765 |
+
"time": "2015-06-21 13:50:34"
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"name": "phpunit/php-timer",
|
769 |
+
"version": "1.0.9",
|
770 |
+
"source": {
|
771 |
+
"type": "git",
|
772 |
+
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
773 |
+
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
774 |
+
},
|
775 |
+
"dist": {
|
776 |
+
"type": "zip",
|
777 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
778 |
+
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
779 |
+
"shasum": ""
|
780 |
+
},
|
781 |
+
"require": {
|
782 |
+
"php": "^5.3.3 || ^7.0"
|
783 |
+
},
|
784 |
+
"require-dev": {
|
785 |
+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
786 |
+
},
|
787 |
+
"type": "library",
|
788 |
+
"extra": {
|
789 |
+
"branch-alias": {
|
790 |
+
"dev-master": "1.0-dev"
|
791 |
+
}
|
792 |
+
},
|
793 |
+
"autoload": {
|
794 |
+
"classmap": [
|
795 |
+
"src/"
|
796 |
+
]
|
797 |
+
},
|
798 |
+
"notification-url": "https://packagist.org/downloads/",
|
799 |
+
"license": [
|
800 |
+
"BSD-3-Clause"
|
801 |
+
],
|
802 |
+
"authors": [
|
803 |
+
{
|
804 |
+
"name": "Sebastian Bergmann",
|
805 |
+
"email": "sb@sebastian-bergmann.de",
|
806 |
+
"role": "lead"
|
807 |
+
}
|
808 |
+
],
|
809 |
+
"description": "Utility class for timing",
|
810 |
+
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
811 |
+
"keywords": [
|
812 |
+
"timer"
|
813 |
+
],
|
814 |
+
"time": "2017-02-26 11:10:40"
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"name": "phpunit/php-token-stream",
|
818 |
+
"version": "2.0.2",
|
819 |
+
"source": {
|
820 |
+
"type": "git",
|
821 |
+
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
822 |
+
"reference": "791198a2c6254db10131eecfe8c06670700904db"
|
823 |
+
},
|
824 |
+
"dist": {
|
825 |
+
"type": "zip",
|
826 |
+
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
|
827 |
+
"reference": "791198a2c6254db10131eecfe8c06670700904db",
|
828 |
+
"shasum": ""
|
829 |
+
},
|
830 |
+
"require": {
|
831 |
+
"ext-tokenizer": "*",
|
832 |
+
"php": "^7.0"
|
833 |
+
},
|
834 |
+
"require-dev": {
|
835 |
+
"phpunit/phpunit": "^6.2.4"
|
836 |
+
},
|
837 |
+
"type": "library",
|
838 |
+
"extra": {
|
839 |
+
"branch-alias": {
|
840 |
+
"dev-master": "2.0-dev"
|
841 |
+
}
|
842 |
+
},
|
843 |
+
"autoload": {
|
844 |
+
"classmap": [
|
845 |
+
"src/"
|
846 |
+
]
|
847 |
+
},
|
848 |
+
"notification-url": "https://packagist.org/downloads/",
|
849 |
+
"license": [
|
850 |
+
"BSD-3-Clause"
|
851 |
+
],
|
852 |
+
"authors": [
|
853 |
+
{
|
854 |
+
"name": "Sebastian Bergmann",
|
855 |
+
"email": "sebastian@phpunit.de"
|
856 |
+
}
|
857 |
+
],
|
858 |
+
"description": "Wrapper around PHP's tokenizer extension.",
|
859 |
+
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
860 |
+
"keywords": [
|
861 |
+
"tokenizer"
|
862 |
+
],
|
863 |
+
"time": "2017-11-27 05:48:46"
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"name": "phpunit/phpunit",
|
867 |
+
"version": "6.2.3",
|
868 |
+
"source": {
|
869 |
+
"type": "git",
|
870 |
+
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
871 |
+
"reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7"
|
872 |
+
},
|
873 |
+
"dist": {
|
874 |
+
"type": "zip",
|
875 |
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa5711d0559fc4b64deba0702be52d41434cbcb7",
|
876 |
+
"reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7",
|
877 |
+
"shasum": ""
|
878 |
+
},
|
879 |
+
"require": {
|
880 |
+
"ext-dom": "*",
|
881 |
+
"ext-json": "*",
|
882 |
+
"ext-libxml": "*",
|
883 |
+
"ext-mbstring": "*",
|
884 |
+
"ext-xml": "*",
|
885 |
+
"myclabs/deep-copy": "^1.3",
|
886 |
+
"phar-io/manifest": "^1.0.1",
|
887 |
+
"phar-io/version": "^1.0",
|
888 |
+
"php": "^7.0",
|
889 |
+
"phpspec/prophecy": "^1.7",
|
890 |
+
"phpunit/php-code-coverage": "^5.2",
|
891 |
+
"phpunit/php-file-iterator": "^1.4",
|
892 |
+
"phpunit/php-text-template": "^1.2",
|
893 |
+
"phpunit/php-timer": "^1.0.6",
|
894 |
+
"phpunit/phpunit-mock-objects": "^4.0",
|
895 |
+
"sebastian/comparator": "^2.0",
|
896 |
+
"sebastian/diff": "^1.4.3 || ^2.0",
|
897 |
+
"sebastian/environment": "^3.0.2",
|
898 |
+
"sebastian/exporter": "^3.1",
|
899 |
+
"sebastian/global-state": "^1.1 || ^2.0",
|
900 |
+
"sebastian/object-enumerator": "^3.0.2",
|
901 |
+
"sebastian/resource-operations": "^1.0",
|
902 |
+
"sebastian/version": "^2.0"
|
903 |
+
},
|
904 |
+
"conflict": {
|
905 |
+
"phpdocumentor/reflection-docblock": "3.0.2",
|
906 |
+
"phpunit/dbunit": "<3.0"
|
907 |
+
},
|
908 |
+
"require-dev": {
|
909 |
+
"ext-pdo": "*"
|
910 |
+
},
|
911 |
+
"suggest": {
|
912 |
+
"ext-xdebug": "*",
|
913 |
+
"phpunit/php-invoker": "^1.1"
|
914 |
+
},
|
915 |
+
"bin": [
|
916 |
+
"phpunit"
|
917 |
+
],
|
918 |
+
"type": "library",
|
919 |
+
"extra": {
|
920 |
+
"branch-alias": {
|
921 |
+
"dev-master": "6.2.x-dev"
|
922 |
+
}
|
923 |
+
},
|
924 |
+
"autoload": {
|
925 |
+
"classmap": [
|
926 |
+
"src/"
|
927 |
+
]
|
928 |
+
},
|
929 |
+
"notification-url": "https://packagist.org/downloads/",
|
930 |
+
"license": [
|
931 |
+
"BSD-3-Clause"
|
932 |
+
],
|
933 |
+
"authors": [
|
934 |
+
{
|
935 |
+
"name": "Sebastian Bergmann",
|
936 |
+
"email": "sebastian@phpunit.de",
|
937 |
+
"role": "lead"
|
938 |
+
}
|
939 |
+
],
|
940 |
+
"description": "The PHP Unit Testing framework.",
|
941 |
+
"homepage": "https://phpunit.de/",
|
942 |
+
"keywords": [
|
943 |
+
"phpunit",
|
944 |
+
"testing",
|
945 |
+
"xunit"
|
946 |
+
],
|
947 |
+
"time": "2017-07-03 15:54:24"
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"name": "phpunit/phpunit-mock-objects",
|
951 |
+
"version": "4.0.4",
|
952 |
+
"source": {
|
953 |
+
"type": "git",
|
954 |
+
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
955 |
+
"reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
|
956 |
+
},
|
957 |
+
"dist": {
|
958 |
+
"type": "zip",
|
959 |
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
|
960 |
+
"reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
|
961 |
+
"shasum": ""
|
962 |
+
},
|
963 |
+
"require": {
|
964 |
+
"doctrine/instantiator": "^1.0.5",
|
965 |
+
"php": "^7.0",
|
966 |
+
"phpunit/php-text-template": "^1.2.1",
|
967 |
+
"sebastian/exporter": "^3.0"
|
968 |
+
},
|
969 |
+
"conflict": {
|
970 |
+
"phpunit/phpunit": "<6.0"
|
971 |
+
},
|
972 |
+
"require-dev": {
|
973 |
+
"phpunit/phpunit": "^6.0"
|
974 |
+
},
|
975 |
+
"suggest": {
|
976 |
+
"ext-soap": "*"
|
977 |
+
},
|
978 |
+
"type": "library",
|
979 |
+
"extra": {
|
980 |
+
"branch-alias": {
|
981 |
+
"dev-master": "4.0.x-dev"
|
982 |
+
}
|
983 |
+
},
|
984 |
+
"autoload": {
|
985 |
+
"classmap": [
|
986 |
+
"src/"
|
987 |
+
]
|
988 |
+
},
|
989 |
+
"notification-url": "https://packagist.org/downloads/",
|
990 |
+
"license": [
|
991 |
+
"BSD-3-Clause"
|
992 |
+
],
|
993 |
+
"authors": [
|
994 |
+
{
|
995 |
+
"name": "Sebastian Bergmann",
|
996 |
+
"email": "sb@sebastian-bergmann.de",
|
997 |
+
"role": "lead"
|
998 |
+
}
|
999 |
+
],
|
1000 |
+
"description": "Mock Object library for PHPUnit",
|
1001 |
+
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
1002 |
+
"keywords": [
|
1003 |
+
"mock",
|
1004 |
+
"xunit"
|
1005 |
+
],
|
1006 |
+
"time": "2017-08-03 14:08:16"
|
1007 |
+
},
|
1008 |
+
{
|
1009 |
+
"name": "sebastian/code-unit-reverse-lookup",
|
1010 |
+
"version": "1.0.1",
|
1011 |
+
"source": {
|
1012 |
+
"type": "git",
|
1013 |
+
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
1014 |
+
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
|
1015 |
+
},
|
1016 |
+
"dist": {
|
1017 |
+
"type": "zip",
|
1018 |
+
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
1019 |
+
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
1020 |
+
"shasum": ""
|
1021 |
+
},
|
1022 |
+
"require": {
|
1023 |
+
"php": "^5.6 || ^7.0"
|
1024 |
+
},
|
1025 |
+
"require-dev": {
|
1026 |
+
"phpunit/phpunit": "^5.7 || ^6.0"
|
1027 |
+
},
|
1028 |
+
"type": "library",
|
1029 |
+
"extra": {
|
1030 |
+
"branch-alias": {
|
1031 |
+
"dev-master": "1.0.x-dev"
|
1032 |
+
}
|
1033 |
+
},
|
1034 |
+
"autoload": {
|
1035 |
+
"classmap": [
|
1036 |
+
"src/"
|
1037 |
+
]
|
1038 |
+
},
|
1039 |
+
"notification-url": "https://packagist.org/downloads/",
|
1040 |
+
"license": [
|
1041 |
+
"BSD-3-Clause"
|
1042 |
+
],
|
1043 |
+
"authors": [
|
1044 |
+
{
|
1045 |
+
"name": "Sebastian Bergmann",
|
1046 |
+
"email": "sebastian@phpunit.de"
|
1047 |
+
}
|
1048 |
+
],
|
1049 |
+
"description": "Looks up which function or method a line of code belongs to",
|
1050 |
+
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
1051 |
+
"time": "2017-03-04 06:30:41"
|
1052 |
+
},
|
1053 |
+
{
|
1054 |
+
"name": "sebastian/comparator",
|
1055 |
+
"version": "2.1.3",
|
1056 |
+
"source": {
|
1057 |
+
"type": "git",
|
1058 |
+
"url": "https://github.com/sebastianbergmann/comparator.git",
|
1059 |
+
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
|
1060 |
+
},
|
1061 |
+
"dist": {
|
1062 |
+
"type": "zip",
|
1063 |
+
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
|
1064 |
+
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
|
1065 |
+
"shasum": ""
|
1066 |
+
},
|
1067 |
+
"require": {
|
1068 |
+
"php": "^7.0",
|
1069 |
+
"sebastian/diff": "^2.0 || ^3.0",
|
1070 |
+
"sebastian/exporter": "^3.1"
|
1071 |
+
},
|
1072 |
+
"require-dev": {
|
1073 |
+
"phpunit/phpunit": "^6.4"
|
1074 |
+
},
|
1075 |
+
"type": "library",
|
1076 |
+
"extra": {
|
1077 |
+
"branch-alias": {
|
1078 |
+
"dev-master": "2.1.x-dev"
|
1079 |
+
}
|
1080 |
+
},
|
1081 |
+
"autoload": {
|
1082 |
+
"classmap": [
|
1083 |
+
"src/"
|
1084 |
+
]
|
1085 |
+
},
|
1086 |
+
"notification-url": "https://packagist.org/downloads/",
|
1087 |
+
"license": [
|
1088 |
+
"BSD-3-Clause"
|
1089 |
+
],
|
1090 |
+
"authors": [
|
1091 |
+
{
|
1092 |
+
"name": "Jeff Welch",
|
1093 |
+
"email": "whatthejeff@gmail.com"
|
1094 |
+
},
|
1095 |
+
{
|
1096 |
+
"name": "Volker Dusch",
|
1097 |
+
"email": "github@wallbash.com"
|
1098 |
+
},
|
1099 |
+
{
|
1100 |
+
"name": "Bernhard Schussek",
|
1101 |
+
"email": "bschussek@2bepublished.at"
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"name": "Sebastian Bergmann",
|
1105 |
+
"email": "sebastian@phpunit.de"
|
1106 |
+
}
|
1107 |
+
],
|
1108 |
+
"description": "Provides the functionality to compare PHP values for equality",
|
1109 |
+
"homepage": "https://github.com/sebastianbergmann/comparator",
|
1110 |
+
"keywords": [
|
1111 |
+
"comparator",
|
1112 |
+
"compare",
|
1113 |
+
"equality"
|
1114 |
+
],
|
1115 |
+
"time": "2018-02-01 13:46:46"
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"name": "sebastian/diff",
|
1119 |
+
"version": "2.0.1",
|
1120 |
+
"source": {
|
1121 |
+
"type": "git",
|
1122 |
+
"url": "https://github.com/sebastianbergmann/diff.git",
|
1123 |
+
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
|
1124 |
+
},
|
1125 |
+
"dist": {
|
1126 |
+
"type": "zip",
|
1127 |
+
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
|
1128 |
+
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
|
1129 |
+
"shasum": ""
|
1130 |
+
},
|
1131 |
+
"require": {
|
1132 |
+
"php": "^7.0"
|
1133 |
+
},
|
1134 |
+
"require-dev": {
|
1135 |
+
"phpunit/phpunit": "^6.2"
|
1136 |
+
},
|
1137 |
+
"type": "library",
|
1138 |
+
"extra": {
|
1139 |
+
"branch-alias": {
|
1140 |
+
"dev-master": "2.0-dev"
|
1141 |
+
}
|
1142 |
+
},
|
1143 |
+
"autoload": {
|
1144 |
+
"classmap": [
|
1145 |
+
"src/"
|
1146 |
+
]
|
1147 |
+
},
|
1148 |
+
"notification-url": "https://packagist.org/downloads/",
|
1149 |
+
"license": [
|
1150 |
+
"BSD-3-Clause"
|
1151 |
+
],
|
1152 |
+
"authors": [
|
1153 |
+
{
|
1154 |
+
"name": "Kore Nordmann",
|
1155 |
+
"email": "mail@kore-nordmann.de"
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"name": "Sebastian Bergmann",
|
1159 |
+
"email": "sebastian@phpunit.de"
|
1160 |
+
}
|
1161 |
+
],
|
1162 |
+
"description": "Diff implementation",
|
1163 |
+
"homepage": "https://github.com/sebastianbergmann/diff",
|
1164 |
+
"keywords": [
|
1165 |
+
"diff"
|
1166 |
+
],
|
1167 |
+
"time": "2017-08-03 08:09:46"
|
1168 |
+
},
|
1169 |
+
{
|
1170 |
+
"name": "sebastian/environment",
|
1171 |
+
"version": "3.1.0",
|
1172 |
+
"source": {
|
1173 |
+
"type": "git",
|
1174 |
+
"url": "https://github.com/sebastianbergmann/environment.git",
|
1175 |
+
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
|
1176 |
+
},
|
1177 |
+
"dist": {
|
1178 |
+
"type": "zip",
|
1179 |
+
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
|
1180 |
+
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
|
1181 |
+
"shasum": ""
|
1182 |
+
},
|
1183 |
+
"require": {
|
1184 |
+
"php": "^7.0"
|
1185 |
+
},
|
1186 |
+
"require-dev": {
|
1187 |
+
"phpunit/phpunit": "^6.1"
|
1188 |
+
},
|
1189 |
+
"type": "library",
|
1190 |
+
"extra": {
|
1191 |
+
"branch-alias": {
|
1192 |
+
"dev-master": "3.1.x-dev"
|
1193 |
+
}
|
1194 |
+
},
|
1195 |
+
"autoload": {
|
1196 |
+
"classmap": [
|
1197 |
+
"src/"
|
1198 |
+
]
|
1199 |
+
},
|
1200 |
+
"notification-url": "https://packagist.org/downloads/",
|
1201 |
+
"license": [
|
1202 |
+
"BSD-3-Clause"
|
1203 |
+
],
|
1204 |
+
"authors": [
|
1205 |
+
{
|
1206 |
+
"name": "Sebastian Bergmann",
|
1207 |
+
"email": "sebastian@phpunit.de"
|
1208 |
+
}
|
1209 |
+
],
|
1210 |
+
"description": "Provides functionality to handle HHVM/PHP environments",
|
1211 |
+
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
1212 |
+
"keywords": [
|
1213 |
+
"Xdebug",
|
1214 |
+
"environment",
|
1215 |
+
"hhvm"
|
1216 |
+
],
|
1217 |
+
"time": "2017-07-01 08:51:00"
|
1218 |
+
},
|
1219 |
+
{
|
1220 |
+
"name": "sebastian/exporter",
|
1221 |
+
"version": "3.1.0",
|
1222 |
+
"source": {
|
1223 |
+
"type": "git",
|
1224 |
+
"url": "https://github.com/sebastianbergmann/exporter.git",
|
1225 |
+
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
|
1226 |
+
},
|
1227 |
+
"dist": {
|
1228 |
+
"type": "zip",
|
1229 |
+
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
|
1230 |
+
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
|
1231 |
+
"shasum": ""
|
1232 |
+
},
|
1233 |
+
"require": {
|
1234 |
+
"php": "^7.0",
|
1235 |
+
"sebastian/recursion-context": "^3.0"
|
1236 |
+
},
|
1237 |
+
"require-dev": {
|
1238 |
+
"ext-mbstring": "*",
|
1239 |
+
"phpunit/phpunit": "^6.0"
|
1240 |
+
},
|
1241 |
+
"type": "library",
|
1242 |
+
"extra": {
|
1243 |
+
"branch-alias": {
|
1244 |
+
"dev-master": "3.1.x-dev"
|
1245 |
+
}
|
1246 |
+
},
|
1247 |
+
"autoload": {
|
1248 |
+
"classmap": [
|
1249 |
+
"src/"
|
1250 |
+
]
|
1251 |
+
},
|
1252 |
+
"notification-url": "https://packagist.org/downloads/",
|
1253 |
+
"license": [
|
1254 |
+
"BSD-3-Clause"
|
1255 |
+
],
|
1256 |
+
"authors": [
|
1257 |
+
{
|
1258 |
+
"name": "Jeff Welch",
|
1259 |
+
"email": "whatthejeff@gmail.com"
|
1260 |
+
},
|
1261 |
+
{
|
1262 |
+
"name": "Volker Dusch",
|
1263 |
+
"email": "github@wallbash.com"
|
1264 |
+
},
|
1265 |
+
{
|
1266 |
+
"name": "Bernhard Schussek",
|
1267 |
+
"email": "bschussek@2bepublished.at"
|
1268 |
+
},
|
1269 |
+
{
|
1270 |
+
"name": "Sebastian Bergmann",
|
1271 |
+
"email": "sebastian@phpunit.de"
|
1272 |
+
},
|
1273 |
+
{
|
1274 |
+
"name": "Adam Harvey",
|
1275 |
+
"email": "aharvey@php.net"
|
1276 |
+
}
|
1277 |
+
],
|
1278 |
+
"description": "Provides the functionality to export PHP variables for visualization",
|
1279 |
+
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
1280 |
+
"keywords": [
|
1281 |
+
"export",
|
1282 |
+
"exporter"
|
1283 |
+
],
|
1284 |
+
"time": "2017-04-03 13:19:02"
|
1285 |
+
},
|
1286 |
+
{
|
1287 |
+
"name": "sebastian/global-state",
|
1288 |
+
"version": "2.0.0",
|
1289 |
+
"source": {
|
1290 |
+
"type": "git",
|
1291 |
+
"url": "https://github.com/sebastianbergmann/global-state.git",
|
1292 |
+
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
|
1293 |
+
},
|
1294 |
+
"dist": {
|
1295 |
+
"type": "zip",
|
1296 |
+
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
1297 |
+
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
1298 |
+
"shasum": ""
|
1299 |
+
},
|
1300 |
+
"require": {
|
1301 |
+
"php": "^7.0"
|
1302 |
+
},
|
1303 |
+
"require-dev": {
|
1304 |
+
"phpunit/phpunit": "^6.0"
|
1305 |
+
},
|
1306 |
+
"suggest": {
|
1307 |
+
"ext-uopz": "*"
|
1308 |
+
},
|
1309 |
+
"type": "library",
|
1310 |
+
"extra": {
|
1311 |
+
"branch-alias": {
|
1312 |
+
"dev-master": "2.0-dev"
|
1313 |
+
}
|
1314 |
+
},
|
1315 |
+
"autoload": {
|
1316 |
+
"classmap": [
|
1317 |
+
"src/"
|
1318 |
+
]
|
1319 |
+
},
|
1320 |
+
"notification-url": "https://packagist.org/downloads/",
|
1321 |
+
"license": [
|
1322 |
+
"BSD-3-Clause"
|
1323 |
+
],
|
1324 |
+
"authors": [
|
1325 |
+
{
|
1326 |
+
"name": "Sebastian Bergmann",
|
1327 |
+
"email": "sebastian@phpunit.de"
|
1328 |
+
}
|
1329 |
+
],
|
1330 |
+
"description": "Snapshotting of global state",
|
1331 |
+
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
1332 |
+
"keywords": [
|
1333 |
+
"global state"
|
1334 |
+
],
|
1335 |
+
"time": "2017-04-27 15:39:26"
|
1336 |
+
},
|
1337 |
+
{
|
1338 |
+
"name": "sebastian/object-enumerator",
|
1339 |
+
"version": "3.0.3",
|
1340 |
+
"source": {
|
1341 |
+
"type": "git",
|
1342 |
+
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
1343 |
+
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
|
1344 |
+
},
|
1345 |
+
"dist": {
|
1346 |
+
"type": "zip",
|
1347 |
+
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
1348 |
+
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
1349 |
+
"shasum": ""
|
1350 |
+
},
|
1351 |
+
"require": {
|
1352 |
+
"php": "^7.0",
|
1353 |
+
"sebastian/object-reflector": "^1.1.1",
|
1354 |
+
"sebastian/recursion-context": "^3.0"
|
1355 |
+
},
|
1356 |
+
"require-dev": {
|
1357 |
+
"phpunit/phpunit": "^6.0"
|
1358 |
+
},
|
1359 |
+
"type": "library",
|
1360 |
+
"extra": {
|
1361 |
+
"branch-alias": {
|
1362 |
+
"dev-master": "3.0.x-dev"
|
1363 |
+
}
|
1364 |
+
},
|
1365 |
+
"autoload": {
|
1366 |
+
"classmap": [
|
1367 |
+
"src/"
|
1368 |
+
]
|
1369 |
+
},
|
1370 |
+
"notification-url": "https://packagist.org/downloads/",
|
1371 |
+
"license": [
|
1372 |
+
"BSD-3-Clause"
|
1373 |
+
],
|
1374 |
+
"authors": [
|
1375 |
+
{
|
1376 |
+
"name": "Sebastian Bergmann",
|
1377 |
+
"email": "sebastian@phpunit.de"
|
1378 |
+
}
|
1379 |
+
],
|
1380 |
+
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
1381 |
+
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
1382 |
+
"time": "2017-08-03 12:35:26"
|
1383 |
+
},
|
1384 |
+
{
|
1385 |
+
"name": "sebastian/object-reflector",
|
1386 |
+
"version": "1.1.1",
|
1387 |
+
"source": {
|
1388 |
+
"type": "git",
|
1389 |
+
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
1390 |
+
"reference": "773f97c67f28de00d397be301821b06708fca0be"
|
1391 |
+
},
|
1392 |
+
"dist": {
|
1393 |
+
"type": "zip",
|
1394 |
+
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
|
1395 |
+
"reference": "773f97c67f28de00d397be301821b06708fca0be",
|
1396 |
+
"shasum": ""
|
1397 |
+
},
|
1398 |
+
"require": {
|
1399 |
+
"php": "^7.0"
|
1400 |
+
},
|
1401 |
+
"require-dev": {
|
1402 |
+
"phpunit/phpunit": "^6.0"
|
1403 |
+
},
|
1404 |
+
"type": "library",
|
1405 |
+
"extra": {
|
1406 |
+
"branch-alias": {
|
1407 |
+
"dev-master": "1.1-dev"
|
1408 |
+
}
|
1409 |
+
},
|
1410 |
+
"autoload": {
|
1411 |
+
"classmap": [
|
1412 |
+
"src/"
|
1413 |
+
]
|
1414 |
+
},
|
1415 |
+
"notification-url": "https://packagist.org/downloads/",
|
1416 |
+
"license": [
|
1417 |
+
"BSD-3-Clause"
|
1418 |
+
],
|
1419 |
+
"authors": [
|
1420 |
+
{
|
1421 |
+
"name": "Sebastian Bergmann",
|
1422 |
+
"email": "sebastian@phpunit.de"
|
1423 |
+
}
|
1424 |
+
],
|
1425 |
+
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
1426 |
+
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
1427 |
+
"time": "2017-03-29 09:07:27"
|
1428 |
+
},
|
1429 |
+
{
|
1430 |
+
"name": "sebastian/recursion-context",
|
1431 |
+
"version": "3.0.0",
|
1432 |
+
"source": {
|
1433 |
+
"type": "git",
|
1434 |
+
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
1435 |
+
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
|
1436 |
+
},
|
1437 |
+
"dist": {
|
1438 |
+
"type": "zip",
|
1439 |
+
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
1440 |
+
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
1441 |
+
"shasum": ""
|
1442 |
+
},
|
1443 |
+
"require": {
|
1444 |
+
"php": "^7.0"
|
1445 |
+
},
|
1446 |
+
"require-dev": {
|
1447 |
+
"phpunit/phpunit": "^6.0"
|
1448 |
+
},
|
1449 |
+
"type": "library",
|
1450 |
+
"extra": {
|
1451 |
+
"branch-alias": {
|
1452 |
+
"dev-master": "3.0.x-dev"
|
1453 |
+
}
|
1454 |
+
},
|
1455 |
+
"autoload": {
|
1456 |
+
"classmap": [
|
1457 |
+
"src/"
|
1458 |
+
]
|
1459 |
+
},
|
1460 |
+
"notification-url": "https://packagist.org/downloads/",
|
1461 |
+
"license": [
|
1462 |
+
"BSD-3-Clause"
|
1463 |
+
],
|
1464 |
+
"authors": [
|
1465 |
+
{
|
1466 |
+
"name": "Jeff Welch",
|
1467 |
+
"email": "whatthejeff@gmail.com"
|
1468 |
+
},
|
1469 |
+
{
|
1470 |
+
"name": "Sebastian Bergmann",
|
1471 |
+
"email": "sebastian@phpunit.de"
|
1472 |
+
},
|
1473 |
+
{
|
1474 |
+
"name": "Adam Harvey",
|
1475 |
+
"email": "aharvey@php.net"
|
1476 |
+
}
|
1477 |
+
],
|
1478 |
+
"description": "Provides functionality to recursively process PHP variables",
|
1479 |
+
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
1480 |
+
"time": "2017-03-03 06:23:57"
|
1481 |
+
},
|
1482 |
+
{
|
1483 |
+
"name": "sebastian/resource-operations",
|
1484 |
+
"version": "1.0.0",
|
1485 |
+
"source": {
|
1486 |
+
"type": "git",
|
1487 |
+
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
1488 |
+
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
1489 |
+
},
|
1490 |
+
"dist": {
|
1491 |
+
"type": "zip",
|
1492 |
+
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
1493 |
+
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
1494 |
+
"shasum": ""
|
1495 |
+
},
|
1496 |
+
"require": {
|
1497 |
+
"php": ">=5.6.0"
|
1498 |
+
},
|
1499 |
+
"type": "library",
|
1500 |
+
"extra": {
|
1501 |
+
"branch-alias": {
|
1502 |
+
"dev-master": "1.0.x-dev"
|
1503 |
+
}
|
1504 |
+
},
|
1505 |
+
"autoload": {
|
1506 |
+
"classmap": [
|
1507 |
+
"src/"
|
1508 |
+
]
|
1509 |
+
},
|
1510 |
+
"notification-url": "https://packagist.org/downloads/",
|
1511 |
+
"license": [
|
1512 |
+
"BSD-3-Clause"
|
1513 |
+
],
|
1514 |
+
"authors": [
|
1515 |
+
{
|
1516 |
+
"name": "Sebastian Bergmann",
|
1517 |
+
"email": "sebastian@phpunit.de"
|
1518 |
+
}
|
1519 |
+
],
|
1520 |
+
"description": "Provides a list of PHP built-in functions that operate on resources",
|
1521 |
+
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
1522 |
+
"time": "2015-07-28 20:34:47"
|
1523 |
+
},
|
1524 |
+
{
|
1525 |
+
"name": "sebastian/version",
|
1526 |
+
"version": "2.0.1",
|
1527 |
+
"source": {
|
1528 |
+
"type": "git",
|
1529 |
+
"url": "https://github.com/sebastianbergmann/version.git",
|
1530 |
+
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
1531 |
+
},
|
1532 |
+
"dist": {
|
1533 |
+
"type": "zip",
|
1534 |
+
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
1535 |
+
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
1536 |
+
"shasum": ""
|
1537 |
+
},
|
1538 |
+
"require": {
|
1539 |
+
"php": ">=5.6"
|
1540 |
+
},
|
1541 |
+
"type": "library",
|
1542 |
+
"extra": {
|
1543 |
+
"branch-alias": {
|
1544 |
+
"dev-master": "2.0.x-dev"
|
1545 |
+
}
|
1546 |
+
},
|
1547 |
+
"autoload": {
|
1548 |
+
"classmap": [
|
1549 |
+
"src/"
|
1550 |
+
]
|
1551 |
+
},
|
1552 |
+
"notification-url": "https://packagist.org/downloads/",
|
1553 |
+
"license": [
|
1554 |
+
"BSD-3-Clause"
|
1555 |
+
],
|
1556 |
+
"authors": [
|
1557 |
+
{
|
1558 |
+
"name": "Sebastian Bergmann",
|
1559 |
+
"email": "sebastian@phpunit.de",
|
1560 |
+
"role": "lead"
|
1561 |
+
}
|
1562 |
+
],
|
1563 |
+
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
1564 |
+
"homepage": "https://github.com/sebastianbergmann/version",
|
1565 |
+
"time": "2016-10-03 07:35:21"
|
1566 |
+
},
|
1567 |
+
{
|
1568 |
+
"name": "squizlabs/php_codesniffer",
|
1569 |
+
"version": "3.2.2",
|
1570 |
+
"source": {
|
1571 |
+
"type": "git",
|
1572 |
+
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
|
1573 |
+
"reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1"
|
1574 |
+
},
|
1575 |
+
"dist": {
|
1576 |
+
"type": "zip",
|
1577 |
+
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7c00c3000ac0ce79c96fcbfef86b49a71158cd1",
|
1578 |
+
"reference": "d7c00c3000ac0ce79c96fcbfef86b49a71158cd1",
|
1579 |
+
"shasum": ""
|
1580 |
+
},
|
1581 |
+
"require": {
|
1582 |
+
"ext-simplexml": "*",
|
1583 |
+
"ext-tokenizer": "*",
|
1584 |
+
"ext-xmlwriter": "*",
|
1585 |
+
"php": ">=5.4.0"
|
1586 |
+
},
|
1587 |
+
"require-dev": {
|
1588 |
+
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
|
1589 |
+
},
|
1590 |
+
"bin": [
|
1591 |
+
"bin/phpcs",
|
1592 |
+
"bin/phpcbf"
|
1593 |
+
],
|
1594 |
+
"type": "library",
|
1595 |
+
"extra": {
|
1596 |
+
"branch-alias": {
|
1597 |
+
"dev-master": "3.x-dev"
|
1598 |
+
}
|
1599 |
+
},
|
1600 |
+
"notification-url": "https://packagist.org/downloads/",
|
1601 |
+
"license": [
|
1602 |
+
"BSD-3-Clause"
|
1603 |
+
],
|
1604 |
+
"authors": [
|
1605 |
+
{
|
1606 |
+
"name": "Greg Sherwood",
|
1607 |
+
"role": "lead"
|
1608 |
+
}
|
1609 |
+
],
|
1610 |
+
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
1611 |
+
"homepage": "http://www.squizlabs.com/php-codesniffer",
|
1612 |
+
"keywords": [
|
1613 |
+
"phpcs",
|
1614 |
+
"standards"
|
1615 |
+
],
|
1616 |
+
"time": "2017-12-19 21:44:46"
|
1617 |
+
},
|
1618 |
+
{
|
1619 |
+
"name": "theseer/tokenizer",
|
1620 |
+
"version": "1.1.0",
|
1621 |
+
"source": {
|
1622 |
+
"type": "git",
|
1623 |
+
"url": "https://github.com/theseer/tokenizer.git",
|
1624 |
+
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
|
1625 |
+
},
|
1626 |
+
"dist": {
|
1627 |
+
"type": "zip",
|
1628 |
+
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
|
1629 |
+
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
|
1630 |
+
"shasum": ""
|
1631 |
+
},
|
1632 |
+
"require": {
|
1633 |
+
"ext-dom": "*",
|
1634 |
+
"ext-tokenizer": "*",
|
1635 |
+
"ext-xmlwriter": "*",
|
1636 |
+
"php": "^7.0"
|
1637 |
+
},
|
1638 |
+
"type": "library",
|
1639 |
+
"autoload": {
|
1640 |
+
"classmap": [
|
1641 |
+
"src/"
|
1642 |
+
]
|
1643 |
+
},
|
1644 |
+
"notification-url": "https://packagist.org/downloads/",
|
1645 |
+
"license": [
|
1646 |
+
"BSD-3-Clause"
|
1647 |
+
],
|
1648 |
+
"authors": [
|
1649 |
+
{
|
1650 |
+
"name": "Arne Blankerts",
|
1651 |
+
"email": "arne@blankerts.de",
|
1652 |
+
"role": "Developer"
|
1653 |
+
}
|
1654 |
+
],
|
1655 |
+
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
1656 |
+
"time": "2017-04-07 12:08:54"
|
1657 |
+
},
|
1658 |
+
{
|
1659 |
+
"name": "webmozart/assert",
|
1660 |
+
"version": "1.3.0",
|
1661 |
+
"source": {
|
1662 |
+
"type": "git",
|
1663 |
+
"url": "https://github.com/webmozart/assert.git",
|
1664 |
+
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
|
1665 |
+
},
|
1666 |
+
"dist": {
|
1667 |
+
"type": "zip",
|
1668 |
+
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
|
1669 |
+
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
|
1670 |
+
"shasum": ""
|
1671 |
+
},
|
1672 |
+
"require": {
|
1673 |
+
"php": "^5.3.3 || ^7.0"
|
1674 |
+
},
|
1675 |
+
"require-dev": {
|
1676 |
+
"phpunit/phpunit": "^4.6",
|
1677 |
+
"sebastian/version": "^1.0.1"
|
1678 |
+
},
|
1679 |
+
"type": "library",
|
1680 |
+
"extra": {
|
1681 |
+
"branch-alias": {
|
1682 |
+
"dev-master": "1.3-dev"
|
1683 |
+
}
|
1684 |
+
},
|
1685 |
+
"autoload": {
|
1686 |
+
"psr-4": {
|
1687 |
+
"Webmozart\\Assert\\": "src/"
|
1688 |
+
}
|
1689 |
+
},
|
1690 |
+
"notification-url": "https://packagist.org/downloads/",
|
1691 |
+
"license": [
|
1692 |
+
"MIT"
|
1693 |
+
],
|
1694 |
+
"authors": [
|
1695 |
+
{
|
1696 |
+
"name": "Bernhard Schussek",
|
1697 |
+
"email": "bschussek@gmail.com"
|
1698 |
+
}
|
1699 |
+
],
|
1700 |
+
"description": "Assertions to validate method input/output with nice error messages.",
|
1701 |
+
"keywords": [
|
1702 |
+
"assert",
|
1703 |
+
"check",
|
1704 |
+
"validate"
|
1705 |
+
],
|
1706 |
+
"time": "2018-01-29 19:49:41"
|
1707 |
+
},
|
1708 |
+
{
|
1709 |
+
"name": "wimg/php-compatibility",
|
1710 |
+
"version": "8.1.0",
|
1711 |
+
"source": {
|
1712 |
+
"type": "git",
|
1713 |
+
"url": "https://github.com/wimg/PHPCompatibility.git",
|
1714 |
+
"reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e"
|
1715 |
+
},
|
1716 |
+
"dist": {
|
1717 |
+
"type": "zip",
|
1718 |
+
"url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
|
1719 |
+
"reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
|
1720 |
+
"shasum": ""
|
1721 |
+
},
|
1722 |
+
"require": {
|
1723 |
+
"php": ">=5.3",
|
1724 |
+
"squizlabs/php_codesniffer": "^2.2 || ^3.0.2"
|
1725 |
+
},
|
1726 |
+
"conflict": {
|
1727 |
+
"squizlabs/php_codesniffer": "2.6.2"
|
1728 |
+
},
|
1729 |
+
"require-dev": {
|
1730 |
+
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
|
1731 |
+
},
|
1732 |
+
"suggest": {
|
1733 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
1734 |
+
},
|
1735 |
+
"type": "phpcodesniffer-standard",
|
1736 |
+
"autoload": {
|
1737 |
+
"psr-4": {
|
1738 |
+
"PHPCompatibility\\": "PHPCompatibility/"
|
1739 |
+
}
|
1740 |
+
},
|
1741 |
+
"notification-url": "https://packagist.org/downloads/",
|
1742 |
+
"license": [
|
1743 |
+
"LGPL-3.0"
|
1744 |
+
],
|
1745 |
+
"authors": [
|
1746 |
+
{
|
1747 |
+
"name": "Wim Godden",
|
1748 |
+
"role": "lead"
|
1749 |
+
}
|
1750 |
+
],
|
1751 |
+
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
|
1752 |
+
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
1753 |
+
"keywords": [
|
1754 |
+
"compatibility",
|
1755 |
+
"phpcs",
|
1756 |
+
"standards"
|
1757 |
+
],
|
1758 |
+
"time": "2017-12-27 21:58:38"
|
1759 |
+
},
|
1760 |
+
{
|
1761 |
+
"name": "wp-coding-standards/wpcs",
|
1762 |
+
"version": "0.14.0",
|
1763 |
+
"source": {
|
1764 |
+
"type": "git",
|
1765 |
+
"url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
|
1766 |
+
"reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c"
|
1767 |
+
},
|
1768 |
+
"dist": {
|
1769 |
+
"type": "zip",
|
1770 |
+
"url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/8cadf48fa1c70b2381988e0a79e029e011a8f41c",
|
1771 |
+
"reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c",
|
1772 |
+
"shasum": ""
|
1773 |
+
},
|
1774 |
+
"require": {
|
1775 |
+
"php": ">=5.3",
|
1776 |
+
"squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
|
1777 |
+
},
|
1778 |
+
"suggest": {
|
1779 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
1780 |
+
},
|
1781 |
+
"type": "phpcodesniffer-standard",
|
1782 |
+
"notification-url": "https://packagist.org/downloads/",
|
1783 |
+
"license": [
|
1784 |
+
"MIT"
|
1785 |
+
],
|
1786 |
+
"authors": [
|
1787 |
+
{
|
1788 |
+
"name": "Contributors",
|
1789 |
+
"homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
|
1790 |
+
}
|
1791 |
+
],
|
1792 |
+
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
|
1793 |
+
"keywords": [
|
1794 |
+
"phpcs",
|
1795 |
+
"standards",
|
1796 |
+
"wordpress"
|
1797 |
+
],
|
1798 |
+
"time": "2017-11-01 15:10:46"
|
1799 |
+
},
|
1800 |
+
{
|
1801 |
+
"name": "wpeverest/wpeverest-git-hooks",
|
1802 |
+
"version": "1.0.2",
|
1803 |
+
"source": {
|
1804 |
+
"type": "git",
|
1805 |
+
"url": "https://github.com/wpeverest/wpeverest-git-hooks.git",
|
1806 |
+
"reference": "81b1a2ff501252a23cbd59155bdc21918cef0dd2"
|
1807 |
+
},
|
1808 |
+
"dist": {
|
1809 |
+
"type": "zip",
|
1810 |
+
"url": "https://api.github.com/repos/wpeverest/wpeverest-git-hooks/zipball/81b1a2ff501252a23cbd59155bdc21918cef0dd2",
|
1811 |
+
"reference": "81b1a2ff501252a23cbd59155bdc21918cef0dd2",
|
1812 |
+
"shasum": ""
|
1813 |
+
},
|
1814 |
+
"type": "scripts",
|
1815 |
+
"autoload": {
|
1816 |
+
"psr-4": {
|
1817 |
+
"WPEverest\\GitHooks\\": "src/"
|
1818 |
+
}
|
1819 |
+
},
|
1820 |
+
"notification-url": "https://packagist.org/downloads/",
|
1821 |
+
"license": [
|
1822 |
+
"MIT"
|
1823 |
+
],
|
1824 |
+
"authors": [
|
1825 |
+
{
|
1826 |
+
"name": "Shiva Poudel",
|
1827 |
+
"email": "dev.shivapoudel@gmail.com"
|
1828 |
+
}
|
1829 |
+
],
|
1830 |
+
"description": "WPEverest Git Hooks",
|
1831 |
+
"time": "2017-12-18 16:25:25"
|
1832 |
+
},
|
1833 |
+
{
|
1834 |
+
"name": "wpeverest/wpeverest-sniffs",
|
1835 |
+
"version": "0.0.1",
|
1836 |
+
"source": {
|
1837 |
+
"type": "git",
|
1838 |
+
"url": "https://github.com/wpeverest/wpeverest-sniffs.git",
|
1839 |
+
"reference": "2e61559f889ba4d3b01e4ded277161fb78e74c3f"
|
1840 |
+
},
|
1841 |
+
"dist": {
|
1842 |
+
"type": "zip",
|
1843 |
+
"url": "https://api.github.com/repos/wpeverest/wpeverest-sniffs/zipball/2e61559f889ba4d3b01e4ded277161fb78e74c3f",
|
1844 |
+
"reference": "2e61559f889ba4d3b01e4ded277161fb78e74c3f",
|
1845 |
+
"shasum": ""
|
1846 |
+
},
|
1847 |
+
"require": {
|
1848 |
+
"php": ">=7.0",
|
1849 |
+
"squizlabs/php_codesniffer": "^3.0.2"
|
1850 |
+
},
|
1851 |
+
"suggest": {
|
1852 |
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
1853 |
+
},
|
1854 |
+
"type": "phpcodesniffer-standard",
|
1855 |
+
"notification-url": "https://packagist.org/downloads/",
|
1856 |
+
"license": [
|
1857 |
+
"MIT"
|
1858 |
+
],
|
1859 |
+
"authors": [
|
1860 |
+
{
|
1861 |
+
"name": "Shiva Poudel",
|
1862 |
+
"email": "dev.shivapoudel@gmail.com"
|
1863 |
+
}
|
1864 |
+
],
|
1865 |
+
"description": "WPEverest sniffs",
|
1866 |
+
"keywords": [
|
1867 |
+
"WPEverest",
|
1868 |
+
"phpcs",
|
1869 |
+
"standards",
|
1870 |
+
"wordpress"
|
1871 |
+
],
|
1872 |
+
"time": "2017-12-25 05:34:53"
|
1873 |
+
}
|
1874 |
+
],
|
1875 |
+
"aliases": [],
|
1876 |
+
"minimum-stability": "stable",
|
1877 |
+
"stability-flags": [],
|
1878 |
+
"prefer-stable": false,
|
1879 |
+
"prefer-lowest": false,
|
1880 |
+
"platform": [],
|
1881 |
+
"platform-dev": []
|
1882 |
+
}
|
flash-toolkit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Flash Toolkit
|
4 |
* Plugin URI: http://themegrill.com/theme/flash
|
5 |
* Description: Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
|
6 |
-
* Version: 1.1.
|
7 |
* Author: ThemeGrill
|
8 |
* Author URI: http://themegrill.com
|
9 |
* License: GPLv3 or later
|
@@ -29,7 +29,7 @@ final class FlashToolkit {
|
|
29 |
* Plugin version.
|
30 |
* @var string
|
31 |
*/
|
32 |
-
public $version = '1.1.
|
33 |
|
34 |
/**
|
35 |
* Instance of this class.
|
3 |
* Plugin Name: Flash Toolkit
|
4 |
* Plugin URI: http://themegrill.com/theme/flash
|
5 |
* Description: Flash Toolkit is a companion for Flash WordPress theme by ThemeGrill
|
6 |
+
* Version: 1.1.9
|
7 |
* Author: ThemeGrill
|
8 |
* Author URI: http://themegrill.com
|
9 |
* License: GPLv3 or later
|
29 |
* Plugin version.
|
30 |
* @var string
|
31 |
*/
|
32 |
+
public $version = '1.1.9';
|
33 |
|
34 |
/**
|
35 |
* Instance of this class.
|
i18n/fontawesome.php
CHANGED
@@ -13,790 +13,790 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
13 |
}
|
14 |
|
15 |
return array(
|
16 |
-
'fa-500px' =>
|
17 |
-
'fa-address-book' =>
|
18 |
-
'fa-address-book-o' =>
|
19 |
-
'fa-address-card' =>
|
20 |
-
'fa-address-card-o' =>
|
21 |
-
'fa-adjust' =>
|
22 |
-
'fa-adn' =>
|
23 |
-
'fa-align-center' =>
|
24 |
-
'fa-align-justify' =>
|
25 |
-
'fa-align-left' =>
|
26 |
-
'fa-align-right' =>
|
27 |
-
'fa-amazon' =>
|
28 |
-
'fa-ambulance' =>
|
29 |
-
'fa-american-sign-language-interpreting' =>
|
30 |
-
'fa-anchor' =>
|
31 |
-
'fa-android' =>
|
32 |
-
'fa-angellist' =>
|
33 |
-
'fa-angle-double-down' =>
|
34 |
-
'fa-angle-double-left' =>
|
35 |
-
'fa-angle-double-right' =>
|
36 |
-
'fa-angle-double-up' =>
|
37 |
-
'fa-angle-down' =>
|
38 |
-
'fa-angle-left' =>
|
39 |
-
'fa-angle-right' =>
|
40 |
-
'fa-angle-up' =>
|
41 |
-
'fa-apple' =>
|
42 |
-
'fa-archive' =>
|
43 |
-
'fa-area-chart' =>
|
44 |
-
'fa-arrow-circle-down' =>
|
45 |
-
'fa-arrow-circle-left' =>
|
46 |
-
'fa-arrow-circle-o-down' =>
|
47 |
-
'fa-arrow-circle-o-left' =>
|
48 |
-
'fa-arrow-circle-o-right' =>
|
49 |
-
'fa-arrow-circle-o-up' =>
|
50 |
-
'fa-arrow-circle-right' =>
|
51 |
-
'fa-arrow-circle-up' =>
|
52 |
-
'fa-arrow-down' =>
|
53 |
-
'fa-arrow-left' =>
|
54 |
-
'fa-arrow-right' =>
|
55 |
-
'fa-arrow-up' =>
|
56 |
-
'fa-arrows' =>
|
57 |
-
'fa-arrows-alt' =>
|
58 |
-
'fa-arrows-h' =>
|
59 |
-
'fa-arrows-v' =>
|
60 |
-
'fa-asl-interpreting' =>
|
61 |
-
'fa-assistive-listening-systems' =>
|
62 |
-
'fa-asterisk' =>
|
63 |
-
'fa-at' =>
|
64 |
-
'fa-audio-description' =>
|
65 |
-
'fa-automobile' =>
|
66 |
-
'fa-backward' =>
|
67 |
-
'fa-balance-scale' =>
|
68 |
-
'fa-ban' =>
|
69 |
-
'fa-bandcamp' =>
|
70 |
-
'fa-bank' =>
|
71 |
-
'fa-bar-chart' =>
|
72 |
-
'fa-bar-chart-o' =>
|
73 |
-
'fa-barcode' =>
|
74 |
-
'fa-bars' =>
|
75 |
-
'fa-bath' =>
|
76 |
-
'fa-bathtub' =>
|
77 |
-
'fa-battery' =>
|
78 |
-
'fa-battery-0' =>
|
79 |
-
'fa-battery-1' =>
|
80 |
-
'fa-battery-2' =>
|
81 |
-
'fa-battery-3' =>
|
82 |
-
'fa-battery-4' =>
|
83 |
-
'fa-battery-empty' =>
|
84 |
-
'fa-battery-full' =>
|
85 |
-
'fa-battery-half' =>
|
86 |
-
'fa-battery-quarter' =>
|
87 |
-
'fa-battery-three-quarters' =>
|
88 |
-
'fa-bed' =>
|
89 |
-
'fa-beer' =>
|
90 |
-
'fa-behance' =>
|
91 |
-
'fa-behance-square' =>
|
92 |
-
'fa-bell' =>
|
93 |
-
'fa-bell-o' =>
|
94 |
-
'fa-bell-slash' =>
|
95 |
-
'fa-bell-slash-o' =>
|
96 |
-
'fa-bicycle' =>
|
97 |
-
'fa-binoculars' =>
|
98 |
-
'fa-birthday-cake' =>
|
99 |
-
'fa-bitbucket' =>
|
100 |
-
'fa-bitbucket-square' =>
|
101 |
-
'fa-bitcoin' =>
|
102 |
-
'fa-black-tie' =>
|
103 |
-
'fa-blind' =>
|
104 |
-
'fa-bluetooth' =>
|
105 |
-
'fa-bluetooth-b' =>
|
106 |
-
'fa-bold' =>
|
107 |
-
'fa-bolt' =>
|
108 |
-
'fa-bomb' =>
|
109 |
-
'fa-book' =>
|
110 |
-
'fa-bookmark' =>
|
111 |
-
'fa-bookmark-o' =>
|
112 |
-
'fa-braille' =>
|
113 |
-
'fa-briefcase' =>
|
114 |
-
'fa-btc' =>
|
115 |
-
'fa-bug' =>
|
116 |
-
'fa-building' =>
|
117 |
-
'fa-building-o' =>
|
118 |
-
'fa-bullhorn' =>
|
119 |
-
'fa-bullseye' =>
|
120 |
-
'fa-bus' =>
|
121 |
-
'fa-buysellads' =>
|
122 |
-
'fa-cab' =>
|
123 |
-
'fa-calculator' =>
|
124 |
-
'fa-calendar' =>
|
125 |
-
'fa-calendar-check-o' =>
|
126 |
-
'fa-calendar-minus-o' =>
|
127 |
-
'fa-calendar-o' =>
|
128 |
-
'fa-calendar-plus-o' =>
|
129 |
-
'fa-calendar-times-o' =>
|
130 |
-
'fa-camera' =>
|
131 |
-
'fa-camera-retro' =>
|
132 |
-
'fa-car' =>
|
133 |
-
'fa-caret-down' =>
|
134 |
-
'fa-caret-left' =>
|
135 |
-
'fa-caret-right' =>
|
136 |
-
'fa-caret-square-o-down' =>
|
137 |
-
'fa-caret-square-o-left' =>
|
138 |
-
'fa-caret-square-o-right' =>
|
139 |
-
'fa-caret-square-o-up' =>
|
140 |
-
'fa-caret-up' =>
|
141 |
-
'fa-cart-arrow-down' =>
|
142 |
-
'fa-cart-plus' =>
|
143 |
-
'fa-cc' =>
|
144 |
-
'fa-cc-amex' =>
|
145 |
-
'fa-cc-diners-club' =>
|
146 |
-
'fa-cc-discover' =>
|
147 |
-
'fa-cc-jcb' =>
|
148 |
-
'fa-cc-mastercard' =>
|
149 |
-
'fa-cc-paypal' =>
|
150 |
-
'fa-cc-stripe' =>
|
151 |
-
'fa-cc-visa' =>
|
152 |
-
'fa-certificate' =>
|
153 |
-
'fa-chain' =>
|
154 |
-
'fa-chain-broken' =>
|
155 |
-
'fa-check' =>
|
156 |
-
'fa-check-circle' =>
|
157 |
-
'fa-check-circle-o' =>
|
158 |
-
'fa-check-square' =>
|
159 |
-
'fa-check-square-o' =>
|
160 |
-
'fa-chevron-circle-down' =>
|
161 |
-
'fa-chevron-circle-left' =>
|
162 |
-
'fa-chevron-circle-right' =>
|
163 |
-
'fa-chevron-circle-up' =>
|
164 |
-
'fa-chevron-down' =>
|
165 |
-
'fa-chevron-left' =>
|
166 |
-
'fa-chevron-right' =>
|
167 |
-
'fa-chevron-up' =>
|
168 |
-
'fa-child' =>
|
169 |
-
'fa-chrome' =>
|
170 |
-
'fa-circle' =>
|
171 |
-
'fa-circle-o' =>
|
172 |
-
'fa-circle-o-notch' =>
|
173 |
-
'fa-circle-thin' =>
|
174 |
-
'fa-clipboard' =>
|
175 |
-
'fa-clock-o' =>
|
176 |
-
'fa-clone' =>
|
177 |
-
'fa-close' =>
|
178 |
-
'fa-cloud' =>
|
179 |
-
'fa-cloud-download' =>
|
180 |
-
'fa-cloud-upload' =>
|
181 |
-
'fa-cny' =>
|
182 |
-
'fa-code' =>
|
183 |
-
'fa-code-fork' =>
|
184 |
-
'fa-codepen' =>
|
185 |
-
'fa-codiepie' =>
|
186 |
-
'fa-coffee' =>
|
187 |
-
'fa-cog' =>
|
188 |
-
'fa-cogs' =>
|
189 |
-
'fa-columns' =>
|
190 |
-
'fa-comment' =>
|
191 |
-
'fa-comment-o' =>
|
192 |
-
'fa-commenting' =>
|
193 |
-
'fa-commenting-o' =>
|
194 |
-
'fa-comments' =>
|
195 |
-
'fa-comments-o' =>
|
196 |
-
'fa-compass' =>
|
197 |
-
'fa-compress' =>
|
198 |
-
'fa-connectdevelop' =>
|
199 |
-
'fa-contao' =>
|
200 |
-
'fa-copy' =>
|
201 |
-
'fa-copyright' =>
|
202 |
-
'fa-creative-commons' =>
|
203 |
-
'fa-credit-card' =>
|
204 |
-
'fa-credit-card-alt' =>
|
205 |
-
'fa-crop' =>
|
206 |
-
'fa-crosshairs' =>
|
207 |
-
'fa-css3' =>
|
208 |
-
'fa-cube' =>
|
209 |
-
'fa-cubes' =>
|
210 |
-
'fa-cut' =>
|
211 |
-
'fa-cutlery' =>
|
212 |
-
'fa-dashboard' =>
|
213 |
-
'fa-dashcube' =>
|
214 |
-
'fa-database' =>
|
215 |
-
'fa-deaf' =>
|
216 |
-
'fa-deafness' =>
|
217 |
-
'fa-dedent' =>
|
218 |
-
'fa-delicious' =>
|
219 |
-
'fa-desktop' =>
|
220 |
-
'fa-deviantart' =>
|
221 |
-
'fa-diamond' =>
|
222 |
-
'fa-digg' =>
|
223 |
-
'fa-dollar' =>
|
224 |
-
'fa-dot-circle-o' =>
|
225 |
-
'fa-download' =>
|
226 |
-
'fa-dribbble' =>
|
227 |
-
'fa-drivers-license' =>
|
228 |
-
'fa-drivers-license-o' =>
|
229 |
-
'fa-dropbox' =>
|
230 |
-
'fa-drupal' =>
|
231 |
-
'fa-edge' =>
|
232 |
-
'fa-edit' =>
|
233 |
-
'fa-eercast' =>
|
234 |
-
'fa-eject' =>
|
235 |
-
'fa-ellipsis-h' =>
|
236 |
-
'fa-ellipsis-v' =>
|
237 |
-
'fa-empire' =>
|
238 |
-
'fa-envelope' =>
|
239 |
-
'fa-envelope-o' =>
|
240 |
-
'fa-envelope-open' =>
|
241 |
-
'fa-envelope-open-o' =>
|
242 |
-
'fa-envelope-square' =>
|
243 |
-
'fa-envira' =>
|
244 |
-
'fa-eraser' =>
|
245 |
-
'fa-etsy' =>
|
246 |
-
'fa-eur' =>
|
247 |
-
'fa-euro' =>
|
248 |
-
'fa-exchange' =>
|
249 |
-
'fa-exclamation' =>
|
250 |
-
'fa-exclamation-circle' =>
|
251 |
-
'fa-exclamation-triangle' =>
|
252 |
-
'fa-expand' =>
|
253 |
-
'fa-expeditedssl' =>
|
254 |
-
'fa-external-link' =>
|
255 |
-
'fa-external-link-square' =>
|
256 |
-
'fa-eye' =>
|
257 |
-
'fa-eye-slash' =>
|
258 |
-
'fa-eyedropper' =>
|
259 |
-
'fa-fa' =>
|
260 |
-
'fa-facebook' =>
|
261 |
-
'fa-facebook-f' =>
|
262 |
-
'fa-facebook-official' =>
|
263 |
-
'fa-facebook-square' =>
|
264 |
-
'fa-fast-backward' =>
|
265 |
-
'fa-fast-forward' =>
|
266 |
-
'fa-fax' =>
|
267 |
-
'fa-feed' =>
|
268 |
-
'fa-female' =>
|
269 |
-
'fa-fighter-jet' =>
|
270 |
-
'fa-file' =>
|
271 |
-
'fa-file-archive-o' =>
|
272 |
-
'fa-file-audio-o' =>
|
273 |
-
'fa-file-code-o' =>
|
274 |
-
'fa-file-excel-o' =>
|
275 |
-
'fa-file-image-o' =>
|
276 |
-
'fa-file-movie-o' =>
|
277 |
-
'fa-file-o' =>
|
278 |
-
'fa-file-pdf-o' =>
|
279 |
-
'fa-file-photo-o' =>
|
280 |
-
'fa-file-picture-o' =>
|
281 |
-
'fa-file-powerpoint-o' =>
|
282 |
-
'fa-file-sound-o' =>
|
283 |
-
'fa-file-text' =>
|
284 |
-
'fa-file-text-o' =>
|
285 |
-
'fa-file-video-o' =>
|
286 |
-
'fa-file-word-o' =>
|
287 |
-
'fa-file-zip-o' =>
|
288 |
-
'fa-files-o' =>
|
289 |
-
'fa-film' =>
|
290 |
-
'fa-filter' =>
|
291 |
-
'fa-fire' =>
|
292 |
-
'fa-fire-extinguisher' =>
|
293 |
-
'fa-firefox' =>
|
294 |
-
'fa-first-order' =>
|
295 |
-
'fa-flag' =>
|
296 |
-
'fa-flag-checkered' =>
|
297 |
-
'fa-flag-o' =>
|
298 |
-
'fa-flash' =>
|
299 |
-
'fa-flask' =>
|
300 |
-
'fa-flickr' =>
|
301 |
-
'fa-floppy-o' =>
|
302 |
-
'fa-folder' =>
|
303 |
-
'fa-folder-o' =>
|
304 |
-
'fa-folder-open' =>
|
305 |
-
'fa-folder-open-o' =>
|
306 |
-
'fa-font' =>
|
307 |
-
'fa-font-awesome' =>
|
308 |
-
'fa-fonticons' =>
|
309 |
-
'fa-fort-awesome' =>
|
310 |
-
'fa-forumbee' =>
|
311 |
-
'fa-forward' =>
|
312 |
-
'fa-foursquare' =>
|
313 |
-
'fa-free-code-camp' =>
|
314 |
-
'fa-frown-o' =>
|
315 |
-
'fa-futbol-o' =>
|
316 |
-
'fa-gamepad' =>
|
317 |
-
'fa-gavel' =>
|
318 |
-
'fa-gbp' =>
|
319 |
-
'fa-ge' =>
|
320 |
-
'fa-gear' =>
|
321 |
-
'fa-gears' =>
|
322 |
-
'fa-genderless' =>
|
323 |
-
'fa-get-pocket' =>
|
324 |
-
'fa-gg' =>
|
325 |
-
'fa-gg-circle' =>
|
326 |
-
'fa-gift' =>
|
327 |
-
'fa-git' =>
|
328 |
-
'fa-git-square' =>
|
329 |
-
'fa-github' =>
|
330 |
-
'fa-github-alt' =>
|
331 |
-
'fa-github-square' =>
|
332 |
-
'fa-gitlab' =>
|
333 |
-
'fa-gittip' =>
|
334 |
-
'fa-glass' =>
|
335 |
-
'fa-glide' =>
|
336 |
-
'fa-glide-g' =>
|
337 |
-
'fa-globe' =>
|
338 |
-
'fa-google' =>
|
339 |
-
'fa-google-plus' =>
|
340 |
-
'fa-google-plus-circle' =>
|
341 |
-
'fa-google-plus-official' =>
|
342 |
-
'fa-google-plus-square' =>
|
343 |
-
'fa-google-wallet' =>
|
344 |
-
'fa-graduation-cap' =>
|
345 |
-
'fa-gratipay' =>
|
346 |
-
'fa-grav' =>
|
347 |
-
'fa-group' =>
|
348 |
-
'fa-h-square' =>
|
349 |
-
'fa-hacker-news' =>
|
350 |
-
'fa-hand-grab-o' =>
|
351 |
-
'fa-hand-lizard-o' =>
|
352 |
-
'fa-hand-o-down' =>
|
353 |
-
'fa-hand-o-left' =>
|
354 |
-
'fa-hand-o-right' =>
|
355 |
-
'fa-hand-o-up' =>
|
356 |
-
'fa-hand-paper-o' =>
|
357 |
-
'fa-hand-peace-o' =>
|
358 |
-
'fa-hand-pointer-o' =>
|
359 |
-
'fa-hand-rock-o' =>
|
360 |
-
'fa-hand-scissors-o' =>
|
361 |
-
'fa-hand-spock-o' =>
|
362 |
-
'fa-hand-stop-o' =>
|
363 |
-
'fa-handshake-o' =>
|
364 |
-
'fa-hard-of-hearing' =>
|
365 |
-
'fa-hashtag' =>
|
366 |
-
'fa-hdd-o' =>
|
367 |
-
'fa-header' =>
|
368 |
-
'fa-headphones' =>
|
369 |
-
'fa-heart' =>
|
370 |
-
'fa-heart-o' =>
|
371 |
-
'fa-heartbeat' =>
|
372 |
-
'fa-history' =>
|
373 |
-
'fa-home' =>
|
374 |
-
'fa-hospital-o' =>
|
375 |
-
'fa-hotel' =>
|
376 |
-
'fa-hourglass' =>
|
377 |
-
'fa-hourglass-1' =>
|
378 |
-
'fa-hourglass-2' =>
|
379 |
-
'fa-hourglass-3' =>
|
380 |
-
'fa-hourglass-end' =>
|
381 |
-
'fa-hourglass-half' =>
|
382 |
-
'fa-hourglass-o' =>
|
383 |
-
'fa-hourglass-start' =>
|
384 |
-
'fa-houzz' =>
|
385 |
-
'fa-html5' =>
|
386 |
-
'fa-i-cursor' =>
|
387 |
-
'fa-id-badge' =>
|
388 |
-
'fa-id-card' =>
|
389 |
-
'fa-id-card-o' =>
|
390 |
-
'fa-ils' =>
|
391 |
-
'fa-image' =>
|
392 |
-
'fa-imdb' =>
|
393 |
-
'fa-inbox' =>
|
394 |
-
'fa-indent' =>
|
395 |
-
'fa-industry' =>
|
396 |
-
'fa-info' =>
|
397 |
-
'fa-info-circle' =>
|
398 |
-
'fa-inr' =>
|
399 |
-
'fa-instagram' =>
|
400 |
-
'fa-institution' =>
|
401 |
-
'fa-internet-explorer' =>
|
402 |
-
'fa-intersex' =>
|
403 |
-
'fa-ioxhost' =>
|
404 |
-
'fa-italic' =>
|
405 |
-
'fa-joomla' =>
|
406 |
-
'fa-jpy' =>
|
407 |
-
'fa-jsfiddle' =>
|
408 |
-
'fa-key' =>
|
409 |
-
'fa-keyboard-o' =>
|
410 |
-
'fa-krw' =>
|
411 |
-
'fa-language' =>
|
412 |
-
'fa-laptop' =>
|
413 |
-
'fa-lastfm' =>
|
414 |
-
'fa-lastfm-square' =>
|
415 |
-
'fa-leaf' =>
|
416 |
-
'fa-leanpub' =>
|
417 |
-
'fa-legal' =>
|
418 |
-
'fa-lemon-o' =>
|
419 |
-
'fa-level-down' =>
|
420 |
-
'fa-level-up' =>
|
421 |
-
'fa-life-bouy' =>
|
422 |
-
'fa-life-buoy' =>
|
423 |
-
'fa-life-ring' =>
|
424 |
-
'fa-life-saver' =>
|
425 |
-
'fa-lightbulb-o' =>
|
426 |
-
'fa-line-chart' =>
|
427 |
-
'fa-link' =>
|
428 |
-
'fa-linkedin' =>
|
429 |
-
'fa-linkedin-square' =>
|
430 |
-
'fa-linode' =>
|
431 |
-
'fa-linux' =>
|
432 |
-
'fa-list' =>
|
433 |
-
'fa-list-alt' =>
|
434 |
-
'fa-list-ol' =>
|
435 |
-
'fa-list-ul' =>
|
436 |
-
'fa-location-arrow' =>
|
437 |
-
'fa-lock' =>
|
438 |
-
'fa-long-arrow-down' =>
|
439 |
-
'fa-long-arrow-left' =>
|
440 |
-
'fa-long-arrow-right' =>
|
441 |
-
'fa-long-arrow-up' =>
|
442 |
-
'fa-low-vision' =>
|
443 |
-
'fa-magic' =>
|
444 |
-
'fa-magnet' =>
|
445 |
-
'fa-mail-forward' =>
|
446 |
-
'fa-mail-reply' =>
|
447 |
-
'fa-mail-reply-all' =>
|
448 |
-
'fa-male' =>
|
449 |
-
'fa-map' =>
|
450 |
-
'fa-map-marker' =>
|
451 |
-
'fa-map-o' =>
|
452 |
-
'fa-map-pin' =>
|
453 |
-
'fa-map-signs' =>
|
454 |
-
'fa-mars' =>
|
455 |
-
'fa-mars-double' =>
|
456 |
-
'fa-mars-stroke' =>
|
457 |
-
'fa-mars-stroke-h' =>
|
458 |
-
'fa-mars-stroke-v' =>
|
459 |
-
'fa-maxcdn' =>
|
460 |
-
'fa-meanpath' =>
|
461 |
-
'fa-medium' =>
|
462 |
-
'fa-medkit' =>
|
463 |
-
'fa-meetup' =>
|
464 |
-
'fa-meh-o' =>
|
465 |
-
'fa-mercury' =>
|
466 |
-
'fa-microchip' =>
|
467 |
-
'fa-microphone' =>
|
468 |
-
'fa-microphone-slash' =>
|
469 |
-
'fa-minus' =>
|
470 |
-
'fa-minus-circle' =>
|
471 |
-
'fa-minus-square' =>
|
472 |
-
'fa-minus-square-o' =>
|
473 |
-
'fa-mixcloud' =>
|
474 |
-
'fa-mobile' =>
|
475 |
-
'fa-mobile-phone' =>
|
476 |
-
'fa-modx' =>
|
477 |
-
'fa-money' =>
|
478 |
-
'fa-moon-o' =>
|
479 |
-
'fa-mortar-board' =>
|
480 |
-
'fa-motorcycle' =>
|
481 |
-
'fa-mouse-pointer' =>
|
482 |
-
'fa-music' =>
|
483 |
-
'fa-navicon' =>
|
484 |
-
'fa-neuter' =>
|
485 |
-
'fa-newspaper-o' =>
|
486 |
-
'fa-object-group' =>
|
487 |
-
'fa-object-ungroup' =>
|
488 |
-
'fa-odnoklassniki' =>
|
489 |
-
'fa-odnoklassniki-square' =>
|
490 |
-
'fa-opencart' =>
|
491 |
-
'fa-openid' =>
|
492 |
-
'fa-opera' =>
|
493 |
-
'fa-optin-monster' =>
|
494 |
-
'fa-outdent' =>
|
495 |
-
'fa-pagelines' =>
|
496 |
-
'fa-paint-brush' =>
|
497 |
-
'fa-paper-plane' =>
|
498 |
-
'fa-paper-plane-o' =>
|
499 |
-
'fa-paperclip' =>
|
500 |
-
'fa-paragraph' =>
|
501 |
-
'fa-paste' =>
|
502 |
-
'fa-pause' =>
|
503 |
-
'fa-pause-circle' =>
|
504 |
-
'fa-pause-circle-o' =>
|
505 |
-
'fa-paw' =>
|
506 |
-
'fa-paypal' =>
|
507 |
-
'fa-pencil' =>
|
508 |
-
'fa-pencil-square' =>
|
509 |
-
'fa-pencil-square-o' =>
|
510 |
-
'fa-percent' =>
|
511 |
-
'fa-phone' =>
|
512 |
-
'fa-phone-square' =>
|
513 |
-
'fa-photo' =>
|
514 |
-
'fa-picture-o' =>
|
515 |
-
'fa-pie-chart' =>
|
516 |
-
'fa-pied-piper' =>
|
517 |
-
'fa-pied-piper-alt' =>
|
518 |
-
'fa-pied-piper-pp' =>
|
519 |
-
'fa-pinterest' =>
|
520 |
-
'fa-pinterest-p' =>
|
521 |
-
'fa-pinterest-square' =>
|
522 |
-
'fa-plane' =>
|
523 |
-
'fa-play' =>
|
524 |
-
'fa-play-circle' =>
|
525 |
-
'fa-play-circle-o' =>
|
526 |
-
'fa-plug' =>
|
527 |
-
'fa-plus' =>
|
528 |
-
'fa-plus-circle' =>
|
529 |
-
'fa-plus-square' =>
|
530 |
-
'fa-plus-square-o' =>
|
531 |
-
'fa-podcast' =>
|
532 |
-
'fa-power-off' =>
|
533 |
-
'fa-print' =>
|
534 |
-
'fa-product-hunt' =>
|
535 |
-
'fa-puzzle-piece' =>
|
536 |
-
'fa-qq' =>
|
537 |
-
'fa-qrcode' =>
|
538 |
-
'fa-question' =>
|
539 |
-
'fa-question-circle' =>
|
540 |
-
'fa-question-circle-o' =>
|
541 |
-
'fa-quora' =>
|
542 |
-
'fa-quote-left' =>
|
543 |
-
'fa-quote-right' =>
|
544 |
-
'fa-ra' =>
|
545 |
-
'fa-random' =>
|
546 |
-
'fa-ravelry' =>
|
547 |
-
'fa-rebel' =>
|
548 |
-
'fa-recycle' =>
|
549 |
-
'fa-reddit' =>
|
550 |
-
'fa-reddit-alien' =>
|
551 |
-
'fa-reddit-square' =>
|
552 |
-
'fa-refresh' =>
|
553 |
-
'fa-registered' =>
|
554 |
-
'fa-remove' =>
|
555 |
-
'fa-renren' =>
|
556 |
-
'fa-reorder' =>
|
557 |
-
'fa-repeat' =>
|
558 |
-
'fa-reply' =>
|
559 |
-
'fa-reply-all' =>
|
560 |
-
'fa-resistance' =>
|
561 |
-
'fa-retweet' =>
|
562 |
-
'fa-rmb' =>
|
563 |
-
'fa-road' =>
|
564 |
-
'fa-rocket' =>
|
565 |
-
'fa-rotate-left' =>
|
566 |
-
'fa-rotate-right' =>
|
567 |
-
'fa-rouble' =>
|
568 |
-
'fa-rss' =>
|
569 |
-
'fa-rss-square' =>
|
570 |
-
'fa-rub' =>
|
571 |
-
'fa-ruble' =>
|
572 |
-
'fa-rupee' =>
|
573 |
-
'fa-s15' =>
|
574 |
-
'fa-safari' =>
|
575 |
-
'fa-save' =>
|
576 |
-
'fa-scissors' =>
|
577 |
-
'fa-scribd' =>
|
578 |
-
'fa-search' =>
|
579 |
-
'fa-search-minus' =>
|
580 |
-
'fa-search-plus' =>
|
581 |
-
'fa-sellsy' =>
|
582 |
-
'fa-send' =>
|
583 |
-
'fa-send-o' =>
|
584 |
-
'fa-server' =>
|
585 |
-
'fa-share' =>
|
586 |
-
'fa-share-alt' =>
|
587 |
-
'fa-share-alt-square' =>
|
588 |
-
'fa-share-square' =>
|
589 |
-
'fa-share-square-o' =>
|
590 |
-
'fa-shekel' =>
|
591 |
-
'fa-sheqel' =>
|
592 |
-
'fa-shield' =>
|
593 |
-
'fa-ship' =>
|
594 |
-
'fa-shirtsinbulk' =>
|
595 |
-
'fa-shopping-bag' =>
|
596 |
-
'fa-shopping-basket' =>
|
597 |
-
'fa-shopping-cart' =>
|
598 |
-
'fa-shower' =>
|
599 |
-
'fa-sign-in' =>
|
600 |
-
'fa-sign-language' =>
|
601 |
-
'fa-sign-out' =>
|
602 |
-
'fa-signal' =>
|
603 |
-
'fa-signing' =>
|
604 |
-
'fa-simplybuilt' =>
|
605 |
-
'fa-sitemap' =>
|
606 |
-
'fa-skyatlas' =>
|
607 |
-
'fa-skype' =>
|
608 |
-
'fa-slack' =>
|
609 |
-
'fa-sliders' =>
|
610 |
-
'fa-slideshare' =>
|
611 |
-
'fa-smile-o' =>
|
612 |
-
'fa-snapchat' =>
|
613 |
-
'fa-snapchat-ghost' =>
|
614 |
-
'fa-snapchat-square' =>
|
615 |
-
'fa-snowflake-o' =>
|
616 |
-
'fa-soccer-ball-o' =>
|
617 |
-
'fa-sort' =>
|
618 |
-
'fa-sort-alpha-asc' =>
|
619 |
-
'fa-sort-alpha-desc' =>
|
620 |
-
'fa-sort-amount-asc' =>
|
621 |
-
'fa-sort-amount-desc' =>
|
622 |
-
'fa-sort-asc' =>
|
623 |
-
'fa-sort-desc' =>
|
624 |
-
'fa-sort-down' =>
|
625 |
-
'fa-sort-numeric-asc' =>
|
626 |
-
'fa-sort-numeric-desc' =>
|
627 |
-
'fa-sort-up' =>
|
628 |
-
'fa-soundcloud' =>
|
629 |
-
'fa-space-shuttle' =>
|
630 |
-
'fa-spinner' =>
|
631 |
-
'fa-spoon' =>
|
632 |
-
'fa-spotify' =>
|
633 |
-
'fa-square' =>
|
634 |
-
'fa-square-o' =>
|
635 |
-
'fa-stack-exchange' =>
|
636 |
-
'fa-stack-overflow' =>
|
637 |
-
'fa-star' =>
|
638 |
-
'fa-star-half' =>
|
639 |
-
'fa-star-half-empty' =>
|
640 |
-
'fa-star-half-full' =>
|
641 |
-
'fa-star-half-o' =>
|
642 |
-
'fa-star-o' =>
|
643 |
-
'fa-steam' =>
|
644 |
-
'fa-steam-square' =>
|
645 |
-
'fa-step-backward' =>
|
646 |
-
'fa-step-forward' =>
|
647 |
-
'fa-stethoscope' =>
|
648 |
-
'fa-sticky-note' =>
|
649 |
-
'fa-sticky-note-o' =>
|
650 |
-
'fa-stop' =>
|
651 |
-
'fa-stop-circle' =>
|
652 |
-
'fa-stop-circle-o' =>
|
653 |
-
'fa-street-view' =>
|
654 |
-
'fa-strikethrough' =>
|
655 |
-
'fa-stumbleupon' =>
|
656 |
-
'fa-stumbleupon-circle' =>
|
657 |
-
'fa-subscript' =>
|
658 |
-
'fa-subway' =>
|
659 |
-
'fa-suitcase' =>
|
660 |
-
'fa-sun-o' =>
|
661 |
-
'fa-superpowers' =>
|
662 |
-
'fa-superscript' =>
|
663 |
-
'fa-support' =>
|
664 |
-
'fa-table' =>
|
665 |
-
'fa-tablet' =>
|
666 |
-
'fa-tachometer' =>
|
667 |
-
'fa-tag' =>
|
668 |
-
'fa-tags' =>
|
669 |
-
'fa-tasks' =>
|
670 |
-
'fa-taxi' =>
|
671 |
-
'fa-telegram' =>
|
672 |
-
'fa-television' =>
|
673 |
-
'fa-tencent-weibo' =>
|
674 |
-
'fa-terminal' =>
|
675 |
-
'fa-text-height' =>
|
676 |
-
'fa-text-width' =>
|
677 |
-
'fa-th' =>
|
678 |
-
'fa-th-large' =>
|
679 |
-
'fa-th-list' =>
|
680 |
-
'fa-themeisle' =>
|
681 |
-
'fa-thermometer' =>
|
682 |
-
'fa-thermometer-0' =>
|
683 |
-
'fa-thermometer-1' =>
|
684 |
-
'fa-thermometer-2' =>
|
685 |
-
'fa-thermometer-3' =>
|
686 |
-
'fa-thermometer-4' =>
|
687 |
-
'fa-thermometer-empty' =>
|
688 |
-
'fa-thermometer-full' =>
|
689 |
-
'fa-thermometer-half' =>
|
690 |
-
'fa-thermometer-quarter' =>
|
691 |
-
'fa-thermometer-three-quarters' =>
|
692 |
-
'fa-thumb-tack' =>
|
693 |
-
'fa-thumbs-down' =>
|
694 |
-
'fa-thumbs-o-down' =>
|
695 |
-
'fa-thumbs-o-up' =>
|
696 |
-
'fa-thumbs-up' =>
|
697 |
-
'fa-ticket' =>
|
698 |
-
'fa-times' =>
|
699 |
-
'fa-times-circle' =>
|
700 |
-
'fa-times-circle-o' =>
|
701 |
-
'fa-times-rectangle' =>
|
702 |
-
'fa-times-rectangle-o' =>
|
703 |
-
'fa-tint' =>
|
704 |
-
'fa-toggle-down' =>
|
705 |
-
'fa-toggle-left' =>
|
706 |
-
'fa-toggle-off' =>
|
707 |
-
'fa-toggle-on' =>
|
708 |
-
'fa-toggle-right' =>
|
709 |
-
'fa-toggle-up' =>
|
710 |
-
'fa-trademark' =>
|
711 |
-
'fa-train' =>
|
712 |
-
'fa-transgender' =>
|
713 |
-
'fa-transgender-alt' =>
|
714 |
-
'fa-trash' =>
|
715 |
-
'fa-trash-o' =>
|
716 |
-
'fa-tree' =>
|
717 |
-
'fa-trello' =>
|
718 |
-
'fa-tripadvisor' =>
|
719 |
-
'fa-trophy' =>
|
720 |
-
'fa-truck' =>
|
721 |
-
'fa-try' =>
|
722 |
-
'fa-tty' =>
|
723 |
-
'fa-tumblr' =>
|
724 |
-
'fa-tumblr-square' =>
|
725 |
-
'fa-turkish-lira' =>
|
726 |
-
'fa-tv' =>
|
727 |
-
'fa-twitch' =>
|
728 |
-
'fa-twitter' =>
|
729 |
-
'fa-twitter-square' =>
|
730 |
-
'fa-umbrella' =>
|
731 |
-
'fa-underline' =>
|
732 |
-
'fa-undo' =>
|
733 |
-
'fa-universal-access' =>
|
734 |
-
'fa-university' =>
|
735 |
-
'fa-unlink' =>
|
736 |
-
'fa-unlock' =>
|
737 |
-
'fa-unlock-alt' =>
|
738 |
-
'fa-unsorted' =>
|
739 |
-
'fa-upload' =>
|
740 |
-
'fa-usb' =>
|
741 |
-
'fa-usd' =>
|
742 |
-
'fa-user' =>
|
743 |
-
'fa-user-circle' =>
|
744 |
-
'fa-user-circle-o' =>
|
745 |
-
'fa-user-md' =>
|
746 |
-
'fa-user-o' =>
|
747 |
-
'fa-user-plus' =>
|
748 |
-
'fa-user-secret' =>
|
749 |
-
'fa-user-times' =>
|
750 |
-
'fa-users' =>
|
751 |
-
'fa-vcard' =>
|
752 |
-
'fa-vcard-o' =>
|
753 |
-
'fa-venus' =>
|
754 |
-
'fa-venus-double' =>
|
755 |
-
'fa-venus-mars' =>
|
756 |
-
'fa-viacoin' =>
|
757 |
-
'fa-viadeo' =>
|
758 |
-
'fa-viadeo-square' =>
|
759 |
-
'fa-video-camera' =>
|
760 |
-
'fa-vimeo' =>
|
761 |
-
'fa-vimeo-square' =>
|
762 |
-
'fa-vine' =>
|
763 |
-
'fa-vk' =>
|
764 |
-
'fa-volume-control-phone' =>
|
765 |
-
'fa-volume-down' =>
|
766 |
-
'fa-volume-off' =>
|
767 |
-
'fa-volume-up' =>
|
768 |
-
'fa-warning' =>
|
769 |
-
'fa-wechat' =>
|
770 |
-
'fa-weibo' =>
|
771 |
-
'fa-weixin' =>
|
772 |
-
'fa-whatsapp' =>
|
773 |
-
'fa-wheelchair' =>
|
774 |
-
'fa-wheelchair-alt' =>
|
775 |
-
'fa-wifi' =>
|
776 |
-
'fa-wikipedia-w' =>
|
777 |
-
'fa-window-close' =>
|
778 |
-
'fa-window-close-o' =>
|
779 |
-
'fa-window-maximize' =>
|
780 |
-
'fa-window-minimize' =>
|
781 |
-
'fa-window-restore' =>
|
782 |
-
'fa-windows' =>
|
783 |
-
'fa-won' =>
|
784 |
-
'fa-wordpress' =>
|
785 |
-
'fa-wpbeginner' =>
|
786 |
-
'fa-wpexplorer' =>
|
787 |
-
'fa-wpforms' =>
|
788 |
-
'fa-wrench' =>
|
789 |
-
'fa-xing' =>
|
790 |
-
'fa-xing-square' =>
|
791 |
-
'fa-y-combinator' =>
|
792 |
-
'fa-y-combinator-square' =>
|
793 |
-
'fa-yahoo' =>
|
794 |
-
'fa-yc' =>
|
795 |
-
'fa-yc-square' =>
|
796 |
-
'fa-yelp' =>
|
797 |
-
'fa-yen' =>
|
798 |
-
'fa-yoast' =>
|
799 |
-
'fa-youtube' =>
|
800 |
-
'fa-youtube-play' =>
|
801 |
-
'fa-youtube-square' =>
|
802 |
);
|
13 |
}
|
14 |
|
15 |
return array(
|
16 |
+
'fa-500px' => '500px',
|
17 |
+
'fa-address-book' => 'Address Book',
|
18 |
+
'fa-address-book-o' => 'Address Book O',
|
19 |
+
'fa-address-card' => 'Address Card',
|
20 |
+
'fa-address-card-o' => 'Address Card O',
|
21 |
+
'fa-adjust' => 'Adjust',
|
22 |
+
'fa-adn' => 'Adn',
|
23 |
+
'fa-align-center' => 'Align Center',
|
24 |
+
'fa-align-justify' => 'Align Justify',
|
25 |
+
'fa-align-left' => 'Align Left',
|
26 |
+
'fa-align-right' => 'Align Right',
|
27 |
+
'fa-amazon' => 'Amazon',
|
28 |
+
'fa-ambulance' => 'Ambulance',
|
29 |
+
'fa-american-sign-language-interpreting' => 'American Sign Language Interpreting',
|
30 |
+
'fa-anchor' => 'Anchor',
|
31 |
+
'fa-android' => 'Android',
|
32 |
+
'fa-angellist' => 'Angellist',
|
33 |
+
'fa-angle-double-down' => 'Angle Double Down',
|
34 |
+
'fa-angle-double-left' => 'Angle Double Left',
|
35 |
+
'fa-angle-double-right' => 'Angle Double Right',
|
36 |
+
'fa-angle-double-up' => 'Angle Double Up',
|
37 |
+
'fa-angle-down' => 'Angle Down',
|
38 |
+
'fa-angle-left' => 'Angle Left',
|
39 |
+
'fa-angle-right' => 'Angle Right',
|
40 |
+
'fa-angle-up' => 'Angle Up',
|
41 |
+
'fa-apple' => 'Apple',
|
42 |
+
'fa-archive' => 'Archive',
|
43 |
+
'fa-area-chart' => 'Area Chart',
|
44 |
+
'fa-arrow-circle-down' => 'Arrow Circle Down',
|
45 |
+
'fa-arrow-circle-left' => 'Arrow Circle Left',
|
46 |
+
'fa-arrow-circle-o-down' => 'Arrow Circle O Down',
|
47 |
+
'fa-arrow-circle-o-left' => 'Arrow Circle O Left',
|
48 |
+
'fa-arrow-circle-o-right' => 'Arrow Circle O Right',
|
49 |
+
'fa-arrow-circle-o-up' => 'Arrow Circle O Up',
|
50 |
+
'fa-arrow-circle-right' => 'Arrow Circle Right',
|
51 |
+
'fa-arrow-circle-up' => 'Arrow Circle Up',
|
52 |
+
'fa-arrow-down' => 'Arrow Down',
|
53 |
+
'fa-arrow-left' => 'Arrow Left',
|
54 |
+
'fa-arrow-right' => 'Arrow Right',
|
55 |
+
'fa-arrow-up' => 'Arrow Up',
|
56 |
+
'fa-arrows' => 'Arrows',
|
57 |
+
'fa-arrows-alt' => 'Arrows Alt',
|
58 |
+
'fa-arrows-h' => 'Arrows H',
|
59 |
+
'fa-arrows-v' => 'Arrows V',
|
60 |
+
'fa-asl-interpreting' => 'Asl Interpreting',
|
61 |
+
'fa-assistive-listening-systems' => 'Assistive Listening Systems',
|
62 |
+
'fa-asterisk' => 'Asterisk',
|
63 |
+
'fa-at' => 'At',
|
64 |
+
'fa-audio-description' => 'Audio Description',
|
65 |
+
'fa-automobile' => 'Automobile',
|
66 |
+
'fa-backward' => 'Backward',
|
67 |
+
'fa-balance-scale' => 'Balance Scale',
|
68 |
+
'fa-ban' => 'Ban',
|
69 |
+
'fa-bandcamp' => 'Bandcamp',
|
70 |
+
'fa-bank' => 'Bank',
|
71 |
+
'fa-bar-chart' => 'Bar Chart',
|
72 |
+
'fa-bar-chart-o' => 'Bar Chart O',
|
73 |
+
'fa-barcode' => 'Barcode',
|
74 |
+
'fa-bars' => 'Bars',
|
75 |
+
'fa-bath' => 'Bath',
|
76 |
+
'fa-bathtub' => 'Bathtub',
|
77 |
+
'fa-battery' => 'Battery',
|
78 |
+
'fa-battery-0' => 'Battery 0',
|
79 |
+
'fa-battery-1' => 'Battery 1',
|
80 |
+
'fa-battery-2' => 'Battery 2',
|
81 |
+
'fa-battery-3' => 'Battery 3',
|
82 |
+
'fa-battery-4' => 'Battery 4',
|
83 |
+
'fa-battery-empty' => 'Battery Empty',
|
84 |
+
'fa-battery-full' => 'Battery Full',
|
85 |
+
'fa-battery-half' => 'Battery Half',
|
86 |
+
'fa-battery-quarter' => 'Battery Quarter',
|
87 |
+
'fa-battery-three-quarters' => 'Battery Three Quarters',
|
88 |
+
'fa-bed' => 'Bed',
|
89 |
+
'fa-beer' => 'Beer',
|
90 |
+
'fa-behance' => 'Behance',
|
91 |
+
'fa-behance-square' => 'Behance Square',
|
92 |
+
'fa-bell' => 'Bell',
|
93 |
+
'fa-bell-o' => 'Bell O',
|
94 |
+
'fa-bell-slash' => 'Bell Slash',
|
95 |
+
'fa-bell-slash-o' => 'Bell Slash O',
|
96 |
+
'fa-bicycle' => 'Bicycle',
|
97 |
+
'fa-binoculars' => 'Binoculars',
|
98 |
+
'fa-birthday-cake' => 'Birthday Cake',
|
99 |
+
'fa-bitbucket' => 'Bitbucket',
|
100 |
+
'fa-bitbucket-square' => 'Bitbucket Square',
|
101 |
+
'fa-bitcoin' => 'Bitcoin',
|
102 |
+
'fa-black-tie' => 'Black Tie',
|
103 |
+
'fa-blind' => 'Blind',
|
104 |
+
'fa-bluetooth' => 'Bluetooth',
|
105 |
+
'fa-bluetooth-b' => 'Bluetooth B',
|
106 |
+
'fa-bold' => 'Bold',
|
107 |
+
'fa-bolt' => 'Bolt',
|
108 |
+
'fa-bomb' => 'Bomb',
|
109 |
+
'fa-book' => 'Book',
|
110 |
+
'fa-bookmark' => 'Bookmark',
|
111 |
+
'fa-bookmark-o' => 'Bookmark O',
|
112 |
+
'fa-braille' => 'Braille',
|
113 |
+
'fa-briefcase' => 'Briefcase',
|
114 |
+
'fa-btc' => 'Btc',
|
115 |
+
'fa-bug' => 'Bug',
|
116 |
+
'fa-building' => 'Building',
|
117 |
+
'fa-building-o' => 'Building O',
|
118 |
+
'fa-bullhorn' => 'Bullhorn',
|
119 |
+
'fa-bullseye' => 'Bullseye',
|
120 |
+
'fa-bus' => 'Bus',
|
121 |
+
'fa-buysellads' => 'Buysellads',
|
122 |
+
'fa-cab' => 'Cab',
|
123 |
+
'fa-calculator' => 'Calculator',
|
124 |
+
'fa-calendar' => 'Calendar',
|
125 |
+
'fa-calendar-check-o' => 'Calendar Check O',
|
126 |
+
'fa-calendar-minus-o' => 'Calendar Minus O',
|
127 |
+
'fa-calendar-o' => 'Calendar O',
|
128 |
+
'fa-calendar-plus-o' => 'Calendar Plus O',
|
129 |
+
'fa-calendar-times-o' => 'Calendar Times O',
|
130 |
+
'fa-camera' => 'Camera',
|
131 |
+
'fa-camera-retro' => 'Camera Retro',
|
132 |
+
'fa-car' => 'Car',
|
133 |
+
'fa-caret-down' => 'Caret Down',
|
134 |
+
'fa-caret-left' => 'Caret Left',
|
135 |
+
'fa-caret-right' => 'Caret Right',
|
136 |
+
'fa-caret-square-o-down' => 'Caret Square O Down',
|
137 |
+
'fa-caret-square-o-left' => 'Caret Square O Left',
|
138 |
+
'fa-caret-square-o-right' => 'Caret Square O Right',
|
139 |
+
'fa-caret-square-o-up' => 'Caret Square O Up',
|
140 |
+
'fa-caret-up' => 'Caret Up',
|
141 |
+
'fa-cart-arrow-down' => 'Cart Arrow Down',
|
142 |
+
'fa-cart-plus' => 'Cart Plus',
|
143 |
+
'fa-cc' => 'Cc',
|
144 |
+
'fa-cc-amex' => 'Cc Amex',
|
145 |
+
'fa-cc-diners-club' => 'Cc Diners Club',
|
146 |
+
'fa-cc-discover' => 'Cc Discover',
|
147 |
+
'fa-cc-jcb' => 'Cc Jcb',
|
148 |
+
'fa-cc-mastercard' => 'Cc Mastercard',
|
149 |
+
'fa-cc-paypal' => 'Cc Paypal',
|
150 |
+
'fa-cc-stripe' => 'Cc Stripe',
|
151 |
+
'fa-cc-visa' => 'Cc Visa',
|
152 |
+
'fa-certificate' => 'Certificate',
|
153 |
+
'fa-chain' => 'Chain',
|
154 |
+
'fa-chain-broken' => 'Chain Broken',
|
155 |
+
'fa-check' => 'Check',
|
156 |
+
'fa-check-circle' => 'Check Circle',
|
157 |
+
'fa-check-circle-o' => 'Check Circle O',
|
158 |
+
'fa-check-square' => 'Check Square',
|
159 |
+
'fa-check-square-o' => 'Check Square O',
|
160 |
+
'fa-chevron-circle-down' => 'Chevron Circle Down',
|
161 |
+
'fa-chevron-circle-left' => 'Chevron Circle Left',
|
162 |
+
'fa-chevron-circle-right' => 'Chevron Circle Right',
|
163 |
+
'fa-chevron-circle-up' => 'Chevron Circle Up',
|
164 |
+
'fa-chevron-down' => 'Chevron Down',
|
165 |
+
'fa-chevron-left' => 'Chevron Left',
|
166 |
+
'fa-chevron-right' => 'Chevron Right',
|
167 |
+
'fa-chevron-up' => 'Chevron Up',
|
168 |
+
'fa-child' => 'Child',
|
169 |
+
'fa-chrome' => 'Chrome',
|
170 |
+
'fa-circle' => 'Circle',
|
171 |
+
'fa-circle-o' => 'Circle O',
|
172 |
+
'fa-circle-o-notch' => 'Circle O Notch',
|
173 |
+
'fa-circle-thin' => 'Circle Thin',
|
174 |
+
'fa-clipboard' => 'Clipboard',
|
175 |
+
'fa-clock-o' => 'Clock O',
|
176 |
+
'fa-clone' => 'Clone',
|
177 |
+
'fa-close' => 'Close',
|
178 |
+
'fa-cloud' => 'Cloud',
|
179 |
+
'fa-cloud-download' => 'Cloud Download',
|
180 |
+
'fa-cloud-upload' => 'Cloud Upload',
|
181 |
+
'fa-cny' => 'Cny',
|
182 |
+
'fa-code' => 'Code',
|
183 |
+
'fa-code-fork' => 'Code Fork',
|
184 |
+
'fa-codepen' => 'Codepen',
|
185 |
+
'fa-codiepie' => 'Codiepie',
|
186 |
+
'fa-coffee' => 'Coffee',
|
187 |
+
'fa-cog' => 'Cog',
|
188 |
+
'fa-cogs' => 'Cogs',
|
189 |
+
'fa-columns' => 'Columns',
|
190 |
+
'fa-comment' => 'Comment',
|
191 |
+
'fa-comment-o' => 'Comment O',
|
192 |
+
'fa-commenting' => 'Commenting',
|
193 |
+
'fa-commenting-o' => 'Commenting O',
|
194 |
+
'fa-comments' => 'Comments',
|
195 |
+
'fa-comments-o' => 'Comments O',
|
196 |
+
'fa-compass' => 'Compass',
|
197 |
+
'fa-compress' => 'Compress',
|
198 |
+
'fa-connectdevelop' => 'Connectdevelop',
|
199 |
+
'fa-contao' => 'Contao',
|
200 |
+
'fa-copy' => 'Copy',
|
201 |
+
'fa-copyright' => 'Copyright',
|
202 |
+
'fa-creative-commons' => 'Creative Commons',
|
203 |
+
'fa-credit-card' => 'Credit Card',
|
204 |
+
'fa-credit-card-alt' => 'Credit Card Alt',
|
205 |
+
'fa-crop' => 'Crop',
|
206 |
+
'fa-crosshairs' => 'Crosshairs',
|
207 |
+
'fa-css3' => 'Css3',
|
208 |
+
'fa-cube' => 'Cube',
|
209 |
+
'fa-cubes' => 'Cubes',
|
210 |
+
'fa-cut' => 'Cut',
|
211 |
+
'fa-cutlery' => 'Cutlery',
|
212 |
+
'fa-dashboard' => 'Dashboard',
|
213 |
+
'fa-dashcube' => 'Dashcube',
|
214 |
+
'fa-database' => 'Database',
|
215 |
+
'fa-deaf' => 'Deaf',
|
216 |
+
'fa-deafness' => 'Deafness',
|
217 |
+
'fa-dedent' => 'Dedent',
|
218 |
+
'fa-delicious' => 'Delicious',
|
219 |
+
'fa-desktop' => 'Desktop',
|
220 |
+
'fa-deviantart' => 'Deviantart',
|
221 |
+
'fa-diamond' => 'Diamond',
|
222 |
+
'fa-digg' => 'Digg',
|
223 |
+
'fa-dollar' => 'Dollar',
|
224 |
+
'fa-dot-circle-o' => 'Dot Circle O',
|
225 |
+
'fa-download' => 'Download',
|
226 |
+
'fa-dribbble' => 'Dribbble',
|
227 |
+
'fa-drivers-license' => 'Drivers License',
|
228 |
+
'fa-drivers-license-o' => 'Drivers License O',
|
229 |
+
'fa-dropbox' => 'Dropbox',
|
230 |
+
'fa-drupal' => 'Drupal',
|
231 |
+
'fa-edge' => 'Edge',
|
232 |
+
'fa-edit' => 'Edit',
|
233 |
+
'fa-eercast' => 'Eercast',
|
234 |
+
'fa-eject' => 'Eject',
|
235 |
+
'fa-ellipsis-h' => 'Ellipsis H',
|
236 |
+
'fa-ellipsis-v' => 'Ellipsis V',
|
237 |
+
'fa-empire' => 'Empire',
|
238 |
+
'fa-envelope' => 'Envelope',
|
239 |
+
'fa-envelope-o' => 'Envelope O',
|
240 |
+
'fa-envelope-open' => 'Envelope Open',
|
241 |
+
'fa-envelope-open-o' => 'Envelope Open O',
|
242 |
+
'fa-envelope-square' => 'Envelope Square',
|
243 |
+
'fa-envira' => 'Envira',
|
244 |
+
'fa-eraser' => 'Eraser',
|
245 |
+
'fa-etsy' => 'Etsy',
|
246 |
+
'fa-eur' => 'Eur',
|
247 |
+
'fa-euro' => 'Euro',
|
248 |
+
'fa-exchange' => 'Exchange',
|
249 |
+
'fa-exclamation' => 'Exclamation',
|
250 |
+
'fa-exclamation-circle' => 'Exclamation Circle',
|
251 |
+
'fa-exclamation-triangle' => 'Exclamation Triangle',
|
252 |
+
'fa-expand' => 'Expand',
|
253 |
+
'fa-expeditedssl' => 'Expeditedssl',
|
254 |
+
'fa-external-link' => 'External Link',
|
255 |
+
'fa-external-link-square' => 'External Link Square',
|
256 |
+
'fa-eye' => 'Eye',
|
257 |
+
'fa-eye-slash' => 'Eye Slash',
|
258 |
+
'fa-eyedropper' => 'Eyedropper',
|
259 |
+
'fa-fa' => 'Fa',
|
260 |
+
'fa-facebook' => 'Facebook',
|
261 |
+
'fa-facebook-f' => 'Facebook F',
|
262 |
+
'fa-facebook-official' => 'Facebook Official',
|
263 |
+
'fa-facebook-square' => 'Facebook Square',
|
264 |
+
'fa-fast-backward' => 'Fast Backward',
|
265 |
+
'fa-fast-forward' => 'Fast Forward',
|
266 |
+
'fa-fax' => 'Fax',
|
267 |
+
'fa-feed' => 'Feed',
|
268 |
+
'fa-female' => 'Female',
|
269 |
+
'fa-fighter-jet' => 'Fighter Jet',
|
270 |
+
'fa-file' => 'File',
|
271 |
+
'fa-file-archive-o' => 'File Archive O',
|
272 |
+
'fa-file-audio-o' => 'File Audio O',
|
273 |
+
'fa-file-code-o' => 'File Code O',
|
274 |
+
'fa-file-excel-o' => 'File Excel O',
|
275 |
+
'fa-file-image-o' => 'File Image O',
|
276 |
+
'fa-file-movie-o' => 'File Movie O',
|
277 |
+
'fa-file-o' => 'File O',
|
278 |
+
'fa-file-pdf-o' => 'File Pdf O',
|
279 |
+
'fa-file-photo-o' => 'File Photo O',
|
280 |
+
'fa-file-picture-o' => 'File Picture O',
|
281 |
+
'fa-file-powerpoint-o' => 'File Powerpoint O',
|
282 |
+
'fa-file-sound-o' => 'File Sound O',
|
283 |
+
'fa-file-text' => 'File Text',
|
284 |
+
'fa-file-text-o' => 'File Text O',
|
285 |
+
'fa-file-video-o' => 'File Video O',
|
286 |
+
'fa-file-word-o' => 'File Word O',
|
287 |
+
'fa-file-zip-o' => 'File Zip O',
|
288 |
+
'fa-files-o' => 'Files O',
|
289 |
+
'fa-film' => 'Film',
|
290 |
+
'fa-filter' => 'Filter',
|
291 |
+
'fa-fire' => 'Fire',
|
292 |
+
'fa-fire-extinguisher' => 'Fire Extinguisher',
|
293 |
+
'fa-firefox' => 'Firefox',
|
294 |
+
'fa-first-order' => 'First Order',
|
295 |
+
'fa-flag' => 'Flag',
|
296 |
+
'fa-flag-checkered' => 'Flag Checkered',
|
297 |
+
'fa-flag-o' => 'Flag O',
|
298 |
+
'fa-flash' => 'Flash',
|
299 |
+
'fa-flask' => 'Flask',
|
300 |
+
'fa-flickr' => 'Flickr',
|
301 |
+
'fa-floppy-o' => 'Floppy O',
|
302 |
+
'fa-folder' => 'Folder',
|
303 |
+
'fa-folder-o' => 'Folder O',
|
304 |
+
'fa-folder-open' => 'Folder Open',
|
305 |
+
'fa-folder-open-o' => 'Folder Open O',
|
306 |
+
'fa-font' => 'Font',
|
307 |
+
'fa-font-awesome' => 'Font Awesome',
|
308 |
+
'fa-fonticons' => 'Fonticons',
|
309 |
+
'fa-fort-awesome' => 'Fort Awesome',
|
310 |
+
'fa-forumbee' => 'Forumbee',
|
311 |
+
'fa-forward' => 'Forward',
|
312 |
+
'fa-foursquare' => 'Foursquare',
|
313 |
+
'fa-free-code-camp' => 'Free Code Camp',
|
314 |
+
'fa-frown-o' => 'Frown O',
|
315 |
+
'fa-futbol-o' => 'Futbol O',
|
316 |
+
'fa-gamepad' => 'Gamepad',
|
317 |
+
'fa-gavel' => 'Gavel',
|
318 |
+
'fa-gbp' => 'Gbp',
|
319 |
+
'fa-ge' => 'Ge',
|
320 |
+
'fa-gear' => 'Gear',
|
321 |
+
'fa-gears' => 'Gears',
|
322 |
+
'fa-genderless' => 'Genderless',
|
323 |
+
'fa-get-pocket' => 'Get Pocket',
|
324 |
+
'fa-gg' => 'Gg',
|
325 |
+
'fa-gg-circle' => 'Gg Circle',
|
326 |
+
'fa-gift' => 'Gift',
|
327 |
+
'fa-git' => 'Git',
|
328 |
+
'fa-git-square' => 'Git Square',
|
329 |
+
'fa-github' => 'Github',
|
330 |
+
'fa-github-alt' => 'Github Alt',
|
331 |
+
'fa-github-square' => 'Github Square',
|
332 |
+
'fa-gitlab' => 'Gitlab',
|
333 |
+
'fa-gittip' => 'Gittip',
|
334 |
+
'fa-glass' => 'Glass',
|
335 |
+
'fa-glide' => 'Glide',
|
336 |
+
'fa-glide-g' => 'Glide G',
|
337 |
+
'fa-globe' => 'Globe',
|
338 |
+
'fa-google' => 'Google',
|
339 |
+
'fa-google-plus' => 'Google Plus',
|
340 |
+
'fa-google-plus-circle' => 'Google Plus Circle',
|
341 |
+
'fa-google-plus-official' => 'Google Plus Official',
|
342 |
+
'fa-google-plus-square' => 'Google Plus Square',
|
343 |
+
'fa-google-wallet' => 'Google Wallet',
|
344 |
+
'fa-graduation-cap' => 'Graduation Cap',
|
345 |
+
'fa-gratipay' => 'Gratipay',
|
346 |
+
'fa-grav' => 'Grav',
|
347 |
+
'fa-group' => 'Group',
|
348 |
+
'fa-h-square' => 'H Square',
|
349 |
+
'fa-hacker-news' => 'Hacker News',
|
350 |
+
'fa-hand-grab-o' => 'Hand Grab O',
|
351 |
+
'fa-hand-lizard-o' => 'Hand Lizard O',
|
352 |
+
'fa-hand-o-down' => 'Hand O Down',
|
353 |
+
'fa-hand-o-left' => 'Hand O Left',
|
354 |
+
'fa-hand-o-right' => 'Hand O Right',
|
355 |
+
'fa-hand-o-up' => 'Hand O Up',
|
356 |
+
'fa-hand-paper-o' => 'Hand Paper O',
|
357 |
+
'fa-hand-peace-o' => 'Hand Peace O',
|
358 |
+
'fa-hand-pointer-o' => 'Hand Pointer O',
|
359 |
+
'fa-hand-rock-o' => 'Hand Rock O',
|
360 |
+
'fa-hand-scissors-o' => 'Hand Scissors O',
|
361 |
+
'fa-hand-spock-o' => 'Hand Spock O',
|
362 |
+
'fa-hand-stop-o' => 'Hand Stop O',
|
363 |
+
'fa-handshake-o' => 'Handshake O',
|
364 |
+
'fa-hard-of-hearing' => 'Hard Of Hearing',
|
365 |
+
'fa-hashtag' => 'Hashtag',
|
366 |
+
'fa-hdd-o' => 'Hdd O',
|
367 |
+
'fa-header' => 'Header',
|
368 |
+
'fa-headphones' => 'Headphones',
|
369 |
+
'fa-heart' => 'Heart',
|
370 |
+
'fa-heart-o' => 'Heart O',
|
371 |
+
'fa-heartbeat' => 'Heartbeat',
|
372 |
+
'fa-history' => 'History',
|
373 |
+
'fa-home' => 'Home',
|
374 |
+
'fa-hospital-o' => 'Hospital O',
|
375 |
+
'fa-hotel' => 'Hotel',
|
376 |
+
'fa-hourglass' => 'Hourglass',
|
377 |
+
'fa-hourglass-1' => 'Hourglass 1',
|
378 |
+
'fa-hourglass-2' => 'Hourglass 2',
|
379 |
+
'fa-hourglass-3' => 'Hourglass 3',
|
380 |
+
'fa-hourglass-end' => 'Hourglass End',
|
381 |
+
'fa-hourglass-half' => 'Hourglass Half',
|
382 |
+
'fa-hourglass-o' => 'Hourglass O',
|
383 |
+
'fa-hourglass-start' => 'Hourglass Start',
|
384 |
+
'fa-houzz' => 'Houzz',
|
385 |
+
'fa-html5' => 'Html5',
|
386 |
+
'fa-i-cursor' => 'I Cursor',
|
387 |
+
'fa-id-badge' => 'Id Badge',
|
388 |
+
'fa-id-card' => 'Id Card',
|
389 |
+
'fa-id-card-o' => 'Id Card O',
|
390 |
+
'fa-ils' => 'Ils',
|
391 |
+
'fa-image' => 'Image',
|
392 |
+
'fa-imdb' => 'Imdb',
|
393 |
+
'fa-inbox' => 'Inbox',
|
394 |
+
'fa-indent' => 'Indent',
|
395 |
+
'fa-industry' => 'Industry',
|
396 |
+
'fa-info' => 'Info',
|
397 |
+
'fa-info-circle' => 'Info Circle',
|
398 |
+
'fa-inr' => 'Inr',
|
399 |
+
'fa-instagram' => 'Instagram',
|
400 |
+
'fa-institution' => 'Institution',
|
401 |
+
'fa-internet-explorer' => 'Internet Explorer',
|
402 |
+
'fa-intersex' => 'Intersex',
|
403 |
+
'fa-ioxhost' => 'Ioxhost',
|
404 |
+
'fa-italic' => 'Italic',
|
405 |
+
'fa-joomla' => 'Joomla',
|
406 |
+
'fa-jpy' => 'Jpy',
|
407 |
+
'fa-jsfiddle' => 'Jsfiddle',
|
408 |
+
'fa-key' => 'Key',
|
409 |
+
'fa-keyboard-o' => 'Keyboard O',
|
410 |
+
'fa-krw' => 'Krw',
|
411 |
+
'fa-language' => 'Language',
|
412 |
+
'fa-laptop' => 'Laptop',
|
413 |
+
'fa-lastfm' => 'Lastfm',
|
414 |
+
'fa-lastfm-square' => 'Lastfm Square',
|
415 |
+
'fa-leaf' => 'Leaf',
|
416 |
+
'fa-leanpub' => 'Leanpub',
|
417 |
+
'fa-legal' => 'Legal',
|
418 |
+
'fa-lemon-o' => 'Lemon O',
|
419 |
+
'fa-level-down' => 'Level Down',
|
420 |
+
'fa-level-up' => 'Level Up',
|
421 |
+
'fa-life-bouy' => 'Life Bouy',
|
422 |
+
'fa-life-buoy' => 'Life Buoy',
|
423 |
+
'fa-life-ring' => 'Life Ring',
|
424 |
+
'fa-life-saver' => 'Life Saver',
|
425 |
+
'fa-lightbulb-o' => 'Lightbulb O',
|
426 |
+
'fa-line-chart' => 'Line Chart',
|
427 |
+
'fa-link' => 'Link',
|
428 |
+
'fa-linkedin' => 'Linkedin',
|
429 |
+
'fa-linkedin-square' => 'Linkedin Square',
|
430 |
+
'fa-linode' => 'Linode',
|
431 |
+
'fa-linux' => 'Linux',
|
432 |
+
'fa-list' => 'List',
|
433 |
+
'fa-list-alt' => 'List Alt',
|
434 |
+
'fa-list-ol' => 'List Ol',
|
435 |
+
'fa-list-ul' => 'List Ul',
|
436 |
+
'fa-location-arrow' => 'Location Arrow',
|
437 |
+
'fa-lock' => 'Lock',
|
438 |
+
'fa-long-arrow-down' => 'Long Arrow Down',
|
439 |
+
'fa-long-arrow-left' => 'Long Arrow Left',
|
440 |
+
'fa-long-arrow-right' => 'Long Arrow Right',
|
441 |
+
'fa-long-arrow-up' => 'Long Arrow Up',
|
442 |
+
'fa-low-vision' => 'Low Vision',
|
443 |
+
'fa-magic' => 'Magic',
|
444 |
+
'fa-magnet' => 'Magnet',
|
445 |
+
'fa-mail-forward' => 'Mail Forward',
|
446 |
+
'fa-mail-reply' => 'Mail Reply',
|
447 |
+
'fa-mail-reply-all' => 'Mail Reply All',
|
448 |
+
'fa-male' => 'Male',
|
449 |
+
'fa-map' => 'Map',
|
450 |
+
'fa-map-marker' => 'Map Marker',
|
451 |
+
'fa-map-o' => 'Map O',
|
452 |
+
'fa-map-pin' => 'Map Pin',
|
453 |
+
'fa-map-signs' => 'Map Signs',
|
454 |
+
'fa-mars' => 'Mars',
|
455 |
+
'fa-mars-double' => 'Mars Double',
|
456 |
+
'fa-mars-stroke' => 'Mars Stroke',
|
457 |
+
'fa-mars-stroke-h' => 'Mars Stroke H',
|
458 |
+
'fa-mars-stroke-v' => 'Mars Stroke V',
|
459 |
+
'fa-maxcdn' => 'Maxcdn',
|
460 |
+
'fa-meanpath' => 'Meanpath',
|
461 |
+
'fa-medium' => 'Medium',
|
462 |
+
'fa-medkit' => 'Medkit',
|
463 |
+
'fa-meetup' => 'Meetup',
|
464 |
+
'fa-meh-o' => 'Meh O',
|
465 |
+
'fa-mercury' => 'Mercury',
|
466 |
+
'fa-microchip' => 'Microchip',
|
467 |
+
'fa-microphone' => 'Microphone',
|
468 |
+
'fa-microphone-slash' => 'Microphone Slash',
|
469 |
+
'fa-minus' => 'Minus',
|
470 |
+
'fa-minus-circle' => 'Minus Circle',
|
471 |
+
'fa-minus-square' => 'Minus Square',
|
472 |
+
'fa-minus-square-o' => 'Minus Square O',
|
473 |
+
'fa-mixcloud' => 'Mixcloud',
|
474 |
+
'fa-mobile' => 'Mobile',
|
475 |
+
'fa-mobile-phone' => 'Mobile Phone',
|
476 |
+
'fa-modx' => 'Modx',
|
477 |
+
'fa-money' => 'Money',
|
478 |
+
'fa-moon-o' => 'Moon O',
|
479 |
+
'fa-mortar-board' => 'Mortar Board',
|
480 |
+
'fa-motorcycle' => 'Motorcycle',
|
481 |
+
'fa-mouse-pointer' => 'Mouse Pointer',
|
482 |
+
'fa-music' => 'Music',
|
483 |
+
'fa-navicon' => 'Navicon',
|
484 |
+
'fa-neuter' => 'Neuter',
|
485 |
+
'fa-newspaper-o' => 'Newspaper O',
|
486 |
+
'fa-object-group' => 'Object Group',
|
487 |
+
'fa-object-ungroup' => 'Object Ungroup',
|
488 |
+
'fa-odnoklassniki' => 'Odnoklassniki',
|
489 |
+
'fa-odnoklassniki-square' => 'Odnoklassniki Square',
|
490 |
+
'fa-opencart' => 'Opencart',
|
491 |
+
'fa-openid' => 'Openid',
|
492 |
+
'fa-opera' => 'Opera',
|
493 |
+
'fa-optin-monster' => 'Optin Monster',
|
494 |
+
'fa-outdent' => 'Outdent',
|
495 |
+
'fa-pagelines' => 'Pagelines',
|
496 |
+
'fa-paint-brush' => 'Paint Brush',
|
497 |
+
'fa-paper-plane' => 'Paper Plane',
|
498 |
+
'fa-paper-plane-o' => 'Paper Plane O',
|
499 |
+
'fa-paperclip' => 'Paperclip',
|
500 |
+
'fa-paragraph' => 'Paragraph',
|
501 |
+
'fa-paste' => 'Paste',
|
502 |
+
'fa-pause' => 'Pause',
|
503 |
+
'fa-pause-circle' => 'Pause Circle',
|
504 |
+
'fa-pause-circle-o' => 'Pause Circle O',
|
505 |
+
'fa-paw' => 'Paw',
|
506 |
+
'fa-paypal' => 'Paypal',
|
507 |
+
'fa-pencil' => 'Pencil',
|
508 |
+
'fa-pencil-square' => 'Pencil Square',
|
509 |
+
'fa-pencil-square-o' => 'Pencil Square O',
|
510 |
+
'fa-percent' => 'Percent',
|
511 |
+
'fa-phone' => 'Phone',
|
512 |
+
'fa-phone-square' => 'Phone Square',
|
513 |
+
'fa-photo' => 'Photo',
|
514 |
+
'fa-picture-o' => 'Picture O',
|
515 |
+
'fa-pie-chart' => 'Pie Chart',
|
516 |
+
'fa-pied-piper' => 'Pied Piper',
|
517 |
+
'fa-pied-piper-alt' => 'Pied Piper Alt',
|
518 |
+
'fa-pied-piper-pp' => 'Pied Piper Pp',
|
519 |
+
'fa-pinterest' => 'Pinterest',
|
520 |
+
'fa-pinterest-p' => 'Pinterest P',
|
521 |
+
'fa-pinterest-square' => 'Pinterest Square',
|
522 |
+
'fa-plane' => 'Plane',
|
523 |
+
'fa-play' => 'Play',
|
524 |
+
'fa-play-circle' => 'Play Circle',
|
525 |
+
'fa-play-circle-o' => 'Play Circle O',
|
526 |
+
'fa-plug' => 'Plug',
|
527 |
+
'fa-plus' => 'Plus',
|
528 |
+
'fa-plus-circle' => 'Plus Circle',
|
529 |
+
'fa-plus-square' => 'Plus Square',
|
530 |
+
'fa-plus-square-o' => 'Plus Square O',
|
531 |
+
'fa-podcast' => 'Podcast',
|
532 |
+
'fa-power-off' => 'Power Off',
|
533 |
+
'fa-print' => 'Print',
|
534 |
+
'fa-product-hunt' => 'Product Hunt',
|
535 |
+
'fa-puzzle-piece' => 'Puzzle Piece',
|
536 |
+
'fa-qq' => 'Qq',
|
537 |
+
'fa-qrcode' => 'Qrcode',
|
538 |
+
'fa-question' => 'Question',
|
539 |
+
'fa-question-circle' => 'Question Circle',
|
540 |
+
'fa-question-circle-o' => 'Question Circle O',
|
541 |
+
'fa-quora' => 'Quora',
|
542 |
+
'fa-quote-left' => 'Quote Left',
|
543 |
+
'fa-quote-right' => 'Quote Right',
|
544 |
+
'fa-ra' => 'Ra',
|
545 |
+
'fa-random' => 'Random',
|
546 |
+
'fa-ravelry' => 'Ravelry',
|
547 |
+
'fa-rebel' => 'Rebel',
|
548 |
+
'fa-recycle' => 'Recycle',
|
549 |
+
'fa-reddit' => 'Reddit',
|
550 |
+
'fa-reddit-alien' => 'Reddit Alien',
|
551 |
+
'fa-reddit-square' => 'Reddit Square',
|
552 |
+
'fa-refresh' => 'Refresh',
|
553 |
+
'fa-registered' => 'Registered',
|
554 |
+
'fa-remove' => 'Remove',
|
555 |
+
'fa-renren' => 'Renren',
|
556 |
+
'fa-reorder' => 'Reorder',
|
557 |
+
'fa-repeat' => 'Repeat',
|
558 |
+
'fa-reply' => 'Reply',
|
559 |
+
'fa-reply-all' => 'Reply All',
|
560 |
+
'fa-resistance' => 'Resistance',
|
561 |
+
'fa-retweet' => 'Retweet',
|
562 |
+
'fa-rmb' => 'Rmb',
|
563 |
+
'fa-road' => 'Road',
|
564 |
+
'fa-rocket' => 'Rocket',
|
565 |
+
'fa-rotate-left' => 'Rotate Left',
|
566 |
+
'fa-rotate-right' => 'Rotate Right',
|
567 |
+
'fa-rouble' => 'Rouble',
|
568 |
+
'fa-rss' => 'Rss',
|
569 |
+
'fa-rss-square' => 'Rss Square',
|
570 |
+
'fa-rub' => 'Rub',
|
571 |
+
'fa-ruble' => 'Ruble',
|
572 |
+
'fa-rupee' => 'Rupee',
|
573 |
+
'fa-s15' => 'S15',
|
574 |
+
'fa-safari' => 'Safari',
|
575 |
+
'fa-save' => 'Save',
|
576 |
+
'fa-scissors' => 'Scissors',
|
577 |
+
'fa-scribd' => 'Scribd',
|
578 |
+
'fa-search' => 'Search',
|
579 |
+
'fa-search-minus' => 'Search Minus',
|
580 |
+
'fa-search-plus' => 'Search Plus',
|
581 |
+
'fa-sellsy' => 'Sellsy',
|
582 |
+
'fa-send' => 'Send',
|
583 |
+
'fa-send-o' => 'Send O',
|
584 |
+
'fa-server' => 'Server',
|
585 |
+
'fa-share' => 'Share',
|
586 |
+
'fa-share-alt' => 'Share Alt',
|
587 |
+
'fa-share-alt-square' => 'Share Alt Square',
|
588 |
+
'fa-share-square' => 'Share Square',
|
589 |
+
'fa-share-square-o' => 'Share Square O',
|
590 |
+
'fa-shekel' => 'Shekel',
|
591 |
+
'fa-sheqel' => 'Sheqel',
|
592 |
+
'fa-shield' => 'Shield',
|
593 |
+
'fa-ship' => 'Ship',
|
594 |
+
'fa-shirtsinbulk' => 'Shirtsinbulk',
|
595 |
+
'fa-shopping-bag' => 'Shopping Bag',
|
596 |
+
'fa-shopping-basket' => 'Shopping Basket',
|
597 |
+
'fa-shopping-cart' => 'Shopping Cart',
|
598 |
+
'fa-shower' => 'Shower',
|
599 |
+
'fa-sign-in' => 'Sign In',
|
600 |
+
'fa-sign-language' => 'Sign Language',
|
601 |
+
'fa-sign-out' => 'Sign Out',
|
602 |
+
'fa-signal' => 'Signal',
|
603 |
+
'fa-signing' => 'Signing',
|
604 |
+
'fa-simplybuilt' => 'Simplybuilt',
|
605 |
+
'fa-sitemap' => 'Sitemap',
|
606 |
+
'fa-skyatlas' => 'Skyatlas',
|
607 |
+
'fa-skype' => 'Skype',
|
608 |
+
'fa-slack' => 'Slack',
|
609 |
+
'fa-sliders' => 'Sliders',
|
610 |
+
'fa-slideshare' => 'Slideshare',
|
611 |
+
'fa-smile-o' => 'Smile O',
|
612 |
+
'fa-snapchat' => 'Snapchat',
|
613 |
+
'fa-snapchat-ghost' => 'Snapchat Ghost',
|
614 |
+
'fa-snapchat-square' => 'Snapchat Square',
|
615 |
+
'fa-snowflake-o' => 'Snowflake O',
|
616 |
+
'fa-soccer-ball-o' => 'Soccer Ball O',
|
617 |
+
'fa-sort' => 'Sort',
|
618 |
+
'fa-sort-alpha-asc' => 'Sort Alpha Asc',
|
619 |
+
'fa-sort-alpha-desc' => 'Sort Alpha Desc',
|
620 |
+
'fa-sort-amount-asc' => 'Sort Amount Asc',
|
621 |
+
'fa-sort-amount-desc' => 'Sort Amount Desc',
|
622 |
+
'fa-sort-asc' => 'Sort Asc',
|
623 |
+
'fa-sort-desc' => 'Sort Desc',
|
624 |
+
'fa-sort-down' => 'Sort Down',
|
625 |
+
'fa-sort-numeric-asc' => 'Sort Numeric Asc',
|
626 |
+
'fa-sort-numeric-desc' => 'Sort Numeric Desc',
|
627 |
+
'fa-sort-up' => 'Sort Up',
|
628 |
+
'fa-soundcloud' => 'Soundcloud',
|
629 |
+
'fa-space-shuttle' => 'Space Shuttle',
|
630 |
+
'fa-spinner' => 'Spinner',
|
631 |
+
'fa-spoon' => 'Spoon',
|
632 |
+
'fa-spotify' => 'Spotify',
|
633 |
+
'fa-square' => 'Square',
|
634 |
+
'fa-square-o' => 'Square O',
|
635 |
+
'fa-stack-exchange' => 'Stack Exchange',
|
636 |
+
'fa-stack-overflow' => 'Stack Overflow',
|
637 |
+
'fa-star' => 'Star',
|
638 |
+
'fa-star-half' => 'Star Half',
|
639 |
+
'fa-star-half-empty' => 'Star Half Empty',
|
640 |
+
'fa-star-half-full' => 'Star Half Full',
|
641 |
+
'fa-star-half-o' => 'Star Half O',
|
642 |
+
'fa-star-o' => 'Star O',
|
643 |
+
'fa-steam' => 'Steam',
|
644 |
+
'fa-steam-square' => 'Steam Square',
|
645 |
+
'fa-step-backward' => 'Step Backward',
|
646 |
+
'fa-step-forward' => 'Step Forward',
|
647 |
+
'fa-stethoscope' => 'Stethoscope',
|
648 |
+
'fa-sticky-note' => 'Sticky Note',
|
649 |
+
'fa-sticky-note-o' => 'Sticky Note O',
|
650 |
+
'fa-stop' => 'Stop',
|
651 |
+
'fa-stop-circle' => 'Stop Circle',
|
652 |
+
'fa-stop-circle-o' => 'Stop Circle O',
|
653 |
+
'fa-street-view' => 'Street View',
|
654 |
+
'fa-strikethrough' => 'Strikethrough',
|
655 |
+
'fa-stumbleupon' => 'Stumbleupon',
|
656 |
+
'fa-stumbleupon-circle' => 'Stumbleupon Circle',
|
657 |
+
'fa-subscript' => 'Subscript',
|
658 |
+
'fa-subway' => 'Subway',
|
659 |
+
'fa-suitcase' => 'Suitcase',
|
660 |
+
'fa-sun-o' => 'Sun O',
|
661 |
+
'fa-superpowers' => 'Superpowers',
|
662 |
+
'fa-superscript' => 'Superscript',
|
663 |
+
'fa-support' => 'Support',
|
664 |
+
'fa-table' => 'Table',
|
665 |
+
'fa-tablet' => 'Tablet',
|
666 |
+
'fa-tachometer' => 'Tachometer',
|
667 |
+
'fa-tag' => 'Tag',
|
668 |
+
'fa-tags' => 'Tags',
|
669 |
+
'fa-tasks' => 'Tasks',
|
670 |
+
'fa-taxi' => 'Taxi',
|
671 |
+
'fa-telegram' => 'Telegram',
|
672 |
+
'fa-television' => 'Television',
|
673 |
+
'fa-tencent-weibo' => 'Tencent Weibo',
|
674 |
+
'fa-terminal' => 'Terminal',
|
675 |
+
'fa-text-height' => 'Text Height',
|
676 |
+
'fa-text-width' => 'Text Width',
|
677 |
+
'fa-th' => 'Th',
|
678 |
+
'fa-th-large' => 'Th Large',
|
679 |
+
'fa-th-list' => 'Th List',
|
680 |
+
'fa-themeisle' => 'Themeisle',
|
681 |
+
'fa-thermometer' => 'Thermometer',
|
682 |
+
'fa-thermometer-0' => 'Thermometer 0',
|
683 |
+
'fa-thermometer-1' => 'Thermometer 1',
|
684 |
+
'fa-thermometer-2' => 'Thermometer 2',
|
685 |
+
'fa-thermometer-3' => 'Thermometer 3',
|
686 |
+
'fa-thermometer-4' => 'Thermometer 4',
|
687 |
+
'fa-thermometer-empty' => 'Thermometer Empty',
|
688 |
+
'fa-thermometer-full' => 'Thermometer Full',
|
689 |
+
'fa-thermometer-half' => 'Thermometer Half',
|
690 |
+
'fa-thermometer-quarter' => 'Thermometer Quarter',
|
691 |
+
'fa-thermometer-three-quarters' => 'Thermometer Three Quarters',
|
692 |
+
'fa-thumb-tack' => 'Thumb Tack',
|
693 |
+
'fa-thumbs-down' => 'Thumbs Down',
|
694 |
+
'fa-thumbs-o-down' => 'Thumbs O Down',
|
695 |
+
'fa-thumbs-o-up' => 'Thumbs O Up',
|
696 |
+
'fa-thumbs-up' => 'Thumbs Up',
|
697 |
+
'fa-ticket' => 'Ticket',
|
698 |
+
'fa-times' => 'Times',
|
699 |
+
'fa-times-circle' => 'Times Circle',
|
700 |
+
'fa-times-circle-o' => 'Times Circle O',
|
701 |
+
'fa-times-rectangle' => 'Times Rectangle',
|
702 |
+
'fa-times-rectangle-o' => 'Times Rectangle O',
|
703 |
+
'fa-tint' => 'Tint',
|
704 |
+
'fa-toggle-down' => 'Toggle Down',
|
705 |
+
'fa-toggle-left' => 'Toggle Left',
|
706 |
+
'fa-toggle-off' => 'Toggle Off',
|
707 |
+
'fa-toggle-on' => 'Toggle On',
|
708 |
+
'fa-toggle-right' => 'Toggle Right',
|
709 |
+
'fa-toggle-up' => 'Toggle Up',
|
710 |
+
'fa-trademark' => 'Trademark',
|
711 |
+
'fa-train' => 'Train',
|
712 |
+
'fa-transgender' => 'Transgender',
|
713 |
+
'fa-transgender-alt' => 'Transgender Alt',
|
714 |
+
'fa-trash' => 'Trash',
|
715 |
+
'fa-trash-o' => 'Trash O',
|
716 |
+
'fa-tree' => 'Tree',
|
717 |
+
'fa-trello' => 'Trello',
|
718 |
+
'fa-tripadvisor' => 'Tripadvisor',
|
719 |
+
'fa-trophy' => 'Trophy',
|
720 |
+
'fa-truck' => 'Truck',
|
721 |
+
'fa-try' => 'Try',
|
722 |
+
'fa-tty' => 'Tty',
|
723 |
+
'fa-tumblr' => 'Tumblr',
|
724 |
+
'fa-tumblr-square' => 'Tumblr Square',
|
725 |
+
'fa-turkish-lira' => 'Turkish Lira',
|
726 |
+
'fa-tv' => 'Tv',
|
727 |
+
'fa-twitch' => 'Twitch',
|
728 |
+
'fa-twitter' => 'Twitter',
|
729 |
+
'fa-twitter-square' => 'Twitter Square',
|
730 |
+
'fa-umbrella' => 'Umbrella',
|
731 |
+
'fa-underline' => 'Underline',
|
732 |
+
'fa-undo' => 'Undo',
|
733 |
+
'fa-universal-access' => 'Universal Access',
|
734 |
+
'fa-university' => 'University',
|
735 |
+
'fa-unlink' => 'Unlink',
|
736 |
+
'fa-unlock' => 'Unlock',
|
737 |
+
'fa-unlock-alt' => 'Unlock Alt',
|
738 |
+
'fa-unsorted' => 'Unsorted',
|
739 |
+
'fa-upload' => 'Upload',
|
740 |
+
'fa-usb' => 'Usb',
|
741 |
+
'fa-usd' => 'Usd',
|
742 |
+
'fa-user' => 'User',
|
743 |
+
'fa-user-circle' => 'User Circle',
|
744 |
+
'fa-user-circle-o' => 'User Circle O',
|
745 |
+
'fa-user-md' => 'User Md',
|
746 |
+
'fa-user-o' => 'User O',
|
747 |
+
'fa-user-plus' => 'User Plus',
|
748 |
+
'fa-user-secret' => 'User Secret',
|
749 |
+
'fa-user-times' => 'User Times',
|
750 |
+
'fa-users' => 'Users',
|
751 |
+
'fa-vcard' => 'Vcard',
|
752 |
+
'fa-vcard-o' => 'Vcard O',
|
753 |
+
'fa-venus' => 'Venus',
|
754 |
+
'fa-venus-double' => 'Venus Double',
|
755 |
+
'fa-venus-mars' => 'Venus Mars',
|
756 |
+
'fa-viacoin' => 'Viacoin',
|
757 |
+
'fa-viadeo' => 'Viadeo',
|
758 |
+
'fa-viadeo-square' => 'Viadeo Square',
|
759 |
+
'fa-video-camera' => 'Video Camera',
|
760 |
+
'fa-vimeo' => 'Vimeo',
|
761 |
+
'fa-vimeo-square' => 'Vimeo Square',
|
762 |
+
'fa-vine' => 'Vine',
|
763 |
+
'fa-vk' => 'Vk',
|
764 |
+
'fa-volume-control-phone' => 'Volume Control Phone',
|
765 |
+
'fa-volume-down' => 'Volume Down',
|
766 |
+
'fa-volume-off' => 'Volume Off',
|
767 |
+
'fa-volume-up' => 'Volume Up',
|
768 |
+
'fa-warning' => 'Warning',
|
769 |
+
'fa-wechat' => 'Wechat',
|
770 |
+
'fa-weibo' => 'Weibo',
|
771 |
+
'fa-weixin' => 'Weixin',
|
772 |
+
'fa-whatsapp' => 'Whatsapp',
|
773 |
+
'fa-wheelchair' => 'Wheelchair',
|
774 |
+
'fa-wheelchair-alt' => 'Wheelchair Alt',
|
775 |
+
'fa-wifi' => 'Wifi',
|
776 |
+
'fa-wikipedia-w' => 'Wikipedia W',
|
777 |
+
'fa-window-close' => 'Window Close',
|
778 |
+
'fa-window-close-o' => 'Window Close O',
|
779 |
+
'fa-window-maximize' => 'Window Maximize',
|
780 |
+
'fa-window-minimize' => 'Window Minimize',
|
781 |
+
'fa-window-restore' => 'Window Restore',
|
782 |
+
'fa-windows' => 'Windows',
|
783 |
+
'fa-won' => 'Won',
|
784 |
+
'fa-wordpress' => 'Wordpress',
|
785 |
+
'fa-wpbeginner' => 'Wpbeginner',
|
786 |
+
'fa-wpexplorer' => 'Wpexplorer',
|
787 |
+
'fa-wpforms' => 'Wpforms',
|
788 |
+
'fa-wrench' => 'Wrench',
|
789 |
+
'fa-xing' => 'Xing',
|
790 |
+
'fa-xing-square' => 'Xing Square',
|
791 |
+
'fa-y-combinator' => 'Y Combinator',
|
792 |
+
'fa-y-combinator-square' => 'Y Combinator Square',
|
793 |
+
'fa-yahoo' => 'Yahoo',
|
794 |
+
'fa-yc' => 'Yc',
|
795 |
+
'fa-yc-square' => 'Yc Square',
|
796 |
+
'fa-yelp' => 'Yelp',
|
797 |
+
'fa-yen' => 'Yen',
|
798 |
+
'fa-yoast' => 'Yoast',
|
799 |
+
'fa-youtube' => 'Youtube',
|
800 |
+
'fa-youtube-play' => 'Youtube Play',
|
801 |
+
'fa-youtube-square' => 'Youtube Square',
|
802 |
);
|
i18n/languages/flash-toolkit.pot
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GPLv3 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Flash Toolkit 1.1.8\n"
|
6 |
"Report-Msgid-Bugs-To: themegrill@gmail.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
|
14 |
-
"X-Generator: grunt-wp-i18n1.0.
|
15 |
|
16 |
#: flash-toolkit.php:57 flash-toolkit.php:65
|
17 |
#: includes/admin/class-flash-admin-notices.php:107
|
@@ -31,3159 +31,6 @@ msgstr ""
|
|
31 |
msgid "Flash Theme"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: i18n/fontawesome.php:16
|
35 |
-
msgid "500px"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: i18n/fontawesome.php:17
|
39 |
-
msgid "Address Book"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: i18n/fontawesome.php:18
|
43 |
-
msgid "Address Book O"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: i18n/fontawesome.php:19
|
47 |
-
msgid "Address Card"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: i18n/fontawesome.php:20
|
51 |
-
msgid "Address Card O"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: i18n/fontawesome.php:21
|
55 |
-
msgid "Adjust"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: i18n/fontawesome.php:22
|
59 |
-
msgid "Adn"
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: i18n/fontawesome.php:23
|
63 |
-
msgid "Align Center"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: i18n/fontawesome.php:24
|
67 |
-
msgid "Align Justify"
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: i18n/fontawesome.php:25
|
71 |
-
msgid "Align Left"
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: i18n/fontawesome.php:26
|
75 |
-
msgid "Align Right"
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: i18n/fontawesome.php:27
|
79 |
-
msgid "Amazon"
|
80 |
-
msgstr ""
|
81 |
-
|
82 |
-
#: i18n/fontawesome.php:28
|
83 |
-
msgid "Ambulance"
|
84 |
-
msgstr ""
|
85 |
-
|
86 |
-
#: i18n/fontawesome.php:29
|
87 |
-
msgid "American Sign Language Interpreting"
|
88 |
-
msgstr ""
|
89 |
-
|
90 |
-
#: i18n/fontawesome.php:30
|
91 |
-
msgid "Anchor"
|
92 |
-
msgstr ""
|
93 |
-
|
94 |
-
#: i18n/fontawesome.php:31
|
95 |
-
msgid "Android"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: i18n/fontawesome.php:32
|
99 |
-
msgid "Angellist"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: i18n/fontawesome.php:33
|
103 |
-
msgid "Angle Double Down"
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: i18n/fontawesome.php:34
|
107 |
-
msgid "Angle Double Left"
|
108 |
-
msgstr ""
|
109 |
-
|
110 |
-
#: i18n/fontawesome.php:35
|
111 |
-
msgid "Angle Double Right"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: i18n/fontawesome.php:36
|
115 |
-
msgid "Angle Double Up"
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: i18n/fontawesome.php:37
|
119 |
-
msgid "Angle Down"
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: i18n/fontawesome.php:38
|
123 |
-
msgid "Angle Left"
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: i18n/fontawesome.php:39
|
127 |
-
msgid "Angle Right"
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: i18n/fontawesome.php:40
|
131 |
-
msgid "Angle Up"
|
132 |
-
msgstr ""
|
133 |
-
|
134 |
-
#: i18n/fontawesome.php:41
|
135 |
-
msgid "Apple"
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: i18n/fontawesome.php:42
|
139 |
-
msgid "Archive"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#: i18n/fontawesome.php:43
|
143 |
-
msgid "Area Chart"
|
144 |
-
msgstr ""
|
145 |
-
|
146 |
-
#: i18n/fontawesome.php:44
|
147 |
-
msgid "Arrow Circle Down"
|
148 |
-
msgstr ""
|
149 |
-
|
150 |
-
#: i18n/fontawesome.php:45
|
151 |
-
msgid "Arrow Circle Left"
|
152 |
-
msgstr ""
|
153 |
-
|
154 |
-
#: i18n/fontawesome.php:46
|
155 |
-
msgid "Arrow Circle O Down"
|
156 |
-
msgstr ""
|
157 |
-
|
158 |
-
#: i18n/fontawesome.php:47
|
159 |
-
msgid "Arrow Circle O Left"
|
160 |
-
msgstr ""
|
161 |
-
|
162 |
-
#: i18n/fontawesome.php:48
|
163 |
-
msgid "Arrow Circle O Right"
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: i18n/fontawesome.php:49
|
167 |
-
msgid "Arrow Circle O Up"
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: i18n/fontawesome.php:50
|
171 |
-
msgid "Arrow Circle Right"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: i18n/fontawesome.php:51
|
175 |
-
msgid "Arrow Circle Up"
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: i18n/fontawesome.php:52
|
179 |
-
msgid "Arrow Down"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: i18n/fontawesome.php:53
|
183 |
-
msgid "Arrow Left"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: i18n/fontawesome.php:54
|
187 |
-
msgid "Arrow Right"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: i18n/fontawesome.php:55
|
191 |
-
msgid "Arrow Up"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: i18n/fontawesome.php:56
|
195 |
-
msgid "Arrows"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: i18n/fontawesome.php:57
|
199 |
-
msgid "Arrows Alt"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: i18n/fontawesome.php:58
|
203 |
-
msgid "Arrows H"
|
204 |
-
msgstr ""
|
205 |
-
|
206 |
-
#: i18n/fontawesome.php:59
|
207 |
-
msgid "Arrows V"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: i18n/fontawesome.php:60
|
211 |
-
msgid "Asl Interpreting"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: i18n/fontawesome.php:61
|
215 |
-
msgid "Assistive Listening Systems"
|
216 |
-
msgstr ""
|
217 |
-
|
218 |
-
#: i18n/fontawesome.php:62
|
219 |
-
msgid "Asterisk"
|
220 |
-
msgstr ""
|
221 |
-
|
222 |
-
#: i18n/fontawesome.php:63
|
223 |
-
msgid "At"
|
224 |
-
msgstr ""
|
225 |
-
|
226 |
-
#: i18n/fontawesome.php:64
|
227 |
-
msgid "Audio Description"
|
228 |
-
msgstr ""
|
229 |
-
|
230 |
-
#: i18n/fontawesome.php:65
|
231 |
-
msgid "Automobile"
|
232 |
-
msgstr ""
|
233 |
-
|
234 |
-
#: i18n/fontawesome.php:66
|
235 |
-
msgid "Backward"
|
236 |
-
msgstr ""
|
237 |
-
|
238 |
-
#: i18n/fontawesome.php:67
|
239 |
-
msgid "Balance Scale"
|
240 |
-
msgstr ""
|
241 |
-
|
242 |
-
#: i18n/fontawesome.php:68
|
243 |
-
msgid "Ban"
|
244 |
-
msgstr ""
|
245 |
-
|
246 |
-
#: i18n/fontawesome.php:69
|
247 |
-
msgid "Bandcamp"
|
248 |
-
msgstr ""
|
249 |
-
|
250 |
-
#: i18n/fontawesome.php:70
|
251 |
-
msgid "Bank"
|
252 |
-
msgstr ""
|
253 |
-
|
254 |
-
#: i18n/fontawesome.php:71
|
255 |
-
msgid "Bar Chart"
|
256 |
-
msgstr ""
|
257 |
-
|
258 |
-
#: i18n/fontawesome.php:72
|
259 |
-
msgid "Bar Chart O"
|
260 |
-
msgstr ""
|
261 |
-
|
262 |
-
#: i18n/fontawesome.php:73
|
263 |
-
msgid "Barcode"
|
264 |
-
msgstr ""
|
265 |
-
|
266 |
-
#: i18n/fontawesome.php:74
|
267 |
-
msgid "Bars"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: i18n/fontawesome.php:75
|
271 |
-
msgid "Bath"
|
272 |
-
msgstr ""
|
273 |
-
|
274 |
-
#: i18n/fontawesome.php:76
|
275 |
-
msgid "Bathtub"
|
276 |
-
msgstr ""
|
277 |
-
|
278 |
-
#: i18n/fontawesome.php:77
|
279 |
-
msgid "Battery"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: i18n/fontawesome.php:78
|
283 |
-
msgid "Battery 0"
|
284 |
-
msgstr ""
|
285 |
-
|
286 |
-
#: i18n/fontawesome.php:79
|
287 |
-
msgid "Battery 1"
|
288 |
-
msgstr ""
|
289 |
-
|
290 |
-
#: i18n/fontawesome.php:80
|
291 |
-
msgid "Battery 2"
|
292 |
-
msgstr ""
|
293 |
-
|
294 |
-
#: i18n/fontawesome.php:81
|
295 |
-
msgid "Battery 3"
|
296 |
-
msgstr ""
|
297 |
-
|
298 |
-
#: i18n/fontawesome.php:82
|
299 |
-
msgid "Battery 4"
|
300 |
-
msgstr ""
|
301 |
-
|
302 |
-
#: i18n/fontawesome.php:83
|
303 |
-
msgid "Battery Empty"
|
304 |
-
msgstr ""
|
305 |
-
|
306 |
-
#: i18n/fontawesome.php:84
|
307 |
-
msgid "Battery Full"
|
308 |
-
msgstr ""
|
309 |
-
|
310 |
-
#: i18n/fontawesome.php:85
|
311 |
-
msgid "Battery Half"
|
312 |
-
msgstr ""
|
313 |
-
|
314 |
-
#: i18n/fontawesome.php:86
|
315 |
-
msgid "Battery Quarter"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: i18n/fontawesome.php:87
|
319 |
-
msgid "Battery Three Quarters"
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: i18n/fontawesome.php:88
|
323 |
-
msgid "Bed"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: i18n/fontawesome.php:89
|
327 |
-
msgid "Beer"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: i18n/fontawesome.php:90
|
331 |
-
msgid "Behance"
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: i18n/fontawesome.php:91
|
335 |
-
msgid "Behance Square"
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: i18n/fontawesome.php:92
|
339 |
-
msgid "Bell"
|
340 |
-
msgstr ""
|
341 |
-
|
342 |
-
#: i18n/fontawesome.php:93
|
343 |
-
msgid "Bell O"
|
344 |
-
msgstr ""
|
345 |
-
|
346 |
-
#: i18n/fontawesome.php:94
|
347 |
-
msgid "Bell Slash"
|
348 |
-
msgstr ""
|
349 |
-
|
350 |
-
#: i18n/fontawesome.php:95
|
351 |
-
msgid "Bell Slash O"
|
352 |
-
msgstr ""
|
353 |
-
|
354 |
-
#: i18n/fontawesome.php:96
|
355 |
-
msgid "Bicycle"
|
356 |
-
msgstr ""
|
357 |
-
|
358 |
-
#: i18n/fontawesome.php:97
|
359 |
-
msgid "Binoculars"
|
360 |
-
msgstr ""
|
361 |
-
|
362 |
-
#: i18n/fontawesome.php:98
|
363 |
-
msgid "Birthday Cake"
|
364 |
-
msgstr ""
|
365 |
-
|
366 |
-
#: i18n/fontawesome.php:99
|
367 |
-
msgid "Bitbucket"
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: i18n/fontawesome.php:100
|
371 |
-
msgid "Bitbucket Square"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: i18n/fontawesome.php:101
|
375 |
-
msgid "Bitcoin"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: i18n/fontawesome.php:102
|
379 |
-
msgid "Black Tie"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: i18n/fontawesome.php:103
|
383 |
-
msgid "Blind"
|
384 |
-
msgstr ""
|
385 |
-
|
386 |
-
#: i18n/fontawesome.php:104
|
387 |
-
msgid "Bluetooth"
|
388 |
-
msgstr ""
|
389 |
-
|
390 |
-
#: i18n/fontawesome.php:105
|
391 |
-
msgid "Bluetooth B"
|
392 |
-
msgstr ""
|
393 |
-
|
394 |
-
#: i18n/fontawesome.php:106
|
395 |
-
msgid "Bold"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: i18n/fontawesome.php:107
|
399 |
-
msgid "Bolt"
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: i18n/fontawesome.php:108
|
403 |
-
msgid "Bomb"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: i18n/fontawesome.php:109
|
407 |
-
msgid "Book"
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: i18n/fontawesome.php:110
|
411 |
-
msgid "Bookmark"
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: i18n/fontawesome.php:111
|
415 |
-
msgid "Bookmark O"
|
416 |
-
msgstr ""
|
417 |
-
|
418 |
-
#: i18n/fontawesome.php:112
|
419 |
-
msgid "Braille"
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: i18n/fontawesome.php:113
|
423 |
-
msgid "Briefcase"
|
424 |
-
msgstr ""
|
425 |
-
|
426 |
-
#: i18n/fontawesome.php:114
|
427 |
-
msgid "Btc"
|
428 |
-
msgstr ""
|
429 |
-
|
430 |
-
#: i18n/fontawesome.php:115
|
431 |
-
msgid "Bug"
|
432 |
-
msgstr ""
|
433 |
-
|
434 |
-
#: i18n/fontawesome.php:116
|
435 |
-
msgid "Building"
|
436 |
-
msgstr ""
|
437 |
-
|
438 |
-
#: i18n/fontawesome.php:117
|
439 |
-
msgid "Building O"
|
440 |
-
msgstr ""
|
441 |
-
|
442 |
-
#: i18n/fontawesome.php:118
|
443 |
-
msgid "Bullhorn"
|
444 |
-
msgstr ""
|
445 |
-
|
446 |
-
#: i18n/fontawesome.php:119
|
447 |
-
msgid "Bullseye"
|
448 |
-
msgstr ""
|
449 |
-
|
450 |
-
#: i18n/fontawesome.php:120
|
451 |
-
msgid "Bus"
|
452 |
-
msgstr ""
|
453 |
-
|
454 |
-
#: i18n/fontawesome.php:121
|
455 |
-
msgid "Buysellads"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: i18n/fontawesome.php:122
|
459 |
-
msgid "Cab"
|
460 |
-
msgstr ""
|
461 |
-
|
462 |
-
#: i18n/fontawesome.php:123
|
463 |
-
msgid "Calculator"
|
464 |
-
msgstr ""
|
465 |
-
|
466 |
-
#: i18n/fontawesome.php:124
|
467 |
-
msgid "Calendar"
|
468 |
-
msgstr ""
|
469 |
-
|
470 |
-
#: i18n/fontawesome.php:125
|
471 |
-
msgid "Calendar Check O"
|
472 |
-
msgstr ""
|
473 |
-
|
474 |
-
#: i18n/fontawesome.php:126
|
475 |
-
msgid "Calendar Minus O"
|
476 |
-
msgstr ""
|
477 |
-
|
478 |
-
#: i18n/fontawesome.php:127
|
479 |
-
msgid "Calendar O"
|
480 |
-
msgstr ""
|
481 |
-
|
482 |
-
#: i18n/fontawesome.php:128
|
483 |
-
msgid "Calendar Plus O"
|
484 |
-
msgstr ""
|
485 |
-
|
486 |
-
#: i18n/fontawesome.php:129
|
487 |
-
msgid "Calendar Times O"
|
488 |
-
msgstr ""
|
489 |
-
|
490 |
-
#: i18n/fontawesome.php:130
|
491 |
-
msgid "Camera"
|
492 |
-
msgstr ""
|
493 |
-
|
494 |
-
#: i18n/fontawesome.php:131
|
495 |
-
msgid "Camera Retro"
|
496 |
-
msgstr ""
|
497 |
-
|
498 |
-
#: i18n/fontawesome.php:132
|
499 |
-
msgid "Car"
|
500 |
-
msgstr ""
|
501 |
-
|
502 |
-
#: i18n/fontawesome.php:133
|
503 |
-
msgid "Caret Down"
|
504 |
-
msgstr ""
|
505 |
-
|
506 |
-
#: i18n/fontawesome.php:134
|
507 |
-
msgid "Caret Left"
|
508 |
-
msgstr ""
|
509 |
-
|
510 |
-
#: i18n/fontawesome.php:135
|
511 |
-
msgid "Caret Right"
|
512 |
-
msgstr ""
|
513 |
-
|
514 |
-
#: i18n/fontawesome.php:136
|
515 |
-
msgid "Caret Square O Down"
|
516 |
-
msgstr ""
|
517 |
-
|
518 |
-
#: i18n/fontawesome.php:137
|
519 |
-
msgid "Caret Square O Left"
|
520 |
-
msgstr ""
|
521 |
-
|
522 |
-
#: i18n/fontawesome.php:138
|
523 |
-
msgid "Caret Square O Right"
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: i18n/fontawesome.php:139
|
527 |
-
msgid "Caret Square O Up"
|
528 |
-
msgstr ""
|
529 |
-
|
530 |
-
#: i18n/fontawesome.php:140
|
531 |
-
msgid "Caret Up"
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: i18n/fontawesome.php:141
|
535 |
-
msgid "Cart Arrow Down"
|
536 |
-
msgstr ""
|
537 |
-
|
538 |
-
#: i18n/fontawesome.php:142
|
539 |
-
msgid "Cart Plus"
|
540 |
-
msgstr ""
|
541 |
-
|
542 |
-
#: i18n/fontawesome.php:143
|
543 |
-
msgid "Cc"
|
544 |
-
msgstr ""
|
545 |
-
|
546 |
-
#: i18n/fontawesome.php:144
|
547 |
-
msgid "Cc Amex"
|
548 |
-
msgstr ""
|
549 |
-
|
550 |
-
#: i18n/fontawesome.php:145
|
551 |
-
msgid "Cc Diners Club"
|
552 |
-
msgstr ""
|
553 |
-
|
554 |
-
#: i18n/fontawesome.php:146
|
555 |
-
msgid "Cc Discover"
|
556 |
-
msgstr ""
|
557 |
-
|
558 |
-
#: i18n/fontawesome.php:147
|
559 |
-
msgid "Cc Jcb"
|
560 |
-
msgstr ""
|
561 |
-
|
562 |
-
#: i18n/fontawesome.php:148
|
563 |
-
msgid "Cc Mastercard"
|
564 |
-
msgstr ""
|
565 |
-
|
566 |
-
#: i18n/fontawesome.php:149
|
567 |
-
msgid "Cc Paypal"
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: i18n/fontawesome.php:150
|
571 |
-
msgid "Cc Stripe"
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
-
#: i18n/fontawesome.php:151
|
575 |
-
msgid "Cc Visa"
|
576 |
-
msgstr ""
|
577 |
-
|
578 |
-
#: i18n/fontawesome.php:152
|
579 |
-
msgid "Certificate"
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: i18n/fontawesome.php:153
|
583 |
-
msgid "Chain"
|
584 |
-
msgstr ""
|
585 |
-
|
586 |
-
#: i18n/fontawesome.php:154
|
587 |
-
msgid "Chain Broken"
|
588 |
-
msgstr ""
|
589 |
-
|
590 |
-
#: i18n/fontawesome.php:155
|
591 |
-
msgid "Check"
|
592 |
-
msgstr ""
|
593 |
-
|
594 |
-
#: i18n/fontawesome.php:156
|
595 |
-
msgid "Check Circle"
|
596 |
-
msgstr ""
|
597 |
-
|
598 |
-
#: i18n/fontawesome.php:157
|
599 |
-
msgid "Check Circle O"
|
600 |
-
msgstr ""
|
601 |
-
|
602 |
-
#: i18n/fontawesome.php:158
|
603 |
-
msgid "Check Square"
|
604 |
-
msgstr ""
|
605 |
-
|
606 |
-
#: i18n/fontawesome.php:159
|
607 |
-
msgid "Check Square O"
|
608 |
-
msgstr ""
|
609 |
-
|
610 |
-
#: i18n/fontawesome.php:160
|
611 |
-
msgid "Chevron Circle Down"
|
612 |
-
msgstr ""
|
613 |
-
|
614 |
-
#: i18n/fontawesome.php:161
|
615 |
-
msgid "Chevron Circle Left"
|
616 |
-
msgstr ""
|
617 |
-
|
618 |
-
#: i18n/fontawesome.php:162
|
619 |
-
msgid "Chevron Circle Right"
|
620 |
-
msgstr ""
|
621 |
-
|
622 |
-
#: i18n/fontawesome.php:163
|
623 |
-
msgid "Chevron Circle Up"
|
624 |
-
msgstr ""
|
625 |
-
|
626 |
-
#: i18n/fontawesome.php:164
|
627 |
-
msgid "Chevron Down"
|
628 |
-
msgstr ""
|
629 |
-
|
630 |
-
#: i18n/fontawesome.php:165
|
631 |
-
msgid "Chevron Left"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: i18n/fontawesome.php:166
|
635 |
-
msgid "Chevron Right"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
#: i18n/fontawesome.php:167
|
639 |
-
msgid "Chevron Up"
|
640 |
-
msgstr ""
|
641 |
-
|
642 |
-
#: i18n/fontawesome.php:168
|
643 |
-
msgid "Child"
|
644 |
-
msgstr ""
|
645 |
-
|
646 |
-
#: i18n/fontawesome.php:169
|
647 |
-
msgid "Chrome"
|
648 |
-
msgstr ""
|
649 |
-
|
650 |
-
#: i18n/fontawesome.php:170
|
651 |
-
msgid "Circle"
|
652 |
-
msgstr ""
|
653 |
-
|
654 |
-
#: i18n/fontawesome.php:171
|
655 |
-
msgid "Circle O"
|
656 |
-
msgstr ""
|
657 |
-
|
658 |
-
#: i18n/fontawesome.php:172
|
659 |
-
msgid "Circle O Notch"
|
660 |
-
msgstr ""
|
661 |
-
|
662 |
-
#: i18n/fontawesome.php:173
|
663 |
-
msgid "Circle Thin"
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: i18n/fontawesome.php:174
|
667 |
-
msgid "Clipboard"
|
668 |
-
msgstr ""
|
669 |
-
|
670 |
-
#: i18n/fontawesome.php:175
|
671 |
-
msgid "Clock O"
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#: i18n/fontawesome.php:176
|
675 |
-
msgid "Clone"
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: i18n/fontawesome.php:177
|
679 |
-
#: includes/abstracts/views/html-admin-tmpl-repeater.php:30
|
680 |
-
#: includes/abstracts/views/html-admin-tmpl-repeater.php:55
|
681 |
-
msgid "Close"
|
682 |
-
msgstr ""
|
683 |
-
|
684 |
-
#: i18n/fontawesome.php:178
|
685 |
-
msgid "Cloud"
|
686 |
-
msgstr ""
|
687 |
-
|
688 |
-
#: i18n/fontawesome.php:179
|
689 |
-
msgid "Cloud Download"
|
690 |
-
msgstr ""
|
691 |
-
|
692 |
-
#: i18n/fontawesome.php:180
|
693 |
-
msgid "Cloud Upload"
|
694 |
-
msgstr ""
|
695 |
-
|
696 |
-
#: i18n/fontawesome.php:181
|
697 |
-
msgid "Cny"
|
698 |
-
msgstr ""
|
699 |
-
|
700 |
-
#: i18n/fontawesome.php:182
|
701 |
-
msgid "Code"
|
702 |
-
msgstr ""
|
703 |
-
|
704 |
-
#: i18n/fontawesome.php:183
|
705 |
-
msgid "Code Fork"
|
706 |
-
msgstr ""
|
707 |
-
|
708 |
-
#: i18n/fontawesome.php:184
|
709 |
-
msgid "Codepen"
|
710 |
-
msgstr ""
|
711 |
-
|
712 |
-
#: i18n/fontawesome.php:185
|
713 |
-
msgid "Codiepie"
|
714 |
-
msgstr ""
|
715 |
-
|
716 |
-
#: i18n/fontawesome.php:186
|
717 |
-
msgid "Coffee"
|
718 |
-
msgstr ""
|
719 |
-
|
720 |
-
#: i18n/fontawesome.php:187
|
721 |
-
msgid "Cog"
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
#: i18n/fontawesome.php:188
|
725 |
-
msgid "Cogs"
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
#: i18n/fontawesome.php:189
|
729 |
-
#: includes/widgets/class-flash-widget-portfolio.php:77
|
730 |
-
msgid "Columns"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: i18n/fontawesome.php:190
|
734 |
-
msgid "Comment"
|
735 |
-
msgstr ""
|
736 |
-
|
737 |
-
#: i18n/fontawesome.php:191
|
738 |
-
msgid "Comment O"
|
739 |
-
msgstr ""
|
740 |
-
|
741 |
-
#: i18n/fontawesome.php:192
|
742 |
-
msgid "Commenting"
|
743 |
-
msgstr ""
|
744 |
-
|
745 |
-
#: i18n/fontawesome.php:193
|
746 |
-
msgid "Commenting O"
|
747 |
-
msgstr ""
|
748 |
-
|
749 |
-
#: i18n/fontawesome.php:194
|
750 |
-
msgid "Comments"
|
751 |
-
msgstr ""
|
752 |
-
|
753 |
-
#: i18n/fontawesome.php:195
|
754 |
-
msgid "Comments O"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: i18n/fontawesome.php:196
|
758 |
-
msgid "Compass"
|
759 |
-
msgstr ""
|
760 |
-
|
761 |
-
#: i18n/fontawesome.php:197
|
762 |
-
msgid "Compress"
|
763 |
-
msgstr ""
|
764 |
-
|
765 |
-
#: i18n/fontawesome.php:198
|
766 |
-
msgid "Connectdevelop"
|
767 |
-
msgstr ""
|
768 |
-
|
769 |
-
#: i18n/fontawesome.php:199
|
770 |
-
msgid "Contao"
|
771 |
-
msgstr ""
|
772 |
-
|
773 |
-
#: i18n/fontawesome.php:200
|
774 |
-
msgid "Copy"
|
775 |
-
msgstr ""
|
776 |
-
|
777 |
-
#: i18n/fontawesome.php:201
|
778 |
-
msgid "Copyright"
|
779 |
-
msgstr ""
|
780 |
-
|
781 |
-
#: i18n/fontawesome.php:202
|
782 |
-
msgid "Creative Commons"
|
783 |
-
msgstr ""
|
784 |
-
|
785 |
-
#: i18n/fontawesome.php:203
|
786 |
-
msgid "Credit Card"
|
787 |
-
msgstr ""
|
788 |
-
|
789 |
-
#: i18n/fontawesome.php:204
|
790 |
-
msgid "Credit Card Alt"
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: i18n/fontawesome.php:205
|
794 |
-
msgid "Crop"
|
795 |
-
msgstr ""
|
796 |
-
|
797 |
-
#: i18n/fontawesome.php:206
|
798 |
-
msgid "Crosshairs"
|
799 |
-
msgstr ""
|
800 |
-
|
801 |
-
#: i18n/fontawesome.php:207
|
802 |
-
msgid "Css3"
|
803 |
-
msgstr ""
|
804 |
-
|
805 |
-
#: i18n/fontawesome.php:208
|
806 |
-
msgid "Cube"
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: i18n/fontawesome.php:209
|
810 |
-
msgid "Cubes"
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: i18n/fontawesome.php:210
|
814 |
-
msgid "Cut"
|
815 |
-
msgstr ""
|
816 |
-
|
817 |
-
#: i18n/fontawesome.php:211
|
818 |
-
msgid "Cutlery"
|
819 |
-
msgstr ""
|
820 |
-
|
821 |
-
#: i18n/fontawesome.php:212
|
822 |
-
msgid "Dashboard"
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: i18n/fontawesome.php:213
|
826 |
-
msgid "Dashcube"
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: i18n/fontawesome.php:214
|
830 |
-
msgid "Database"
|
831 |
-
msgstr ""
|
832 |
-
|
833 |
-
#: i18n/fontawesome.php:215
|
834 |
-
msgid "Deaf"
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#: i18n/fontawesome.php:216
|
838 |
-
msgid "Deafness"
|
839 |
-
msgstr ""
|
840 |
-
|
841 |
-
#: i18n/fontawesome.php:217
|
842 |
-
msgid "Dedent"
|
843 |
-
msgstr ""
|
844 |
-
|
845 |
-
#: i18n/fontawesome.php:218
|
846 |
-
msgid "Delicious"
|
847 |
-
msgstr ""
|
848 |
-
|
849 |
-
#: i18n/fontawesome.php:219
|
850 |
-
msgid "Desktop"
|
851 |
-
msgstr ""
|
852 |
-
|
853 |
-
#: i18n/fontawesome.php:220
|
854 |
-
msgid "Deviantart"
|
855 |
-
msgstr ""
|
856 |
-
|
857 |
-
#: i18n/fontawesome.php:221
|
858 |
-
msgid "Diamond"
|
859 |
-
msgstr ""
|
860 |
-
|
861 |
-
#: i18n/fontawesome.php:222
|
862 |
-
msgid "Digg"
|
863 |
-
msgstr ""
|
864 |
-
|
865 |
-
#: i18n/fontawesome.php:223
|
866 |
-
msgid "Dollar"
|
867 |
-
msgstr ""
|
868 |
-
|
869 |
-
#: i18n/fontawesome.php:224
|
870 |
-
msgid "Dot Circle O"
|
871 |
-
msgstr ""
|
872 |
-
|
873 |
-
#: i18n/fontawesome.php:225
|
874 |
-
msgid "Download"
|
875 |
-
msgstr ""
|
876 |
-
|
877 |
-
#: i18n/fontawesome.php:226
|
878 |
-
msgid "Dribbble"
|
879 |
-
msgstr ""
|
880 |
-
|
881 |
-
#: i18n/fontawesome.php:227
|
882 |
-
msgid "Drivers License"
|
883 |
-
msgstr ""
|
884 |
-
|
885 |
-
#: i18n/fontawesome.php:228
|
886 |
-
msgid "Drivers License O"
|
887 |
-
msgstr ""
|
888 |
-
|
889 |
-
#: i18n/fontawesome.php:229
|
890 |
-
msgid "Dropbox"
|
891 |
-
msgstr ""
|
892 |
-
|
893 |
-
#: i18n/fontawesome.php:230
|
894 |
-
msgid "Drupal"
|
895 |
-
msgstr ""
|
896 |
-
|
897 |
-
#: i18n/fontawesome.php:231
|
898 |
-
msgid "Edge"
|
899 |
-
msgstr ""
|
900 |
-
|
901 |
-
#: i18n/fontawesome.php:232 includes/class-flash-post-types.php:142
|
902 |
-
msgid "Edit"
|
903 |
-
msgstr ""
|
904 |
-
|
905 |
-
#: i18n/fontawesome.php:233
|
906 |
-
msgid "Eercast"
|
907 |
-
msgstr ""
|
908 |
-
|
909 |
-
#: i18n/fontawesome.php:234
|
910 |
-
msgid "Eject"
|
911 |
-
msgstr ""
|
912 |
-
|
913 |
-
#: i18n/fontawesome.php:235
|
914 |
-
msgid "Ellipsis H"
|
915 |
-
msgstr ""
|
916 |
-
|
917 |
-
#: i18n/fontawesome.php:236
|
918 |
-
msgid "Ellipsis V"
|
919 |
-
msgstr ""
|
920 |
-
|
921 |
-
#: i18n/fontawesome.php:237
|
922 |
-
msgid "Empire"
|
923 |
-
msgstr ""
|
924 |
-
|
925 |
-
#: i18n/fontawesome.php:238
|
926 |
-
msgid "Envelope"
|
927 |
-
msgstr ""
|
928 |
-
|
929 |
-
#: i18n/fontawesome.php:239
|
930 |
-
msgid "Envelope O"
|
931 |
-
msgstr ""
|
932 |
-
|
933 |
-
#: i18n/fontawesome.php:240
|
934 |
-
msgid "Envelope Open"
|
935 |
-
msgstr ""
|
936 |
-
|
937 |
-
#: i18n/fontawesome.php:241
|
938 |
-
msgid "Envelope Open O"
|
939 |
-
msgstr ""
|
940 |
-
|
941 |
-
#: i18n/fontawesome.php:242
|
942 |
-
msgid "Envelope Square"
|
943 |
-
msgstr ""
|
944 |
-
|
945 |
-
#: i18n/fontawesome.php:243
|
946 |
-
msgid "Envira"
|
947 |
-
msgstr ""
|
948 |
-
|
949 |
-
#: i18n/fontawesome.php:244
|
950 |
-
msgid "Eraser"
|
951 |
-
msgstr ""
|
952 |
-
|
953 |
-
#: i18n/fontawesome.php:245
|
954 |
-
msgid "Etsy"
|
955 |
-
msgstr ""
|
956 |
-
|
957 |
-
#: i18n/fontawesome.php:246
|
958 |
-
msgid "Eur"
|
959 |
-
msgstr ""
|
960 |
-
|
961 |
-
#: i18n/fontawesome.php:247
|
962 |
-
msgid "Euro"
|
963 |
-
msgstr ""
|
964 |
-
|
965 |
-
#: i18n/fontawesome.php:248
|
966 |
-
msgid "Exchange"
|
967 |
-
msgstr ""
|
968 |
-
|
969 |
-
#: i18n/fontawesome.php:249
|
970 |
-
msgid "Exclamation"
|
971 |
-
msgstr ""
|
972 |
-
|
973 |
-
#: i18n/fontawesome.php:250
|
974 |
-
msgid "Exclamation Circle"
|
975 |
-
msgstr ""
|
976 |
-
|
977 |
-
#: i18n/fontawesome.php:251
|
978 |
-
msgid "Exclamation Triangle"
|
979 |
-
msgstr ""
|
980 |
-
|
981 |
-
#: i18n/fontawesome.php:252
|
982 |
-
msgid "Expand"
|
983 |
-
msgstr ""
|
984 |
-
|
985 |
-
#: i18n/fontawesome.php:253
|
986 |
-
msgid "Expeditedssl"
|
987 |
-
msgstr ""
|
988 |
-
|
989 |
-
#: i18n/fontawesome.php:254
|
990 |
-
msgid "External Link"
|
991 |
-
msgstr ""
|
992 |
-
|
993 |
-
#: i18n/fontawesome.php:255
|
994 |
-
msgid "External Link Square"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: i18n/fontawesome.php:256
|
998 |
-
msgid "Eye"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: i18n/fontawesome.php:257
|
1002 |
-
msgid "Eye Slash"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: i18n/fontawesome.php:258
|
1006 |
-
msgid "Eyedropper"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: i18n/fontawesome.php:259
|
1010 |
-
msgid "Fa"
|
1011 |
-
msgstr ""
|
1012 |
-
|
1013 |
-
#: i18n/fontawesome.php:260
|
1014 |
-
msgid "Facebook"
|
1015 |
-
msgstr ""
|
1016 |
-
|
1017 |
-
#: i18n/fontawesome.php:261
|
1018 |
-
msgid "Facebook F"
|
1019 |
-
msgstr ""
|
1020 |
-
|
1021 |
-
#: i18n/fontawesome.php:262
|
1022 |
-
msgid "Facebook Official"
|
1023 |
-
msgstr ""
|
1024 |
-
|
1025 |
-
#: i18n/fontawesome.php:263
|
1026 |
-
msgid "Facebook Square"
|
1027 |
-
msgstr ""
|
1028 |
-
|
1029 |
-
#: i18n/fontawesome.php:264
|
1030 |
-
msgid "Fast Backward"
|
1031 |
-
msgstr ""
|
1032 |
-
|
1033 |
-
#: i18n/fontawesome.php:265
|
1034 |
-
msgid "Fast Forward"
|
1035 |
-
msgstr ""
|
1036 |
-
|
1037 |
-
#: i18n/fontawesome.php:266
|
1038 |
-
msgid "Fax"
|
1039 |
-
msgstr ""
|
1040 |
-
|
1041 |
-
#: i18n/fontawesome.php:267
|
1042 |
-
msgid "Feed"
|
1043 |
-
msgstr ""
|
1044 |
-
|
1045 |
-
#: i18n/fontawesome.php:268
|
1046 |
-
msgid "Female"
|
1047 |
-
msgstr ""
|
1048 |
-
|
1049 |
-
#: i18n/fontawesome.php:269
|
1050 |
-
msgid "Fighter Jet"
|
1051 |
-
msgstr ""
|
1052 |
-
|
1053 |
-
#: i18n/fontawesome.php:270
|
1054 |
-
msgid "File"
|
1055 |
-
msgstr ""
|
1056 |
-
|
1057 |
-
#: i18n/fontawesome.php:271
|
1058 |
-
msgid "File Archive O"
|
1059 |
-
msgstr ""
|
1060 |
-
|
1061 |
-
#: i18n/fontawesome.php:272
|
1062 |
-
msgid "File Audio O"
|
1063 |
-
msgstr ""
|
1064 |
-
|
1065 |
-
#: i18n/fontawesome.php:273
|
1066 |
-
msgid "File Code O"
|
1067 |
-
msgstr ""
|
1068 |
-
|
1069 |
-
#: i18n/fontawesome.php:274
|
1070 |
-
msgid "File Excel O"
|
1071 |
-
msgstr ""
|
1072 |
-
|
1073 |
-
#: i18n/fontawesome.php:275
|
1074 |
-
msgid "File Image O"
|
1075 |
-
msgstr ""
|
1076 |
-
|
1077 |
-
#: i18n/fontawesome.php:276
|
1078 |
-
msgid "File Movie O"
|
1079 |
-
msgstr ""
|
1080 |
-
|
1081 |
-
#: i18n/fontawesome.php:277
|
1082 |
-
msgid "File O"
|
1083 |
-
msgstr ""
|
1084 |
-
|
1085 |
-
#: i18n/fontawesome.php:278
|
1086 |
-
msgid "File Pdf O"
|
1087 |
-
msgstr ""
|
1088 |
-
|
1089 |
-
#: i18n/fontawesome.php:279
|
1090 |
-
msgid "File Photo O"
|
1091 |
-
msgstr ""
|
1092 |
-
|
1093 |
-
#: i18n/fontawesome.php:280
|
1094 |
-
msgid "File Picture O"
|
1095 |
-
msgstr ""
|
1096 |
-
|
1097 |
-
#: i18n/fontawesome.php:281
|
1098 |
-
msgid "File Powerpoint O"
|
1099 |
-
msgstr ""
|
1100 |
-
|
1101 |
-
#: i18n/fontawesome.php:282
|
1102 |
-
msgid "File Sound O"
|
1103 |
-
msgstr ""
|
1104 |
-
|
1105 |
-
#: i18n/fontawesome.php:283
|
1106 |
-
msgid "File Text"
|
1107 |
-
msgstr ""
|
1108 |
-
|
1109 |
-
#: i18n/fontawesome.php:284
|
1110 |
-
msgid "File Text O"
|
1111 |
-
msgstr ""
|
1112 |
-
|
1113 |
-
#: i18n/fontawesome.php:285
|
1114 |
-
msgid "File Video O"
|
1115 |
-
msgstr ""
|
1116 |
-
|
1117 |
-
#: i18n/fontawesome.php:286
|
1118 |
-
msgid "File Word O"
|
1119 |
-
msgstr ""
|
1120 |
-
|
1121 |
-
#: i18n/fontawesome.php:287
|
1122 |
-
msgid "File Zip O"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
#: i18n/fontawesome.php:288
|
1126 |
-
msgid "Files O"
|
1127 |
-
msgstr ""
|
1128 |
-
|
1129 |
-
#: i18n/fontawesome.php:289
|
1130 |
-
msgid "Film"
|
1131 |
-
msgstr ""
|
1132 |
-
|
1133 |
-
#: i18n/fontawesome.php:290
|
1134 |
-
msgid "Filter"
|
1135 |
-
msgstr ""
|
1136 |
-
|
1137 |
-
#: i18n/fontawesome.php:291
|
1138 |
-
msgid "Fire"
|
1139 |
-
msgstr ""
|
1140 |
-
|
1141 |
-
#: i18n/fontawesome.php:292
|
1142 |
-
msgid "Fire Extinguisher"
|
1143 |
-
msgstr ""
|
1144 |
-
|
1145 |
-
#: i18n/fontawesome.php:293
|
1146 |
-
msgid "Firefox"
|
1147 |
-
msgstr ""
|
1148 |
-
|
1149 |
-
#: i18n/fontawesome.php:294
|
1150 |
-
msgid "First Order"
|
1151 |
-
msgstr ""
|
1152 |
-
|
1153 |
-
#: i18n/fontawesome.php:295
|
1154 |
-
msgid "Flag"
|
1155 |
-
msgstr ""
|
1156 |
-
|
1157 |
-
#: i18n/fontawesome.php:296
|
1158 |
-
msgid "Flag Checkered"
|
1159 |
-
msgstr ""
|
1160 |
-
|
1161 |
-
#: i18n/fontawesome.php:297
|
1162 |
-
msgid "Flag O"
|
1163 |
-
msgstr ""
|
1164 |
-
|
1165 |
-
#: i18n/fontawesome.php:298
|
1166 |
-
msgid "Flash"
|
1167 |
-
msgstr ""
|
1168 |
-
|
1169 |
-
#: i18n/fontawesome.php:299
|
1170 |
-
msgid "Flask"
|
1171 |
-
msgstr ""
|
1172 |
-
|
1173 |
-
#: i18n/fontawesome.php:300
|
1174 |
-
msgid "Flickr"
|
1175 |
-
msgstr ""
|
1176 |
-
|
1177 |
-
#: i18n/fontawesome.php:301
|
1178 |
-
msgid "Floppy O"
|
1179 |
-
msgstr ""
|
1180 |
-
|
1181 |
-
#: i18n/fontawesome.php:302
|
1182 |
-
msgid "Folder"
|
1183 |
-
msgstr ""
|
1184 |
-
|
1185 |
-
#: i18n/fontawesome.php:303
|
1186 |
-
msgid "Folder O"
|
1187 |
-
msgstr ""
|
1188 |
-
|
1189 |
-
#: i18n/fontawesome.php:304
|
1190 |
-
msgid "Folder Open"
|
1191 |
-
msgstr ""
|
1192 |
-
|
1193 |
-
#: i18n/fontawesome.php:305
|
1194 |
-
msgid "Folder Open O"
|
1195 |
-
msgstr ""
|
1196 |
-
|
1197 |
-
#: i18n/fontawesome.php:306 includes/abstracts/abstract-flash-widget.php:411
|
1198 |
-
msgid "Font"
|
1199 |
-
msgstr ""
|
1200 |
-
|
1201 |
-
#: i18n/fontawesome.php:307
|
1202 |
-
msgid "Font Awesome"
|
1203 |
-
msgstr ""
|
1204 |
-
|
1205 |
-
#: i18n/fontawesome.php:308
|
1206 |
-
msgid "Fonticons"
|
1207 |
-
msgstr ""
|
1208 |
-
|
1209 |
-
#: i18n/fontawesome.php:309
|
1210 |
-
msgid "Fort Awesome"
|
1211 |
-
msgstr ""
|
1212 |
-
|
1213 |
-
#: i18n/fontawesome.php:310
|
1214 |
-
msgid "Forumbee"
|
1215 |
-
msgstr ""
|
1216 |
-
|
1217 |
-
#: i18n/fontawesome.php:311
|
1218 |
-
msgid "Forward"
|
1219 |
-
msgstr ""
|
1220 |
-
|
1221 |
-
#: i18n/fontawesome.php:312
|
1222 |
-
msgid "Foursquare"
|
1223 |
-
msgstr ""
|
1224 |
-
|
1225 |
-
#: i18n/fontawesome.php:313
|
1226 |
-
msgid "Free Code Camp"
|
1227 |
-
msgstr ""
|
1228 |
-
|
1229 |
-
#: i18n/fontawesome.php:314
|
1230 |
-
msgid "Frown O"
|
1231 |
-
msgstr ""
|
1232 |
-
|
1233 |
-
#: i18n/fontawesome.php:315
|
1234 |
-
msgid "Futbol O"
|
1235 |
-
msgstr ""
|
1236 |
-
|
1237 |
-
#: i18n/fontawesome.php:316
|
1238 |
-
msgid "Gamepad"
|
1239 |
-
msgstr ""
|
1240 |
-
|
1241 |
-
#: i18n/fontawesome.php:317
|
1242 |
-
msgid "Gavel"
|
1243 |
-
msgstr ""
|
1244 |
-
|
1245 |
-
#: i18n/fontawesome.php:318
|
1246 |
-
msgid "Gbp"
|
1247 |
-
msgstr ""
|
1248 |
-
|
1249 |
-
#: i18n/fontawesome.php:319
|
1250 |
-
msgid "Ge"
|
1251 |
-
msgstr ""
|
1252 |
-
|
1253 |
-
#: i18n/fontawesome.php:320
|
1254 |
-
msgid "Gear"
|
1255 |
-
msgstr ""
|
1256 |
-
|
1257 |
-
#: i18n/fontawesome.php:321
|
1258 |
-
msgid "Gears"
|
1259 |
-
msgstr ""
|
1260 |
-
|
1261 |
-
#: i18n/fontawesome.php:322
|
1262 |
-
msgid "Genderless"
|
1263 |
-
msgstr ""
|
1264 |
-
|
1265 |
-
#: i18n/fontawesome.php:323
|
1266 |
-
msgid "Get Pocket"
|
1267 |
-
msgstr ""
|
1268 |
-
|
1269 |
-
#: i18n/fontawesome.php:324
|
1270 |
-
msgid "Gg"
|
1271 |
-
msgstr ""
|
1272 |
-
|
1273 |
-
#: i18n/fontawesome.php:325
|
1274 |
-
msgid "Gg Circle"
|
1275 |
-
msgstr ""
|
1276 |
-
|
1277 |
-
#: i18n/fontawesome.php:326
|
1278 |
-
msgid "Gift"
|
1279 |
-
msgstr ""
|
1280 |
-
|
1281 |
-
#: i18n/fontawesome.php:327
|
1282 |
-
msgid "Git"
|
1283 |
-
msgstr ""
|
1284 |
-
|
1285 |
-
#: i18n/fontawesome.php:328
|
1286 |
-
msgid "Git Square"
|
1287 |
-
msgstr ""
|
1288 |
-
|
1289 |
-
#: i18n/fontawesome.php:329
|
1290 |
-
msgid "Github"
|
1291 |
-
msgstr ""
|
1292 |
-
|
1293 |
-
#: i18n/fontawesome.php:330
|
1294 |
-
msgid "Github Alt"
|
1295 |
-
msgstr ""
|
1296 |
-
|
1297 |
-
#: i18n/fontawesome.php:331
|
1298 |
-
msgid "Github Square"
|
1299 |
-
msgstr ""
|
1300 |
-
|
1301 |
-
#: i18n/fontawesome.php:332
|
1302 |
-
msgid "Gitlab"
|
1303 |
-
msgstr ""
|
1304 |
-
|
1305 |
-
#: i18n/fontawesome.php:333
|
1306 |
-
msgid "Gittip"
|
1307 |
-
msgstr ""
|
1308 |
-
|
1309 |
-
#: i18n/fontawesome.php:334
|
1310 |
-
msgid "Glass"
|
1311 |
-
msgstr ""
|
1312 |
-
|
1313 |
-
#: i18n/fontawesome.php:335
|
1314 |
-
msgid "Glide"
|
1315 |
-
msgstr ""
|
1316 |
-
|
1317 |
-
#: i18n/fontawesome.php:336
|
1318 |
-
msgid "Glide G"
|
1319 |
-
msgstr ""
|
1320 |
-
|
1321 |
-
#: i18n/fontawesome.php:337
|
1322 |
-
msgid "Globe"
|
1323 |
-
msgstr ""
|
1324 |
-
|
1325 |
-
#: i18n/fontawesome.php:338
|
1326 |
-
msgid "Google"
|
1327 |
-
msgstr ""
|
1328 |
-
|
1329 |
-
#: i18n/fontawesome.php:339
|
1330 |
-
msgid "Google Plus"
|
1331 |
-
msgstr ""
|
1332 |
-
|
1333 |
-
#: i18n/fontawesome.php:340
|
1334 |
-
msgid "Google Plus Circle"
|
1335 |
-
msgstr ""
|
1336 |
-
|
1337 |
-
#: i18n/fontawesome.php:341
|
1338 |
-
msgid "Google Plus Official"
|
1339 |
-
msgstr ""
|
1340 |
-
|
1341 |
-
#: i18n/fontawesome.php:342
|
1342 |
-
msgid "Google Plus Square"
|
1343 |
-
msgstr ""
|
1344 |
-
|
1345 |
-
#: i18n/fontawesome.php:343
|
1346 |
-
msgid "Google Wallet"
|
1347 |
-
msgstr ""
|
1348 |
-
|
1349 |
-
#: i18n/fontawesome.php:344
|
1350 |
-
msgid "Graduation Cap"
|
1351 |
-
msgstr ""
|
1352 |
-
|
1353 |
-
#: i18n/fontawesome.php:345
|
1354 |
-
msgid "Gratipay"
|
1355 |
-
msgstr ""
|
1356 |
-
|
1357 |
-
#: i18n/fontawesome.php:346
|
1358 |
-
msgid "Grav"
|
1359 |
-
msgstr ""
|
1360 |
-
|
1361 |
-
#: i18n/fontawesome.php:347
|
1362 |
-
msgid "Group"
|
1363 |
-
msgstr ""
|
1364 |
-
|
1365 |
-
#: i18n/fontawesome.php:348
|
1366 |
-
msgid "H Square"
|
1367 |
-
msgstr ""
|
1368 |
-
|
1369 |
-
#: i18n/fontawesome.php:349
|
1370 |
-
msgid "Hacker News"
|
1371 |
-
msgstr ""
|
1372 |
-
|
1373 |
-
#: i18n/fontawesome.php:350
|
1374 |
-
msgid "Hand Grab O"
|
1375 |
-
msgstr ""
|
1376 |
-
|
1377 |
-
#: i18n/fontawesome.php:351
|
1378 |
-
msgid "Hand Lizard O"
|
1379 |
-
msgstr ""
|
1380 |
-
|
1381 |
-
#: i18n/fontawesome.php:352
|
1382 |
-
msgid "Hand O Down"
|
1383 |
-
msgstr ""
|
1384 |
-
|
1385 |
-
#: i18n/fontawesome.php:353
|
1386 |
-
msgid "Hand O Left"
|
1387 |
-
msgstr ""
|
1388 |
-
|
1389 |
-
#: i18n/fontawesome.php:354
|
1390 |
-
msgid "Hand O Right"
|
1391 |
-
msgstr ""
|
1392 |
-
|
1393 |
-
#: i18n/fontawesome.php:355
|
1394 |
-
msgid "Hand O Up"
|
1395 |
-
msgstr ""
|
1396 |
-
|
1397 |
-
#: i18n/fontawesome.php:356
|
1398 |
-
msgid "Hand Paper O"
|
1399 |
-
msgstr ""
|
1400 |
-
|
1401 |
-
#: i18n/fontawesome.php:357
|
1402 |
-
msgid "Hand Peace O"
|
1403 |
-
msgstr ""
|
1404 |
-
|
1405 |
-
#: i18n/fontawesome.php:358
|
1406 |
-
msgid "Hand Pointer O"
|
1407 |
-
msgstr ""
|
1408 |
-
|
1409 |
-
#: i18n/fontawesome.php:359
|
1410 |
-
msgid "Hand Rock O"
|
1411 |
-
msgstr ""
|
1412 |
-
|
1413 |
-
#: i18n/fontawesome.php:360
|
1414 |
-
msgid "Hand Scissors O"
|
1415 |
-
msgstr ""
|
1416 |
-
|
1417 |
-
#: i18n/fontawesome.php:361
|
1418 |
-
msgid "Hand Spock O"
|
1419 |
-
msgstr ""
|
1420 |
-
|
1421 |
-
#: i18n/fontawesome.php:362
|
1422 |
-
msgid "Hand Stop O"
|
1423 |
-
msgstr ""
|
1424 |
-
|
1425 |
-
#: i18n/fontawesome.php:363
|
1426 |
-
msgid "Handshake O"
|
1427 |
-
msgstr ""
|
1428 |
-
|
1429 |
-
#: i18n/fontawesome.php:364
|
1430 |
-
msgid "Hard Of Hearing"
|
1431 |
-
msgstr ""
|
1432 |
-
|
1433 |
-
#: i18n/fontawesome.php:365
|
1434 |
-
msgid "Hashtag"
|
1435 |
-
msgstr ""
|
1436 |
-
|
1437 |
-
#: i18n/fontawesome.php:366
|
1438 |
-
msgid "Hdd O"
|
1439 |
-
msgstr ""
|
1440 |
-
|
1441 |
-
#: i18n/fontawesome.php:367
|
1442 |
-
msgid "Header"
|
1443 |
-
msgstr ""
|
1444 |
-
|
1445 |
-
#: i18n/fontawesome.php:368
|
1446 |
-
msgid "Headphones"
|
1447 |
-
msgstr ""
|
1448 |
-
|
1449 |
-
#: i18n/fontawesome.php:369
|
1450 |
-
msgid "Heart"
|
1451 |
-
msgstr ""
|
1452 |
-
|
1453 |
-
#: i18n/fontawesome.php:370
|
1454 |
-
msgid "Heart O"
|
1455 |
-
msgstr ""
|
1456 |
-
|
1457 |
-
#: i18n/fontawesome.php:371
|
1458 |
-
msgid "Heartbeat"
|
1459 |
-
msgstr ""
|
1460 |
-
|
1461 |
-
#: i18n/fontawesome.php:372
|
1462 |
-
msgid "History"
|
1463 |
-
msgstr ""
|
1464 |
-
|
1465 |
-
#: i18n/fontawesome.php:373
|
1466 |
-
msgid "Home"
|
1467 |
-
msgstr ""
|
1468 |
-
|
1469 |
-
#: i18n/fontawesome.php:374
|
1470 |
-
msgid "Hospital O"
|
1471 |
-
msgstr ""
|
1472 |
-
|
1473 |
-
#: i18n/fontawesome.php:375
|
1474 |
-
msgid "Hotel"
|
1475 |
-
msgstr ""
|
1476 |
-
|
1477 |
-
#: i18n/fontawesome.php:376
|
1478 |
-
msgid "Hourglass"
|
1479 |
-
msgstr ""
|
1480 |
-
|
1481 |
-
#: i18n/fontawesome.php:377
|
1482 |
-
msgid "Hourglass 1"
|
1483 |
-
msgstr ""
|
1484 |
-
|
1485 |
-
#: i18n/fontawesome.php:378
|
1486 |
-
msgid "Hourglass 2"
|
1487 |
-
msgstr ""
|
1488 |
-
|
1489 |
-
#: i18n/fontawesome.php:379
|
1490 |
-
msgid "Hourglass 3"
|
1491 |
-
msgstr ""
|
1492 |
-
|
1493 |
-
#: i18n/fontawesome.php:380
|
1494 |
-
msgid "Hourglass End"
|
1495 |
-
msgstr ""
|
1496 |
-
|
1497 |
-
#: i18n/fontawesome.php:381
|
1498 |
-
msgid "Hourglass Half"
|
1499 |
-
msgstr ""
|
1500 |
-
|
1501 |
-
#: i18n/fontawesome.php:382
|
1502 |
-
msgid "Hourglass O"
|
1503 |
-
msgstr ""
|
1504 |
-
|
1505 |
-
#: i18n/fontawesome.php:383
|
1506 |
-
msgid "Hourglass Start"
|
1507 |
-
msgstr ""
|
1508 |
-
|
1509 |
-
#: i18n/fontawesome.php:384
|
1510 |
-
msgid "Houzz"
|
1511 |
-
msgstr ""
|
1512 |
-
|
1513 |
-
#: i18n/fontawesome.php:385
|
1514 |
-
msgid "Html5"
|
1515 |
-
msgstr ""
|
1516 |
-
|
1517 |
-
#: i18n/fontawesome.php:386
|
1518 |
-
msgid "I Cursor"
|
1519 |
-
msgstr ""
|
1520 |
-
|
1521 |
-
#: i18n/fontawesome.php:387
|
1522 |
-
msgid "Id Badge"
|
1523 |
-
msgstr ""
|
1524 |
-
|
1525 |
-
#: i18n/fontawesome.php:388
|
1526 |
-
msgid "Id Card"
|
1527 |
-
msgstr ""
|
1528 |
-
|
1529 |
-
#: i18n/fontawesome.php:389
|
1530 |
-
msgid "Id Card O"
|
1531 |
-
msgstr ""
|
1532 |
-
|
1533 |
-
#: i18n/fontawesome.php:390
|
1534 |
-
msgid "Ils"
|
1535 |
-
msgstr ""
|
1536 |
-
|
1537 |
-
#: i18n/fontawesome.php:391 includes/widgets/class-flash-widget-about.php:63
|
1538 |
-
#: includes/widgets/class-flash-widget-image.php:36
|
1539 |
-
#: includes/widgets/class-flash-widget-logo.php:57
|
1540 |
-
#: includes/widgets/class-flash-widget-slider.php:62
|
1541 |
-
#: includes/widgets/class-flash-widget-team.php:50
|
1542 |
-
#: includes/widgets/class-flash-widget-testimonial.php:57
|
1543 |
-
msgid "Image"
|
1544 |
-
msgstr ""
|
1545 |
-
|
1546 |
-
#: i18n/fontawesome.php:392
|
1547 |
-
msgid "Imdb"
|
1548 |
-
msgstr ""
|
1549 |
-
|
1550 |
-
#: i18n/fontawesome.php:393
|
1551 |
-
msgid "Inbox"
|
1552 |
-
msgstr ""
|
1553 |
-
|
1554 |
-
#: i18n/fontawesome.php:394
|
1555 |
-
msgid "Indent"
|
1556 |
-
msgstr ""
|
1557 |
-
|
1558 |
-
#: i18n/fontawesome.php:395
|
1559 |
-
msgid "Industry"
|
1560 |
-
msgstr ""
|
1561 |
-
|
1562 |
-
#: i18n/fontawesome.php:396
|
1563 |
-
msgid "Info"
|
1564 |
-
msgstr ""
|
1565 |
-
|
1566 |
-
#: i18n/fontawesome.php:397
|
1567 |
-
msgid "Info Circle"
|
1568 |
-
msgstr ""
|
1569 |
-
|
1570 |
-
#: i18n/fontawesome.php:398
|
1571 |
-
msgid "Inr"
|
1572 |
-
msgstr ""
|
1573 |
-
|
1574 |
-
#: i18n/fontawesome.php:399
|
1575 |
-
msgid "Instagram"
|
1576 |
-
msgstr ""
|
1577 |
-
|
1578 |
-
#: i18n/fontawesome.php:400
|
1579 |
-
msgid "Institution"
|
1580 |
-
msgstr ""
|
1581 |
-
|
1582 |
-
#: i18n/fontawesome.php:401
|
1583 |
-
msgid "Internet Explorer"
|
1584 |
-
msgstr ""
|
1585 |
-
|
1586 |
-
#: i18n/fontawesome.php:402
|
1587 |
-
msgid "Intersex"
|
1588 |
-
msgstr ""
|
1589 |
-
|
1590 |
-
#: i18n/fontawesome.php:403
|
1591 |
-
msgid "Ioxhost"
|
1592 |
-
msgstr ""
|
1593 |
-
|
1594 |
-
#: i18n/fontawesome.php:404
|
1595 |
-
msgid "Italic"
|
1596 |
-
msgstr ""
|
1597 |
-
|
1598 |
-
#: i18n/fontawesome.php:405
|
1599 |
-
msgid "Joomla"
|
1600 |
-
msgstr ""
|
1601 |
-
|
1602 |
-
#: i18n/fontawesome.php:406
|
1603 |
-
msgid "Jpy"
|
1604 |
-
msgstr ""
|
1605 |
-
|
1606 |
-
#: i18n/fontawesome.php:407
|
1607 |
-
msgid "Jsfiddle"
|
1608 |
-
msgstr ""
|
1609 |
-
|
1610 |
-
#: i18n/fontawesome.php:408
|
1611 |
-
msgid "Key"
|
1612 |
-
msgstr ""
|
1613 |
-
|
1614 |
-
#: i18n/fontawesome.php:409
|
1615 |
-
msgid "Keyboard O"
|
1616 |
-
msgstr ""
|
1617 |
-
|
1618 |
-
#: i18n/fontawesome.php:410
|
1619 |
-
msgid "Krw"
|
1620 |
-
msgstr ""
|
1621 |
-
|
1622 |
-
#: i18n/fontawesome.php:411
|
1623 |
-
msgid "Language"
|
1624 |
-
msgstr ""
|
1625 |
-
|
1626 |
-
#: i18n/fontawesome.php:412
|
1627 |
-
msgid "Laptop"
|
1628 |
-
msgstr ""
|
1629 |
-
|
1630 |
-
#: i18n/fontawesome.php:413
|
1631 |
-
msgid "Lastfm"
|
1632 |
-
msgstr ""
|
1633 |
-
|
1634 |
-
#: i18n/fontawesome.php:414
|
1635 |
-
msgid "Lastfm Square"
|
1636 |
-
msgstr ""
|
1637 |
-
|
1638 |
-
#: i18n/fontawesome.php:415
|
1639 |
-
msgid "Leaf"
|
1640 |
-
msgstr ""
|
1641 |
-
|
1642 |
-
#: i18n/fontawesome.php:416
|
1643 |
-
msgid "Leanpub"
|
1644 |
-
msgstr ""
|
1645 |
-
|
1646 |
-
#: i18n/fontawesome.php:417
|
1647 |
-
msgid "Legal"
|
1648 |
-
msgstr ""
|
1649 |
-
|
1650 |
-
#: i18n/fontawesome.php:418
|
1651 |
-
msgid "Lemon O"
|
1652 |
-
msgstr ""
|
1653 |
-
|
1654 |
-
#: i18n/fontawesome.php:419
|
1655 |
-
msgid "Level Down"
|
1656 |
-
msgstr ""
|
1657 |
-
|
1658 |
-
#: i18n/fontawesome.php:420
|
1659 |
-
msgid "Level Up"
|
1660 |
-
msgstr ""
|
1661 |
-
|
1662 |
-
#: i18n/fontawesome.php:421
|
1663 |
-
msgid "Life Bouy"
|
1664 |
-
msgstr ""
|
1665 |
-
|
1666 |
-
#: i18n/fontawesome.php:422
|
1667 |
-
msgid "Life Buoy"
|
1668 |
-
msgstr ""
|
1669 |
-
|
1670 |
-
#: i18n/fontawesome.php:423
|
1671 |
-
msgid "Life Ring"
|
1672 |
-
msgstr ""
|
1673 |
-
|
1674 |
-
#: i18n/fontawesome.php:424
|
1675 |
-
msgid "Life Saver"
|
1676 |
-
msgstr ""
|
1677 |
-
|
1678 |
-
#: i18n/fontawesome.php:425
|
1679 |
-
msgid "Lightbulb O"
|
1680 |
-
msgstr ""
|
1681 |
-
|
1682 |
-
#: i18n/fontawesome.php:426
|
1683 |
-
msgid "Line Chart"
|
1684 |
-
msgstr ""
|
1685 |
-
|
1686 |
-
#: i18n/fontawesome.php:427
|
1687 |
-
msgid "Link"
|
1688 |
-
msgstr ""
|
1689 |
-
|
1690 |
-
#: i18n/fontawesome.php:428
|
1691 |
-
msgid "Linkedin"
|
1692 |
-
msgstr ""
|
1693 |
-
|
1694 |
-
#: i18n/fontawesome.php:429
|
1695 |
-
msgid "Linkedin Square"
|
1696 |
-
msgstr ""
|
1697 |
-
|
1698 |
-
#: i18n/fontawesome.php:430
|
1699 |
-
msgid "Linode"
|
1700 |
-
msgstr ""
|
1701 |
-
|
1702 |
-
#: i18n/fontawesome.php:431
|
1703 |
-
msgid "Linux"
|
1704 |
-
msgstr ""
|
1705 |
-
|
1706 |
-
#: i18n/fontawesome.php:432
|
1707 |
-
msgid "List"
|
1708 |
-
msgstr ""
|
1709 |
-
|
1710 |
-
#: i18n/fontawesome.php:433
|
1711 |
-
msgid "List Alt"
|
1712 |
-
msgstr ""
|
1713 |
-
|
1714 |
-
#: i18n/fontawesome.php:434
|
1715 |
-
msgid "List Ol"
|
1716 |
-
msgstr ""
|
1717 |
-
|
1718 |
-
#: i18n/fontawesome.php:435
|
1719 |
-
msgid "List Ul"
|
1720 |
-
msgstr ""
|
1721 |
-
|
1722 |
-
#: i18n/fontawesome.php:436
|
1723 |
-
msgid "Location Arrow"
|
1724 |
-
msgstr ""
|
1725 |
-
|
1726 |
-
#: i18n/fontawesome.php:437
|
1727 |
-
msgid "Lock"
|
1728 |
-
msgstr ""
|
1729 |
-
|
1730 |
-
#: i18n/fontawesome.php:438
|
1731 |
-
msgid "Long Arrow Down"
|
1732 |
-
msgstr ""
|
1733 |
-
|
1734 |
-
#: i18n/fontawesome.php:439
|
1735 |
-
msgid "Long Arrow Left"
|
1736 |
-
msgstr ""
|
1737 |
-
|
1738 |
-
#: i18n/fontawesome.php:440
|
1739 |
-
msgid "Long Arrow Right"
|
1740 |
-
msgstr ""
|
1741 |
-
|
1742 |
-
#: i18n/fontawesome.php:441
|
1743 |
-
msgid "Long Arrow Up"
|
1744 |
-
msgstr ""
|
1745 |
-
|
1746 |
-
#: i18n/fontawesome.php:442
|
1747 |
-
msgid "Low Vision"
|
1748 |
-
msgstr ""
|
1749 |
-
|
1750 |
-
#: i18n/fontawesome.php:443
|
1751 |
-
msgid "Magic"
|
1752 |
-
msgstr ""
|
1753 |
-
|
1754 |
-
#: i18n/fontawesome.php:444
|
1755 |
-
msgid "Magnet"
|
1756 |
-
msgstr ""
|
1757 |
-
|
1758 |
-
#: i18n/fontawesome.php:445
|
1759 |
-
msgid "Mail Forward"
|
1760 |
-
msgstr ""
|
1761 |
-
|
1762 |
-
#: i18n/fontawesome.php:446
|
1763 |
-
msgid "Mail Reply"
|
1764 |
-
msgstr ""
|
1765 |
-
|
1766 |
-
#: i18n/fontawesome.php:447
|
1767 |
-
msgid "Mail Reply All"
|
1768 |
-
msgstr ""
|
1769 |
-
|
1770 |
-
#: i18n/fontawesome.php:448
|
1771 |
-
msgid "Male"
|
1772 |
-
msgstr ""
|
1773 |
-
|
1774 |
-
#: i18n/fontawesome.php:449
|
1775 |
-
msgid "Map"
|
1776 |
-
msgstr ""
|
1777 |
-
|
1778 |
-
#: i18n/fontawesome.php:450
|
1779 |
-
msgid "Map Marker"
|
1780 |
-
msgstr ""
|
1781 |
-
|
1782 |
-
#: i18n/fontawesome.php:451
|
1783 |
-
msgid "Map O"
|
1784 |
-
msgstr ""
|
1785 |
-
|
1786 |
-
#: i18n/fontawesome.php:452
|
1787 |
-
msgid "Map Pin"
|
1788 |
-
msgstr ""
|
1789 |
-
|
1790 |
-
#: i18n/fontawesome.php:453
|
1791 |
-
msgid "Map Signs"
|
1792 |
-
msgstr ""
|
1793 |
-
|
1794 |
-
#: i18n/fontawesome.php:454
|
1795 |
-
msgid "Mars"
|
1796 |
-
msgstr ""
|
1797 |
-
|
1798 |
-
#: i18n/fontawesome.php:455
|
1799 |
-
msgid "Mars Double"
|
1800 |
-
msgstr ""
|
1801 |
-
|
1802 |
-
#: i18n/fontawesome.php:456
|
1803 |
-
msgid "Mars Stroke"
|
1804 |
-
msgstr ""
|
1805 |
-
|
1806 |
-
#: i18n/fontawesome.php:457
|
1807 |
-
msgid "Mars Stroke H"
|
1808 |
-
msgstr ""
|
1809 |
-
|
1810 |
-
#: i18n/fontawesome.php:458
|
1811 |
-
msgid "Mars Stroke V"
|
1812 |
-
msgstr ""
|
1813 |
-
|
1814 |
-
#: i18n/fontawesome.php:459
|
1815 |
-
msgid "Maxcdn"
|
1816 |
-
msgstr ""
|
1817 |
-
|
1818 |
-
#: i18n/fontawesome.php:460
|
1819 |
-
msgid "Meanpath"
|
1820 |
-
msgstr ""
|
1821 |
-
|
1822 |
-
#: i18n/fontawesome.php:461
|
1823 |
-
#: includes/admin/meta-boxes/class-flash-meta-box-pageoptions-data.php:60
|
1824 |
-
msgid "Medium"
|
1825 |
-
msgstr ""
|
1826 |
-
|
1827 |
-
#: i18n/fontawesome.php:462
|
1828 |
-
msgid "Medkit"
|
1829 |
-
msgstr ""
|
1830 |
-
|
1831 |
-
#: i18n/fontawesome.php:463
|
1832 |
-
msgid "Meetup"
|
1833 |
-
msgstr ""
|
1834 |
-
|
1835 |
-
#: i18n/fontawesome.php:464
|
1836 |
-
msgid "Meh O"
|
1837 |
-
msgstr ""
|
1838 |
-
|
1839 |
-
#: i18n/fontawesome.php:465
|
1840 |
-
msgid "Mercury"
|
1841 |
-
msgstr ""
|
1842 |
-
|
1843 |
-
#: i18n/fontawesome.php:466
|
1844 |
-
msgid "Microchip"
|
1845 |
-
msgstr ""
|
1846 |
-
|
1847 |
-
#: i18n/fontawesome.php:467
|
1848 |
-
msgid "Microphone"
|
1849 |
-
msgstr ""
|
1850 |
-
|
1851 |
-
#: i18n/fontawesome.php:468
|
1852 |
-
msgid "Microphone Slash"
|
1853 |
-
msgstr ""
|
1854 |
-
|
1855 |
-
#: i18n/fontawesome.php:469
|
1856 |
-
msgid "Minus"
|
1857 |
-
msgstr ""
|
1858 |
-
|
1859 |
-
#: i18n/fontawesome.php:470
|
1860 |
-
msgid "Minus Circle"
|
1861 |
-
msgstr ""
|
1862 |
-
|
1863 |
-
#: i18n/fontawesome.php:471
|
1864 |
-
msgid "Minus Square"
|
1865 |
-
msgstr ""
|
1866 |
-
|
1867 |
-
#: i18n/fontawesome.php:472
|
1868 |
-
msgid "Minus Square O"
|
1869 |
-
msgstr ""
|
1870 |
-
|
1871 |
-
#: i18n/fontawesome.php:473
|
1872 |
-
msgid "Mixcloud"
|
1873 |
-
msgstr ""
|
1874 |
-
|
1875 |
-
#: i18n/fontawesome.php:474
|
1876 |
-
msgid "Mobile"
|
1877 |
-
msgstr ""
|
1878 |
-
|
1879 |
-
#: i18n/fontawesome.php:475
|
1880 |
-
msgid "Mobile Phone"
|
1881 |
-
msgstr ""
|
1882 |
-
|
1883 |
-
#: i18n/fontawesome.php:476
|
1884 |
-
msgid "Modx"
|
1885 |
-
msgstr ""
|
1886 |
-
|
1887 |
-
#: i18n/fontawesome.php:477
|
1888 |
-
msgid "Money"
|
1889 |
-
msgstr ""
|
1890 |
-
|
1891 |
-
#: i18n/fontawesome.php:478
|
1892 |
-
msgid "Moon O"
|
1893 |
-
msgstr ""
|
1894 |
-
|
1895 |
-
#: i18n/fontawesome.php:479
|
1896 |
-
msgid "Mortar Board"
|
1897 |
-
msgstr ""
|
1898 |
-
|
1899 |
-
#: i18n/fontawesome.php:480
|
1900 |
-
msgid "Motorcycle"
|
1901 |
-
msgstr ""
|
1902 |
-
|
1903 |
-
#: i18n/fontawesome.php:481
|
1904 |
-
msgid "Mouse Pointer"
|
1905 |
-
msgstr ""
|
1906 |
-
|
1907 |
-
#: i18n/fontawesome.php:482
|
1908 |
-
msgid "Music"
|
1909 |
-
msgstr ""
|
1910 |
-
|
1911 |
-
#: i18n/fontawesome.php:483
|
1912 |
-
msgid "Navicon"
|
1913 |
-
msgstr ""
|
1914 |
-
|
1915 |
-
#: i18n/fontawesome.php:484
|
1916 |
-
msgid "Neuter"
|
1917 |
-
msgstr ""
|
1918 |
-
|
1919 |
-
#: i18n/fontawesome.php:485
|
1920 |
-
msgid "Newspaper O"
|
1921 |
-
msgstr ""
|
1922 |
-
|
1923 |
-
#: i18n/fontawesome.php:486
|
1924 |
-
msgid "Object Group"
|
1925 |
-
msgstr ""
|
1926 |
-
|
1927 |
-
#: i18n/fontawesome.php:487
|
1928 |
-
msgid "Object Ungroup"
|
1929 |
-
msgstr ""
|
1930 |
-
|
1931 |
-
#: i18n/fontawesome.php:488
|
1932 |
-
msgid "Odnoklassniki"
|
1933 |
-
msgstr ""
|
1934 |
-
|
1935 |
-
#: i18n/fontawesome.php:489
|
1936 |
-
msgid "Odnoklassniki Square"
|
1937 |
-
msgstr ""
|
1938 |
-
|
1939 |
-
#: i18n/fontawesome.php:490
|
1940 |
-
msgid "Opencart"
|
1941 |
-
msgstr ""
|
1942 |
-
|
1943 |
-
#: i18n/fontawesome.php:491
|
1944 |
-
msgid "Openid"
|
1945 |
-
msgstr ""
|
1946 |
-
|
1947 |
-
#: i18n/fontawesome.php:492
|
1948 |
-
msgid "Opera"
|
1949 |
-
msgstr ""
|
1950 |
-
|
1951 |
-
#: i18n/fontawesome.php:493
|
1952 |
-
msgid "Optin Monster"
|
1953 |
-
msgstr ""
|
1954 |
-
|
1955 |
-
#: i18n/fontawesome.php:494
|
1956 |
-
msgid "Outdent"
|
1957 |
-
msgstr ""
|
1958 |
-
|
1959 |
-
#: i18n/fontawesome.php:495
|
1960 |
-
msgid "Pagelines"
|
1961 |
-
msgstr ""
|
1962 |
-
|
1963 |
-
#: i18n/fontawesome.php:496
|
1964 |
-
msgid "Paint Brush"
|
1965 |
-
msgstr ""
|
1966 |
-
|
1967 |
-
#: i18n/fontawesome.php:497
|
1968 |
-
msgid "Paper Plane"
|
1969 |
-
msgstr ""
|
1970 |
-
|
1971 |
-
#: i18n/fontawesome.php:498
|
1972 |
-
msgid "Paper Plane O"
|
1973 |
-
msgstr ""
|
1974 |
-
|
1975 |
-
#: i18n/fontawesome.php:499
|
1976 |
-
msgid "Paperclip"
|
1977 |
-
msgstr ""
|
1978 |
-
|
1979 |
-
#: i18n/fontawesome.php:500
|
1980 |
-
msgid "Paragraph"
|
1981 |
-
msgstr ""
|
1982 |
-
|
1983 |
-
#: i18n/fontawesome.php:501
|
1984 |
-
msgid "Paste"
|
1985 |
-
msgstr ""
|
1986 |
-
|
1987 |
-
#: i18n/fontawesome.php:502
|
1988 |
-
msgid "Pause"
|
1989 |
-
msgstr ""
|
1990 |
-
|
1991 |
-
#: i18n/fontawesome.php:503
|
1992 |
-
msgid "Pause Circle"
|
1993 |
-
msgstr ""
|
1994 |
-
|
1995 |
-
#: i18n/fontawesome.php:504
|
1996 |
-
msgid "Pause Circle O"
|
1997 |
-
msgstr ""
|
1998 |
-
|
1999 |
-
#: i18n/fontawesome.php:505
|
2000 |
-
msgid "Paw"
|
2001 |
-
msgstr ""
|
2002 |
-
|
2003 |
-
#: i18n/fontawesome.php:506
|
2004 |
-
msgid "Paypal"
|
2005 |
-
msgstr ""
|
2006 |
-
|
2007 |
-
#: i18n/fontawesome.php:507
|
2008 |
-
msgid "Pencil"
|
2009 |
-
msgstr ""
|
2010 |
-
|
2011 |
-
#: i18n/fontawesome.php:508
|
2012 |
-
msgid "Pencil Square"
|
2013 |
-
msgstr ""
|
2014 |
-
|
2015 |
-
#: i18n/fontawesome.php:509
|
2016 |
-
msgid "Pencil Square O"
|
2017 |
-
msgstr ""
|
2018 |
-
|
2019 |
-
#: i18n/fontawesome.php:510
|
2020 |
-
msgid "Percent"
|
2021 |
-
msgstr ""
|
2022 |
-
|
2023 |
-
#: i18n/fontawesome.php:511
|
2024 |
-
msgid "Phone"
|
2025 |
-
msgstr ""
|
2026 |
-
|
2027 |
-
#: i18n/fontawesome.php:512
|
2028 |
-
msgid "Phone Square"
|
2029 |
-
msgstr ""
|
2030 |
-
|
2031 |
-
#: i18n/fontawesome.php:513
|
2032 |
-
msgid "Photo"
|
2033 |
-
msgstr ""
|
2034 |
-
|
2035 |
-
#: i18n/fontawesome.php:514
|
2036 |
-
msgid "Picture O"
|
2037 |
-
msgstr ""
|
2038 |
-
|
2039 |
-
#: i18n/fontawesome.php:515
|
2040 |
-
msgid "Pie Chart"
|
2041 |
-
msgstr ""
|
2042 |
-
|
2043 |
-
#: i18n/fontawesome.php:516
|
2044 |
-
msgid "Pied Piper"
|
2045 |
-
msgstr ""
|
2046 |
-
|
2047 |
-
#: i18n/fontawesome.php:517
|
2048 |
-
msgid "Pied Piper Alt"
|
2049 |
-
msgstr ""
|
2050 |
-
|
2051 |
-
#: i18n/fontawesome.php:518
|
2052 |
-
msgid "Pied Piper Pp"
|
2053 |
-
msgstr ""
|
2054 |
-
|
2055 |
-
#: i18n/fontawesome.php:519
|
2056 |
-
msgid "Pinterest"
|
2057 |
-
msgstr ""
|
2058 |
-
|
2059 |
-
#: i18n/fontawesome.php:520
|
2060 |
-
msgid "Pinterest P"
|
2061 |
-
msgstr ""
|
2062 |
-
|
2063 |
-
#: i18n/fontawesome.php:521
|
2064 |
-
msgid "Pinterest Square"
|
2065 |
-
msgstr ""
|
2066 |
-
|
2067 |
-
#: i18n/fontawesome.php:522
|
2068 |
-
msgid "Plane"
|
2069 |
-
msgstr ""
|
2070 |
-
|
2071 |
-
#: i18n/fontawesome.php:523
|
2072 |
-
msgid "Play"
|
2073 |
-
msgstr ""
|
2074 |
-
|
2075 |
-
#: i18n/fontawesome.php:524
|
2076 |
-
msgid "Play Circle"
|
2077 |
-
msgstr ""
|
2078 |
-
|
2079 |
-
#: i18n/fontawesome.php:525
|
2080 |
-
msgid "Play Circle O"
|
2081 |
-
msgstr ""
|
2082 |
-
|
2083 |
-
#: i18n/fontawesome.php:526
|
2084 |
-
msgid "Plug"
|
2085 |
-
msgstr ""
|
2086 |
-
|
2087 |
-
#: i18n/fontawesome.php:527
|
2088 |
-
msgid "Plus"
|
2089 |
-
msgstr ""
|
2090 |
-
|
2091 |
-
#: i18n/fontawesome.php:528
|
2092 |
-
msgid "Plus Circle"
|
2093 |
-
msgstr ""
|
2094 |
-
|
2095 |
-
#: i18n/fontawesome.php:529
|
2096 |
-
msgid "Plus Square"
|
2097 |
-
msgstr ""
|
2098 |
-
|
2099 |
-
#: i18n/fontawesome.php:530
|
2100 |
-
msgid "Plus Square O"
|
2101 |
-
msgstr ""
|
2102 |
-
|
2103 |
-
#: i18n/fontawesome.php:531
|
2104 |
-
msgid "Podcast"
|
2105 |
-
msgstr ""
|
2106 |
-
|
2107 |
-
#: i18n/fontawesome.php:532
|
2108 |
-
msgid "Power Off"
|
2109 |
-
msgstr ""
|
2110 |
-
|
2111 |
-
#: i18n/fontawesome.php:533
|
2112 |
-
msgid "Print"
|
2113 |
-
msgstr ""
|
2114 |
-
|
2115 |
-
#: i18n/fontawesome.php:534
|
2116 |
-
msgid "Product Hunt"
|
2117 |
-
msgstr ""
|
2118 |
-
|
2119 |
-
#: i18n/fontawesome.php:535
|
2120 |
-
msgid "Puzzle Piece"
|
2121 |
-
msgstr ""
|
2122 |
-
|
2123 |
-
#: i18n/fontawesome.php:536
|
2124 |
-
msgid "Qq"
|
2125 |
-
msgstr ""
|
2126 |
-
|
2127 |
-
#: i18n/fontawesome.php:537
|
2128 |
-
msgid "Qrcode"
|
2129 |
-
msgstr ""
|
2130 |
-
|
2131 |
-
#: i18n/fontawesome.php:538
|
2132 |
-
msgid "Question"
|
2133 |
-
msgstr ""
|
2134 |
-
|
2135 |
-
#: i18n/fontawesome.php:539
|
2136 |
-
msgid "Question Circle"
|
2137 |
-
msgstr ""
|
2138 |
-
|
2139 |
-
#: i18n/fontawesome.php:540
|
2140 |
-
msgid "Question Circle O"
|
2141 |
-
msgstr ""
|
2142 |
-
|
2143 |
-
#: i18n/fontawesome.php:541
|
2144 |
-
msgid "Quora"
|
2145 |
-
msgstr ""
|
2146 |
-
|
2147 |
-
#: i18n/fontawesome.php:542
|
2148 |
-
msgid "Quote Left"
|
2149 |
-
msgstr ""
|
2150 |
-
|
2151 |
-
#: i18n/fontawesome.php:543
|
2152 |
-
msgid "Quote Right"
|
2153 |
-
msgstr ""
|
2154 |
-
|
2155 |
-
#: i18n/fontawesome.php:544
|
2156 |
-
msgid "Ra"
|
2157 |
-
msgstr ""
|
2158 |
-
|
2159 |
-
#: i18n/fontawesome.php:545
|
2160 |
-
msgid "Random"
|
2161 |
-
msgstr ""
|
2162 |
-
|
2163 |
-
#: i18n/fontawesome.php:546
|
2164 |
-
msgid "Ravelry"
|
2165 |
-
msgstr ""
|
2166 |
-
|
2167 |
-
#: i18n/fontawesome.php:547
|
2168 |
-
msgid "Rebel"
|
2169 |
-
msgstr ""
|
2170 |
-
|
2171 |
-
#: i18n/fontawesome.php:548
|
2172 |
-
msgid "Recycle"
|
2173 |
-
msgstr ""
|
2174 |
-
|
2175 |
-
#: i18n/fontawesome.php:549
|
2176 |
-
msgid "Reddit"
|
2177 |
-
msgstr ""
|
2178 |
-
|
2179 |
-
#: i18n/fontawesome.php:550
|
2180 |
-
msgid "Reddit Alien"
|
2181 |
-
msgstr ""
|
2182 |
-
|
2183 |
-
#: i18n/fontawesome.php:551
|
2184 |
-
msgid "Reddit Square"
|
2185 |
-
msgstr ""
|
2186 |
-
|
2187 |
-
#: i18n/fontawesome.php:552
|
2188 |
-
msgid "Refresh"
|
2189 |
-
msgstr ""
|
2190 |
-
|
2191 |
-
#: i18n/fontawesome.php:553
|
2192 |
-
msgid "Registered"
|
2193 |
-
msgstr ""
|
2194 |
-
|
2195 |
-
#: i18n/fontawesome.php:554
|
2196 |
-
msgid "Remove"
|
2197 |
-
msgstr ""
|
2198 |
-
|
2199 |
-
#: i18n/fontawesome.php:555
|
2200 |
-
msgid "Renren"
|
2201 |
-
msgstr ""
|
2202 |
-
|
2203 |
-
#: i18n/fontawesome.php:556
|
2204 |
-
msgid "Reorder"
|
2205 |
-
msgstr ""
|
2206 |
-
|
2207 |
-
#: i18n/fontawesome.php:557
|
2208 |
-
msgid "Repeat"
|
2209 |
-
msgstr ""
|
2210 |
-
|
2211 |
-
#: i18n/fontawesome.php:558
|
2212 |
-
msgid "Reply"
|
2213 |
-
msgstr ""
|
2214 |
-
|
2215 |
-
#: i18n/fontawesome.php:559
|
2216 |
-
msgid "Reply All"
|
2217 |
-
msgstr ""
|
2218 |
-
|
2219 |
-
#: i18n/fontawesome.php:560
|
2220 |
-
msgid "Resistance"
|
2221 |
-
msgstr ""
|
2222 |
-
|
2223 |
-
#: i18n/fontawesome.php:561
|
2224 |
-
msgid "Retweet"
|
2225 |
-
msgstr ""
|
2226 |
-
|
2227 |
-
#: i18n/fontawesome.php:562
|
2228 |
-
msgid "Rmb"
|
2229 |
-
msgstr ""
|
2230 |
-
|
2231 |
-
#: i18n/fontawesome.php:563
|
2232 |
-
msgid "Road"
|
2233 |
-
msgstr ""
|
2234 |
-
|
2235 |
-
#: i18n/fontawesome.php:564
|
2236 |
-
msgid "Rocket"
|
2237 |
-
msgstr ""
|
2238 |
-
|
2239 |
-
#: i18n/fontawesome.php:565
|
2240 |
-
msgid "Rotate Left"
|
2241 |
-
msgstr ""
|
2242 |
-
|
2243 |
-
#: i18n/fontawesome.php:566
|
2244 |
-
msgid "Rotate Right"
|
2245 |
-
msgstr ""
|
2246 |
-
|
2247 |
-
#: i18n/fontawesome.php:567
|
2248 |
-
msgid "Rouble"
|
2249 |
-
msgstr ""
|
2250 |
-
|
2251 |
-
#: i18n/fontawesome.php:568
|
2252 |
-
msgid "Rss"
|
2253 |
-
msgstr ""
|
2254 |
-
|
2255 |
-
#: i18n/fontawesome.php:569
|
2256 |
-
msgid "Rss Square"
|
2257 |
-
msgstr ""
|
2258 |
-
|
2259 |
-
#: i18n/fontawesome.php:570
|
2260 |
-
msgid "Rub"
|
2261 |
-
msgstr ""
|
2262 |
-
|
2263 |
-
#: i18n/fontawesome.php:571
|
2264 |
-
msgid "Ruble"
|
2265 |
-
msgstr ""
|
2266 |
-
|
2267 |
-
#: i18n/fontawesome.php:572
|
2268 |
-
msgid "Rupee"
|
2269 |
-
msgstr ""
|
2270 |
-
|
2271 |
-
#: i18n/fontawesome.php:573
|
2272 |
-
msgid "S15"
|
2273 |
-
msgstr ""
|
2274 |
-
|
2275 |
-
#: i18n/fontawesome.php:574
|
2276 |
-
msgid "Safari"
|
2277 |
-
msgstr ""
|
2278 |
-
|
2279 |
-
#: i18n/fontawesome.php:575
|
2280 |
-
msgid "Save"
|
2281 |
-
msgstr ""
|
2282 |
-
|
2283 |
-
#: i18n/fontawesome.php:576
|
2284 |
-
msgid "Scissors"
|
2285 |
-
msgstr ""
|
2286 |
-
|
2287 |
-
#: i18n/fontawesome.php:577
|
2288 |
-
msgid "Scribd"
|
2289 |
-
msgstr ""
|
2290 |
-
|
2291 |
-
#: i18n/fontawesome.php:578
|
2292 |
-
msgid "Search"
|
2293 |
-
msgstr ""
|
2294 |
-
|
2295 |
-
#: i18n/fontawesome.php:579
|
2296 |
-
msgid "Search Minus"
|
2297 |
-
msgstr ""
|
2298 |
-
|
2299 |
-
#: i18n/fontawesome.php:580
|
2300 |
-
msgid "Search Plus"
|
2301 |
-
msgstr ""
|
2302 |
-
|
2303 |
-
#: i18n/fontawesome.php:581
|
2304 |
-
msgid "Sellsy"
|
2305 |
-
msgstr ""
|
2306 |
-
|
2307 |
-
#: i18n/fontawesome.php:582
|
2308 |
-
msgid "Send"
|
2309 |
-
msgstr ""
|
2310 |
-
|
2311 |
-
#: i18n/fontawesome.php:583
|
2312 |
-
msgid "Send O"
|
2313 |
-
msgstr ""
|
2314 |
-
|
2315 |
-
#: i18n/fontawesome.php:584
|
2316 |
-
msgid "Server"
|
2317 |
-
msgstr ""
|
2318 |
-
|
2319 |
-
#: i18n/fontawesome.php:585
|
2320 |
-
msgid "Share"
|
2321 |
-
msgstr ""
|
2322 |
-
|
2323 |
-
#: i18n/fontawesome.php:586
|
2324 |
-
msgid "Share Alt"
|
2325 |
-
msgstr ""
|
2326 |
-
|
2327 |
-
#: i18n/fontawesome.php:587
|
2328 |
-
msgid "Share Alt Square"
|
2329 |
-
msgstr ""
|
2330 |
-
|
2331 |
-
#: i18n/fontawesome.php:588
|
2332 |
-
msgid "Share Square"
|
2333 |
-
msgstr ""
|
2334 |
-
|
2335 |
-
#: i18n/fontawesome.php:589
|
2336 |
-
msgid "Share Square O"
|
2337 |
-
msgstr ""
|
2338 |
-
|
2339 |
-
#: i18n/fontawesome.php:590
|
2340 |
-
msgid "Shekel"
|
2341 |
-
msgstr ""
|
2342 |
-
|
2343 |
-
#: i18n/fontawesome.php:591
|
2344 |
-
msgid "Sheqel"
|
2345 |
-
msgstr ""
|
2346 |
-
|
2347 |
-
#: i18n/fontawesome.php:592
|
2348 |
-
msgid "Shield"
|
2349 |
-
msgstr ""
|
2350 |
-
|
2351 |
-
#: i18n/fontawesome.php:593
|
2352 |
-
msgid "Ship"
|
2353 |
-
msgstr ""
|
2354 |
-
|
2355 |
-
#: i18n/fontawesome.php:594
|
2356 |
-
msgid "Shirtsinbulk"
|
2357 |
-
msgstr ""
|
2358 |
-
|
2359 |
-
#: i18n/fontawesome.php:595
|
2360 |
-
msgid "Shopping Bag"
|
2361 |
-
msgstr ""
|
2362 |
-
|
2363 |
-
#: i18n/fontawesome.php:596
|
2364 |
-
msgid "Shopping Basket"
|
2365 |
-
msgstr ""
|
2366 |
-
|
2367 |
-
#: i18n/fontawesome.php:597
|
2368 |
-
msgid "Shopping Cart"
|
2369 |
-
msgstr ""
|
2370 |
-
|
2371 |
-
#: i18n/fontawesome.php:598
|
2372 |
-
msgid "Shower"
|
2373 |
-
msgstr ""
|
2374 |
-
|
2375 |
-
#: i18n/fontawesome.php:599
|
2376 |
-
msgid "Sign In"
|
2377 |
-
msgstr ""
|
2378 |
-
|
2379 |
-
#: i18n/fontawesome.php:600
|
2380 |
-
msgid "Sign Language"
|
2381 |
-
msgstr ""
|
2382 |
-
|
2383 |
-
#: i18n/fontawesome.php:601
|
2384 |
-
msgid "Sign Out"
|
2385 |
-
msgstr ""
|
2386 |
-
|
2387 |
-
#: i18n/fontawesome.php:602
|
2388 |
-
msgid "Signal"
|
2389 |
-
msgstr ""
|
2390 |
-
|
2391 |
-
#: i18n/fontawesome.php:603
|
2392 |
-
msgid "Signing"
|
2393 |
-
msgstr ""
|
2394 |
-
|
2395 |
-
#: i18n/fontawesome.php:604
|
2396 |
-
msgid "Simplybuilt"
|
2397 |
-
msgstr ""
|
2398 |
-
|
2399 |
-
#: i18n/fontawesome.php:605
|
2400 |
-
msgid "Sitemap"
|
2401 |
-
msgstr ""
|
2402 |
-
|
2403 |
-
#: i18n/fontawesome.php:606
|
2404 |
-
msgid "Skyatlas"
|
2405 |
-
msgstr ""
|
2406 |
-
|
2407 |
-
#: i18n/fontawesome.php:607
|
2408 |
-
msgid "Skype"
|
2409 |
-
msgstr ""
|
2410 |
-
|
2411 |
-
#: i18n/fontawesome.php:608
|
2412 |
-
msgid "Slack"
|
2413 |
-
msgstr ""
|
2414 |
-
|
2415 |
-
#: i18n/fontawesome.php:609
|
2416 |
-
msgid "Sliders"
|
2417 |
-
msgstr ""
|
2418 |
-
|
2419 |
-
#: i18n/fontawesome.php:610
|
2420 |
-
msgid "Slideshare"
|
2421 |
-
msgstr ""
|
2422 |
-
|
2423 |
-
#: i18n/fontawesome.php:611
|
2424 |
-
msgid "Smile O"
|
2425 |
-
msgstr ""
|
2426 |
-
|
2427 |
-
#: i18n/fontawesome.php:612
|
2428 |
-
msgid "Snapchat"
|
2429 |
-
msgstr ""
|
2430 |
-
|
2431 |
-
#: i18n/fontawesome.php:613
|
2432 |
-
msgid "Snapchat Ghost"
|
2433 |
-
msgstr ""
|
2434 |
-
|
2435 |
-
#: i18n/fontawesome.php:614
|
2436 |
-
msgid "Snapchat Square"
|
2437 |
-
msgstr ""
|
2438 |
-
|
2439 |
-
#: i18n/fontawesome.php:615
|
2440 |
-
msgid "Snowflake O"
|
2441 |
-
msgstr ""
|
2442 |
-
|
2443 |
-
#: i18n/fontawesome.php:616
|
2444 |
-
msgid "Soccer Ball O"
|
2445 |
-
msgstr ""
|
2446 |
-
|
2447 |
-
#: i18n/fontawesome.php:617
|
2448 |
-
msgid "Sort"
|
2449 |
-
msgstr ""
|
2450 |
-
|
2451 |
-
#: i18n/fontawesome.php:618
|
2452 |
-
msgid "Sort Alpha Asc"
|
2453 |
-
msgstr ""
|
2454 |
-
|
2455 |
-
#: i18n/fontawesome.php:619
|
2456 |
-
msgid "Sort Alpha Desc"
|
2457 |
-
msgstr ""
|
2458 |
-
|
2459 |
-
#: i18n/fontawesome.php:620
|
2460 |
-
msgid "Sort Amount Asc"
|
2461 |
-
msgstr ""
|
2462 |
-
|
2463 |
-
#: i18n/fontawesome.php:621
|
2464 |
-
msgid "Sort Amount Desc"
|
2465 |
-
msgstr ""
|
2466 |
-
|
2467 |
-
#: i18n/fontawesome.php:622
|
2468 |
-
msgid "Sort Asc"
|
2469 |
-
msgstr ""
|
2470 |
-
|
2471 |
-
#: i18n/fontawesome.php:623
|
2472 |
-
msgid "Sort Desc"
|
2473 |
-
msgstr ""
|
2474 |
-
|
2475 |
-
#: i18n/fontawesome.php:624
|
2476 |
-
msgid "Sort Down"
|
2477 |
-
msgstr ""
|
2478 |
-
|
2479 |
-
#: i18n/fontawesome.php:625
|
2480 |
-
msgid "Sort Numeric Asc"
|
2481 |
-
msgstr ""
|
2482 |
-
|
2483 |
-
#: i18n/fontawesome.php:626
|
2484 |
-
msgid "Sort Numeric Desc"
|
2485 |
-
msgstr ""
|
2486 |
-
|
2487 |
-
#: i18n/fontawesome.php:627
|
2488 |
-
msgid "Sort Up"
|
2489 |
-
msgstr ""
|
2490 |
-
|
2491 |
-
#: i18n/fontawesome.php:628
|
2492 |
-
msgid "Soundcloud"
|
2493 |
-
msgstr ""
|
2494 |
-
|
2495 |
-
#: i18n/fontawesome.php:629
|
2496 |
-
msgid "Space Shuttle"
|
2497 |
-
msgstr ""
|
2498 |
-
|
2499 |
-
#: i18n/fontawesome.php:630
|
2500 |
-
msgid "Spinner"
|
2501 |
-
msgstr ""
|
2502 |
-
|
2503 |
-
#: i18n/fontawesome.php:631
|
2504 |
-
msgid "Spoon"
|
2505 |
-
msgstr ""
|
2506 |
-
|
2507 |
-
#: i18n/fontawesome.php:632
|
2508 |
-
msgid "Spotify"
|
2509 |
-
msgstr ""
|
2510 |
-
|
2511 |
-
#: i18n/fontawesome.php:633
|
2512 |
-
msgid "Square"
|
2513 |
-
msgstr ""
|
2514 |
-
|
2515 |
-
#: i18n/fontawesome.php:634
|
2516 |
-
msgid "Square O"
|
2517 |
-
msgstr ""
|
2518 |
-
|
2519 |
-
#: i18n/fontawesome.php:635
|
2520 |
-
msgid "Stack Exchange"
|
2521 |
-
msgstr ""
|
2522 |
-
|
2523 |
-
#: i18n/fontawesome.php:636
|
2524 |
-
msgid "Stack Overflow"
|
2525 |
-
msgstr ""
|
2526 |
-
|
2527 |
-
#: i18n/fontawesome.php:637
|
2528 |
-
msgid "Star"
|
2529 |
-
msgstr ""
|
2530 |
-
|
2531 |
-
#: i18n/fontawesome.php:638
|
2532 |
-
msgid "Star Half"
|
2533 |
-
msgstr ""
|
2534 |
-
|
2535 |
-
#: i18n/fontawesome.php:639
|
2536 |
-
msgid "Star Half Empty"
|
2537 |
-
msgstr ""
|
2538 |
-
|
2539 |
-
#: i18n/fontawesome.php:640
|
2540 |
-
msgid "Star Half Full"
|
2541 |
-
msgstr ""
|
2542 |
-
|
2543 |
-
#: i18n/fontawesome.php:641
|
2544 |
-
msgid "Star Half O"
|
2545 |
-
msgstr ""
|
2546 |
-
|
2547 |
-
#: i18n/fontawesome.php:642
|
2548 |
-
msgid "Star O"
|
2549 |
-
msgstr ""
|
2550 |
-
|
2551 |
-
#: i18n/fontawesome.php:643
|
2552 |
-
msgid "Steam"
|
2553 |
-
msgstr ""
|
2554 |
-
|
2555 |
-
#: i18n/fontawesome.php:644
|
2556 |
-
msgid "Steam Square"
|
2557 |
-
msgstr ""
|
2558 |
-
|
2559 |
-
#: i18n/fontawesome.php:645
|
2560 |
-
msgid "Step Backward"
|
2561 |
-
msgstr ""
|
2562 |
-
|
2563 |
-
#: i18n/fontawesome.php:646
|
2564 |
-
msgid "Step Forward"
|
2565 |
-
msgstr ""
|
2566 |
-
|
2567 |
-
#: i18n/fontawesome.php:647
|
2568 |
-
msgid "Stethoscope"
|
2569 |
-
msgstr ""
|
2570 |
-
|
2571 |
-
#: i18n/fontawesome.php:648
|
2572 |
-
msgid "Sticky Note"
|
2573 |
-
msgstr ""
|
2574 |
-
|
2575 |
-
#: i18n/fontawesome.php:649
|
2576 |
-
msgid "Sticky Note O"
|
2577 |
-
msgstr ""
|
2578 |
-
|
2579 |
-
#: i18n/fontawesome.php:650
|
2580 |
-
msgid "Stop"
|
2581 |
-
msgstr ""
|
2582 |
-
|
2583 |
-
#: i18n/fontawesome.php:651
|
2584 |
-
msgid "Stop Circle"
|
2585 |
-
msgstr ""
|
2586 |
-
|
2587 |
-
#: i18n/fontawesome.php:652
|
2588 |
-
msgid "Stop Circle O"
|
2589 |
-
msgstr ""
|
2590 |
-
|
2591 |
-
#: i18n/fontawesome.php:653
|
2592 |
-
msgid "Street View"
|
2593 |
-
msgstr ""
|
2594 |
-
|
2595 |
-
#: i18n/fontawesome.php:654
|
2596 |
-
msgid "Strikethrough"
|
2597 |
-
msgstr ""
|
2598 |
-
|
2599 |
-
#: i18n/fontawesome.php:655
|
2600 |
-
msgid "Stumbleupon"
|
2601 |
-
msgstr ""
|
2602 |
-
|
2603 |
-
#: i18n/fontawesome.php:656
|
2604 |
-
msgid "Stumbleupon Circle"
|
2605 |
-
msgstr ""
|
2606 |
-
|
2607 |
-
#: i18n/fontawesome.php:657
|
2608 |
-
msgid "Subscript"
|
2609 |
-
msgstr ""
|
2610 |
-
|
2611 |
-
#: i18n/fontawesome.php:658
|
2612 |
-
msgid "Subway"
|
2613 |
-
msgstr ""
|
2614 |
-
|
2615 |
-
#: i18n/fontawesome.php:659
|
2616 |
-
msgid "Suitcase"
|
2617 |
-
msgstr ""
|
2618 |
-
|
2619 |
-
#: i18n/fontawesome.php:660
|
2620 |
-
msgid "Sun O"
|
2621 |
-
msgstr ""
|
2622 |
-
|
2623 |
-
#: i18n/fontawesome.php:661
|
2624 |
-
msgid "Superpowers"
|
2625 |
-
msgstr ""
|
2626 |
-
|
2627 |
-
#: i18n/fontawesome.php:662
|
2628 |
-
msgid "Superscript"
|
2629 |
-
msgstr ""
|
2630 |
-
|
2631 |
-
#: i18n/fontawesome.php:663
|
2632 |
-
msgid "Support"
|
2633 |
-
msgstr ""
|
2634 |
-
|
2635 |
-
#: i18n/fontawesome.php:664
|
2636 |
-
msgid "Table"
|
2637 |
-
msgstr ""
|
2638 |
-
|
2639 |
-
#: i18n/fontawesome.php:665
|
2640 |
-
msgid "Tablet"
|
2641 |
-
msgstr ""
|
2642 |
-
|
2643 |
-
#: i18n/fontawesome.php:666
|
2644 |
-
msgid "Tachometer"
|
2645 |
-
msgstr ""
|
2646 |
-
|
2647 |
-
#: i18n/fontawesome.php:667 includes/class-flash-post-types.php:88
|
2648 |
-
msgid "Tag"
|
2649 |
-
msgstr ""
|
2650 |
-
|
2651 |
-
#: i18n/fontawesome.php:668 includes/class-flash-post-types.php:85
|
2652 |
-
msgid "Tags"
|
2653 |
-
msgstr ""
|
2654 |
-
|
2655 |
-
#: i18n/fontawesome.php:669
|
2656 |
-
msgid "Tasks"
|
2657 |
-
msgstr ""
|
2658 |
-
|
2659 |
-
#: i18n/fontawesome.php:670
|
2660 |
-
msgid "Taxi"
|
2661 |
-
msgstr ""
|
2662 |
-
|
2663 |
-
#: i18n/fontawesome.php:671
|
2664 |
-
msgid "Telegram"
|
2665 |
-
msgstr ""
|
2666 |
-
|
2667 |
-
#: i18n/fontawesome.php:672
|
2668 |
-
msgid "Television"
|
2669 |
-
msgstr ""
|
2670 |
-
|
2671 |
-
#: i18n/fontawesome.php:673
|
2672 |
-
msgid "Tencent Weibo"
|
2673 |
-
msgstr ""
|
2674 |
-
|
2675 |
-
#: i18n/fontawesome.php:674
|
2676 |
-
msgid "Terminal"
|
2677 |
-
msgstr ""
|
2678 |
-
|
2679 |
-
#: i18n/fontawesome.php:675
|
2680 |
-
msgid "Text Height"
|
2681 |
-
msgstr ""
|
2682 |
-
|
2683 |
-
#: i18n/fontawesome.php:676
|
2684 |
-
msgid "Text Width"
|
2685 |
-
msgstr ""
|
2686 |
-
|
2687 |
-
#: i18n/fontawesome.php:677
|
2688 |
-
msgid "Th"
|
2689 |
-
msgstr ""
|
2690 |
-
|
2691 |
-
#: i18n/fontawesome.php:678
|
2692 |
-
msgid "Th Large"
|
2693 |
-
msgstr ""
|
2694 |
-
|
2695 |
-
#: i18n/fontawesome.php:679
|
2696 |
-
msgid "Th List"
|
2697 |
-
msgstr ""
|
2698 |
-
|
2699 |
-
#: i18n/fontawesome.php:680
|
2700 |
-
msgid "Themeisle"
|
2701 |
-
msgstr ""
|
2702 |
-
|
2703 |
-
#: i18n/fontawesome.php:681
|
2704 |
-
msgid "Thermometer"
|
2705 |
-
msgstr ""
|
2706 |
-
|
2707 |
-
#: i18n/fontawesome.php:682
|
2708 |
-
msgid "Thermometer 0"
|
2709 |
-
msgstr ""
|
2710 |
-
|
2711 |
-
#: i18n/fontawesome.php:683
|
2712 |
-
msgid "Thermometer 1"
|
2713 |
-
msgstr ""
|
2714 |
-
|
2715 |
-
#: i18n/fontawesome.php:684
|
2716 |
-
msgid "Thermometer 2"
|
2717 |
-
msgstr ""
|
2718 |
-
|
2719 |
-
#: i18n/fontawesome.php:685
|
2720 |
-
msgid "Thermometer 3"
|
2721 |
-
msgstr ""
|
2722 |
-
|
2723 |
-
#: i18n/fontawesome.php:686
|
2724 |
-
msgid "Thermometer 4"
|
2725 |
-
msgstr ""
|
2726 |
-
|
2727 |
-
#: i18n/fontawesome.php:687
|
2728 |
-
msgid "Thermometer Empty"
|
2729 |
-
msgstr ""
|
2730 |
-
|
2731 |
-
#: i18n/fontawesome.php:688
|
2732 |
-
msgid "Thermometer Full"
|
2733 |
-
msgstr ""
|
2734 |
-
|
2735 |
-
#: i18n/fontawesome.php:689
|
2736 |
-
msgid "Thermometer Half"
|
2737 |
-
msgstr ""
|
2738 |
-
|
2739 |
-
#: i18n/fontawesome.php:690
|
2740 |
-
msgid "Thermometer Quarter"
|
2741 |
-
msgstr ""
|
2742 |
-
|
2743 |
-
#: i18n/fontawesome.php:691
|
2744 |
-
msgid "Thermometer Three Quarters"
|
2745 |
-
msgstr ""
|
2746 |
-
|
2747 |
-
#: i18n/fontawesome.php:692
|
2748 |
-
msgid "Thumb Tack"
|
2749 |
-
msgstr ""
|
2750 |
-
|
2751 |
-
#: i18n/fontawesome.php:693
|
2752 |
-
msgid "Thumbs Down"
|
2753 |
-
msgstr ""
|
2754 |
-
|
2755 |
-
#: i18n/fontawesome.php:694
|
2756 |
-
msgid "Thumbs O Down"
|
2757 |
-
msgstr ""
|
2758 |
-
|
2759 |
-
#: i18n/fontawesome.php:695
|
2760 |
-
msgid "Thumbs O Up"
|
2761 |
-
msgstr ""
|
2762 |
-
|
2763 |
-
#: i18n/fontawesome.php:696
|
2764 |
-
msgid "Thumbs Up"
|
2765 |
-
msgstr ""
|
2766 |
-
|
2767 |
-
#: i18n/fontawesome.php:697
|
2768 |
-
msgid "Ticket"
|
2769 |
-
msgstr ""
|
2770 |
-
|
2771 |
-
#: i18n/fontawesome.php:698
|
2772 |
-
msgid "Times"
|
2773 |
-
msgstr ""
|
2774 |
-
|
2775 |
-
#: i18n/fontawesome.php:699
|
2776 |
-
msgid "Times Circle"
|
2777 |
-
msgstr ""
|
2778 |
-
|
2779 |
-
#: i18n/fontawesome.php:700
|
2780 |
-
msgid "Times Circle O"
|
2781 |
-
msgstr ""
|
2782 |
-
|
2783 |
-
#: i18n/fontawesome.php:701
|
2784 |
-
msgid "Times Rectangle"
|
2785 |
-
msgstr ""
|
2786 |
-
|
2787 |
-
#: i18n/fontawesome.php:702
|
2788 |
-
msgid "Times Rectangle O"
|
2789 |
-
msgstr ""
|
2790 |
-
|
2791 |
-
#: i18n/fontawesome.php:703
|
2792 |
-
msgid "Tint"
|
2793 |
-
msgstr ""
|
2794 |
-
|
2795 |
-
#: i18n/fontawesome.php:704
|
2796 |
-
msgid "Toggle Down"
|
2797 |
-
msgstr ""
|
2798 |
-
|
2799 |
-
#: i18n/fontawesome.php:705
|
2800 |
-
msgid "Toggle Left"
|
2801 |
-
msgstr ""
|
2802 |
-
|
2803 |
-
#: i18n/fontawesome.php:706
|
2804 |
-
msgid "Toggle Off"
|
2805 |
-
msgstr ""
|
2806 |
-
|
2807 |
-
#: i18n/fontawesome.php:707
|
2808 |
-
msgid "Toggle On"
|
2809 |
-
msgstr ""
|
2810 |
-
|
2811 |
-
#: i18n/fontawesome.php:708
|
2812 |
-
msgid "Toggle Right"
|
2813 |
-
msgstr ""
|
2814 |
-
|
2815 |
-
#: i18n/fontawesome.php:709
|
2816 |
-
msgid "Toggle Up"
|
2817 |
-
msgstr ""
|
2818 |
-
|
2819 |
-
#: i18n/fontawesome.php:710
|
2820 |
-
msgid "Trademark"
|
2821 |
-
msgstr ""
|
2822 |
-
|
2823 |
-
#: i18n/fontawesome.php:711
|
2824 |
-
msgid "Train"
|
2825 |
-
msgstr ""
|
2826 |
-
|
2827 |
-
#: i18n/fontawesome.php:712
|
2828 |
-
msgid "Transgender"
|
2829 |
-
msgstr ""
|
2830 |
-
|
2831 |
-
#: i18n/fontawesome.php:713
|
2832 |
-
msgid "Transgender Alt"
|
2833 |
-
msgstr ""
|
2834 |
-
|
2835 |
-
#: i18n/fontawesome.php:714
|
2836 |
-
msgid "Trash"
|
2837 |
-
msgstr ""
|
2838 |
-
|
2839 |
-
#: i18n/fontawesome.php:715
|
2840 |
-
msgid "Trash O"
|
2841 |
-
msgstr ""
|
2842 |
-
|
2843 |
-
#: i18n/fontawesome.php:716
|
2844 |
-
msgid "Tree"
|
2845 |
-
msgstr ""
|
2846 |
-
|
2847 |
-
#: i18n/fontawesome.php:717
|
2848 |
-
msgid "Trello"
|
2849 |
-
msgstr ""
|
2850 |
-
|
2851 |
-
#: i18n/fontawesome.php:718
|
2852 |
-
msgid "Tripadvisor"
|
2853 |
-
msgstr ""
|
2854 |
-
|
2855 |
-
#: i18n/fontawesome.php:719
|
2856 |
-
msgid "Trophy"
|
2857 |
-
msgstr ""
|
2858 |
-
|
2859 |
-
#: i18n/fontawesome.php:720
|
2860 |
-
msgid "Truck"
|
2861 |
-
msgstr ""
|
2862 |
-
|
2863 |
-
#: i18n/fontawesome.php:721
|
2864 |
-
msgid "Try"
|
2865 |
-
msgstr ""
|
2866 |
-
|
2867 |
-
#: i18n/fontawesome.php:722
|
2868 |
-
msgid "Tty"
|
2869 |
-
msgstr ""
|
2870 |
-
|
2871 |
-
#: i18n/fontawesome.php:723
|
2872 |
-
msgid "Tumblr"
|
2873 |
-
msgstr ""
|
2874 |
-
|
2875 |
-
#: i18n/fontawesome.php:724
|
2876 |
-
msgid "Tumblr Square"
|
2877 |
-
msgstr ""
|
2878 |
-
|
2879 |
-
#: i18n/fontawesome.php:725
|
2880 |
-
msgid "Turkish Lira"
|
2881 |
-
msgstr ""
|
2882 |
-
|
2883 |
-
#: i18n/fontawesome.php:726
|
2884 |
-
msgid "Tv"
|
2885 |
-
msgstr ""
|
2886 |
-
|
2887 |
-
#: i18n/fontawesome.php:727
|
2888 |
-
msgid "Twitch"
|
2889 |
-
msgstr ""
|
2890 |
-
|
2891 |
-
#: i18n/fontawesome.php:728
|
2892 |
-
msgid "Twitter"
|
2893 |
-
msgstr ""
|
2894 |
-
|
2895 |
-
#: i18n/fontawesome.php:729
|
2896 |
-
msgid "Twitter Square"
|
2897 |
-
msgstr ""
|
2898 |
-
|
2899 |
-
#: i18n/fontawesome.php:730
|
2900 |
-
msgid "Umbrella"
|
2901 |
-
msgstr ""
|
2902 |
-
|
2903 |
-
#: i18n/fontawesome.php:731
|
2904 |
-
msgid "Underline"
|
2905 |
-
msgstr ""
|
2906 |
-
|
2907 |
-
#: i18n/fontawesome.php:732
|
2908 |
-
msgid "Undo"
|
2909 |
-
msgstr ""
|
2910 |
-
|
2911 |
-
#: i18n/fontawesome.php:733
|
2912 |
-
msgid "Universal Access"
|
2913 |
-
msgstr ""
|
2914 |
-
|
2915 |
-
#: i18n/fontawesome.php:734
|
2916 |
-
msgid "University"
|
2917 |
-
msgstr ""
|
2918 |
-
|
2919 |
-
#: i18n/fontawesome.php:735
|
2920 |
-
msgid "Unlink"
|
2921 |
-
msgstr ""
|
2922 |
-
|
2923 |
-
#: i18n/fontawesome.php:736
|
2924 |
-
msgid "Unlock"
|
2925 |
-
msgstr ""
|
2926 |
-
|
2927 |
-
#: i18n/fontawesome.php:737
|
2928 |
-
msgid "Unlock Alt"
|
2929 |
-
msgstr ""
|
2930 |
-
|
2931 |
-
#: i18n/fontawesome.php:738
|
2932 |
-
msgid "Unsorted"
|
2933 |
-
msgstr ""
|
2934 |
-
|
2935 |
-
#: i18n/fontawesome.php:739
|
2936 |
-
msgid "Upload"
|
2937 |
-
msgstr ""
|
2938 |
-
|
2939 |
-
#: i18n/fontawesome.php:740
|
2940 |
-
msgid "Usb"
|
2941 |
-
msgstr ""
|
2942 |
-
|
2943 |
-
#: i18n/fontawesome.php:741
|
2944 |
-
msgid "Usd"
|
2945 |
-
msgstr ""
|
2946 |
-
|
2947 |
-
#: i18n/fontawesome.php:742
|
2948 |
-
msgid "User"
|
2949 |
-
msgstr ""
|
2950 |
-
|
2951 |
-
#: i18n/fontawesome.php:743
|
2952 |
-
msgid "User Circle"
|
2953 |
-
msgstr ""
|
2954 |
-
|
2955 |
-
#: i18n/fontawesome.php:744
|
2956 |
-
msgid "User Circle O"
|
2957 |
-
msgstr ""
|
2958 |
-
|
2959 |
-
#: i18n/fontawesome.php:745
|
2960 |
-
msgid "User Md"
|
2961 |
-
msgstr ""
|
2962 |
-
|
2963 |
-
#: i18n/fontawesome.php:746
|
2964 |
-
msgid "User O"
|
2965 |
-
msgstr ""
|
2966 |
-
|
2967 |
-
#: i18n/fontawesome.php:747
|
2968 |
-
msgid "User Plus"
|
2969 |
-
msgstr ""
|
2970 |
-
|
2971 |
-
#: i18n/fontawesome.php:748
|
2972 |
-
msgid "User Secret"
|
2973 |
-
msgstr ""
|
2974 |
-
|
2975 |
-
#: i18n/fontawesome.php:749
|
2976 |
-
msgid "User Times"
|
2977 |
-
msgstr ""
|
2978 |
-
|
2979 |
-
#: i18n/fontawesome.php:750
|
2980 |
-
msgid "Users"
|
2981 |
-
msgstr ""
|
2982 |
-
|
2983 |
-
#: i18n/fontawesome.php:751
|
2984 |
-
msgid "Vcard"
|
2985 |
-
msgstr ""
|
2986 |
-
|
2987 |
-
#: i18n/fontawesome.php:752
|
2988 |
-
msgid "Vcard O"
|
2989 |
-
msgstr ""
|
2990 |
-
|
2991 |
-
#: i18n/fontawesome.php:753
|
2992 |
-
msgid "Venus"
|
2993 |
-
msgstr ""
|
2994 |
-
|
2995 |
-
#: i18n/fontawesome.php:754
|
2996 |
-
msgid "Venus Double"
|
2997 |
-
msgstr ""
|
2998 |
-
|
2999 |
-
#: i18n/fontawesome.php:755
|
3000 |
-
msgid "Venus Mars"
|
3001 |
-
msgstr ""
|
3002 |
-
|
3003 |
-
#: i18n/fontawesome.php:756
|
3004 |
-
msgid "Viacoin"
|
3005 |
-
msgstr ""
|
3006 |
-
|
3007 |
-
#: i18n/fontawesome.php:757
|
3008 |
-
msgid "Viadeo"
|
3009 |
-
msgstr ""
|
3010 |
-
|
3011 |
-
#: i18n/fontawesome.php:758
|
3012 |
-
msgid "Viadeo Square"
|
3013 |
-
msgstr ""
|
3014 |
-
|
3015 |
-
#: i18n/fontawesome.php:759
|
3016 |
-
msgid "Video Camera"
|
3017 |
-
msgstr ""
|
3018 |
-
|
3019 |
-
#: i18n/fontawesome.php:760
|
3020 |
-
msgid "Vimeo"
|
3021 |
-
msgstr ""
|
3022 |
-
|
3023 |
-
#: i18n/fontawesome.php:761
|
3024 |
-
msgid "Vimeo Square"
|
3025 |
-
msgstr ""
|
3026 |
-
|
3027 |
-
#: i18n/fontawesome.php:762
|
3028 |
-
msgid "Vine"
|
3029 |
-
msgstr ""
|
3030 |
-
|
3031 |
-
#: i18n/fontawesome.php:763
|
3032 |
-
msgid "Vk"
|
3033 |
-
msgstr ""
|
3034 |
-
|
3035 |
-
#: i18n/fontawesome.php:764
|
3036 |
-
msgid "Volume Control Phone"
|
3037 |
-
msgstr ""
|
3038 |
-
|
3039 |
-
#: i18n/fontawesome.php:765
|
3040 |
-
msgid "Volume Down"
|
3041 |
-
msgstr ""
|
3042 |
-
|
3043 |
-
#: i18n/fontawesome.php:766
|
3044 |
-
msgid "Volume Off"
|
3045 |
-
msgstr ""
|
3046 |
-
|
3047 |
-
#: i18n/fontawesome.php:767
|
3048 |
-
msgid "Volume Up"
|
3049 |
-
msgstr ""
|
3050 |
-
|
3051 |
-
#: i18n/fontawesome.php:768
|
3052 |
-
msgid "Warning"
|
3053 |
-
msgstr ""
|
3054 |
-
|
3055 |
-
#: i18n/fontawesome.php:769
|
3056 |
-
msgid "Wechat"
|
3057 |
-
msgstr ""
|
3058 |
-
|
3059 |
-
#: i18n/fontawesome.php:770
|
3060 |
-
msgid "Weibo"
|
3061 |
-
msgstr ""
|
3062 |
-
|
3063 |
-
#: i18n/fontawesome.php:771
|
3064 |
-
msgid "Weixin"
|
3065 |
-
msgstr ""
|
3066 |
-
|
3067 |
-
#: i18n/fontawesome.php:772
|
3068 |
-
msgid "Whatsapp"
|
3069 |
-
msgstr ""
|
3070 |
-
|
3071 |
-
#: i18n/fontawesome.php:773
|
3072 |
-
msgid "Wheelchair"
|
3073 |
-
msgstr ""
|
3074 |
-
|
3075 |
-
#: i18n/fontawesome.php:774
|
3076 |
-
msgid "Wheelchair Alt"
|
3077 |
-
msgstr ""
|
3078 |
-
|
3079 |
-
#: i18n/fontawesome.php:775
|
3080 |
-
msgid "Wifi"
|
3081 |
-
msgstr ""
|
3082 |
-
|
3083 |
-
#: i18n/fontawesome.php:776
|
3084 |
-
msgid "Wikipedia W"
|
3085 |
-
msgstr ""
|
3086 |
-
|
3087 |
-
#: i18n/fontawesome.php:777
|
3088 |
-
msgid "Window Close"
|
3089 |
-
msgstr ""
|
3090 |
-
|
3091 |
-
#: i18n/fontawesome.php:778
|
3092 |
-
msgid "Window Close O"
|
3093 |
-
msgstr ""
|
3094 |
-
|
3095 |
-
#: i18n/fontawesome.php:779
|
3096 |
-
msgid "Window Maximize"
|
3097 |
-
msgstr ""
|
3098 |
-
|
3099 |
-
#: i18n/fontawesome.php:780
|
3100 |
-
msgid "Window Minimize"
|
3101 |
-
msgstr ""
|
3102 |
-
|
3103 |
-
#: i18n/fontawesome.php:781
|
3104 |
-
msgid "Window Restore"
|
3105 |
-
msgstr ""
|
3106 |
-
|
3107 |
-
#: i18n/fontawesome.php:782
|
3108 |
-
msgid "Windows"
|
3109 |
-
msgstr ""
|
3110 |
-
|
3111 |
-
#: i18n/fontawesome.php:783
|
3112 |
-
msgid "Won"
|
3113 |
-
msgstr ""
|
3114 |
-
|
3115 |
-
#: i18n/fontawesome.php:784
|
3116 |
-
msgid "Wordpress"
|
3117 |
-
msgstr ""
|
3118 |
-
|
3119 |
-
#: i18n/fontawesome.php:785
|
3120 |
-
msgid "Wpbeginner"
|
3121 |
-
msgstr ""
|
3122 |
-
|
3123 |
-
#: i18n/fontawesome.php:786
|
3124 |
-
msgid "Wpexplorer"
|
3125 |
-
msgstr ""
|
3126 |
-
|
3127 |
-
#: i18n/fontawesome.php:787
|
3128 |
-
msgid "Wpforms"
|
3129 |
-
msgstr ""
|
3130 |
-
|
3131 |
-
#: i18n/fontawesome.php:788
|
3132 |
-
msgid "Wrench"
|
3133 |
-
msgstr ""
|
3134 |
-
|
3135 |
-
#: i18n/fontawesome.php:789
|
3136 |
-
msgid "Xing"
|
3137 |
-
msgstr ""
|
3138 |
-
|
3139 |
-
#: i18n/fontawesome.php:790
|
3140 |
-
msgid "Xing Square"
|
3141 |
-
msgstr ""
|
3142 |
-
|
3143 |
-
#: i18n/fontawesome.php:791
|
3144 |
-
msgid "Y Combinator"
|
3145 |
-
msgstr ""
|
3146 |
-
|
3147 |
-
#: i18n/fontawesome.php:792
|
3148 |
-
msgid "Y Combinator Square"
|
3149 |
-
msgstr ""
|
3150 |
-
|
3151 |
-
#: i18n/fontawesome.php:793
|
3152 |
-
msgid "Yahoo"
|
3153 |
-
msgstr ""
|
3154 |
-
|
3155 |
-
#: i18n/fontawesome.php:794
|
3156 |
-
msgid "Yc"
|
3157 |
-
msgstr ""
|
3158 |
-
|
3159 |
-
#: i18n/fontawesome.php:795
|
3160 |
-
msgid "Yc Square"
|
3161 |
-
msgstr ""
|
3162 |
-
|
3163 |
-
#: i18n/fontawesome.php:796
|
3164 |
-
msgid "Yelp"
|
3165 |
-
msgstr ""
|
3166 |
-
|
3167 |
-
#: i18n/fontawesome.php:797
|
3168 |
-
msgid "Yen"
|
3169 |
-
msgstr ""
|
3170 |
-
|
3171 |
-
#: i18n/fontawesome.php:798
|
3172 |
-
msgid "Yoast"
|
3173 |
-
msgstr ""
|
3174 |
-
|
3175 |
-
#: i18n/fontawesome.php:799
|
3176 |
-
msgid "Youtube"
|
3177 |
-
msgstr ""
|
3178 |
-
|
3179 |
-
#: i18n/fontawesome.php:800
|
3180 |
-
msgid "Youtube Play"
|
3181 |
-
msgstr ""
|
3182 |
-
|
3183 |
-
#: i18n/fontawesome.php:801
|
3184 |
-
msgid "Youtube Square"
|
3185 |
-
msgstr ""
|
3186 |
-
|
3187 |
#: includes/abstracts/abstract-flash-widget.php:236
|
3188 |
#: includes/abstracts/abstract-flash-widget.php:258
|
3189 |
#: includes/admin/meta-boxes/class-flash-meta-box-portfolio-data.php:34
|
@@ -3263,6 +110,10 @@ msgstr ""
|
|
3263 |
msgid "Choose fonts…"
|
3264 |
msgstr ""
|
3265 |
|
|
|
|
|
|
|
|
|
3266 |
#: includes/abstracts/abstract-flash-widget.php:425
|
3267 |
msgid "Choose"
|
3268 |
msgstr ""
|
@@ -3272,6 +123,11 @@ msgstr ""
|
|
3272 |
msgid "Delete"
|
3273 |
msgstr ""
|
3274 |
|
|
|
|
|
|
|
|
|
|
|
3275 |
#: includes/abstracts/views/html-admin-tmpl-repeater.php:64
|
3276 |
msgid "When you add field, it will appear here."
|
3277 |
msgstr ""
|
@@ -3555,6 +411,10 @@ msgstr ""
|
|
3555 |
msgid "Small"
|
3556 |
msgstr ""
|
3557 |
|
|
|
|
|
|
|
|
|
3558 |
#: includes/admin/meta-boxes/class-flash-meta-box-pageoptions-data.php:61
|
3559 |
msgid "Big"
|
3560 |
msgstr ""
|
@@ -3703,10 +563,18 @@ msgstr ""
|
|
3703 |
msgid "No categories found"
|
3704 |
msgstr ""
|
3705 |
|
|
|
|
|
|
|
|
|
3706 |
#: includes/class-flash-post-types.php:87
|
3707 |
msgid "Project Tags"
|
3708 |
msgstr ""
|
3709 |
|
|
|
|
|
|
|
|
|
3710 |
#: includes/class-flash-post-types.php:90
|
3711 |
msgid "Search Tags"
|
3712 |
msgstr ""
|
@@ -3771,6 +639,10 @@ msgstr ""
|
|
3771 |
msgid "Add New Project"
|
3772 |
msgstr ""
|
3773 |
|
|
|
|
|
|
|
|
|
3774 |
#: includes/class-flash-post-types.php:143
|
3775 |
msgid "Edit Project"
|
3776 |
msgstr ""
|
@@ -3885,6 +757,15 @@ msgstr ""
|
|
3885 |
msgid "Read More URL"
|
3886 |
msgstr ""
|
3887 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3888 |
#: includes/widgets/class-flash-widget-blog.php:28
|
3889 |
msgid "Blog Widget."
|
3890 |
msgstr ""
|
@@ -4062,6 +943,10 @@ msgstr ""
|
|
4062 |
msgid "Show navigation filter."
|
4063 |
msgstr ""
|
4064 |
|
|
|
|
|
|
|
|
|
4065 |
#: includes/widgets/class-flash-widget-service.php:28
|
4066 |
msgid "Add your service here."
|
4067 |
msgstr ""
|
1 |
+
# Copyright (C) 2019 ThemeGrill
|
2 |
# This file is distributed under the GPLv3 or later.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Flash Toolkit 1.1.8\n"
|
6 |
"Report-Msgid-Bugs-To: themegrill@gmail.com\n"
|
7 |
+
"POT-Creation-Date: 2019-06-17 10:01:09+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
|
14 |
+
"X-Generator: grunt-wp-i18n1.0.2\n"
|
15 |
|
16 |
#: flash-toolkit.php:57 flash-toolkit.php:65
|
17 |
#: includes/admin/class-flash-admin-notices.php:107
|
31 |
msgid "Flash Theme"
|
32 |
msgstr ""
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
#: includes/abstracts/abstract-flash-widget.php:236
|
35 |
#: includes/abstracts/abstract-flash-widget.php:258
|
36 |
#: includes/admin/meta-boxes/class-flash-meta-box-portfolio-data.php:34
|
110 |
msgid "Choose fonts…"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: includes/abstracts/abstract-flash-widget.php:411
|
114 |
+
msgid "Font"
|
115 |
+
msgstr ""
|
116 |
+
|
117 |
#: includes/abstracts/abstract-flash-widget.php:425
|
118 |
msgid "Choose"
|
119 |
msgstr ""
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: includes/abstracts/views/html-admin-tmpl-repeater.php:30
|
127 |
+
#: includes/abstracts/views/html-admin-tmpl-repeater.php:55
|
128 |
+
msgid "Close"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
#: includes/abstracts/views/html-admin-tmpl-repeater.php:64
|
132 |
msgid "When you add field, it will appear here."
|
133 |
msgstr ""
|
411 |
msgid "Small"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: includes/admin/meta-boxes/class-flash-meta-box-pageoptions-data.php:60
|
415 |
+
msgid "Medium"
|
416 |
+
msgstr ""
|
417 |
+
|
418 |
#: includes/admin/meta-boxes/class-flash-meta-box-pageoptions-data.php:61
|
419 |
msgid "Big"
|
420 |
msgstr ""
|
563 |
msgid "No categories found"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: includes/class-flash-post-types.php:85
|
567 |
+
msgid "Tags"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
#: includes/class-flash-post-types.php:87
|
571 |
msgid "Project Tags"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: includes/class-flash-post-types.php:88
|
575 |
+
msgid "Tag"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
#: includes/class-flash-post-types.php:90
|
579 |
msgid "Search Tags"
|
580 |
msgstr ""
|
639 |
msgid "Add New Project"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: includes/class-flash-post-types.php:142
|
643 |
+
msgid "Edit"
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
#: includes/class-flash-post-types.php:143
|
647 |
msgid "Edit Project"
|
648 |
msgstr ""
|
757 |
msgid "Read More URL"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: includes/widgets/class-flash-widget-about.php:63
|
761 |
+
#: includes/widgets/class-flash-widget-image.php:36
|
762 |
+
#: includes/widgets/class-flash-widget-logo.php:57
|
763 |
+
#: includes/widgets/class-flash-widget-slider.php:62
|
764 |
+
#: includes/widgets/class-flash-widget-team.php:50
|
765 |
+
#: includes/widgets/class-flash-widget-testimonial.php:57
|
766 |
+
msgid "Image"
|
767 |
+
msgstr ""
|
768 |
+
|
769 |
#: includes/widgets/class-flash-widget-blog.php:28
|
770 |
msgid "Blog Widget."
|
771 |
msgstr ""
|
943 |
msgid "Show navigation filter."
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: includes/widgets/class-flash-widget-portfolio.php:77
|
947 |
+
msgid "Columns"
|
948 |
+
msgstr ""
|
949 |
+
|
950 |
#: includes/widgets/class-flash-widget-service.php:28
|
951 |
msgid "Add your service here."
|
952 |
msgstr ""
|
includes/abstracts/abstract-flash-widget.php
CHANGED
@@ -195,6 +195,9 @@ abstract class FT_Widget extends WP_Widget {
|
|
195 |
$instance[ $key ] = $sanitized_date->format("Y-m-d H:i");
|
196 |
}
|
197 |
break;
|
|
|
|
|
|
|
198 |
case 'repeater' :
|
199 |
$instance[ $key ] = isset( $new_instance[ $key ] ) ? $new_instance[ $key ] : '';
|
200 |
break;
|
@@ -432,6 +435,21 @@ abstract class FT_Widget extends WP_Widget {
|
|
432 |
<?php
|
433 |
break;
|
434 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
435 |
case 'repeater' :
|
436 |
include( dirname( __FILE__ ) . '/views/html-admin-tmpl-repeater.php' );
|
437 |
break;
|
195 |
$instance[ $key ] = $sanitized_date->format("Y-m-d H:i");
|
196 |
}
|
197 |
break;
|
198 |
+
case 'color' :
|
199 |
+
$instance[ $key ] = isset( $new_instance[ $key ] ) ? sanitize_hex_color( $new_instance[ $key ] ) : '';
|
200 |
+
break;
|
201 |
case 'repeater' :
|
202 |
$instance[ $key ] = isset( $new_instance[ $key ] ) ? $new_instance[ $key ] : '';
|
203 |
break;
|
435 |
<?php
|
436 |
break;
|
437 |
|
438 |
+
case 'color' :
|
439 |
+
?>
|
440 |
+
<p class="ft-widget-col <?php echo esc_attr( $field_width ); ?>">
|
441 |
+
<label for="<?php echo $this->get_field_id( $key ); ?>"><?php echo esc_html( $setting['label'] ); ?></label>
|
442 |
+
<input class="widefat flash-color-picker <?php echo esc_attr( $class ); ?>" id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>" name="<?php echo $this->get_field_name( $key ); ?>" type="text" value="<?php echo esc_attr( $value ); ?>" data-default-color="<?php echo esc_attr( $value ); ?>" />
|
443 |
+
</p>
|
444 |
+
<?php
|
445 |
+
break;
|
446 |
+
|
447 |
+
case 'heading' :
|
448 |
+
?>
|
449 |
+
<h3 class="ft-widget-title"><?php echo esc_html( $setting['label'] ); ?></h3>
|
450 |
+
<?php
|
451 |
+
break;
|
452 |
+
|
453 |
case 'repeater' :
|
454 |
include( dirname( __FILE__ ) . '/views/html-admin-tmpl-repeater.php' );
|
455 |
break;
|
includes/widgets/class-flash-widget-cta.php
CHANGED
@@ -79,7 +79,7 @@ class FT_Widget_CTA extends FT_Widget {
|
|
79 |
'call-to-action-section-layout-2' => FT()-> plugin_url() . '/assets/images/call-to-action-side-by-side-content.png',
|
80 |
),
|
81 |
'group' => __( 'Styling', 'flash-toolkit' ),
|
82 |
-
)
|
83 |
) );
|
84 |
|
85 |
parent::__construct();
|
79 |
'call-to-action-section-layout-2' => FT()-> plugin_url() . '/assets/images/call-to-action-side-by-side-content.png',
|
80 |
),
|
81 |
'group' => __( 'Styling', 'flash-toolkit' ),
|
82 |
+
),
|
83 |
) );
|
84 |
|
85 |
parent::__construct();
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: ThemeGrill, shivapoudel
|
3 |
Tags: theme, flash, toolkit, themegrill
|
4 |
Requires at least: 4.0
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -31,6 +31,9 @@ Get free support at https://themegrill.com/support-forum/
|
|
31 |
* The plugin currently only supports Flash theme.
|
32 |
|
33 |
== Changelog ==
|
|
|
|
|
|
|
34 |
== 1.1.8 - 13-09-2018 =
|
35 |
* Tweak - Alt, title attributes for slider image.
|
36 |
|
2 |
Contributors: ThemeGrill, shivapoudel
|
3 |
Tags: theme, flash, toolkit, themegrill
|
4 |
Requires at least: 4.0
|
5 |
+
Tested up to: 5.2.2
|
6 |
+
Stable tag: 1.1.9
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
31 |
* The plugin currently only supports Flash theme.
|
32 |
|
33 |
== Changelog ==
|
34 |
+
== 1.1.9 - 19-06-2019 =
|
35 |
+
* Tweak - Remove strings from translation for unrequired strings.
|
36 |
+
|
37 |
== 1.1.8 - 13-09-2018 =
|
38 |
* Tweak - Alt, title attributes for slider image.
|
39 |
|
templates/content-widget-cta.php
CHANGED
@@ -20,13 +20,13 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
20 |
exit;
|
21 |
}
|
22 |
|
23 |
-
$title
|
24 |
-
$subtitle
|
25 |
-
$btn1
|
26 |
-
$btn1_link
|
27 |
-
$btn2
|
28 |
-
$btn2_link
|
29 |
-
$style
|
30 |
?>
|
31 |
<div class="cta-wrapper <?php echo esc_attr( $style ); ?>">
|
32 |
<div class="section-title-wrapper">
|
20 |
exit;
|
21 |
}
|
22 |
|
23 |
+
$title = isset( $instance['cta-title'] ) ? $instance['cta-title'] : '';
|
24 |
+
$subtitle = isset( $instance['cta-subtitle'] ) ? $instance['cta-subtitle'] : '';
|
25 |
+
$btn1 = isset( $instance['cta-btn1'] ) ? $instance['cta-btn1'] : '';
|
26 |
+
$btn1_link = isset( $instance['cta-btn1-link'] ) ? $instance['cta-btn1-link'] : '';
|
27 |
+
$btn2 = isset( $instance['cta-btn2'] ) ? $instance['cta-btn2'] : '';
|
28 |
+
$btn2_link = isset( $instance['cta-btn2-link'] ) ? $instance['cta-btn2-link'] : '';
|
29 |
+
$style = isset( $instance['style'] ) ? $instance['style'] : 'tg-cta-layout-1';
|
30 |
?>
|
31 |
<div class="cta-wrapper <?php echo esc_attr( $style ); ?>">
|
32 |
<div class="section-title-wrapper">
|