VK All in One Expansion Unit - Version 7.1.1

Version Description

Download this release

Release Info

Developer kurudrive
Plugin Icon 128x128 VK All in One Expansion Unit
Version 7.1.1
Comparing to
See all releases

Code changes from version 7.1.0 to 7.1.1

Files changed (56) hide show
  1. plugins/vk-blocks-config.php +1 -1
  2. plugins/vk-blocks/build/block-build-editor.css +1 -1
  3. plugins/vk-blocks/build/block-build.css +5 -5
  4. plugins/vk-blocks/build/block-build.js +3 -3
  5. plugins/vk-blocks/build/block-build.js.map +1 -1
  6. trunk/_scss/_bootstrap.scss +1397 -0
  7. trunk/_scss/_contents_option_style.scss +77 -0
  8. trunk/_scss/vkExUnit_admin.scss +6 -0
  9. trunk/_scss/vkExUnit_editor_style.scss +3 -0
  10. trunk/_scss/vkExUnit_style.scss +676 -0
  11. trunk/_scss/vkExUnit_style_in_bs.scss +4 -0
  12. trunk/admin_active_setting_page.php +129 -0
  13. trunk/admin_main_setting_page.php +132 -0
  14. trunk/admin_other_functions.php +19 -0
  15. trunk/common_helpers.php +48 -0
  16. trunk/common_init.php +53 -0
  17. trunk/css/vkExUnit_admin.css +1 -0
  18. trunk/css/vkExUnit_editor_style.css +1 -0
  19. trunk/css/vkExUnit_style.css +1 -0
  20. trunk/css/vkExUnit_style_in_bs.css +12 -0
  21. trunk/images/arrow_bottom.svg +13 -0
  22. trunk/images/head_logo_ExUnit.png +0 -0
  23. trunk/images/to-top-btn-icon.svg +9 -0
  24. trunk/initialize.php +128 -0
  25. trunk/js/all.js +268 -0
  26. trunk/js/all.min.js +8 -0
  27. trunk/js/jquery.flatheights.js +119 -0
  28. trunk/js/master.js +134 -0
  29. trunk/js/vkExUnit_admin.js +4 -0
  30. trunk/languages/vkExUnit-ja.mo +0 -0
  31. trunk/languages/vkExUnit-ja.po +2669 -0
  32. trunk/languages/vkexunit.pot +1844 -0
  33. trunk/plugins/auto_eyecatch.php +123 -0
  34. trunk/plugins/bootstrap.php +85 -0
  35. trunk/plugins/call-to-action-config.php +12 -0
  36. trunk/plugins/call-to-action/_scss/_call-to-action.scss +35 -0
  37. trunk/plugins/call-to-action/class-vk-call-to-action.php +630 -0
  38. trunk/plugins/call-to-action/view-actionbox.php +74 -0
  39. trunk/plugins/call-to-action/view-adminsetting.php +46 -0
  40. trunk/plugins/call-to-action/widget-call-to-action.php +97 -0
  41. trunk/plugins/child_page_index.php +186 -0
  42. trunk/plugins/contact-section/contact-section.php +525 -0
  43. trunk/plugins/contact-section/customizer.php +261 -0
  44. trunk/plugins/css_customize/css_customize-edit.php +17 -0
  45. trunk/plugins/css_customize/css_customize-single.php +89 -0
  46. trunk/plugins/css_customize/css_customize.php +136 -0
  47. trunk/plugins/disable_dashbord.php +6 -0
  48. trunk/plugins/disable_ping-back.php +7 -0
  49. trunk/plugins/font-awesome-config.php +16 -0
  50. trunk/plugins/font-awesome/class-vk-font-awesome-versions.php +203 -0
  51. trunk/plugins/font-awesome/versions/4.7.0/HELP-US-OUT.txt +7 -0
  52. trunk/plugins/font-awesome/versions/4.7.0/css/font-awesome.css +2337 -0
  53. trunk/plugins/font-awesome/versions/4.7.0/css/font-awesome.min.css +4 -0
  54. trunk/plugins/font-awesome/versions/4.7.0/fonts/FontAwesome.otf +0 -0
  55. trunk/plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.eot +0 -0
  56. trunk/plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.svg +1390 -0
plugins/vk-blocks-config.php CHANGED
@@ -7,7 +7,7 @@ if ( ! function_exists( 'vkblocks_active' ) ) {
7
  // Set asset URL.
8
  define( 'VK_BLOCKS_URL', plugin_dir_url( __FILE__ ) . 'vk-blocks/' );
9
  // Set version number.
10
- define( 'VK_BLOCKS_VERSION', '0.3.0' );
11
 
12
  global $vk_blocks_prefix;
13
  $vk_blocks_prefix = veu_get_prefix();
7
  // Set asset URL.
8
  define( 'VK_BLOCKS_URL', plugin_dir_url( __FILE__ ) . 'vk-blocks/' );
9
  // Set version number.
10
+ define( 'VK_BLOCKS_VERSION', '0.3.1' );
11
 
12
  global $vk_blocks_prefix;
13
  $vk_blocks_prefix = veu_get_prefix();
plugins/vk-blocks/build/block-build-editor.css CHANGED
@@ -1 +1 @@
1
- .components-base-control__label{font-weight:700}.components-base-control .components-base-control__help{margin-top:0}.components-radio-control__option label{margin-bottom:0}.components-checkbox-control__label{margin-bottom:0}.edit-post-visual-editor .vk_balloon{display:flex;align-items:center;margin-bottom:1em}.edit-post-visual-editor .vk_balloon figure{margin:0}.edit-post-visual-editor .vk_balloon p{word-break:break-all;background:#f5f5f5;padding:1.1rem 1.4rem}.edit-post-visual-editor .vk_balloon_icon{flex-basis:96px;flex-shrink:0;text-align:center}.edit-post-visual-editor .vk_balloon_icon_image{vertical-align:bottom;max-width:64px}.edit-post-visual-editor .vk_balloon_icon_name{display:block;text-align:center;font-size:.7rem;margin-top:.2rem}.edit-post-visual-editor .vk_balloon_content{position:relative;text-align:left}.edit-post-visual-editor .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.edit-post-visual-editor .vk_balloon-type-serif .vk_balloon_content{border-color:#f5f5f5;border-radius:.4em}.edit-post-visual-editor .vk_balloon-type-serif .vk_balloon_content::after{content:'';position:absolute;width:0;height:0;border:20px solid transparent}.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content{border-radius:2rem}.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content::after,.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content::before{position:absolute;content:'';border-radius:50%;background:inherit}.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content::before{width:20px;height:20px}.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content::after{width:10px;height:10px}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{margin-right:2rem}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{left:0;top:50%;border-right-color:inherit;border-left:0;margin-top:-20px;margin-left:-20px}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2.5rem}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:-22px;top:7px}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:-35px;top:20px}.edit-post-visual-editor .vk_balloon-position-right{flex-direction:row-reverse}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:2rem}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{right:0;top:50%;border-left-color:inherit;border-right:0;margin-top:-20px;margin-right:-20px}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2.5rem}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:-22px;top:7px}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:-35px;top:20px}.edit-post-visual-editor .vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;animation:vibration .1s infinite}@keyframes vibration{0%{transform:translate(0,0) rotateZ(0)}25%{transform:translate(2px,2px) rotateZ(1deg)}50%{transform:translate(0,2px) rotateZ(0)}75%{transform:translate(2px,0) rotateZ(-1deg)}100%{transform:translate(0,0) rotateZ(0)}}@media only screen and (max-width:480px){.edit-post-visual-editor .vk_balloon{display:block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{top:0;left:2.9rem;width:0;height:0;border:20px solid transparent;border-bottom-color:inherit;border-top:0;margin-left:-20px;margin-top:-20px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:36px;top:-8px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:47px;top:-20px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right{text-align:right}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:auto;margin-right:0}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{top:0;right:2.9rem;width:0;height:0;border:20px solid transparent;border-bottom-color:inherit;border-top:0;margin-left:-20px;margin-top:-20px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:auto;margin-right:0}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:36px;top:-8px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:47px;top:-20px}.edit-post-visual-editor .vk_balloon_icon{max-width:96px}}.edit-post-visual-editor .alert{padding:1em;margin:1em 0;border-radius:3px}.edit-post-visual-editor .alert+.edit-post-visual-editor .alert{margin-top:2em}.edit-post-visual-editor .alert a{transition:color .3s linear,opacity .3s linear}.edit-post-visual-editor .alert a:link,.edit-post-visual-editor .alert a:visited{opacity:.8;text-decoration:underline}.edit-post-visual-editor .alert a:hover,.edit-post-visual-editor .alert a:visited{opacity:1;text-decoration:none}.edit-post-visual-editor .alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.edit-post-visual-editor .alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.edit-post-visual-editor .alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.edit-post-visual-editor .alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.edit-post-visual-editor .vk_button{margin:5px 0}.edit-post-visual-editor .vk_button .btn-parent{display:inline-block;width:100%}.edit-post-visual-editor .vk_button .btn-left{text-align:left}.edit-post-visual-editor .vk_button .btn-center{text-align:center}.edit-post-visual-editor .vk_button .btn-right{text-align:right}.edit-post-visual-editor .vk_button .btn-block{display:block}.edit-post-visual-editor .vk_button p{margin:0}.edit-post-visual-editor .vk_button a{display:inherit;text-decoration:none!important}.edit-post-visual-editor .vk_button a i.before{margin-right:.7rem}.edit-post-visual-editor .vk_button a i.after{margin-left:.7rem}.edit-post-visual-editor .vk_button a *{display:inline}.edit-post-visual-editor .vk_button .btn-primary:focus{background:#007bff}.edit-post-visual-editor .vk_button .btn-primary:focus{background:#007bff}.edit-post-visual-editor .vk_button .btn-secondary:focus{background:#5a6268}.edit-post-visual-editor .vk_button .btn-success:focus{background:#28a745}.edit-post-visual-editor .vk_button .btn-info:focus{background:#17a2b8}.edit-post-visual-editor .vk_button .btn-warning:focus{background:#ffc107}.edit-post-visual-editor .vk_button .btn-danger:focus{background:#dc3545}.edit-post-visual-editor .vk_button .btn-light:focus{background:#f8f9fa}.edit-post-visual-editor .vk_button .btn-dark:focus{background:#343a40}.edit-post-visual-editor .vk_button .custom-btn button:focus{box-shadow:0 0 0 .2rem rgba(171,184,195,.25)!important}.edit-post-visual-editor .vk_button .custom-btn button:hover{opacity:.8!important}.edit-post-visual-editor .vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}.edit-post-visual-editor .vk_faq_content,.edit-post-visual-editor .vk_faq_title{border:none;padding-left:35px}.edit-post-visual-editor .vk_faq_content:before,.edit-post-visual-editor .vk_faq_title:before{position:absolute;left:0;font-size:24px;line-height:105%}.edit-post-visual-editor .vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.edit-post-visual-editor .vk_faq_title:before{font-family:areal;content:"Q ";color:#e50000}.edit-post-visual-editor .vk_faq_content{margin:0}.edit-post-visual-editor .vk_faq_content:before{content:"A ";color:#337ab7;font-family:""}@media screen and (max-width:992px){.edit-post-visual-editor .vk_prBlocks_item{margin-bottom:1.5em}}.edit-post-visual-editor .vk_prBlocks_item_link{color:#333}.edit-post-visual-editor .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.edit-post-visual-editor .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.edit-post-visual-editor .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.edit-post-visual-editor .vk_prBlocks_item_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.edit-post-visual-editor .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.edit-post-visual-editor .vk_prBlocks_item_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.edit-post-visual-editor .vk_prBlocks_item_summary:hover{text-decoration:underline}.edit-post-visual-editor .vk_flow-arrow-on:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.edit-post-visual-editor .vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.edit-post-visual-editor .vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.edit-post-visual-editor .vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.edit-post-visual-editor .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.edit-post-visual-editor .vk_flow_frame_text_content,.edit-post-visual-editor .vk_flow_frame_text_title{padding-left:0;border:none}.edit-post-visual-editor .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.edit-post-visual-editor .vk_flow_frame_text_content{margin-bottom:0}.edit-post-visual-editor .vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}
1
+ @charset "UTF-8";.components-base-control__label{font-weight:700}.components-base-control .components-base-control__help{margin-top:0}.components-radio-control__option label{margin-bottom:0}.components-checkbox-control__label{margin-bottom:0}.edit-post-visual-editor h1:first-child.vk_prBlocks_item_title{margin-top:.9em}.edit-post-visual-editor .alert{padding:1em;margin:1em 0;border-radius:3px}.edit-post-visual-editor .alert+.edit-post-visual-editor .alert{margin-top:2em}.edit-post-visual-editor .alert a{transition:color .3s linear,opacity .3s linear}.edit-post-visual-editor .alert a:link,.edit-post-visual-editor .alert a:visited{opacity:.8;text-decoration:underline}.edit-post-visual-editor .alert a:hover,.edit-post-visual-editor .alert a:visited{opacity:1;text-decoration:none}.edit-post-visual-editor .alert-success{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6}.edit-post-visual-editor .alert-info{background-color:#d9edf7;color:#31708f;border-color:#bce8f1}.edit-post-visual-editor .alert-warning{background-color:#fcf8e3;color:#8a6d3b;border-color:#faebcc}.edit-post-visual-editor .alert-danger{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.edit-post-visual-editor .vk_balloon{display:flex;align-items:center;margin-bottom:1em}.edit-post-visual-editor .vk_balloon figure{margin:0}.edit-post-visual-editor .vk_balloon p{word-break:break-all;background:#f5f5f5;padding:1.1rem 1.4rem}.edit-post-visual-editor .vk_balloon_icon{flex-basis:96px;flex-shrink:0;text-align:center}.edit-post-visual-editor .vk_balloon_icon_image{vertical-align:bottom;max-width:64px}.edit-post-visual-editor .vk_balloon_icon_name{display:block;text-align:center;font-size:.7rem;margin-top:.2rem}.edit-post-visual-editor .vk_balloon_content{position:relative;text-align:left}.edit-post-visual-editor .vk_balloon_content.editor-rich-text__tinymce[data-is-placeholder-visible=true]{position:absolute}.edit-post-visual-editor .vk_balloon-type-serif .vk_balloon_content{border-color:#f5f5f5;border-radius:.4em}.edit-post-visual-editor .vk_balloon-type-serif .vk_balloon_content::after{content:'';position:absolute;width:0;height:0;border:20px solid transparent}.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content{border-radius:2rem}.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content::after,.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content::before{position:absolute;content:'';border-radius:50%;background:inherit}.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content::before{width:20px;height:20px}.edit-post-visual-editor .vk_balloon-type-think .vk_balloon_content::after{width:10px;height:10px}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_icon{margin-right:2rem}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{left:0;top:50%;border-right-color:inherit;border-left:0;margin-top:-20px;margin-left:-20px}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_icon{margin-right:2.5rem}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:-22px;top:7px}.edit-post-visual-editor .vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:-35px;top:20px}.edit-post-visual-editor .vk_balloon-position-right{flex-direction:row-reverse}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:2rem}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{right:0;top:50%;border-left-color:inherit;border-right:0;margin-top:-20px;margin-right:-20px}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:2.5rem}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:-22px;top:7px}.edit-post-visual-editor .vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:-35px;top:20px}.edit-post-visual-editor .vk_balloon.animation-vibration .vk_balloon_content{display:inline-block;animation:vibration .1s infinite}@keyframes vibration{0%{transform:translate(0,0) rotateZ(0)}25%{transform:translate(2px,2px) rotateZ(1deg)}50%{transform:translate(0,2px) rotateZ(0)}75%{transform:translate(2px,0) rotateZ(-1deg)}100%{transform:translate(0,0) rotateZ(0)}}@media only screen and (max-width:480px){.edit-post-visual-editor .vk_balloon{display:block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-serif .vk_balloon_content::after{top:0;left:2.9rem;width:0;height:0;border:20px solid transparent;border-bottom-color:inherit;border-top:0;margin-left:-20px;margin-top:-20px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::before{left:36px;top:-8px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-left.vk_balloon-type-think .vk_balloon_content::after{left:47px;top:-20px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right{text-align:right}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_icon{margin-left:auto;margin-right:0}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content{display:inline-block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-serif .vk_balloon_content::after{top:0;right:2.9rem;width:0;height:0;border:20px solid transparent;border-bottom-color:inherit;border-top:0;margin-left:-20px;margin-top:-20px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_icon{margin-left:auto;margin-right:0}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content{display:inline-block}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::before{right:36px;top:-8px}.edit-post-visual-editor .vk_balloon.vk_balloon-position-right.vk_balloon-type-think .vk_balloon_content::after{right:47px;top:-20px}.edit-post-visual-editor .vk_balloon_icon{max-width:96px}}.edit-post-visual-editor .vk_button{margin:5px 0}.edit-post-visual-editor .vk_button-color-custom a:hover{opacity:.8;box-shadow:0 0 0 .2rem rgba(171,184,195,.25)}.edit-post-visual-editor .vk_button-align-left{text-align:left}.edit-post-visual-editor .vk_button-align-center{text-align:center}.edit-post-visual-editor .vk_button-align-right{text-align:right}.edit-post-visual-editor .vk_button-align-block{display:block}.edit-post-visual-editor .vk_button_link_before{margin-right:.7rem}.edit-post-visual-editor .vk_button_link_after{margin-left:.7rem}.edit-post-visual-editor .vk_button_link_txt{display:inline}.edit-post-visual-editor .vk_button .editor-rich-text{display:inline-block}.edit-post-visual-editor .btn.btn-primary{color:#fff}.edit-post-visual-editor .btn.btn-secondary{color:#fff;background-color:#6c757d}.edit-post-visual-editor .btn.btn-success{color:#fff}.edit-post-visual-editor .btn.btn-info{color:#fff}.edit-post-visual-editor .btn.btn-warning{color:#fff}.edit-post-visual-editor .btn.btn-danger{color:#fff}.edit-post-visual-editor .btn.btn-light{color:#fff;background-color:#f8f9fa}.edit-post-visual-editor .btn.btn-dark{color:#fff;background-color:#343a40}.edit-post-visual-editor .btn.btn-dark:hover,.edit-post-visual-editor .btn.btn-secondary:hover{color:#fff}.edit-post-visual-editor .btn.btn-outline-primary{color:#007bff;border:1px solid #007bff;background:0 0;box-shadow:none}.edit-post-visual-editor .btn.btn-outline-secondary{color:#6c757d;border:1px solid #6c757d;background:0 0;box-shadow:none}.edit-post-visual-editor .btn.btn-outline-success{color:#28a745;border:1px solid #28a745;background:0 0;box-shadow:none}.edit-post-visual-editor .btn.btn-outline-info{color:#17a2b8;border:1px solid #17a2b8;background:0 0;box-shadow:none}.edit-post-visual-editor .btn.btn-outline-warning{color:#ffc107;border:1px solid #ffc107;background:0 0;box-shadow:none}.edit-post-visual-editor .btn.btn-outline-danger{color:#dc3545;border:1px solid #dc3545;background:0 0;box-shadow:none}.edit-post-visual-editor .btn.btn-outline-light{color:#f8f9fa;border:1px solid #f8f9fa;background:0 0;box-shadow:none}.edit-post-visual-editor .btn.btn-outline-dark{color:#343a40;border:1px solid #343a40;background:0 0;box-shadow:none}.edit-post-visual-editor .btn.btn-outline-primary:focus,.edit-post-visual-editor .btn.btn-outline-primary:hover{background:#007bff;color:#fff}.edit-post-visual-editor .btn.btn-outline-secondary:focus,.edit-post-visual-editor .btn.btn-outline-secondary:hover{background:#6c757d;color:#fff}.edit-post-visual-editor .btn.btn-outline-success:focus,.edit-post-visual-editor .btn.btn-outline-success:hover{background:#28a745;color:#fff}.edit-post-visual-editor .btn.btn-outline-info:focus,.edit-post-visual-editor .btn.btn-outline-info:hover{background:#17a2b8;color:#fff}.edit-post-visual-editor .btn.btn-outline-warning:focus,.edit-post-visual-editor .btn.btn-outline-warning:hover{background:#ffc107;color:#fff}.edit-post-visual-editor .btn.btn-outline-danger:focus,.edit-post-visual-editor .btn.btn-outline-danger:hover{background:#dc3545;color:#fff}.edit-post-visual-editor .btn.btn-outline-light:focus,.edit-post-visual-editor .btn.btn-outline-light:hover{background:#f8f9fa;color:#fff}.edit-post-visual-editor .btn.btn-outline-dark:focus,.edit-post-visual-editor .btn.btn-outline-dark:hover{background:#343a40;color:#fff}.edit-post-visual-editor .vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}.edit-post-visual-editor .vk_faq_content,.edit-post-visual-editor .vk_faq_title{border:none;padding-left:35px}.edit-post-visual-editor .vk_faq_content:before,.edit-post-visual-editor .vk_faq_title:before{position:absolute;left:0;font-size:24px;line-height:105%}.edit-post-visual-editor .vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.edit-post-visual-editor .vk_faq_title:before{font-family:areal;content:"Q ";color:#e50000}.edit-post-visual-editor .vk_faq_content{margin:0}.edit-post-visual-editor .vk_faq_content:before{content:"A ";color:#337ab7;font-family:""}.edit-post-visual-editor .vk_flow-arrow-on:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.edit-post-visual-editor .vk_flow-arrow-off{padding-bottom:0;margin-bottom:30px}.edit-post-visual-editor .vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.edit-post-visual-editor .vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.edit-post-visual-editor .vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.edit-post-visual-editor .vk_flow_frame_text_content,.edit-post-visual-editor .vk_flow_frame_text_title{padding-left:0;border:none}.edit-post-visual-editor .vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.edit-post-visual-editor .vk_flow_frame_text_content{margin-bottom:0}.edit-post-visual-editor .vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}@media screen and (max-width:992px){.edit-post-visual-editor .vk_prBlocks_item{margin-bottom:1.5em}}.edit-post-visual-editor .vk_prBlocks_item_link{color:#333}.edit-post-visual-editor .vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.edit-post-visual-editor .vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.edit-post-visual-editor .vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.edit-post-visual-editor .vk_prBlocks_item_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.edit-post-visual-editor .vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.edit-post-visual-editor .vk_prBlocks_item_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.edit-post-visual-editor .vk_prBlocks_item_summary:hover{text-decoration:underline}
plugins/vk-blocks/build/block-build.css CHANGED
@@ -13,16 +13,16 @@
13
 
14
  /*# sourceMappingURL=../map/button/style.css.map */
15
 
16
- {"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,wBAAwB,WAAW,kEAAkE,0BAA0B,cAAc,gBAAgB,YAAY,WAAW,aAAa,CAAC,mBAAmB,mBAAmB,kBAAkB,CAAC,yBAAyB,WAAW,YAAY,qBAAqB,CAAC,eAAe,oBAAA,AAAa,aAAA,kBAAkB,yBAAyB,SAAS,sBAAA,AAA6B,6BAAA,CAAC,oBAAoB,cAAc,gBAAgB,SAAS,WAAW,qBAAqB,CAAC,sDAAsD,eAAe,WAAW,CAAC,0BAA0B,8BAA8B,gBAAgB,gBAAgB,eAAe,CAAC,4BAA4B,iBAAiB,CAAC,qBAAqB,gBAAgB,iBAAiB,qBAAqB,CAAC","file":"../../flow/style.css","sourcesContent":[".vk_flow-arrow-on:after{content:\"\";background:url(\"../images/arrow_bottom.svg\") center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow-arrow-off{padding-bottom:0px;margin-bottom:30px}.vk_flow-arrow-off:after{content:\"\";font-size:0;background-image:none}.vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.vk_flow_frame_text_title,.vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow_frame_text_content{margin-bottom:0px}.vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}\n"]}
17
- .vk_flow-arrow-on:after{content:"";background:url("../images/arrow_bottom.svg") center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow-arrow-off{padding-bottom:0px;margin-bottom:30px}.vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.vk_flow_frame{display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-ms-flex-pack:justify;justify-content:space-between}.vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.vk_flow_frame_text_title,.vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow_frame_text_content{margin-bottom:0px}.vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}
18
-
19
- /*# sourceMappingURL=../map/flow/style.css.map */
20
-
21
  {"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,QAAQ,cAAc,gBAAgB,8BAA8B,qBAAqB,gBAAgB,WAAW,iBAAiB,CAAC,8BAA8B,YAAY,iBAAiB,CAAC,4CAA4C,kBAAkB,OAAO,eAAe,gBAAgB,CAAC,cAAc,mBAAmB,eAAe,eAAe,CAAC,qBAAqB,oBAAoB,aAAa,aAAa,CAAC,gBAAgB,UAAU,CAAC,uBAAuB,aAAa,cAAc,cAAc,CAAC","file":"../../faq/style.css","sourcesContent":[".vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 25px;margin:25px 0px;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding-left:35px}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;font-size:24px;line-height:105%}.vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.vk_faq_title:before{font-family:\"areal\";content:\"Q \";color:#e50000}.vk_faq_content{margin:0px}.vk_faq_content:before{content:\"A \";color:#337ab7;font-family:\"\"}\n"]}
22
  .vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 25px;margin:25px 0px;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding-left:35px}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;font-size:24px;line-height:105%}.vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.vk_faq_title:before{font-family:"areal";content:"Q ";color:#e50000}.vk_faq_content{margin:0px}.vk_faq_content:before{content:"A ";color:#337ab7;font-family:""}
23
 
24
  /*# sourceMappingURL=../map/faq/style.css.map */
25
 
 
 
 
 
 
26
  {"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,qCAAqC,kBAAkB,mBAAmB,CAAC,CAAC,uBAAuB,UAAU,CAAC,6BAA6B,WAAW,oBAAoB,CAAC,6BAA6B,cAAc,kBAAkB,cAAc,WAAW,YAAY,iBAAiB,CAAC,uBAAuB,kBAAkB,QAAQ,SAAS,4CAA4C,eAAe,UAAU,CAAC,wBAAwB,iBAAiB,oBAAoB,kBAAkB,eAAe,iBAAiB,CAAC,wBAAwB,kBAAkB,cAAc,YAAY,aAAa,cAAc,gBAAgB,kBAAkB,mBAAmB,CAAC,0BAA0B,oBAAoB,kBAAkB,eAAe,iBAAiB,CAAC,gCAAgC,yBAAyB,CAAC","file":"../../pr-blocks/style.css","sourcesContent":["@media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks_item_title{margin-top:0.9em;margin-bottom:0.7em;text-align:center;font-size:18px;line-height:1.4em}.vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.6em}.vk_prBlocks_item_summary:hover{text-decoration:underline}\n"]}
27
  @media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks_item_title{margin-top:0.9em;margin-bottom:0.7em;text-align:center;font-size:18px;line-height:1.4em}.vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.6em}.vk_prBlocks_item_summary:hover{text-decoration:underline}
28
 
13
 
14
  /*# sourceMappingURL=../map/button/style.css.map */
15
 
 
 
 
 
 
16
  {"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,QAAQ,cAAc,gBAAgB,8BAA8B,qBAAqB,gBAAgB,WAAW,iBAAiB,CAAC,8BAA8B,YAAY,iBAAiB,CAAC,4CAA4C,kBAAkB,OAAO,eAAe,gBAAgB,CAAC,cAAc,mBAAmB,eAAe,eAAe,CAAC,qBAAqB,oBAAoB,aAAa,aAAa,CAAC,gBAAgB,UAAU,CAAC,uBAAuB,aAAa,cAAc,cAAc,CAAC","file":"../../faq/style.css","sourcesContent":[".vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 25px;margin:25px 0px;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding-left:35px}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;font-size:24px;line-height:105%}.vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.vk_faq_title:before{font-family:\"areal\";content:\"Q \";color:#e50000}.vk_faq_content{margin:0px}.vk_faq_content:before{content:\"A \";color:#337ab7;font-family:\"\"}\n"]}
17
  .vk_faq{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0px 0px 25px;margin:25px 0px;width:100%;position:relative}.vk_faq_title,.vk_faq_content{border:none;padding-left:35px}.vk_faq_title:before,.vk_faq_content:before{position:absolute;left:0;font-size:24px;line-height:105%}.vk_faq_title{margin-bottom:15px;font-size:18px;font-weight:700}.vk_faq_title:before{font-family:"areal";content:"Q ";color:#e50000}.vk_faq_content{margin:0px}.vk_faq_content:before{content:"A ";color:#337ab7;font-family:""}
18
 
19
  /*# sourceMappingURL=../map/faq/style.css.map */
20
 
21
+ {"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,wBAAwB,WAAW,kEAAkE,0BAA0B,cAAc,gBAAgB,YAAY,WAAW,aAAa,CAAC,mBAAmB,mBAAmB,kBAAkB,CAAC,yBAAyB,WAAW,YAAY,qBAAqB,CAAC,eAAe,oBAAA,AAAa,aAAA,kBAAkB,yBAAyB,SAAS,sBAAA,AAA6B,6BAAA,CAAC,oBAAoB,cAAc,gBAAgB,SAAS,WAAW,qBAAqB,CAAC,sDAAsD,eAAe,WAAW,CAAC,0BAA0B,8BAA8B,gBAAgB,gBAAgB,eAAe,CAAC,4BAA4B,iBAAiB,CAAC,qBAAqB,gBAAgB,iBAAiB,qBAAqB,CAAC","file":"../../flow/style.css","sourcesContent":[".vk_flow-arrow-on:after{content:\"\";background:url(\"../images/arrow_bottom.svg\") center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow-arrow-off{padding-bottom:0px;margin-bottom:30px}.vk_flow-arrow-off:after{content:\"\";font-size:0;background-image:none}.vk_flow_frame{display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;justify-content:space-between}.vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.vk_flow_frame_text_title,.vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow_frame_text_content{margin-bottom:0px}.vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}\n"]}
22
+ .vk_flow-arrow-on:after{content:"";background:url("../images/arrow_bottom.svg") center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.vk_flow-arrow-off{padding-bottom:0px;margin-bottom:30px}.vk_flow-arrow-off:after{content:"";font-size:0;background-image:none}.vk_flow_frame{display:-ms-flexbox;display:flex;padding:20px 25px;border:3px solid #e5e5e5;margin:0;-ms-flex-pack:justify;justify-content:space-between}.vk_flow_frame_text{display:block;overflow:hidden;margin:0;width:100%;box-sizing:border-box}.vk_flow_frame_text_title,.vk_flow_frame_text_content{padding-left:0;border:none}.vk_flow_frame_text_title{border-bottom:1px dotted #ccc;margin:0 0 10px;padding:0 0 5px;font-size:1.2em}.vk_flow_frame_text_content{margin-bottom:0px}.vk_flow_frame_image{max-width:150px;margin-left:15px;box-sizing:border-box}
23
+
24
+ /*# sourceMappingURL=../map/flow/style.css.map */
25
+
26
  {"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,qCAAqC,kBAAkB,mBAAmB,CAAC,CAAC,uBAAuB,UAAU,CAAC,6BAA6B,WAAW,oBAAoB,CAAC,6BAA6B,cAAc,kBAAkB,cAAc,WAAW,YAAY,iBAAiB,CAAC,uBAAuB,kBAAkB,QAAQ,SAAS,4CAA4C,eAAe,UAAU,CAAC,wBAAwB,iBAAiB,oBAAoB,kBAAkB,eAAe,iBAAiB,CAAC,wBAAwB,kBAAkB,cAAc,YAAY,aAAa,cAAc,gBAAgB,kBAAkB,mBAAmB,CAAC,0BAA0B,oBAAoB,kBAAkB,eAAe,iBAAiB,CAAC,gCAAgC,yBAAyB,CAAC","file":"../../pr-blocks/style.css","sourcesContent":["@media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks_item_title{margin-top:0.9em;margin-bottom:0.7em;text-align:center;font-size:18px;line-height:1.4em}.vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.6em}.vk_prBlocks_item_summary:hover{text-decoration:underline}\n"]}
27
  @media screen and (max-width: 992px){.vk_prBlocks_item{margin-bottom:1.5em}}.vk_prBlocks_item_link{color:#333}.vk_prBlocks_item_link:hover{color:#333;text-decoration:none}.vk_prBlocks_item_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.vk_prBlocks_item_icon{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);font-size:36px;color:#fff}.vk_prBlocks_item_title{margin-top:0.9em;margin-bottom:0.7em;text-align:center;font-size:18px;line-height:1.4em}.vk_prBlocks_item_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.vk_prBlocks_item_summary{margin-bottom:0.5em;text-align:center;font-size:14px;line-height:1.6em}.vk_prBlocks_item_summary:hover{text-decoration:underline}
28
 
plugins/vk-blocks/build/block-build.js CHANGED
@@ -1,4 +1,4 @@
1
- !function(e){var t={};function n(o){if(t[o])return t[o].exports;var a=t[o]={i:o,l:!1,exports:{}};return e[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(o,a,function(t){return e[t]}.bind(null,a));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=8)}([function(e,t,n){"use strict";e.exports=n(3)},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.editor.RichText;o("vk-blocks/alert",{title:n("Alert","vk-blocks"),icon:"info",category:"vk-blocks-cat",attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},edit:function(e){var t=e.attributes,n=e.setAttributes,o=t.style,l=t.content;return React.createElement("div",{className:"alert alert-".concat(o)},React.createElement("select",{onChange:function(e){n({style:e.target.value})}},React.createElement("option",{value:"success",selected:"success"===o},"Success"),React.createElement("option",{value:"info",selected:"info"===o},"Info"),React.createElement("option",{value:"warning",selected:"warning"===o},"Warning"),React.createElement("option",{value:"danger",selected:"danger"===o},"Danger")),React.createElement(a,{tagName:"p",onChange:function(e){n({content:e})},value:l}))},save:function(e){var t=e.attributes,n=t.style,o=t.content;return React.createElement("div",{className:"alert alert-".concat(n)},React.createElement(a.Content,{tagName:"p",value:o}))}})},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.components,l=(a.RangeControl,a.RadioControl),c=a.PanelBody,r=a.Button,s=wp.element.Fragment,i=wp.editor,u=i.RichText,m=i.InspectorControls,p=i.MediaUpload,b=i.ColorPalette,k=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M544 450.583c0 22.75 13.014 42.454 32 52.092v7.969c-5.313 0.727-10.736 1.112-16.25 1.112-34.004 0-64.674-14.264-86.361-37.132-13.111 3.491-27.001 5.376-41.389 5.376-79.529 0-144-57.308-144-128s64.471-128 144-128c79.529 0 144 57.308 144 128 0 27.674-9.882 53.296-26.678 74.233-3.412 7.412-5.322 15.656-5.322 24.35zM115.339 110.593c-33.107 26.899-51.339 61.492-51.339 97.407 0 20.149 5.594 39.689 16.626 58.075 11.376 18.96 28.491 36.293 49.494 50.126 15.178 9.996 25.39 25.974 28.088 43.947 0.9 5.992 1.464 12.044 1.685 18.062 3.735-3.097 7.375-6.423 10.94-9.988 12.077-12.076 28.39-18.745 45.251-18.745 2.684 0 5.381 0.168 8.078 0.512 10.474 1.331 21.172 2.008 31.797 2.010v64c-13.564-0.001-26.877-0.869-39.871-2.521-54.989 54.989-120.625 64.85-184.088 66.298v-13.458c34.268-16.789 64-47.37 64-82.318 0-4.877-0.379-9.665-1.082-14.348-57.898-38.132-94.918-96.377-94.918-161.652 0-114.875 114.615-208 256-208 139.229 0 252.496 90.307 255.918 202.76-20.548-9.158-42.92-14.711-66.131-16.289-5.765-28.034-22.701-54.408-49.126-75.878-17.661-14.349-38.458-25.695-61.814-33.722-24.853-8.54-51.38-12.871-78.847-12.871s-53.994 4.331-78.847 12.871c-23.356 8.027-44.153 19.372-61.814 33.722z"}));o("vk-blocks/balloon",{title:n("Ballon","vk-blocks"),icon:k,category:"vk-blocks-cat",attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null}},edit:function(e){var t=e.attributes,o=e.className,a=e.setAttributes,i=t.content,k=t.balloonName,v=t.balloonType,f=t.balloonBgColor,g=t.balloonAlign,d=t.IconImage;return React.createElement(s,null,React.createElement(m,null,React.createElement(c,{title:n("Balloon setting","vk-blocks")},React.createElement(l,{label:n("Position","vk-blocks"),help:n("Please specify the layout of the balloon.","vk-blocks"),selected:g,options:[{label:n("Left","vk-blocks"),value:"position-left"},{label:n("Right","vk-blocks"),value:"position-right"}],onChange:function(e){return a({balloonAlign:e})}}),React.createElement(l,{label:n("Type","vk-blocks"),help:n("Please select the type of balloon.","vk-blocks"),selected:v,options:[{label:n("Serif","vk-blocks"),value:"type-serif"},{label:n("Thinking","vk-blocks"),value:"type-think"}],onChange:function(e){return a({balloonType:e})}}),React.createElement(b,{value:f,onChange:function(e){return a({balloonBgColor:e})}}))),React.createElement("div",{className:"".concat(o," vk_balloon vk_balloon-").concat(g," vk_balloon-").concat(v)},React.createElement("div",{className:"vk_balloon_icon"},React.createElement(p,{onSelect:function(e){return a({IconImage:e.sizes.full.url})},type:"image",className:"vk_balloon_icon_image",value:d,render:function(e){var t=e.open;return React.createElement(r,{onClick:t,className:d?"image-button":"button button-large"},d?React.createElement("img",{className:"vk_balloon_icon_image",src:d,alt:n("Upload image","vk-blocks")}):n("Select image","vk-blocks"))}}),React.createElement(u,{tagName:"figcaption",className:"vk_balloon_icon_name",onChange:function(e){return a({balloonName:e})},value:k,placeholder:n("Icon Name","vk-blocks")})),React.createElement(u,{style:{background:f,border:f},tagName:"p",className:"vk_balloon_content",onChange:function(e){return a({content:e})},value:i,placeholder:n("Input text","vk-blocks")})))},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.balloonName,a=t.balloonType,l=t.balloonBgColor,c=t.balloonAlign,r=t.IconImage;return React.createElement("div",{className:"vk_balloon vk_balloon-".concat(c," vk_balloon-").concat(a)},React.createElement("div",{className:"vk_balloon_icon"},r?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image",src:r,alt:""}),React.createElement(u.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:o})):""),React.createElement(u.Content,{className:"vk_balloon_content",style:{background:l,border:l},tagName:"p",value:n}))}})},function(e,t,n){"use strict";
2
  /** @license React v16.7.0
3
  * react.production.min.js
4
  *
@@ -6,10 +6,10 @@
6
  *
7
  * This source code is licensed under the MIT license found in the
8
  * LICENSE file in the root directory of this source tree.
9
- */var o=n(4),a="function"==typeof Symbol&&Symbol.for,l=a?Symbol.for("react.element"):60103,c=a?Symbol.for("react.portal"):60106,r=a?Symbol.for("react.fragment"):60107,s=a?Symbol.for("react.strict_mode"):60108,i=a?Symbol.for("react.profiler"):60114,u=a?Symbol.for("react.provider"):60109,m=a?Symbol.for("react.context"):60110,p=a?Symbol.for("react.concurrent_mode"):60111,b=a?Symbol.for("react.forward_ref"):60112,k=a?Symbol.for("react.suspense"):60113,v=a?Symbol.for("react.memo"):60115,f=a?Symbol.for("react.lazy"):60116,g="function"==typeof Symbol&&Symbol.iterator;function d(e){for(var t=arguments.length-1,n="https://reactjs.org/docs/error-decoder.html?invariant="+e,o=0;o<t;o++)n+="&args[]="+encodeURIComponent(arguments[o+1]);!function(e,t,n,o,a,l,c,r){if(!e){if(e=void 0,void 0===t)e=Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var s=[n,o,a,l,c,r],i=0;(e=Error(t.replace(/%s/g,function(){return s[i++]}))).name="Invariant Violation"}throw e.framesToPop=1,e}}(!1,"Minified React error #"+e+"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",n)}var _={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},y={};function h(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||_}function E(){}function R(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||_}h.prototype.isReactComponent={},h.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&d("85"),this.updater.enqueueSetState(this,e,t,"setState")},h.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},E.prototype=h.prototype;var C=R.prototype=new E;C.constructor=R,o(C,h.prototype),C.isPureReactComponent=!0;var w={current:null,currentDispatcher:null},N=Object.prototype.hasOwnProperty,B={key:!0,ref:!0,__self:!0,__source:!0};function I(e,t,n){var o=void 0,a={},c=null,r=null;if(null!=t)for(o in void 0!==t.ref&&(r=t.ref),void 0!==t.key&&(c=""+t.key),t)N.call(t,o)&&!B.hasOwnProperty(o)&&(a[o]=t[o]);var s=arguments.length-2;if(1===s)a.children=n;else if(1<s){for(var i=Array(s),u=0;u<s;u++)i[u]=arguments[u+2];a.children=i}if(e&&e.defaultProps)for(o in s=e.defaultProps)void 0===a[o]&&(a[o]=s[o]);return{$$typeof:l,type:e,key:c,ref:r,props:a,_owner:w.current}}function S(e){return"object"==typeof e&&null!==e&&e.$$typeof===l}var x=/\/+/g,T=[];function O(e,t,n,o){if(T.length){var a=T.pop();return a.result=e,a.keyPrefix=t,a.func=n,a.context=o,a.count=0,a}return{result:e,keyPrefix:t,func:n,context:o,count:0}}function A(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>T.length&&T.push(e)}function P(e,t,n){return null==e?0:function e(t,n,o,a){var r=typeof t;"undefined"!==r&&"boolean"!==r||(t=null);var s=!1;if(null===t)s=!0;else switch(r){case"string":case"number":s=!0;break;case"object":switch(t.$$typeof){case l:case c:s=!0}}if(s)return o(a,t,""===n?"."+j(t,0):n),1;if(s=0,n=""===n?".":n+":",Array.isArray(t))for(var i=0;i<t.length;i++){var u=n+j(r=t[i],i);s+=e(r,u,o,a)}else if(u=null===t||"object"!=typeof t?null:"function"==typeof(u=g&&t[g]||t["@@iterator"])?u:null,"function"==typeof u)for(t=u.call(t),i=0;!(r=t.next()).done;)s+=e(r=r.value,u=n+j(r,i++),o,a);else"object"===r&&d("31","[object Object]"==(o=""+t)?"object with keys {"+Object.keys(t).join(", ")+"}":o,"");return s}(e,"",t,n)}function j(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}(e.key):t.toString(36)}function z(e,t){e.func.call(e.context,t,e.count++)}function M(e,t,n){var o=e.result,a=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?F(e,o,n,function(e){return e}):null!=e&&(S(e)&&(e=function(e,t){return{$$typeof:l,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,a+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(x,"$&/")+"/")+n)),o.push(e))}function F(e,t,n,o,a){var l="";null!=n&&(l=(""+n).replace(x,"$&/")+"/"),P(e,M,t=O(t,l,o,a)),A(t)}var $={Children:{map:function(e,t,n){if(null==e)return e;var o=[];return F(e,o,null,t,n),o},forEach:function(e,t,n){if(null==e)return e;P(e,z,t=O(null,null,t,n)),A(t)},count:function(e){return P(e,function(){return null},null)},toArray:function(e){var t=[];return F(e,t,null,function(e){return e}),t},only:function(e){return S(e)||d("143"),e}},createRef:function(){return{current:null}},Component:h,PureComponent:R,createContext:function(e,t){return void 0===t&&(t=null),(e={$$typeof:m,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:u,_context:e},e.Consumer=e},forwardRef:function(e){return{$$typeof:b,render:e}},lazy:function(e){return{$$typeof:f,_ctor:e,_status:-1,_result:null}},memo:function(e,t){return{$$typeof:v,type:e,compare:void 0===t?null:t}},Fragment:r,StrictMode:s,Suspense:k,createElement:I,cloneElement:function(e,t,n){null==e&&d("267",e);var a=void 0,c=o({},e.props),r=e.key,s=e.ref,i=e._owner;if(null!=t){void 0!==t.ref&&(s=t.ref,i=w.current),void 0!==t.key&&(r=""+t.key);var u=void 0;for(a in e.type&&e.type.defaultProps&&(u=e.type.defaultProps),t)N.call(t,a)&&!B.hasOwnProperty(a)&&(c[a]=void 0===t[a]&&void 0!==u?u[a]:t[a])}if(1===(a=arguments.length-2))c.children=n;else if(1<a){u=Array(a);for(var m=0;m<a;m++)u[m]=arguments[m+2];c.children=u}return{$$typeof:l,type:e.type,key:r,ref:s,props:c,_owner:i}},createFactory:function(e){var t=I.bind(null,e);return t.type=e,t},isValidElement:S,version:"16.7.0",unstable_ConcurrentMode:p,unstable_Profiler:i,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:w,assign:o}},U={default:$},L=U&&$||U;e.exports=L.default||L},function(e,t,n){"use strict";
10
  /*
11
  object-assign
12
  (c) Sindre Sorhus
13
  @license MIT
14
- */var o=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach(function(e){o[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,c,r=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s<arguments.length;s++){for(var i in n=Object(arguments[s]))a.call(n,i)&&(r[i]=n[i]);if(o){c=o(n);for(var u=0;u<c.length;u++)l.call(n,c[u])&&(r[c[u]]=n[c[u]])}}return r}},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.editor.RichText,l=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M178.9,191.6c7.2,5,12,8.2,14.2,9.4c3.3,1.9,7.8,4,13.4,6.5l-16.1,32.4c-8.1-3.9-16.1-8.6-24-14 c-7.9-5.4-13.4-9.5-16.6-12.2c-12.8,5.5-28.8,8.3-48,8.3c-28.4,0-50.9-7.4-67.3-22.2c-19.4-17.5-29.1-42.2-29.1-73.9 c0-30.8,8.5-54.7,25.5-71.8c17-17.1,40.7-25.6,71.2-25.6c31.1,0,55,8.3,71.9,25c16.9,16.7,25.3,40.6,25.3,71.6 C199.3,152.8,192.5,175,178.9,191.6z M134.6,161.9c4.6-8.3,6.9-20.6,6.9-37c0-18.9-3.5-32.4-10.5-40.5c-7-8.1-16.7-12.1-29-12.1 c-11.5,0-20.8,4.1-28,12.4c-7.1,8.3-10.7,21.2-10.7,38.7c0,20.4,3.5,34.8,10.5,43c7,8.3,16.6,12.4,28.7,12.4 c3.9,0,7.6-0.4,11.1-1.1c-4.9-4.7-12.5-9.1-23-13.3l9.1-20.8c5.1,0.9,9.1,2.1,11.9,3.4c2.9,1.4,8.4,4.9,16.7,10.7 C130.1,159.1,132.3,160.5,134.6,161.9z"}),React.createElement("path",{d:"M137.9,452.6H72.2l-9.1,30.9l-59,0l70.3-187.2h63.1l70.3,187.2h-60.6L137.9,452.6z M125.9,412.1l-20.7-67.3l-20.4,67.3 H125.9z"}),React.createElement("path",{d:"M553.9,239.9h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,231.8,563.9,239.9,553.9,239.9z"}),React.createElement("path",{d:"M553.9,483.5h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,475.4,563.9,483.5,553.9,483.5z"}));o("vk-blocks/faq",{title:n("FAQ","vk-blocks"),icon:l,category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},edit:function(e){var t=e.attributes,o=e.setAttributes,l=t.heading,c=t.content;return React.createElement("dl",{className:"vk_faq"},React.createElement(a,{tagName:"dt",className:"vk_faq_title",onChange:function(e){return o({heading:e})},value:l,placeholder:n("Please enter a question.","vk-blocks")}),React.createElement(a,{tagName:"dd",className:"vk_faq_content",onChange:function(e){return o({content:e})},value:c,placeholder:n("Please enter a answer.","vk-blocks")}))},save:function(e){var t=e.attributes,n=t.heading,o=t.content;return React.createElement("dl",{className:"vk_faq"},React.createElement(a.Content,{tagName:"dt",className:"vk_faq_title",value:n}),React.createElement(a.Content,{tagName:"dd",className:"vk_faq_content",value:o}))}})},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.components,l=(a.RangeControl,a.RadioControl),c=a.PanelBody,r=a.Button,s=(a.PanelColor,wp.element.Fragment),i=wp.editor,u=i.RichText,m=i.InspectorControls,p=i.MediaUpload;i.ColorPalette;o("vk-blocks/flow",{title:n("Flow","vk-blocks"),icon:"arrow-down",category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},edit:function(e){var t=e.attributes,o=e.setAttributes,a=t.heading,i=t.content,b=t.insertImage,k=t.arrowFlag;return[React.createElement(s,null,React.createElement(m,null,React.createElement(c,{title:n("Display of arrow","vk-blocks")},React.createElement(l,{selected:k,options:[{label:n("Arrow display","vk-blocks"),value:"vk_flow-arrow-on"},{label:n("Arrow hidden","vk-blocks"),value:"vk_flow-arrow-off"}],onChange:function(e){return o({arrowFlag:e})}}))),React.createElement("div",{className:"".concat(k," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(u,{tagName:"dt",className:"vk_flow_frame_text_title",onChange:function(e){return o({heading:e})},value:a,placeholder:n("Input title","vk-blocks")}),React.createElement(u,{tagName:"dd",className:"vk_flow_frame_text_content",onChange:function(e){return o({content:e})},value:i,placeholder:n("Input content","vk-blocks")})),React.createElement("div",{className:"vk_flow_frame_image"},React.createElement(p,{onSelect:function(e){return o({insertImage:e.url})},type:"image",className:"vk_flow_frame_image",value:b,render:function(e){var t=e.open;return React.createElement(r,{onClick:t,className:b?"image-button":"button button-large"},b?React.createElement("img",{className:"icon-image",src:b,alt:n("Upload image","vk-blocks")}):n("Select image","vk-blocks"))}})))))]},save:function(e){var t=e.attributes,n=t.heading,o=t.content,a=t.insertImage,l=t.arrowFlag;return React.createElement("div",{className:"".concat(l," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(u.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),React.createElement(u.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:o})),a?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:a,alt:""})):""))}})},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.components,l=(a.RangeControl,a.RadioControl),c=a.PanelBody,r=a.Button,s=a.BaseControl,i=a.CheckboxControl,u=a.TextControl,m=wp.element.Fragment,p=wp.editor,b=p.RichText,k=p.InspectorControls,v=p.MediaUpload,f=p.ColorPalette,g=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("g",null,React.createElement("g",null,React.createElement("circle",{cx:"288",cy:"186.2",r:"60"}),React.createElement("rect",{x:"213.5",y:"278.8",width:"149",height:"107"})),React.createElement("g",null,React.createElement("circle",{cx:"74.5",cy:"186.2",r:"60"}),React.createElement("rect",{y:"278.8",width:"149",height:"107"})),React.createElement("g",null,React.createElement("circle",{cx:"501.5",cy:"186.2",r:"60"}),React.createElement("rect",{x:"427",y:"278.8",width:"149",height:"107"}))));o("vk-blocks/pr-blocks",{title:n("PR Block","vk-blocks"),icon:g,category:"vk-blocks-cat",attributes:function(e){for(var t={},n=0;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h1"},t["content"+n]={type:"string",source:"html",selector:"p"},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(3),edit:function(e){var t=e.attributes,o=e.setAttributes,a=t.heading0,p=t.heading1,g=t.heading2,d=t.content0,_=t.content1,y=t.content2,h=t.url0,E=t.url1,R=t.url2,C=t.urlOpenType0,w=t.urlOpenType1,N=t.urlOpenType2,B=t.icon0,I=t.icon1,S=t.icon2,x=t.color0,T=t.color1,O=t.color2,A=t.bgType0,P=t.bgType1,j=t.bgType2,z=t.insertImage0,M=t.insertImage1,F=t.insertImage2;return[React.createElement(m,null,React.createElement(k,null,React.createElement(c,{title:n("PR Block1 Setting","vk-blocks")},React.createElement(s,{label:n("Link URL:","vk-blocks")},React.createElement(u,{value:h,onChange:function(e){return o({url0:e})}}),React.createElement(i,{label:n("Open link new tab.","vk-blocks"),checked:C,onChange:function(e){return o({urlOpenType0:e})}})),React.createElement(s,{label:n("Icon 1","vk-blocks")},React.createElement(u,{label:n("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:B,onChange:function(e){return o({icon0:e})},placeholder:"fas fa-file"}),React.createElement(f,{value:x,onChange:function(e){return o({color0:e})}}),React.createElement(l,{label:n("Icon Background:","vk-blocks"),selected:A,options:[{label:n("Solid color","vk-blocks"),value:"0"},{label:n("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType0:e})}})),React.createElement(s,{label:n("PR Image 1","vk-blocks"),help:n("When you have an image. Image is displayed with priority.","vk-blocks")},React.createElement(v,{onSelect:function(e){return o({insertImage0:e.url})},type:"image",value:z,render:function(e){var t=e.open;return React.createElement(r,{onClick:t,className:z?"image-button":"button button-large"},z?React.createElement("img",{className:"icon-image",src:z,alt:n("Upload image","vk-blocks")}):n("Select image","vk-blocks"))}}))),React.createElement(c,{title:n("PR Block2 Setting","vk-blocks")},React.createElement(s,{label:n("Link URL:","vk-blocks")},React.createElement(u,{value:E,onChange:function(e){return o({url1:e})}}),React.createElement(i,{label:n("Open link new tab.","vk-blocks"),checked:w,onChange:function(e){return o({urlOpenType1:e})}})),React.createElement(s,{label:n("Icon 2","vk-blocks")},React.createElement(u,{label:n("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:I,onChange:function(e){return o({icon1:e})},placeholder:"fas fa-file"}),React.createElement(f,{value:T,onChange:function(e){return o({color1:e})}}),React.createElement(l,{label:n("Icon Background:","vk-blocks"),selected:P,options:[{label:n("Solid color","vk-blocks"),value:"0"},{label:n("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType1:e})}})),React.createElement(s,{label:n("PR Image 2","vk-blocks"),help:n("When you have an image. Image is displayed with priority","vk-blocks")},React.createElement(v,{onSelect:function(e){return o({insertImage1:e.url})},type:"image",value:M,render:function(e){var t=e.open;return React.createElement(r,{onClick:t,className:M?"image-button":"button button-large"},M?React.createElement("img",{className:"icon-image",src:M,alt:n("Upload image","vk-blocks")}):n("Select image","vk-blocks"))}}))),React.createElement(c,{title:n("PR Block3 Setting","vk-blocks")},React.createElement(s,{label:n("Link URL:","vk-blocks")},React.createElement(u,{value:R,onChange:function(e){return o({url2:e})}}),React.createElement(i,{label:n("Open link new tab.","vk-blocks"),checked:N,onChange:function(e){return o({urlOpenType2:e})}})),React.createElement(s,{label:n("Icon 3","vk-blocks")},React.createElement(u,{label:n("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:S,onChange:function(e){return o({icon2:e})},placeholder:"fas fa-file"}),React.createElement(f,{value:O,onChange:function(e){return o({color2:e})}}),React.createElement(l,{label:n("Icon Background:","vk-blocks"),selected:j,options:[{label:n("Solid color","vk-blocks"),value:"0"},{label:n("No background","vk-blocks"),value:"1"}],onChange:function(e){return o({bgType2:e})}})),React.createElement(s,{label:n("PR Image 3","vk-blocks"),help:n("When you have an image. Image is displayed with priority.","vk-blocks")},React.createElement(v,{onSelect:function(e){return o({insertImage2:e.url})},type:"image",value:F,render:function(e){var t=e.open;return React.createElement(r,{onClick:t,className:F?"image-button":"button button-large"},F?React.createElement("img",{className:"icon-image",src:F,alt:n("Upload image","vk-blocks")}):n("Select image","vk-blocks"))}})))),React.createElement("article",{className:"vk_prBlocks row"},React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},z?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+z+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:z,alt:""})):"0"===A?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:x,border:"1px solid ".concat(x)}},React.createElement("i",{className:"".concat(B," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid"+x}},React.createElement("i",{className:"".concat(B," vk_prBlocks_item_icon"),style:{color:x}})),React.createElement(b,{className:"vk_prBlocks_item_title",tagName:"h1",onChange:function(e){return o({heading0:e})},value:a,placeholder:n("Input title","vk-blocks")}),React.createElement(b,{className:"vk_prBlocks_item_summary",tagName:"p",onChange:function(e){return o({content0:e})},value:d,placeholder:n("Input content","vk-blocks")})),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},M?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+M+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:M,alt:""})):"0"===P?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:T,border:"1px solid ".concat(T)}},React.createElement("i",{className:"".concat(I," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid"+T}},React.createElement("i",{className:"".concat(I," vk_prBlocks_item_icon"),style:{color:T}})),React.createElement(b,{className:"vk_prBlocks_item_title",tagName:"h1",onChange:function(e){return o({heading1:e})},value:p,placeholder:n("Input title","vk-blocks")}),React.createElement(b,{className:"vk_prBlocks_item_summary",tagName:"p",onChange:function(e){return o({content1:e})},value:_,placeholder:n("Input content","vk-blocks")})),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},F?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+F+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:F,alt:""})):"0"===j?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:O,border:"1px solid ".concat(O)}},React.createElement("i",{className:"".concat(S," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid"+O}},React.createElement("i",{className:"".concat(S," vk_prBlocks_item_icon"),style:{color:O}})),React.createElement(b,{className:"vk_prBlocks_item_title",tagName:"h1",onChange:function(e){return o({heading2:e})},value:g,placeholder:n("Input title","vk-blocks")}),React.createElement(b,{className:"vk_prBlocks_item_summary",tagName:"p",onChange:function(e){return o({content2:e})},value:y,placeholder:n("Input content","vk-blocks")}))))]},save:function(e){var t=e.attributes,n=t.heading0,o=t.heading1,a=t.heading2,l=t.content0,c=t.content1,r=t.content2,s=t.url0,i=t.url1,u=t.url2,m=t.urlOpenType0,p=t.urlOpenType1,k=t.urlOpenType2,v=t.icon0,f=t.icon1,g=t.icon2,d=t.color0,_=t.color1,y=t.color2,h=t.bgType0,E=t.bgType1,R=t.bgType2,C=t.insertImage0,w=t.insertImage1,N=t.insertImage2;return React.createElement("article",{className:"vk_prBlocks row"},React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:s,target:m?"_blank":"_self",className:"vk_prBlocks_item_link"},C?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+C+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:C,alt:""})):"0"===h?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:d,border:"1px solid ".concat(d)}},React.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid"+d}},React.createElement("i",{className:"".concat(v," vk_prBlocks_item_icon"),style:{color:d}})),React.createElement(b.Content,{className:"vk_prBlocks_item_title",tagName:"h1",value:n}),React.createElement(b.Content,{className:"vk_prBlocks_item_summary",tagName:"p",value:l}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:i,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},w?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+w+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:w,alt:""})):"0"===E?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},React.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid"+_}},React.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:_}})),React.createElement(b.Content,{className:"vk_prBlocks_item_title",tagName:"h1",value:o}),React.createElement(b.Content,{className:"vk_prBlocks_item_summary",tagName:"p",value:c}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:u,target:k?"_blank":"_self",className:"vk_prBlocks_item_link"},N?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+N+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:N,alt:""})):"0"===R?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:y,border:"1px solid ".concat(y)}},React.createElement("i",{className:"".concat(g," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid"+y}},React.createElement("i",{className:"".concat(g," vk_prBlocks_item_icon"),style:{color:y}})),React.createElement(b.Content,{className:"vk_prBlocks_item_title",tagName:"h1",value:a}),React.createElement(b.Content,{className:"vk_prBlocks_item_summary",tagName:"p",value:r}))))}})},function(e,t,n){"use strict";n.r(t);n(1),n(2);var o=n(0),a=n.n(o);function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function r(e,t){return!t||"object"!==l(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function i(e,t){return(i=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var u=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),r(this,s(t).apply(this,arguments))}var n,o,l;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&i(e,t)}(t,a.a.Component),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,l=this.props.lbSize,c=this.props.lbUrl,r=this.props.lbTarget,s=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,u=this.props.lbRichtext,m="",p="",b={},k="",v="";return e?(m="btn-parent custom-btn btn-".concat(o),p="btn btn-primary btn-".concat(l," active"),"0"===n?b={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(b={backgroundColor:"transparent",border:"1px solid"+e,color:e})):e||(m="btn-parent custom-btn btn-".concat(o),"0"===n?(p="btn btn-".concat(l," btn-").concat(t," active"),b={backgroundColor:e,border:"1px solid ".concat(e)}):"1"===n&&(p="btn btn-".concat(l," btn-outline-").concat(t," active"),b={backgroundColor:NaN})),s&&(k=a.a.createElement("i",{className:"".concat(s," before")})),i&&(v=a.a.createElement("i",{className:"".concat(i," after")})),a.a.createElement("div",{className:m},a.a.createElement("a",{href:c,className:p,role:"button","aria-pressed":!0,style:b,target:r?"_blank":null},k,u,v))}}])&&c(n.prototype,o),l&&c(n,l),t}(),m=wp.i18n.__,p=wp.blocks.registerBlockType,b=wp.components,k=(b.RangeControl,b.RadioControl),v=b.PanelBody,f=(b.Button,b.BaseControl),g=b.CheckboxControl,d=b.TextControl,_=b.Dashicon,y=b.IconButton,h=wp.element.Fragment,E=wp.editor,R=E.RichText,C=E.InspectorControls,w=(E.MediaUpload,E.ColorPalette),N=E.URLInput,B=a.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},a.a.createElement("g",null,a.a.createElement("path",{d:"M506,185v142H70V185H506 M526.4,137H49.6C34.4,137,22,149.4,22,164.6v182.8c0,15.2,12.4,27.6,27.6,27.6h476.8 c15.2,0,27.6-12.4,27.6-27.6V164.6C554,149.4,541.6,137,526.4,137L526.4,137z"})),a.a.createElement("g",null,a.a.createElement("path",{d:"M83.8,206.9h55.9c9.3,0,16.5,2.3,21.5,6.9c5,4.6,7.5,10.3,7.5,17.1c0,5.7-1.8,10.6-5.3,14.7c-2.4,2.7-5.8,4.9-10.4,6.5 c6.9,1.7,12.1,4.5,15.3,8.6c3.3,4.1,4.9,9.2,4.9,15.3c0,5-1.2,9.5-3.5,13.5c-2.3,4-5.5,7.2-9.6,9.5c-2.5,1.5-6.3,2.5-11.3,3.2 c-6.7,0.9-11.2,1.3-13.4,1.3H83.8V206.9z M113.9,244.8h13c4.7,0,7.9-0.8,9.7-2.4c1.8-1.6,2.7-3.9,2.7-7c0-2.8-0.9-5-2.7-6.6 c-1.8-1.6-5-2.4-9.5-2.4h-13.2V244.8z M113.9,282.8h15.2c5.1,0,8.8-0.9,10.9-2.7s3.2-4.3,3.2-7.4c0-2.9-1-5.2-3.1-6.9 c-2.1-1.7-5.7-2.6-11-2.6h-15.2V282.8z"}),a.a.createElement("path",{d:"M245.9,303.5h-25.1v-11.3c-3.7,4.7-7.5,8-11.3,10c-3.8,2-8.5,3-14,3c-7.4,0-13.2-2.2-17.4-6.6c-4.2-4.4-6.3-11.2-6.3-20.4 v-44.6h27V272c0,4.4,0.8,7.5,2.4,9.4c1.6,1.8,3.9,2.8,6.9,2.8c3.2,0,5.8-1.2,7.9-3.7s3.1-6.9,3.1-13.3v-33.7h26.8V303.5z"}),a.a.createElement("path",{d:"M282.4,206.9v26.6h14.8v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L282.4,206.9z"}),a.a.createElement("path",{d:"M330.2,206.9v26.6H345v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L330.2,206.9z"}),a.a.createElement("path",{d:"M339.6,268.7c0-10.7,3.6-19.5,10.8-26.4s16.9-10.4,29.2-10.4c14,0,24.6,4.1,31.8,12.2c5.8,6.6,8.6,14.6,8.6,24.2 c0,10.8-3.6,19.6-10.7,26.5c-7.1,6.9-17,10.3-29.6,10.3c-11.3,0-20.4-2.9-27.3-8.6C343.9,289.5,339.6,280.2,339.6,268.7z M366.5,268.7c0,6.2,1.3,10.9,3.8,13.8c2.5,3,5.7,4.5,9.5,4.5c3.9,0,7-1.5,9.5-4.4c2.5-2.9,3.7-7.7,3.7-14.2 c0-6.1-1.3-10.6-3.8-13.6s-5.6-4.5-9.3-4.5c-3.9,0-7.1,1.5-9.7,4.5C367.8,257.9,366.5,262.5,366.5,268.7z"}),a.a.createElement("path",{d:"M418.2,233.5h25v11.4c3.7-4.7,7.5-8,11.3-10c3.8-2,8.5-3,14-3c7.4,0,13.2,2.2,17.4,6.6c4.2,4.4,6.3,11.2,6.3,20.5v44.5h-27 V265c0-4.4-0.8-7.5-2.4-9.3c-1.6-1.8-3.9-2.7-6.9-2.7c-3.3,0-5.9,1.2-7.9,3.7c-2,2.5-3,6.9-3,13.3v33.6h-26.8V233.5z"})));p("vk-blocks/button",{title:m("Button","vk-blocks"),icon:B,category:"vk-blocks-cat",attributes:{content:{source:"html",selector:"p"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"lg"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},edit:function(e){var t=e.attributes,n=(e.className,e.setAttributes),o=e.isSelected,l=t.content,c=t.buttonUrl,r=t.buttonTarget,s=t.buttonSize,i=t.buttonType,p=t.buttonColor,b=t.buttonColorCustom,E=t.buttonAlign,B=t.fontAwesomeIconBefore,I=t.fontAwesomeIconAfter;return a.a.createElement(h,null,a.a.createElement(C,null,a.a.createElement(v,{title:m("Button setting","vk-blocks")},a.a.createElement(g,{label:m("Open link new tab.","vk-blocks"),checked:r,onChange:function(e){return n({buttonTarget:e})}}),a.a.createElement(k,{label:m("Button Size:","vk-blocks"),selected:s,options:[{label:m("Large","vk-blocks"),value:"lg"},{label:m("normal","vk-blocks"),value:"md"},{label:m("Small","vk-blocks"),value:"sm"}],onChange:function(e){return n({buttonSize:e})}}),a.a.createElement(k,{label:m("Button Position:","vk-blocks"),selected:E,options:[{label:m("Left","vk-blocks"),value:"left"},{label:m("Center","vk-blocks"),value:"center"},{label:m("Right","vk-blocks"),value:"right"},{label:m("Block","vk-blocks"),value:"block"}],onChange:function(e){return n({buttonAlign:e})}}),a.a.createElement(k,{label:m("Button Style:","vk-blocks"),selected:i,options:[{label:m("Solid color","vk-blocks"),value:"0"},{label:m("No background","vk-blocks"),value:"1"}],help:m('If you select "No background", that you need to select a Custom Color.',"vk-blocks"),onChange:function(e){return n({buttonType:e})}}),a.a.createElement(k,{label:m("Default Color:","vk-blocks"),selected:p,options:[{label:m("Primary","vk-blocks"),value:"primary"},{label:m("Success","vk-blocks"),value:"success"},{label:m("Info","vk-blocks"),value:"info"},{label:m("Warning","vk-blocks"),value:"warning"},{label:m("Danger","vk-blocks"),value:"danger"}],onChange:function(e){return n({buttonColor:e})}}),a.a.createElement(f,{label:m("Custom Color","vk-blocks"),help:m("This custom color overrides the default color. If you want to use the default color, click the clear button.","vk-blocks")},a.a.createElement(w,{value:b,onChange:function(e){return n({buttonColorCustom:e})}})),a.a.createElement(f,{label:m("Font Awesome:","vk-blocks")},a.a.createElement(d,{label:m("Before text","vk-blocks"),help:m("Enter Font Awesome Class.This icon will appear before text.","vk-blocks"),value:B,onChange:function(e){return n({fontAwesomeIconBefore:e})},placeholder:"fas fa-user"}),a.a.createElement(d,{label:m("After text","vk-blocks"),help:m("Enter Font Awesome Class.This icon will appear after text.","vk-blocks"),value:I,onChange:function(e){return n({fontAwesomeIconAfter:e})},placeholder:"fas fa-book"})))),a.a.createElement("div",{className:b?"vk_button vk_button-colorCustom":"vk_button"},a.a.createElement(u,{lbColorCustom:b,lbColor:p,lbType:i,lbAlign:E,lbSize:s,lbFontAwesomeIconBefore:B,lbFontAwesomeIconAfter:I,lbRichtext:a.a.createElement(R,{tagName:"p",className:"vk_button_content",onChange:function(e){return n({content:e})},value:l,placeholder:m("Input text","vk-blocks"),formattingControls:["bold","italic","strikethrough"],keepPlaceholderOnFocus:!0})}),o&&a.a.createElement("form",{className:"block-library-button__inline-link",onSubmit:function(e){return e.preventDefault()}},a.a.createElement(_,{icon:"admin-links"}),a.a.createElement(N,{value:c,onChange:function(e){return n({buttonUrl:e})}}),a.a.createElement(y,{icon:"editor-break",label:m("Apply"),type:"submit"}))))},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,r=t.buttonType,s=t.buttonColor,i=t.buttonColorCustom,m=t.buttonAlign,p=t.fontAwesomeIconBefore,b=t.fontAwesomeIconAfter;return a.a.createElement("div",{className:i?"vk_button vk_button-colorCustom":"vk_button"},a.a.createElement(u,{lbColorCustom:i,lbColor:s,lbType:r,lbAlign:m,lbSize:c,lbUrl:o,lbTarget:l,lbFontAwesomeIconBefore:p,lbFontAwesomeIconAfter:b,lbRichtext:a.a.createElement(R.Content,{tagName:"p",className:"vk_button_content",value:n})}))}});n(5),n(6),n(7)}]);
15
  //# sourceMappingURL=block-build.js.map
1
+ !function(e){var t={};function n(o){if(t[o])return t[o].exports;var a=t[o]={i:o,l:!1,exports:{}};return e[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(o,a,function(t){return e[t]}.bind(null,a));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=8)}([function(e,t,n){"use strict";e.exports=n(3)},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.editor.RichText;o("vk-blocks/alert",{title:n("Alert","vk-blocks"),icon:"info",category:"vk-blocks-cat",attributes:{style:{type:"string",default:"info"},content:{type:"string",source:"html",selector:"p"}},edit:function(e){var t=e.attributes,n=e.setAttributes,o=t.style,l=t.content;return React.createElement("div",{className:"alert alert-".concat(o)},React.createElement("select",{onChange:function(e){n({style:e.target.value})}},React.createElement("option",{value:"success",selected:"success"===o},"Success"),React.createElement("option",{value:"info",selected:"info"===o},"Info"),React.createElement("option",{value:"warning",selected:"warning"===o},"Warning"),React.createElement("option",{value:"danger",selected:"danger"===o},"Danger")),React.createElement(a,{tagName:"p",onChange:function(e){n({content:e})},value:l}))},save:function(e){var t=e.attributes,n=t.style,o=t.content;return React.createElement("div",{className:"alert alert-".concat(n)},React.createElement(a.Content,{tagName:"p",value:o}))}})},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.components,l=(a.RangeControl,a.RadioControl),c=a.PanelBody,r=a.Button,s=wp.element.Fragment,i=wp.editor,u=i.RichText,m=i.InspectorControls,k=i.MediaUpload,p=i.ColorPalette,b=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M544 450.583c0 22.75 13.014 42.454 32 52.092v7.969c-5.313 0.727-10.736 1.112-16.25 1.112-34.004 0-64.674-14.264-86.361-37.132-13.111 3.491-27.001 5.376-41.389 5.376-79.529 0-144-57.308-144-128s64.471-128 144-128c79.529 0 144 57.308 144 128 0 27.674-9.882 53.296-26.678 74.233-3.412 7.412-5.322 15.656-5.322 24.35zM115.339 110.593c-33.107 26.899-51.339 61.492-51.339 97.407 0 20.149 5.594 39.689 16.626 58.075 11.376 18.96 28.491 36.293 49.494 50.126 15.178 9.996 25.39 25.974 28.088 43.947 0.9 5.992 1.464 12.044 1.685 18.062 3.735-3.097 7.375-6.423 10.94-9.988 12.077-12.076 28.39-18.745 45.251-18.745 2.684 0 5.381 0.168 8.078 0.512 10.474 1.331 21.172 2.008 31.797 2.010v64c-13.564-0.001-26.877-0.869-39.871-2.521-54.989 54.989-120.625 64.85-184.088 66.298v-13.458c34.268-16.789 64-47.37 64-82.318 0-4.877-0.379-9.665-1.082-14.348-57.898-38.132-94.918-96.377-94.918-161.652 0-114.875 114.615-208 256-208 139.229 0 252.496 90.307 255.918 202.76-20.548-9.158-42.92-14.711-66.131-16.289-5.765-28.034-22.701-54.408-49.126-75.878-17.661-14.349-38.458-25.695-61.814-33.722-24.853-8.54-51.38-12.871-78.847-12.871s-53.994 4.331-78.847 12.871c-23.356 8.027-44.153 19.372-61.814 33.722z"}));o("vk-blocks/balloon",{title:n("Ballon","vk-blocks"),icon:b,category:"vk-blocks-cat",attributes:{content:{source:"html",selector:"p"},balloonName:{source:"html",selector:"figcaption"},balloonType:{type:"string",default:"type-serif"},balloonBgColor:{type:"string"},balloonAlign:{type:"string",default:"position-left"},IconImage:{type:"string",default:null}},edit:function(e){var t=e.attributes,o=e.className,a=e.setAttributes,i=t.content,b=t.balloonName,v=t.balloonType,f=t.balloonBgColor,g=t.balloonAlign,d=t.IconImage;return React.createElement(s,null,React.createElement(m,null,React.createElement(c,{title:n("Balloon setting","vk-blocks")},React.createElement(l,{label:n("Position","vk-blocks"),help:n("Please specify the layout of the balloon.","vk-blocks"),selected:g,options:[{label:n("Left","vk-blocks"),value:"position-left"},{label:n("Right","vk-blocks"),value:"position-right"}],onChange:function(e){return a({balloonAlign:e})}}),React.createElement(l,{label:n("Type","vk-blocks"),help:n("Please select the type of balloon.","vk-blocks"),selected:v,options:[{label:n("Serif","vk-blocks"),value:"type-serif"},{label:n("Thinking","vk-blocks"),value:"type-think"}],onChange:function(e){return a({balloonType:e})}}),React.createElement(p,{value:f,onChange:function(e){return a({balloonBgColor:e})}}))),React.createElement("div",{className:"".concat(o," vk_balloon vk_balloon-").concat(g," vk_balloon-").concat(v)},React.createElement("div",{className:"vk_balloon_icon"},React.createElement(k,{onSelect:function(e){return a({IconImage:e.sizes.full.url})},type:"image",className:"vk_balloon_icon_image",value:d,render:function(e){var t=e.open;return React.createElement(r,{onClick:t,className:d?"image-button":"button button-large"},d?React.createElement("img",{className:"vk_balloon_icon_image",src:d,alt:n("Upload image","vk-blocks")}):n("Select image","vk-blocks"))}}),React.createElement(u,{tagName:"figcaption",className:"vk_balloon_icon_name",onChange:function(e){return a({balloonName:e})},value:b,placeholder:n("Icon Name","vk-blocks")})),React.createElement(u,{style:{background:f,border:f},tagName:"p",className:"vk_balloon_content",onChange:function(e){return a({content:e})},value:i,placeholder:n("Input text","vk-blocks")})))},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.balloonName,a=t.balloonType,l=t.balloonBgColor,c=t.balloonAlign,r=t.IconImage;return React.createElement("div",{className:"vk_balloon vk_balloon-".concat(c," vk_balloon-").concat(a)},React.createElement("div",{className:"vk_balloon_icon"},r?React.createElement("figure",null,React.createElement("img",{className:"vk_balloon_icon_image",src:r,alt:""}),React.createElement(u.Content,{tagName:"figcaption",className:"vk_balloon_icon_name",value:o})):""),React.createElement(u.Content,{className:"vk_balloon_content",style:{background:l,border:l},tagName:"p",value:n}))}})},function(e,t,n){"use strict";
2
  /** @license React v16.7.0
3
  * react.production.min.js
4
  *
6
  *
7
  * This source code is licensed under the MIT license found in the
8
  * LICENSE file in the root directory of this source tree.
9
+ */var o=n(4),a="function"==typeof Symbol&&Symbol.for,l=a?Symbol.for("react.element"):60103,c=a?Symbol.for("react.portal"):60106,r=a?Symbol.for("react.fragment"):60107,s=a?Symbol.for("react.strict_mode"):60108,i=a?Symbol.for("react.profiler"):60114,u=a?Symbol.for("react.provider"):60109,m=a?Symbol.for("react.context"):60110,k=a?Symbol.for("react.concurrent_mode"):60111,p=a?Symbol.for("react.forward_ref"):60112,b=a?Symbol.for("react.suspense"):60113,v=a?Symbol.for("react.memo"):60115,f=a?Symbol.for("react.lazy"):60116,g="function"==typeof Symbol&&Symbol.iterator;function d(e){for(var t=arguments.length-1,n="https://reactjs.org/docs/error-decoder.html?invariant="+e,o=0;o<t;o++)n+="&args[]="+encodeURIComponent(arguments[o+1]);!function(e,t,n,o,a,l,c,r){if(!e){if(e=void 0,void 0===t)e=Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var s=[n,o,a,l,c,r],i=0;(e=Error(t.replace(/%s/g,function(){return s[i++]}))).name="Invariant Violation"}throw e.framesToPop=1,e}}(!1,"Minified React error #"+e+"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ",n)}var _={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},y={};function h(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||_}function E(){}function R(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||_}h.prototype.isReactComponent={},h.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&d("85"),this.updater.enqueueSetState(this,e,t,"setState")},h.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},E.prototype=h.prototype;var C=R.prototype=new E;C.constructor=R,o(C,h.prototype),C.isPureReactComponent=!0;var w={current:null,currentDispatcher:null},N=Object.prototype.hasOwnProperty,B={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,n){var o=void 0,a={},c=null,r=null;if(null!=t)for(o in void 0!==t.ref&&(r=t.ref),void 0!==t.key&&(c=""+t.key),t)N.call(t,o)&&!B.hasOwnProperty(o)&&(a[o]=t[o]);var s=arguments.length-2;if(1===s)a.children=n;else if(1<s){for(var i=Array(s),u=0;u<s;u++)i[u]=arguments[u+2];a.children=i}if(e&&e.defaultProps)for(o in s=e.defaultProps)void 0===a[o]&&(a[o]=s[o]);return{$$typeof:l,type:e,key:c,ref:r,props:a,_owner:w.current}}function I(e){return"object"==typeof e&&null!==e&&e.$$typeof===l}var x=/\/+/g,T=[];function O(e,t,n,o){if(T.length){var a=T.pop();return a.result=e,a.keyPrefix=t,a.func=n,a.context=o,a.count=0,a}return{result:e,keyPrefix:t,func:n,context:o,count:0}}function A(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>T.length&&T.push(e)}function P(e,t,n){return null==e?0:function e(t,n,o,a){var r=typeof t;"undefined"!==r&&"boolean"!==r||(t=null);var s=!1;if(null===t)s=!0;else switch(r){case"string":case"number":s=!0;break;case"object":switch(t.$$typeof){case l:case c:s=!0}}if(s)return o(a,t,""===n?"."+j(t,0):n),1;if(s=0,n=""===n?".":n+":",Array.isArray(t))for(var i=0;i<t.length;i++){var u=n+j(r=t[i],i);s+=e(r,u,o,a)}else if(u=null===t||"object"!=typeof t?null:"function"==typeof(u=g&&t[g]||t["@@iterator"])?u:null,"function"==typeof u)for(t=u.call(t),i=0;!(r=t.next()).done;)s+=e(r=r.value,u=n+j(r,i++),o,a);else"object"===r&&d("31","[object Object]"==(o=""+t)?"object with keys {"+Object.keys(t).join(", ")+"}":o,"");return s}(e,"",t,n)}function j(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}(e.key):t.toString(36)}function z(e,t){e.func.call(e.context,t,e.count++)}function M(e,t,n){var o=e.result,a=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?F(e,o,n,function(e){return e}):null!=e&&(I(e)&&(e=function(e,t){return{$$typeof:l,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,a+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(x,"$&/")+"/")+n)),o.push(e))}function F(e,t,n,o,a){var l="";null!=n&&(l=(""+n).replace(x,"$&/")+"/"),P(e,M,t=O(t,l,o,a)),A(t)}var $={Children:{map:function(e,t,n){if(null==e)return e;var o=[];return F(e,o,null,t,n),o},forEach:function(e,t,n){if(null==e)return e;P(e,z,t=O(null,null,t,n)),A(t)},count:function(e){return P(e,function(){return null},null)},toArray:function(e){var t=[];return F(e,t,null,function(e){return e}),t},only:function(e){return I(e)||d("143"),e}},createRef:function(){return{current:null}},Component:h,PureComponent:R,createContext:function(e,t){return void 0===t&&(t=null),(e={$$typeof:m,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:u,_context:e},e.Consumer=e},forwardRef:function(e){return{$$typeof:p,render:e}},lazy:function(e){return{$$typeof:f,_ctor:e,_status:-1,_result:null}},memo:function(e,t){return{$$typeof:v,type:e,compare:void 0===t?null:t}},Fragment:r,StrictMode:s,Suspense:b,createElement:S,cloneElement:function(e,t,n){null==e&&d("267",e);var a=void 0,c=o({},e.props),r=e.key,s=e.ref,i=e._owner;if(null!=t){void 0!==t.ref&&(s=t.ref,i=w.current),void 0!==t.key&&(r=""+t.key);var u=void 0;for(a in e.type&&e.type.defaultProps&&(u=e.type.defaultProps),t)N.call(t,a)&&!B.hasOwnProperty(a)&&(c[a]=void 0===t[a]&&void 0!==u?u[a]:t[a])}if(1===(a=arguments.length-2))c.children=n;else if(1<a){u=Array(a);for(var m=0;m<a;m++)u[m]=arguments[m+2];c.children=u}return{$$typeof:l,type:e.type,key:r,ref:s,props:c,_owner:i}},createFactory:function(e){var t=S.bind(null,e);return t.type=e,t},isValidElement:I,version:"16.7.0",unstable_ConcurrentMode:k,unstable_Profiler:i,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:w,assign:o}},U={default:$},L=U&&$||U;e.exports=L.default||L},function(e,t,n){"use strict";
10
  /*
11
  object-assign
12
  (c) Sindre Sorhus
13
  @license MIT
14
+ */var o=Object.getOwnPropertySymbols,a=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach(function(e){o[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(e,t){for(var n,c,r=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),s=1;s<arguments.length;s++){for(var i in n=Object(arguments[s]))a.call(n,i)&&(r[i]=n[i]);if(o){c=o(n);for(var u=0;u<c.length;u++)l.call(n,c[u])&&(r[c[u]]=n[c[u]])}}return r}},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.editor.RichText,l=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("path",{d:"M178.9,191.6c7.2,5,12,8.2,14.2,9.4c3.3,1.9,7.8,4,13.4,6.5l-16.1,32.4c-8.1-3.9-16.1-8.6-24-14 c-7.9-5.4-13.4-9.5-16.6-12.2c-12.8,5.5-28.8,8.3-48,8.3c-28.4,0-50.9-7.4-67.3-22.2c-19.4-17.5-29.1-42.2-29.1-73.9 c0-30.8,8.5-54.7,25.5-71.8c17-17.1,40.7-25.6,71.2-25.6c31.1,0,55,8.3,71.9,25c16.9,16.7,25.3,40.6,25.3,71.6 C199.3,152.8,192.5,175,178.9,191.6z M134.6,161.9c4.6-8.3,6.9-20.6,6.9-37c0-18.9-3.5-32.4-10.5-40.5c-7-8.1-16.7-12.1-29-12.1 c-11.5,0-20.8,4.1-28,12.4c-7.1,8.3-10.7,21.2-10.7,38.7c0,20.4,3.5,34.8,10.5,43c7,8.3,16.6,12.4,28.7,12.4 c3.9,0,7.6-0.4,11.1-1.1c-4.9-4.7-12.5-9.1-23-13.3l9.1-20.8c5.1,0.9,9.1,2.1,11.9,3.4c2.9,1.4,8.4,4.9,16.7,10.7 C130.1,159.1,132.3,160.5,134.6,161.9z"}),React.createElement("path",{d:"M137.9,452.6H72.2l-9.1,30.9l-59,0l70.3-187.2h63.1l70.3,187.2h-60.6L137.9,452.6z M125.9,412.1l-20.7-67.3l-20.4,67.3 H125.9z"}),React.createElement("path",{d:"M553.9,239.9h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,231.8,563.9,239.9,553.9,239.9z"}),React.createElement("path",{d:"M553.9,483.5h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1 C572,475.4,563.9,483.5,553.9,483.5z"}));o("vk-blocks/faq",{title:n("FAQ","vk-blocks"),icon:l,category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"}},edit:function(e){var t=e.attributes,o=e.setAttributes,l=t.heading,c=t.content;return React.createElement("dl",{className:"vk_faq"},React.createElement(a,{tagName:"dt",className:"vk_faq_title",onChange:function(e){return o({heading:e})},value:l,placeholder:n("Please enter a question.","vk-blocks")}),React.createElement(a,{tagName:"dd",className:"vk_faq_content",onChange:function(e){return o({content:e})},value:c,placeholder:n("Please enter a answer.","vk-blocks")}))},save:function(e){var t=e.attributes,n=t.heading,o=t.content;return React.createElement("dl",{className:"vk_faq"},React.createElement(a.Content,{tagName:"dt",className:"vk_faq_title",value:n}),React.createElement(a.Content,{tagName:"dd",className:"vk_faq_content",value:o}))}})},function(e,t){var n=wp.i18n.__,o=wp.blocks.registerBlockType,a=wp.components,l=(a.RangeControl,a.RadioControl),c=a.PanelBody,r=a.Button,s=(a.PanelColor,wp.element.Fragment),i=wp.editor,u=i.RichText,m=i.InspectorControls,k=i.MediaUpload;i.ColorPalette;o("vk-blocks/flow",{title:n("Flow","vk-blocks"),icon:"arrow-down",category:"vk-blocks-cat",attributes:{heading:{type:"string",source:"html",selector:"dt"},content:{type:"string",source:"html",selector:"dd"},arrowFlag:{type:"string",default:"vk_flow-arrow-on"},insertImage:{type:"string",default:null}},edit:function(e){var t=e.attributes,o=e.setAttributes,a=t.heading,i=t.content,p=t.insertImage,b=t.arrowFlag;return[React.createElement(s,null,React.createElement(m,null,React.createElement(c,{title:n("Display of arrow","vk-blocks")},React.createElement(l,{selected:b,options:[{label:n("Arrow display","vk-blocks"),value:"vk_flow-arrow-on"},{label:n("Arrow hidden","vk-blocks"),value:"vk_flow-arrow-off"}],onChange:function(e){return o({arrowFlag:e})}}))),React.createElement("div",{className:"".concat(b," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(u,{tagName:"dt",className:"vk_flow_frame_text_title",onChange:function(e){return o({heading:e})},value:a,placeholder:n("Input title","vk-blocks")}),React.createElement(u,{tagName:"dd",className:"vk_flow_frame_text_content",onChange:function(e){return o({content:e})},value:i,placeholder:n("Input content","vk-blocks")})),React.createElement("div",{className:"vk_flow_frame_image"},React.createElement(k,{onSelect:function(e){return o({insertImage:e.url})},type:"image",className:"vk_flow_frame_image",value:p,render:function(e){var t=e.open;return React.createElement(r,{onClick:t,className:p?"image-button":"button button-large"},p?React.createElement("img",{className:"icon-image",src:p,alt:n("Upload image","vk-blocks")}):n("Select image","vk-blocks"))}})))))]},save:function(e){var t=e.attributes,n=t.heading,o=t.content,a=t.insertImage,l=t.arrowFlag;return React.createElement("div",{className:"".concat(l," vk_flow")},React.createElement("div",{className:"vk_flow_frame"},React.createElement("dl",{className:"vk_flow_frame_text"},React.createElement(u.Content,{tagName:"dt",className:"vk_flow_frame_text_title",value:n}),React.createElement(u.Content,{tagName:"dd",className:"vk_flow_frame_text_content",value:o})),a?React.createElement("div",{className:"vk_flow_frame_image"},React.createElement("img",{src:a,alt:""})):""))}})},function(e,t){function n(e){throw new Error('"'+e+'" is read-only')}var o=wp.i18n.__,a=wp.blocks.registerBlockType,l=wp.components,c=(l.RangeControl,l.RadioControl),r=l.PanelBody,s=l.Button,i=l.BaseControl,u=l.CheckboxControl,m=l.TextControl,k=wp.element.Fragment,p=wp.editor,b=p.RichText,v=p.InspectorControls,f=p.MediaUpload,g=p.ColorPalette,d=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},React.createElement("g",null,React.createElement("g",null,React.createElement("circle",{cx:"288",cy:"186.2",r:"60"}),React.createElement("rect",{x:"213.5",y:"278.8",width:"149",height:"107"})),React.createElement("g",null,React.createElement("circle",{cx:"74.5",cy:"186.2",r:"60"}),React.createElement("rect",{y:"278.8",width:"149",height:"107"})),React.createElement("g",null,React.createElement("circle",{cx:"501.5",cy:"186.2",r:"60"}),React.createElement("rect",{x:"427",y:"278.8",width:"149",height:"107"}))));a("vk-blocks/pr-blocks",{title:o("PR Blocks (Beta)","vk-blocks"),icon:d,category:"vk-blocks-cat",attributes:function(e){for(var t={},n=1;n<=e;n++)t["heading"+n]={type:"string",source:"html",selector:"h1.vk_prBlocks_item_title-"+n},t["content"+n]={type:"string",source:"html",selector:"p.vk_prBlocks_item_summary-"+n},t["url"+n]={type:"string",default:null},t["urlOpenType"+n]={type:"Boolean",default:!1},t["icon"+n]={type:"string",default:"fas fa-file"},t["color"+n]={type:"string",default:"#0693e3"},t["bgType"+n]={type:"string",default:"0"},t["insertImage"+n]={type:"string",default:null};return t}(4),edit:function(e){var t=e.attributes,n=e.setAttributes,a=t.heading1,l=t.heading2,p=t.heading3,d=t.content1,_=t.content2,y=t.content3,h=t.url1,E=t.url2,R=t.url3,C=t.urlOpenType1,w=t.urlOpenType2,N=t.urlOpenType3,B=t.icon1,S=t.icon2,I=t.icon3,x=t.color1,T=t.color2,O=t.color3,A=t.bgType1,P=t.bgType2,j=t.bgType3,z=t.insertImage1,M=t.insertImage2,F=t.insertImage3;return[React.createElement(k,null,React.createElement(v,null,React.createElement(r,{title:o("PR Block1 Setting","vk-blocks")},React.createElement(i,{label:o("Link URL:","vk-blocks")},React.createElement(m,{value:h,onChange:function(e){return n({url1:e})}}),React.createElement(u,{label:o("Open link new tab.","vk-blocks"),checked:C,onChange:function(e){return n({urlOpenType1:e})}})),React.createElement(i,{label:o("Icon 1","vk-blocks")},React.createElement(m,{label:o("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:B,onChange:function(e){return n({icon1:e})},placeholder:"fas fa-file"}),React.createElement(g,{value:x,onChange:function(e){e?n({color1:e}):(n({color1:"#0693e3"}),n({bgType1:"0"}))}}),React.createElement(c,{label:o("Icon Background:","vk-blocks"),selected:A,options:[{label:o("Solid color","vk-blocks"),value:"0"},{label:o("No background","vk-blocks"),value:"1"}],onChange:function(e){return n({bgType1:e})}})),React.createElement(i,{label:o("PR Image 1","vk-blocks"),help:o("When you have an image. Image is displayed with priority","vk-blocks")},React.createElement(f,{onSelect:function(e){return n({insertImage1:e.url})},type:"image",value:z,render:function(e){var t=e.open;return React.createElement(s,{onClick:t,className:z?"image-button":"button button-large"},z?React.createElement("img",{className:"icon-image",src:z,alt:o("Upload image","vk-blocks")}):o("Select image","vk-blocks"))}}))),React.createElement(r,{title:o("PR Block2 Setting","vk-blocks")},React.createElement(i,{label:o("Link URL:","vk-blocks")},React.createElement(m,{value:E,onChange:function(e){return n({url2:e})}}),React.createElement(u,{label:o("Open link new tab.","vk-blocks"),checked:w,onChange:function(e){return n({urlOpenType2:e})}})),React.createElement(i,{label:o("Icon 2","vk-blocks")},React.createElement(m,{label:o("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:S,onChange:function(e){return n({icon2:e})},placeholder:"fas fa-file"}),React.createElement(g,{value:T,onChange:function(e){e?n({color2:e}):(n({color2:"#0693e3"}),n({bgType2:"0"}))}}),React.createElement(c,{label:o("Icon Background:","vk-blocks"),selected:P,options:[{label:o("Solid color","vk-blocks"),value:"0"},{label:o("No background","vk-blocks"),value:"1"}],onChange:function(e){return n({bgType2:e})}})),React.createElement(i,{label:o("PR Image 2","vk-blocks"),help:o("When you have an image. Image is displayed with priority.","vk-blocks")},React.createElement(f,{onSelect:function(e){return n({insertImage2:e.url})},type:"image",value:M,render:function(e){var t=e.open;return React.createElement(s,{onClick:t,className:M?"image-button":"button button-large"},M?React.createElement("img",{className:"icon-image",src:M,alt:o("Upload image","vk-blocks")}):o("Select image","vk-blocks"))}}))),React.createElement(r,{title:o("PR Block3 Setting","vk-blocks")},React.createElement(i,{label:o("Link URL:","vk-blocks")},React.createElement(m,{value:R,onChange:function(e){return n({url3:e})}}),React.createElement(u,{label:o("Open link new tab.","vk-blocks"),checked:N,onChange:function(e){return n({urlOpenType3:e})}})),React.createElement(i,{label:o("Icon 3","vk-blocks")},React.createElement(m,{label:o("Class name of the Font Awesome icon font you want to use:","vk-blocks"),value:I,onChange:function(e){return n({icon3:e})},placeholder:"fas fa-file"}),React.createElement(g,{value:O,onChange:function(e){e?n({color3:e}):(n({color3:"#0693e3"}),n({bgType3:"0"}))}}),React.createElement(c,{label:o("Icon Background:","vk-blocks"),selected:j,options:[{label:o("Solid color","vk-blocks"),value:"0"},{label:o("No background","vk-blocks"),value:"1"}],onChange:function(e){return n({bgType3:e})}})),React.createElement(i,{label:o("PR Image 3","vk-blocks"),help:o("When you have an image. Image is displayed with priority.","vk-blocks")},React.createElement(f,{onSelect:function(e){return n({insertImage3:e.url})},type:"image",value:F,render:function(e){var t=e.open;return React.createElement(s,{onClick:t,className:F?"image-button":"button button-large"},F?React.createElement("img",{className:"icon-image",src:F,alt:o("Upload image","vk-blocks")}):o("Select image","vk-blocks"))}})))),React.createElement("article",{className:"vk_prBlocks row"},React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},z?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+z+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:z,alt:""})):"0"===A?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:x,border:"1px solid ".concat(x)}},React.createElement("i",{className:"".concat(B," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+x}},React.createElement("i",{className:"".concat(B," vk_prBlocks_item_icon"),style:{color:x}})),React.createElement(b,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",onChange:function(e){return n({heading1:e})},value:a,placeholder:o("Input title","vk-blocks")}),React.createElement(b,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",onChange:function(e){return n({content1:e})},value:d,placeholder:o("Input content","vk-blocks")})),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},M?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+M+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:M,alt:""})):"0"===P?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:T,border:"1px solid ".concat(T)}},React.createElement("i",{className:"".concat(S," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+T}},React.createElement("i",{className:"".concat(S," vk_prBlocks_item_icon"),style:{color:T}})),React.createElement(b,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",onChange:function(e){return n({heading2:e})},value:l,placeholder:o("Input title","vk-blocks")}),React.createElement(b,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",onChange:function(e){return n({content2:e})},value:_,placeholder:o("Input content","vk-blocks")})),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},F?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+F+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:F,alt:""})):"0"===j?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:O,border:"1px solid ".concat(O)}},React.createElement("i",{className:"".concat(I," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+O}},React.createElement("i",{className:"".concat(I," vk_prBlocks_item_icon"),style:{color:O}})),React.createElement(b,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",onChange:function(e){return n({heading3:e})},value:p,placeholder:o("Input title","vk-blocks")}),React.createElement(b,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",onChange:function(e){return n({content3:e})},value:y,placeholder:o("Input content","vk-blocks")}))))]},save:function(e){var t=e.attributes,o=t.heading1,a=t.heading2,l=t.heading3,c=t.content1,r=t.content2,s=t.content3,i=t.url1,u=t.url2,m=t.url3,k=t.urlOpenType1,p=t.urlOpenType2,v=t.urlOpenType3,f=t.icon1,g=t.icon2,d=t.icon3,_=t.color1,y=t.color2,h=t.color3,E=t.bgType1,R=t.bgType2,C=t.bgType3,w=t.insertImage1,N=t.insertImage2,B=t.insertImage3;return React.createElement("article",{className:"vk_prBlocks row"},React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:i,target:k?"_blank":"_self",className:"vk_prBlocks_item_link"},w?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+w+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:w,alt:""})):(_||(n("color1"),_="#0693e3"),"0"===E?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:_,border:"1px solid ".concat(_)}},React.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+_}},React.createElement("i",{className:"".concat(f," vk_prBlocks_item_icon"),style:{color:_}}))),React.createElement(b.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-1",tagName:"h1",value:o}),React.createElement(b.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-1",tagName:"p",value:c}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:u,target:p?"_blank":"_self",className:"vk_prBlocks_item_link"},N?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+N+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:N,alt:""})):(y||(n("color2"),y="#0693e3"),"0"===R?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:y,border:"1px solid ".concat(y)}},React.createElement("i",{className:"".concat(g," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+y}},React.createElement("i",{className:"".concat(g," vk_prBlocks_item_icon"),style:{color:y}}))),React.createElement(b.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-2",tagName:"h1",value:a}),React.createElement(b.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-2",tagName:"p",value:r}))),React.createElement("div",{className:"vk_prBlocks_item col-sm-4"},React.createElement("a",{href:m,target:v?"_blank":"_self",className:"vk_prBlocks_item_link"},B?React.createElement("div",{className:"vk_prBlocks_item_image",style:{backgroundImage:"url("+B+")",backgroundRepeat:"no-repeat 50% center",backgroundSize:"cover"}},React.createElement("img",{src:B,alt:""})):(h||(n("color3"),h="#0693e3"),"0"===C?React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:h,border:"1px solid ".concat(h)}},React.createElement("i",{className:"".concat(d," vk_prBlocks_item_icon"),style:{color:"#fff"}})):React.createElement("div",{className:"vk_prBlocks_item_icon_outer",style:{backgroundColor:"transparent",border:"1px solid "+h}},React.createElement("i",{className:"".concat(d," vk_prBlocks_item_icon"),style:{color:h}}))),React.createElement(b.Content,{className:"vk_prBlocks_item_title vk_prBlocks_item_title-3",tagName:"h1",value:l}),React.createElement(b.Content,{className:"vk_prBlocks_item_summary vk_prBlocks_item_summary-3",tagName:"p",value:s}))))}})},function(e,t,n){"use strict";n.r(t);n(1),n(2);var o=n(0),a=n.n(o);function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function r(e,t){return!t||"object"!==l(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function s(e){return(s=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function i(e,t){return(i=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}var u=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),r(this,s(t).apply(this,arguments))}var n,o,l;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&i(e,t)}(t,a.a.Component),n=t,(o=[{key:"render",value:function(){var e=this.props.lbColorCustom,t=this.props.lbColor,n=this.props.lbType,o=this.props.lbAlign,l=this.props.lbSize,c=this.props.lbUrl,r=this.props.lbTarget,s=this.props.lbFontAwesomeIconBefore,i=this.props.lbFontAwesomeIconAfter,u=this.props.lbRichtext,m="",k={},p="",b="";return m="btn vk_button_link",e?(m="".concat(m," btn-primary btn-").concat(l),"0"===n?k={backgroundColor:e,border:"1px solid ".concat(e)}:"1"===n&&(k={backgroundColor:"transparent",border:"1px solid "+e,color:e})):e||("0"===n?(m="".concat(m," btn-").concat(l," btn-").concat(t),k=null):"1"===n&&(m="".concat(m," btn-").concat(l," btn-outline-").concat(t),k=null)),"block"===o&&(m="".concat(m," btn-block")),s&&(p=a.a.createElement("i",{className:"".concat(s," vk_button_link_before")})),i&&(b=a.a.createElement("i",{className:"".concat(i," vk_button_link_after")})),a.a.createElement("a",{href:c,className:m,role:"button","aria-pressed":!0,style:k,target:r?"_blank":null},p,u,b)}}])&&c(n.prototype,o),l&&c(n,l),t}(),m=wp.i18n.__,k=wp.blocks.registerBlockType,p=wp.components,b=(p.RangeControl,p.RadioControl),v=p.PanelBody,f=(p.Button,p.BaseControl),g=p.CheckboxControl,d=p.TextControl,_=p.Dashicon,y=p.IconButton,h=wp.element.Fragment,E=wp.editor,R=E.RichText,C=E.InspectorControls,w=(E.MediaUpload,E.ColorPalette),N=E.URLInput,B=a.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"576",height:"512",viewBox:"0 0 576 512"},a.a.createElement("g",null,a.a.createElement("path",{d:"M506,185v142H70V185H506 M526.4,137H49.6C34.4,137,22,149.4,22,164.6v182.8c0,15.2,12.4,27.6,27.6,27.6h476.8 c15.2,0,27.6-12.4,27.6-27.6V164.6C554,149.4,541.6,137,526.4,137L526.4,137z"})),a.a.createElement("g",null,a.a.createElement("path",{d:"M83.8,206.9h55.9c9.3,0,16.5,2.3,21.5,6.9c5,4.6,7.5,10.3,7.5,17.1c0,5.7-1.8,10.6-5.3,14.7c-2.4,2.7-5.8,4.9-10.4,6.5 c6.9,1.7,12.1,4.5,15.3,8.6c3.3,4.1,4.9,9.2,4.9,15.3c0,5-1.2,9.5-3.5,13.5c-2.3,4-5.5,7.2-9.6,9.5c-2.5,1.5-6.3,2.5-11.3,3.2 c-6.7,0.9-11.2,1.3-13.4,1.3H83.8V206.9z M113.9,244.8h13c4.7,0,7.9-0.8,9.7-2.4c1.8-1.6,2.7-3.9,2.7-7c0-2.8-0.9-5-2.7-6.6 c-1.8-1.6-5-2.4-9.5-2.4h-13.2V244.8z M113.9,282.8h15.2c5.1,0,8.8-0.9,10.9-2.7s3.2-4.3,3.2-7.4c0-2.9-1-5.2-3.1-6.9 c-2.1-1.7-5.7-2.6-11-2.6h-15.2V282.8z"}),a.a.createElement("path",{d:"M245.9,303.5h-25.1v-11.3c-3.7,4.7-7.5,8-11.3,10c-3.8,2-8.5,3-14,3c-7.4,0-13.2-2.2-17.4-6.6c-4.2-4.4-6.3-11.2-6.3-20.4 v-44.6h27V272c0,4.4,0.8,7.5,2.4,9.4c1.6,1.8,3.9,2.8,6.9,2.8c3.2,0,5.8-1.2,7.9-3.7s3.1-6.9,3.1-13.3v-33.7h26.8V303.5z"}),a.a.createElement("path",{d:"M282.4,206.9v26.6h14.8v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L282.4,206.9z"}),a.a.createElement("path",{d:"M330.2,206.9v26.6H345v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5 c-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9 L330.2,206.9z"}),a.a.createElement("path",{d:"M339.6,268.7c0-10.7,3.6-19.5,10.8-26.4s16.9-10.4,29.2-10.4c14,0,24.6,4.1,31.8,12.2c5.8,6.6,8.6,14.6,8.6,24.2 c0,10.8-3.6,19.6-10.7,26.5c-7.1,6.9-17,10.3-29.6,10.3c-11.3,0-20.4-2.9-27.3-8.6C343.9,289.5,339.6,280.2,339.6,268.7z M366.5,268.7c0,6.2,1.3,10.9,3.8,13.8c2.5,3,5.7,4.5,9.5,4.5c3.9,0,7-1.5,9.5-4.4c2.5-2.9,3.7-7.7,3.7-14.2 c0-6.1-1.3-10.6-3.8-13.6s-5.6-4.5-9.3-4.5c-3.9,0-7.1,1.5-9.7,4.5C367.8,257.9,366.5,262.5,366.5,268.7z"}),a.a.createElement("path",{d:"M418.2,233.5h25v11.4c3.7-4.7,7.5-8,11.3-10c3.8-2,8.5-3,14-3c7.4,0,13.2,2.2,17.4,6.6c4.2,4.4,6.3,11.2,6.3,20.5v44.5h-27 V265c0-4.4-0.8-7.5-2.4-9.3c-1.6-1.8-3.9-2.7-6.9-2.7c-3.3,0-5.9,1.2-7.9,3.7c-2,2.5-3,6.9-3,13.3v33.6h-26.8V233.5z"})));k("vk-blocks/button",{title:m("Button","vk-blocks"),icon:B,category:"vk-blocks-cat",attributes:{content:{source:"html",selector:"span"},buttonUrl:{type:"string",default:null},buttonTarget:{type:"Boolean",default:!1},buttonSize:{type:"string",default:"md"},buttonType:{type:"string",default:"0"},buttonColor:{type:"string",default:"primary"},buttonColorCustom:{type:"string",default:null},buttonAlign:{type:"string",default:"left"},fontAwesomeIconBefore:{type:"string",default:null},fontAwesomeIconAfter:{type:"string",default:null}},edit:function(e){var t=e.attributes,n=(e.className,e.setAttributes),o=e.isSelected,l=t.content,c=t.buttonUrl,r=t.buttonTarget,s=t.buttonSize,i=t.buttonType,k=t.buttonColor,p=t.buttonColorCustom,E=t.buttonAlign,B=t.fontAwesomeIconBefore,S=t.fontAwesomeIconAfter;return a.a.createElement(h,null,a.a.createElement(C,null,a.a.createElement(v,{title:m("Button setting","vk-blocks")},a.a.createElement(g,{label:m("Open link new tab.","vk-blocks"),checked:r,onChange:function(e){return n({buttonTarget:e})}}),a.a.createElement(b,{label:m("Button Size:","vk-blocks"),selected:s,options:[{label:m("Large","vk-blocks"),value:"lg"},{label:m("normal","vk-blocks"),value:"md"},{label:m("Small","vk-blocks"),value:"sm"}],onChange:function(e){return n({buttonSize:e})}}),a.a.createElement(b,{label:m("Button Position:","vk-blocks"),selected:E,options:[{label:m("Left","vk-blocks"),value:"left"},{label:m("Center","vk-blocks"),value:"center"},{label:m("Right","vk-blocks"),value:"right"},{label:m("Block","vk-blocks"),value:"block"}],onChange:function(e){return n({buttonAlign:e})}}),a.a.createElement(b,{label:m("Button Style:","vk-blocks"),selected:i,options:[{label:m("Solid color","vk-blocks"),value:"0"},{label:m("No background","vk-blocks"),value:"1"}],help:m('If you select "No background", that you need to select a Custom Color.',"vk-blocks"),onChange:function(e){return n({buttonType:e})}}),a.a.createElement(b,{label:m("Default Color:","vk-blocks"),selected:k,options:[{label:m("Primary","vk-blocks"),value:"primary"},{label:m("Secondary","vk-blocks"),value:"secondary"},{label:m("Success","vk-blocks"),value:"success"},{label:m("Info","vk-blocks"),value:"info"},{label:m("Warning","vk-blocks"),value:"warning"},{label:m("Danger","vk-blocks"),value:"danger"},{label:m("Light","vk-blocks"),value:"light"},{label:m("Dark","vk-blocks"),value:"dark"}],onChange:function(e){return n({buttonColor:e})}}),a.a.createElement(f,{label:m("Custom Color","vk-blocks"),help:m("This custom color overrides the default color. If you want to use the default color, click the clear button.","vk-blocks")},a.a.createElement(w,{value:p,onChange:function(e){return n({buttonColorCustom:e})}})),a.a.createElement(f,{label:m("Font Awesome:","vk-blocks")},a.a.createElement(d,{label:m("Before text","vk-blocks"),help:m("Enter Font Awesome Class.This icon will appear before text.","vk-blocks"),value:B,onChange:function(e){return n({fontAwesomeIconBefore:e})},placeholder:"fas fa-user"}),a.a.createElement(d,{label:m("After text","vk-blocks"),help:m("Enter Font Awesome Class.This icon will appear after text.","vk-blocks"),value:S,onChange:function(e){return n({fontAwesomeIconAfter:e})},placeholder:"fas fa-book"})))),a.a.createElement("div",{className:p?"vk_button vk_button-align-".concat(E," vk_button-color-custom"):"vk_button vk_button-align-".concat(E)},a.a.createElement(u,{lbColorCustom:p,lbColor:k,lbType:i,lbAlign:E,lbSize:s,lbFontAwesomeIconBefore:B,lbFontAwesomeIconAfter:S,lbRichtext:a.a.createElement(R,{tagName:"span",className:"vk_button_link_txt",onChange:function(e){return n({content:e})},value:l,placeholder:m("Input text","vk-blocks"),formattingControls:["bold","italic","strikethrough"],keepPlaceholderOnFocus:!0})}),o&&a.a.createElement("form",{className:"block-library-button__inline-link",onSubmit:function(e){return e.preventDefault()}},a.a.createElement(_,{icon:"admin-links"}),a.a.createElement(N,{value:c,onChange:function(e){return n({buttonUrl:e})}}),a.a.createElement(y,{icon:"editor-break",label:m("Apply","vk-blocks"),type:"submit"}))))},save:function(e){var t=e.attributes,n=(e.className,t.content),o=t.buttonUrl,l=t.buttonTarget,c=t.buttonSize,r=t.buttonType,s=t.buttonColor,i=t.buttonColorCustom,m=t.buttonAlign,k=t.fontAwesomeIconBefore,p=t.fontAwesomeIconAfter,b="";return i?b="vk_button vk_button-color-custom vk_button-align-".concat(m):i||(b="vk_button vk_button-align-".concat(m)),a.a.createElement("div",{className:b},a.a.createElement(u,{lbColorCustom:i,lbColor:s,lbType:r,lbAlign:m,lbSize:c,lbUrl:o,lbTarget:l,lbFontAwesomeIconBefore:k,lbFontAwesomeIconAfter:p,lbRichtext:a.a.createElement(R.Content,{tagName:"span",className:"vk_button_link_txt",value:n})}))}});n(5),n(6),n(7)}]);
15
  //# sourceMappingURL=block-build.js.map
plugins/vk-blocks/build/block-build.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/react/index.js","webpack:///./src/alert/block.js","webpack:///./src/balloon/block.js","webpack:///./node_modules/react/cjs/react.production.min.js","webpack:///./node_modules/react/node_modules/object-assign/index.js","webpack:///./src/faq/block.js","webpack:///./src/flow/block.js","webpack:///./src/pr-blocks/block.js","webpack:///./src/button/link.js","webpack:///./src/button/block.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","__","wp","i18n","registerBlockType","blocks","RichText","editor","title","icon","category","attributes","style","type","default","content","source","selector","edit","_ref","setAttributes","React","createElement","className","concat","onChange","event","target","selected","tagName","newContent","save","_ref2","Content","components","RadioControl","RangeControl","PanelBody","Button","Fragment","element","InspectorControls","MediaUpload","ColorPalette","BlockIcon","xmlns","width","height","viewBox","balloonName","balloonType","balloonBgColor","balloonAlign","IconImage","label","help","options","onSelect","sizes","full","url","render","open","onClick","src","alt","placeholder","background","border","_ref3","k","for","q","u","v","w","x","y","z","A","B","C","iterator","D","a","b","arguments","length","e","encodeURIComponent","g","h","f","Error","replace","framesToPop","aa","E","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","F","G","this","props","context","refs","updater","H","I","isReactComponent","setState","forceUpdate","J","constructor","isPureReactComponent","K","current","currentDispatcher","L","M","ref","__self","__source","N","children","Array","defaultProps","$$typeof","_owner","O","P","Q","R","pop","result","keyPrefix","func","count","S","push","V","T","U","isArray","next","done","keys","join","=",":","escape","toString","ca","da","W","ba","X","Children","map","forEach","toArray","only","createRef","Component","PureComponent","createContext","_calculateChangedBits","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_context","forwardRef","lazy","_ctor","_status","_result","memo","compare","StrictMode","Suspense","cloneElement","createFactory","isValidElement","version","unstable_ConcurrentMode","unstable_Profiler","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ReactCurrentOwner","assign","Y","Z","getOwnPropertySymbols","propIsEnumerable","propertyIsEnumerable","test1","String","getOwnPropertyNames","test2","fromCharCode","test3","split","letter","err","shouldUseNative","from","symbols","to","val","TypeError","toObject","heading","PanelColor","arrowFlag","insertImage","BaseControl","CheckboxControl","TextControl","cx","cy","number","set_attirbuite","heading0","heading1","heading2","content0","content1","content2","url0","url1","url2","urlOpenType0","urlOpenType1","urlOpenType2","icon0","icon1","icon2","color0","color1","color2","bgType0","bgType1","bgType2","insertImage0","insertImage1","insertImage2","checked","_ref4","backgroundImage","backgroundRepeat","backgroundSize","backgroundColor","color","_ref5","href","Link","_React$Component","_classCallCheck","_possibleConstructorReturn","_getPrototypeOf","apply","_inherits","buttonColorCustom","lbColorCustom","buttonColor","lbColor","buttonType","lbType","buttonAlign","lbAlign","buttonSize","lbSize","buttonUrl","lbUrl","buttonTarget","lbTarget","fontAwesomeIconBefore","lbFontAwesomeIconBefore","fontAwesomeIconAfter","lbFontAwesomeIconAfter","richText","lbRichtext","containerClass","aClass","aStyle","iconBefore","iconAfter","react_default","role","aria-pressed","Dashicon","IconButton","URLInput","isSelected","link_Link","formattingControls","keepPlaceholderOnFocus","onSubmit","preventDefault"],"mappings":"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","file":"./inc/vk-blocks/build/block-build.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 8);\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.min.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n","/**\n * Alert block type\n *\n */\n\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst { registerBlockType } = wp.blocks;\nconst { RichText } = wp.editor;\n\nregisterBlockType( 'vk-blocks/alert', {\n\n title: __('Alert', 'vk-blocks'),\n\n icon: 'info',\n\n category: 'vk-blocks-cat',\n\n attributes: {\n style: {\n type: 'string',\n default: 'info',\n },\n content: {\n type: 'string',\n source: 'html',\n selector: 'p',\n }\n },\n\n edit({attributes, setAttributes}) {\n const {\n style,\n content\n } = attributes;\n\n function onStyleChange(event){\n setAttributes({style: event.target.value});\n }\n\n function onChangeContent(newContent) {\n setAttributes({content: newContent});\n }\n\n return (\n <div className={`alert alert-${style}`}>\n <select onChange={onStyleChange}>\n <option value={'success'} selected={style === 'success'}>Success</option>\n <option value={'info'} selected={style === 'info'}>Info</option>\n <option value={'warning'} selected={style === 'warning'}>Warning</option>\n <option value={'danger'} selected={style === 'danger'}>Danger</option>\n </select>\n <RichText\n tagName=\"p\"\n onChange={onChangeContent}\n value={content}\n />\n </div>\n );\n },\n\n save({attributes}) {\n const {\n style,\n content\n } = attributes;\n return (\n <div className={`alert alert-${style}`}>\n <RichText.Content\n tagName={'p'}\n value={content}/>\n </div>\n );\n },\n\n} );\n","/**\n * Baloon block type\n *\n */\n\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst { registerBlockType } = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RangeControl, RadioControl, PanelBody, Button} = wp.components;\nconst { Fragment } = wp.element;\nconst {RichText, InspectorControls, MediaUpload, ColorPalette} = wp.editor;\nconst BlockIcon = (\n\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"576\" height=\"512\" viewBox=\"0 0 576 512\">\n\t\t<path d=\"M544 450.583c0 22.75 13.014 42.454 32 52.092v7.969c-5.313 0.727-10.736 1.112-16.25 1.112-34.004 0-64.674-14.264-86.361-37.132-13.111 3.491-27.001 5.376-41.389 5.376-79.529 0-144-57.308-144-128s64.471-128 144-128c79.529 0 144 57.308 144 128 0 27.674-9.882 53.296-26.678 74.233-3.412 7.412-5.322 15.656-5.322 24.35zM115.339 110.593c-33.107 26.899-51.339 61.492-51.339 97.407 0 20.149 5.594 39.689 16.626 58.075 11.376 18.96 28.491 36.293 49.494 50.126 15.178 9.996 25.39 25.974 28.088 43.947 0.9 5.992 1.464 12.044 1.685 18.062 3.735-3.097 7.375-6.423 10.94-9.988 12.077-12.076 28.39-18.745 45.251-18.745 2.684 0 5.381 0.168 8.078 0.512 10.474 1.331 21.172 2.008 31.797 2.010v64c-13.564-0.001-26.877-0.869-39.871-2.521-54.989 54.989-120.625 64.85-184.088 66.298v-13.458c34.268-16.789 64-47.37 64-82.318 0-4.877-0.379-9.665-1.082-14.348-57.898-38.132-94.918-96.377-94.918-161.652 0-114.875 114.615-208 256-208 139.229 0 252.496 90.307 255.918 202.76-20.548-9.158-42.92-14.711-66.131-16.289-5.765-28.034-22.701-54.408-49.126-75.878-17.661-14.349-38.458-25.695-61.814-33.722-24.853-8.54-51.38-12.871-78.847-12.871s-53.994 4.331-78.847 12.871c-23.356 8.027-44.153 19.372-61.814 33.722z\"/>\n\t</svg>\n);\n\n/**\n * Register: aa Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/balloon', {\n\t// Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('Ballon', 'vk-blocks'), // Block title.\n\ticon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n\tcategory: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n\tattributes: {\n\t\tcontent: {\n\t\t\tsource: 'html',\n selector: 'p',\n\t\t},\n balloonName: {\n source: 'html',\n selector: 'figcaption',\n },\n balloonType: {\n type: 'string',\n default: 'type-serif',\n },\n\t\tballoonBgColor: {\n\t\t\ttype: 'string',\n\t\t},\n\t\tballoonAlign: {\n\t\t\ttype: 'string',\n\t\t\tdefault: 'position-left',\n\t\t},\n\t\tIconImage: {\n\t\t\ttype: 'string',\n\t\t\tdefault: null, // no image by default!\n\t\t}\n\t},\n\n\t/**\n\t * The edit function describes the structure of your block in the context of the editor.\n\t * This represents what the editor will render when the block is used.\n\t *\n\t * The \"edit\" property must be a valid function.\n\t *\n\t * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n\t */\n\tedit( { attributes, className, setAttributes } ) {\n\t\tconst {\n\t\t\tcontent,\n balloonName,\n balloonType,\n balloonBgColor,\n\t\t\tballoonAlign,\n\t\t\tIconImage,\n\t\t} = attributes;\n\n return (\n\t\t\t<Fragment>\n\t\t\t\t<InspectorControls>\n\t\t\t\t\t<PanelBody title={__('Balloon setting', 'vk-blocks')}>\n\t\t\t\t\t\t<RadioControl\n\t\t\t\t\t\t\tlabel={__('Position', 'vk-blocks')}\n\t\t\t\t\t\t\thelp={__('Please specify the layout of the balloon.', 'vk-blocks')}\n\t\t\t\t\t\t\tselected={ balloonAlign }\n\t\t\t\t\t\t\toptions={ [\n\t\t\t\t\t\t\t\t{ label: __('Left', 'vk-blocks'), value: 'position-left' },\n\t\t\t\t\t\t\t\t{ label: __('Right', 'vk-blocks'), value: 'position-right' },\n\t\t\t\t\t\t\t] }\n\t\t\t\t\t\t\tonChange={ ( value ) => setAttributes( { balloonAlign: value } ) }\n\t\t\t\t\t\t/>\n\t\t <RadioControl\n\t\t label={__('Type', 'vk-blocks')}\n\t\t help={__('Please select the type of balloon.', 'vk-blocks')}\n\t\t selected={ balloonType }\n\t\t options={ [\n\t\t { label: __('Serif', 'vk-blocks'), value: 'type-serif' },\n\t\t { label: __('Thinking', 'vk-blocks'), value: 'type-think' }\n\t\t ] }\n\t\t onChange={ ( value ) => setAttributes( { balloonType: value } ) }\n\t\t />\n\t\t <ColorPalette\n\t\t value={balloonBgColor}\n\t\t onChange={(value) => setAttributes({balloonBgColor: value})}\n\t\t />\n\t\t\t\t\t</PanelBody>\n\t\t\t\t</InspectorControls>\n\n\t\t\t\t<div className={ `${ className } vk_balloon vk_balloon-${ balloonAlign } vk_balloon-${ balloonType }` }>\n\t\t\t\t\t<div className={ 'vk_balloon_icon' }>\n\t\t\t\t\t\t<MediaUpload\n\t\t\t\t\t\t\tonSelect={ (value) => setAttributes( { IconImage: value.sizes.full.url } ) }\n\t\t\t\t\t\t\ttype=\"image\"\n\t\t\t\t\t\t\tclassName={ 'vk_balloon_icon_image' }\n\t\t\t\t\t\t\tvalue={ IconImage }\n\t\t\t\t\t\t\trender={ ( { open } ) => (\n\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\tonClick={ open }\n\t\t\t\t\t\t\t\t\tclassName={ IconImage ? 'image-button' : 'button button-large' }\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{ ! IconImage ? __('Select image', 'vk-blocks') : <img className={ 'vk_balloon_icon_image' } src={ IconImage } alt={__('Upload image', 'vk-blocks') } /> }\n\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t/>\n <RichText\n tagName=\"figcaption\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_balloon_icon_name' }\n onChange={ ( value ) => setAttributes( { balloonName: value } ) }\n value={ balloonName }\n placeholder={__('Icon Name', 'vk-blocks') }\n />\n\t\t\t\t\t</div>\n\t\t\t\t\t<RichText\n\t\t\t\t\t\tstyle={ { background: balloonBgColor, border: balloonBgColor } }\n\t\t\t\t\t\ttagName=\"p\"\n\t\t\t\t\t\tclassName={ 'vk_balloon_content' }\n\t\t\t\t\t\tonChange={ ( value ) => setAttributes( { content: value } ) }\n\t\t\t\t\t\tvalue={ content }\n\t\t\t\t\t\tplaceholder={__('Input text', 'vk-blocks') }\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t</Fragment>\n );\n\t},\n\n\n\t/**\n\t * The save function defin className }> which the different attributes should be combined\n\t * into the final markup, which is then serialized by Gutenberg into post_content.\n\t *\n\t * The \"save\" property must be specified and must be a valid function.\n\t *\n\t * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n\t */\n\tsave( { attributes, className } ) {\n\t\tconst {\n\t\t\tcontent,\n balloonName,\n balloonType,\n balloonBgColor,\n\t\t\tballoonAlign,\n\t\t\tIconImage,\n\t\t} = attributes;\n\n\t\treturn (\n\t\t\t<div className={ `vk_balloon vk_balloon-${ balloonAlign } vk_balloon-${ balloonType }` }>\n\t\t\t\t<div className={ 'vk_balloon_icon' }>\n\t\t\t\t\t{ IconImage ?\n\t\t\t\t\t\t<figure>\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tclassName={ 'vk_balloon_icon_image' }\n\t\t\t\t\t\t\t\tsrc={ IconImage }\n\t\t\t\t\t\t\t\talt=''\n\t\t\t\t\t\t\t/>\n <RichText.Content\n tagName=\"figcaption\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_balloon_icon_name' }\n value={ balloonName }\n />\n\t\t\t\t\t\t</figure> : '' }\n\t\t\t\t</div>\n\t\t\t\t<RichText.Content\n\t\t\t\t\tclassName={ 'vk_balloon_content' }\n\t\t\t\t\tstyle={ { background: balloonBgColor, border: balloonBgColor } }\n\t\t\t\t\ttagName=\"p\"\n\t\t\t\t\tvalue={ content }\n\t\t\t\t/>\n\t\t\t</div>\n\t\t);\n\t},\n});\n","/** @license React v16.7.0\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var k=require(\"object-assign\"),n=\"function\"===typeof Symbol&&Symbol.for,p=n?Symbol.for(\"react.element\"):60103,q=n?Symbol.for(\"react.portal\"):60106,r=n?Symbol.for(\"react.fragment\"):60107,t=n?Symbol.for(\"react.strict_mode\"):60108,u=n?Symbol.for(\"react.profiler\"):60114,v=n?Symbol.for(\"react.provider\"):60109,w=n?Symbol.for(\"react.context\"):60110,x=n?Symbol.for(\"react.concurrent_mode\"):60111,y=n?Symbol.for(\"react.forward_ref\"):60112,z=n?Symbol.for(\"react.suspense\"):60113,A=n?Symbol.for(\"react.memo\"):\n60115,B=n?Symbol.for(\"react.lazy\"):60116,C=\"function\"===typeof Symbol&&Symbol.iterator;function aa(a,b,e,c,d,g,h,f){if(!a){a=void 0;if(void 0===b)a=Error(\"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.\");else{var l=[e,c,d,g,h,f],m=0;a=Error(b.replace(/%s/g,function(){return l[m++]}));a.name=\"Invariant Violation\"}a.framesToPop=1;throw a;}}\nfunction D(a){for(var b=arguments.length-1,e=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=0;c<b;c++)e+=\"&args[]=\"+encodeURIComponent(arguments[c+1]);aa(!1,\"Minified React error #\"+a+\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \",e)}var E={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},F={};\nfunction G(a,b,e){this.props=a;this.context=b;this.refs=F;this.updater=e||E}G.prototype.isReactComponent={};G.prototype.setState=function(a,b){\"object\"!==typeof a&&\"function\"!==typeof a&&null!=a?D(\"85\"):void 0;this.updater.enqueueSetState(this,a,b,\"setState\")};G.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\"forceUpdate\")};function H(){}H.prototype=G.prototype;function I(a,b,e){this.props=a;this.context=b;this.refs=F;this.updater=e||E}var J=I.prototype=new H;\nJ.constructor=I;k(J,G.prototype);J.isPureReactComponent=!0;var K={current:null,currentDispatcher:null},L=Object.prototype.hasOwnProperty,M={key:!0,ref:!0,__self:!0,__source:!0};\nfunction N(a,b,e){var c=void 0,d={},g=null,h=null;if(null!=b)for(c in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(g=\"\"+b.key),b)L.call(b,c)&&!M.hasOwnProperty(c)&&(d[c]=b[c]);var f=arguments.length-2;if(1===f)d.children=e;else if(1<f){for(var l=Array(f),m=0;m<f;m++)l[m]=arguments[m+2];d.children=l}if(a&&a.defaultProps)for(c in f=a.defaultProps,f)void 0===d[c]&&(d[c]=f[c]);return{$$typeof:p,type:a,key:g,ref:h,props:d,_owner:K.current}}\nfunction ba(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function O(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+(\"\"+a).replace(/[=:]/g,function(a){return b[a]})}var P=/\\/+/g,Q=[];function R(a,b,e,c){if(Q.length){var d=Q.pop();d.result=a;d.keyPrefix=b;d.func=e;d.context=c;d.count=0;return d}return{result:a,keyPrefix:b,func:e,context:c,count:0}}\nfunction S(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>Q.length&&Q.push(a)}\nfunction T(a,b,e,c){var d=typeof a;if(\"undefined\"===d||\"boolean\"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case \"string\":case \"number\":g=!0;break;case \"object\":switch(a.$$typeof){case p:case q:g=!0}}if(g)return e(c,a,\"\"===b?\".\"+U(a,0):b),1;g=0;b=\"\"===b?\".\":b+\":\";if(Array.isArray(a))for(var h=0;h<a.length;h++){d=a[h];var f=b+U(d,h);g+=T(d,f,e,c)}else if(null===a||\"object\"!==typeof a?f=null:(f=C&&a[C]||a[\"@@iterator\"],f=\"function\"===typeof f?f:null),\"function\"===typeof f)for(a=f.call(a),h=\n0;!(d=a.next()).done;)d=d.value,f=b+U(d,h++),g+=T(d,f,e,c);else\"object\"===d&&(e=\"\"+a,D(\"31\",\"[object Object]\"===e?\"object with keys {\"+Object.keys(a).join(\", \")+\"}\":e,\"\"));return g}function V(a,b,e){return null==a?0:T(a,\"\",b,e)}function U(a,b){return\"object\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function ca(a,b){a.func.call(a.context,b,a.count++)}\nfunction da(a,b,e){var c=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?W(a,c,e,function(a){return a}):null!=a&&(O(a)&&(a=ba(a,d+(!a.key||b&&b.key===a.key?\"\":(\"\"+a.key).replace(P,\"$&/\")+\"/\")+e)),c.push(a))}function W(a,b,e,c,d){var g=\"\";null!=e&&(g=(\"\"+e).replace(P,\"$&/\")+\"/\");b=R(b,g,c,d);V(a,da,b);S(b)}\nvar X={Children:{map:function(a,b,e){if(null==a)return a;var c=[];W(a,c,null,b,e);return c},forEach:function(a,b,e){if(null==a)return a;b=R(null,null,b,e);V(a,ca,b);S(b)},count:function(a){return V(a,function(){return null},null)},toArray:function(a){var b=[];W(a,b,null,function(a){return a});return b},only:function(a){O(a)?void 0:D(\"143\");return a}},createRef:function(){return{current:null}},Component:G,PureComponent:I,createContext:function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,\n_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:y,render:a}},lazy:function(a){return{$$typeof:B,_ctor:a,_status:-1,_result:null}},memo:function(a,b){return{$$typeof:A,type:a,compare:void 0===b?null:b}},Fragment:r,StrictMode:t,Suspense:z,createElement:N,cloneElement:function(a,b,e){null===a||void 0===a?D(\"267\",a):void 0;var c=void 0,d=k({},a.props),g=a.key,h=a.ref,f=a._owner;\nif(null!=b){void 0!==b.ref&&(h=b.ref,f=K.current);void 0!==b.key&&(g=\"\"+b.key);var l=void 0;a.type&&a.type.defaultProps&&(l=a.type.defaultProps);for(c in b)L.call(b,c)&&!M.hasOwnProperty(c)&&(d[c]=void 0===b[c]&&void 0!==l?l[c]:b[c])}c=arguments.length-2;if(1===c)d.children=e;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];d.children=l}return{$$typeof:p,type:a.type,key:g,ref:h,props:d,_owner:f}},createFactory:function(a){var b=N.bind(null,a);b.type=a;return b},isValidElement:O,version:\"16.7.0\",\nunstable_ConcurrentMode:x,unstable_Profiler:u,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:K,assign:k}},Y={default:X},Z=Y&&X||Y;module.exports=Z.default||Z;\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Faq block type\n *\n */\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst {registerBlockType} = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RichText} = wp.editor;\nconst BlockIcon = (\n\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"576\" height=\"512\" viewBox=\"0 0 576 512\">\n\t<path d=\"M178.9,191.6c7.2,5,12,8.2,14.2,9.4c3.3,1.9,7.8,4,13.4,6.5l-16.1,32.4c-8.1-3.9-16.1-8.6-24-14\n\t\tc-7.9-5.4-13.4-9.5-16.6-12.2c-12.8,5.5-28.8,8.3-48,8.3c-28.4,0-50.9-7.4-67.3-22.2c-19.4-17.5-29.1-42.2-29.1-73.9\n\t\tc0-30.8,8.5-54.7,25.5-71.8c17-17.1,40.7-25.6,71.2-25.6c31.1,0,55,8.3,71.9,25c16.9,16.7,25.3,40.6,25.3,71.6\n\t\tC199.3,152.8,192.5,175,178.9,191.6z M134.6,161.9c4.6-8.3,6.9-20.6,6.9-37c0-18.9-3.5-32.4-10.5-40.5c-7-8.1-16.7-12.1-29-12.1\n\t\tc-11.5,0-20.8,4.1-28,12.4c-7.1,8.3-10.7,21.2-10.7,38.7c0,20.4,3.5,34.8,10.5,43c7,8.3,16.6,12.4,28.7,12.4\n\t\tc3.9,0,7.6-0.4,11.1-1.1c-4.9-4.7-12.5-9.1-23-13.3l9.1-20.8c5.1,0.9,9.1,2.1,11.9,3.4c2.9,1.4,8.4,4.9,16.7,10.7\n\t\tC130.1,159.1,132.3,160.5,134.6,161.9z\"/>\n\t<path d=\"M137.9,452.6H72.2l-9.1,30.9l-59,0l70.3-187.2h63.1l70.3,187.2h-60.6L137.9,452.6z M125.9,412.1l-20.7-67.3l-20.4,67.3\n\t\tH125.9z\"/>\n\t<path d=\"M553.9,239.9h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1\n\t\tC572,231.8,563.9,239.9,553.9,239.9z\"/>\n\t<path d=\"M553.9,483.5h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1\n\t\tC572,475.4,563.9,483.5,553.9,483.5z\"/>\n\t</svg>\n);\n/**\n * Register: aa Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/faq', {\n // Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('FAQ', 'vk-blocks'), // Block title.\n icon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n category: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n attributes: {\n heading: {\n type: 'string',\n source: 'html',\n selector: 'dt',\n },\n content: {\n type: 'string',\n source: 'html',\n selector: 'dd',\n }\n },\n\n /**\n * The edit function describes the structure of your block in the context of the editor.\n * This represents what the editor will render when the block is used.\n *\n * The \"edit\" property must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n edit({attributes, setAttributes}) {\n const {\n heading,\n content\n } = attributes;\n\n return (\n <dl className={'vk_faq'}>\n <RichText\n tagName=\"dt\"\n\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_faq_title' }\n onChange={(value) => setAttributes({heading: value})}\n value={heading}\n placeholder={__('Please enter a question.', 'vk-blocks') }\n />\n <RichText\n tagName=\"dd\"\n\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_faq_content' }\n onChange={(value) => setAttributes({content: value})}\n value={content}\n placeholder={__('Please enter a answer.', 'vk-blocks') }\n />\n </dl>\n );\n },\n\n /**\n * The save function defin className }> which the different attributes should be combined\n * into the final markup, which is then serialized by Gutenberg into post_content.\n *\n * The \"save\" property must be specified and must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n save({attributes}) {\n const {\n heading,\n content\n } = attributes;\n\n return (\n <dl className={ 'vk_faq' }>\n <RichText.Content\n tagName=\"dt\"\n\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_faq_title' }\n value={heading}\n />\n <RichText.Content\n tagName=\"dd\"\n\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_faq_content' }\n value={content}\n />\n </dl>\n );\n },\n});\n","/**\n * Flow block type\n *\n */\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst {registerBlockType} = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RangeControl, RadioControl, PanelBody, Button, PanelColor} = wp.components;\nconst {Fragment} = wp.element;\nconst {RichText, InspectorControls, MediaUpload, ColorPalette} = wp.editor;\nconst BlockIcon = 'arrow-down';\n\n/**\n * Register: aa Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/flow', {\n // Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('Flow', 'vk-blocks'), // Block title.\n icon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n category: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n attributes: {\n heading: {\n type: 'string',\n source: 'html',\n selector: 'dt',\n },\n content: {\n type: 'string',\n source: 'html',\n selector: 'dd',\n },\n arrowFlag: {\n type: 'string',\n default: 'vk_flow-arrow-on',\n },\n\t\t\t\tinsertImage: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tdefault: null, // no image by default!\n\t\t\t\t}\n },\n\n /**\n * The edit function describes the structure of your block in the context of the editor.\n * This represents what the editor will render when the block is used.\n *\n * The \"edit\" property must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n edit({attributes, setAttributes}) {\n const {\n heading,\n content,\n insertImage,\n arrowFlag,\n } = attributes;\n\n return [\n <Fragment>\n <InspectorControls>\n <PanelBody title={__('Display of arrow', 'vk-blocks') }>\n <RadioControl\n selected={arrowFlag}\n options={[\n {label: __('Arrow display', 'vk-blocks'), value: 'vk_flow-arrow-on'},\n {label: __('Arrow hidden', 'vk-blocks'), value: 'vk_flow-arrow-off'},\n ]}\n onChange={(value) => setAttributes({arrowFlag: value})}\n />\n </PanelBody>\n </InspectorControls>\n\n <div className={`${ arrowFlag } vk_flow`}>\n\t\t\t\t\t\t\t\t\t<div className={ 'vk_flow_frame' } >\n <dl className={ 'vk_flow_frame_text' }>\n <RichText\n tagName=\"dt\"\n className={ 'vk_flow_frame_text_title' }\n onChange={(value) => setAttributes({heading: value})}\n value={heading}\n placeholder={__('Input title', 'vk-blocks') }\n />\n <RichText\n tagName=\"dd\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_flow_frame_text_content' }\n onChange={(value) => setAttributes({content: value})}\n value={content}\n placeholder={__('Input content', 'vk-blocks') }\n />\n </dl>\n\t\t\t\t\t\t\t\t\t\t<div className={'vk_flow_frame_image'}>\n\t\t\t\t\t\t\t\t\t\t\t\t<MediaUpload\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tonSelect={(value) => setAttributes({insertImage: value.url})}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_flow_frame_image' }\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalue={insertImage}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trender={({open}) => (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonClick={open}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={insertImage ? 'image-button' : 'button button-large'}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{!insertImage ? __('Select image', 'vk-blocks') :\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img className={'icon-image'} src={insertImage} alt={__('Upload image', 'vk-blocks')}/>}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n </div>\n </Fragment>\n ];\n },\n\n\n /**\n * The save function defin className }> which the different attributes should be combined\n * into the final markup, which is then serialized by Gutenberg into post_content.\n *\n * The \"save\" property must be specified and must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n save({attributes}) {\n const {\n heading,\n content,\n insertImage,\n arrowFlag,\n } = attributes;\n\n return (\n <div className={`${ arrowFlag } vk_flow`}>\n\t\t\t\t\t\t\t<div className={ 'vk_flow_frame' }>\n <dl className={ 'vk_flow_frame_text' }>\n <RichText.Content\n tagName=\"dt\"\n className={ 'vk_flow_frame_text_title' }\n value={heading}\n />\n <RichText.Content\n tagName=\"dd\"\n\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_flow_frame_text_content' }\n value={content}\n />\n </dl>\n\t\t\t\t\t\t\t\t{ insertImage ?\n\t\t\t\t\t\t\t\t\t<div className={ 'vk_flow_frame_image' }>\n\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\t\t\t\t\tsrc={ insertImage }\n\t\t\t\t\t\t\t\t\t\t\t\talt=''\n\t\t\t\t\t\t\t\t\t\t/></div> : '' }\n\t\t\t\t\t\t\t</div>\n </div>\n );\n },\n});\n","/**\n * Flow block type\n *\n */\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst {registerBlockType} = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RangeControl, RadioControl, PanelBody, Button, BaseControl, CheckboxControl, TextControl} = wp.components;\nconst {Fragment} = wp.element;\nconst {RichText, InspectorControls, MediaUpload, ColorPalette} = wp.editor;\nconst BlockIcon = (\n\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"576\" height=\"512\" viewBox=\"0 0 576 512\">\n\t<g>\n\t\t<g>\n\t\t\t<circle cx=\"288\" cy=\"186.2\" r=\"60\"/>\n\t\t\t<rect x=\"213.5\" y=\"278.8\" width=\"149\" height=\"107\"/>\n\t\t</g>\n\t\t<g>\n\t\t\t<circle cx=\"74.5\" cy=\"186.2\" r=\"60\"/>\n\t\t\t<rect y=\"278.8\" width=\"149\" height=\"107\"/>\n\t\t</g>\n\t\t<g>\n\t\t\t<circle cx=\"501.5\" cy=\"186.2\" r=\"60\"/>\n\t\t\t<rect x=\"427\" y=\"278.8\" width=\"149\" height=\"107\"/>\n\t\t</g>\n\t</g>\n\t</svg>\n);\n\nfunction set_attirbuite(number) {\n\n var attributes = {};\n\n for (var i = 0; i <= number; i++) {\n\n attributes['heading' + i] = {\n type: 'string',\n source: 'html',\n selector: 'h1',\n };\n attributes['content' + i] = {\n type: 'string',\n source: 'html',\n selector: 'p',\n };\n attributes['url' + i] = {\n type: 'string',\n default: null,\n };\n attributes['urlOpenType' + i] = {\n type: 'Boolean',\n default: false,\n };\n attributes['icon' + i] = {\n type: 'string',\n default: 'fas fa-file',\n };\n attributes['color' + i] = {\n type: 'string',\n default: '#0693e3',\n };\n attributes['bgType' + i] = {\n type: 'string',\n default: '0',\n };\n attributes['insertImage' + i] = {\n type: 'string',\n default: null,\n };\n }\n\n return attributes;\n}\n\n\n\n/**\n * Register: aa Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/pr-blocks', {\n // Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('PR Block', 'vk-blocks'), // Block title.\n icon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n category: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n attributes: set_attirbuite(3),\n\n /**\n * The edit function describes the structure of your block in the context of the editor.\n * This represents what the editor will render when the block is used.\n *\n * The \"edit\" property must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n edit({attributes, setAttributes}) {\n\n const {\n heading0,\n heading1,\n heading2,\n content0,\n content1,\n content2,\n url0,\n url1,\n url2,\n urlOpenType0,\n urlOpenType1,\n urlOpenType2,\n icon0,\n icon1,\n icon2,\n color0,\n color1,\n color2,\n bgType0,\n bgType1,\n bgType2,\n insertImage0,\n insertImage1,\n insertImage2\n } = attributes;\n\n return [\n <Fragment>\n <InspectorControls>\n <PanelBody title={__('PR Block1 Setting', 'vk-blocks')}>\n <BaseControl\n label={__('Link URL:', 'vk-blocks')}\n >\n <TextControl\n value={url0}\n onChange={(value) => setAttributes({url0: value})}\n />\n <CheckboxControl\n label={__('Open link new tab.', 'vk-blocks')}\n checked={urlOpenType0}\n onChange={(checked) => setAttributes({urlOpenType0: checked})}\n />\n </BaseControl>\n <BaseControl\n label={__('Icon 1', 'vk-blocks')}\n >\n <TextControl\n label={__('Class name of the Font Awesome icon font you want to use:', 'vk-blocks')}\n value={icon0}\n onChange={(value) => setAttributes({icon0: value})}\n placeholder={'fas fa-file'}\n />\n <ColorPalette\n value={color0}\n onChange={(value) => setAttributes({color0: value})}\n />\n <RadioControl\n label={__('Icon Background:', 'vk-blocks')}\n selected={bgType0}\n options={[\n {label: __('Solid color', 'vk-blocks'), value: '0'},\n {label: __('No background', 'vk-blocks'), value: '1'},\n ]}\n onChange={(value) => setAttributes({bgType0: value})}\n />\n </BaseControl>\n <BaseControl\n label={__('PR Image 1', 'vk-blocks')}\n help={__('When you have an image. Image is displayed with priority.', 'vk-blocks')}\n >\n <MediaUpload\n onSelect={(value) => setAttributes({insertImage0: value.url})}\n type=\"image\"\n value={insertImage0}\n render={({open}) => (\n <Button\n onClick={open}\n className={insertImage0 ? 'image-button' : 'button button-large'}\n >\n {!insertImage0 ? __('Select image', 'vk-blocks') :\n <img className={'icon-image'} src={insertImage0}\n alt={__('Upload image', 'vk-blocks')}/>}\n </Button>\n )}\n />\n </BaseControl>\n </PanelBody>\n <PanelBody title={__('PR Block2 Setting', 'vk-blocks')}>\n <BaseControl\n label={__('Link URL:', 'vk-blocks')}\n >\n <TextControl\n value={url1}\n onChange={(value) => setAttributes({url1: value})}\n />\n <CheckboxControl\n label={__('Open link new tab.', 'vk-blocks')}\n checked={urlOpenType1}\n onChange={(checked) => setAttributes({urlOpenType1: checked})}\n />\n </BaseControl>\n <BaseControl\n label={__('Icon 2', 'vk-blocks')}\n >\n <TextControl\n label={__('Class name of the Font Awesome icon font you want to use:', 'vk-blocks')}\n value={icon1}\n onChange={(value) => setAttributes({icon1: value})}\n placeholder={'fas fa-file'}\n />\n <ColorPalette\n value={color1}\n onChange={(value) => setAttributes({color1: value})}\n />\n <RadioControl\n label={__('Icon Background:', 'vk-blocks')}\n selected={bgType1}\n options={[\n {label: __('Solid color', 'vk-blocks'), value: '0'},\n {label: __('No background', 'vk-blocks'), value: '1'},\n ]}\n onChange={(value) => setAttributes({bgType1: value})}\n />\n </BaseControl>\n <BaseControl\n label={__('PR Image 2', 'vk-blocks')}\n help={__('When you have an image. Image is displayed with priority', 'vk-blocks')}\n >\n <MediaUpload\n onSelect={(value) => setAttributes({insertImage1: value.url})}\n type=\"image\"\n value={insertImage1}\n render={({open}) => (\n <Button\n onClick={open}\n className={insertImage1 ? 'image-button' : 'button button-large'}\n >\n {!insertImage1 ? __('Select image', 'vk-blocks') :\n <img className={'icon-image'} src={insertImage1}\n alt={__('Upload image', 'vk-blocks')}/>}\n </Button>\n )}\n />\n </BaseControl>\n </PanelBody>\n <PanelBody title={__('PR Block3 Setting', 'vk-blocks')}>\n <BaseControl\n label={__('Link URL:', 'vk-blocks')}\n >\n <TextControl\n value={url2}\n onChange={(value) => setAttributes({url2: value})}\n />\n <CheckboxControl\n label={__('Open link new tab.', 'vk-blocks')}\n checked={urlOpenType2}\n onChange={(checked) => setAttributes({urlOpenType2: checked})}\n />\n </BaseControl>\n <BaseControl\n label={__('Icon 3', 'vk-blocks')}\n >\n <TextControl\n label={__('Class name of the Font Awesome icon font you want to use:', 'vk-blocks')}\n value={icon2}\n onChange={(value) => setAttributes({icon2: value})}\n placeholder={'fas fa-file'}\n />\n <ColorPalette\n value={color2}\n onChange={(value) => setAttributes({color2: value})}\n />\n <RadioControl\n label={__('Icon Background:', 'vk-blocks')}\n selected={bgType2}\n options={[\n {label: __('Solid color', 'vk-blocks'), value: '0'},\n {label: __('No background', 'vk-blocks'), value: '1'},\n ]}\n onChange={(value) => setAttributes({bgType2: value})}\n />\n </BaseControl>\n <BaseControl\n label={__('PR Image 3', 'vk-blocks')}\n help={__('When you have an image. Image is displayed with priority.', 'vk-blocks')}\n >\n <MediaUpload\n onSelect={(value) => setAttributes({insertImage2: value.url})}\n type=\"image\"\n value={insertImage2}\n render={({open}) => (\n <Button\n onClick={open}\n className={insertImage2 ? 'image-button' : 'button button-large'}\n >\n {!insertImage2 ? __('Select image', 'vk-blocks') :\n <img className={'icon-image'} src={insertImage2}\n alt={__('Upload image', 'vk-blocks')}/>}\n </Button>\n )}\n />\n </BaseControl>\n </PanelBody>\n </InspectorControls>\n <article className=\"vk_prBlocks row\">\n <div className=\"vk_prBlocks_item col-sm-4\">\n {(() => {\n\n if (insertImage0) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage0 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage0}\n alt=''\n />\n </div>\n\n } else {\n\n if (bgType0 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color0,\n border: `1px solid ${color0}`\n }}\n ><i className={`${icon0} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid' + color0}}\n ><i className={`${icon0} vk_prBlocks_item_icon`}\n style={{color: color0}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText\n className=\"vk_prBlocks_item_title\"\n tagName=\"h1\"\n onChange={(value) => setAttributes({heading0: value})}\n value={heading0}\n placeholder={__('Input title', 'vk-blocks')}\n />\n <RichText\n className=\"vk_prBlocks_item_summary\"\n tagName=\"p\"\n onChange={(value) => setAttributes({content0: value})}\n value={content0}\n placeholder={__('Input content', 'vk-blocks')}\n />\n </div>\n <div className=\"vk_prBlocks_item col-sm-4\">\n {(() => {\n\n if (insertImage1) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage1 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage1}\n alt=''\n />\n </div>\n\n } else {\n\n if (bgType1 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color1,\n border: `1px solid ${color1}`\n }}\n ><i className={`${icon1} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid' + color1}}\n ><i className={`${icon1} vk_prBlocks_item_icon`}\n style={{color: color1}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText\n className=\"vk_prBlocks_item_title\"\n tagName=\"h1\"\n onChange={(value) => setAttributes({heading1: value})}\n value={heading1}\n placeholder={__('Input title', 'vk-blocks')}\n />\n <RichText\n className=\"vk_prBlocks_item_summary\"\n tagName=\"p\"\n onChange={(value) => setAttributes({content1: value})}\n value={content1}\n placeholder={__('Input content', 'vk-blocks')}\n />\n </div>\n <div className=\"vk_prBlocks_item col-sm-4\">\n {(() => {\n\n if (insertImage2) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage2 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage2}\n alt=''\n />\n </div>\n\n } else {\n\n if (bgType2 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color2,\n border: `1px solid ${color2}`\n }}\n ><i className={`${icon2} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid' + color2}}\n ><i className={`${icon2} vk_prBlocks_item_icon`}\n style={{color: color2}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText\n className=\"vk_prBlocks_item_title\"\n tagName=\"h1\"\n onChange={(value) => setAttributes({heading2: value})}\n value={heading2}\n placeholder={__('Input title', 'vk-blocks')}\n />\n <RichText\n className=\"vk_prBlocks_item_summary\"\n tagName=\"p\"\n onChange={(value) => setAttributes({content2: value})}\n value={content2}\n placeholder={__('Input content', 'vk-blocks')}\n />\n </div>\n </article>\n </Fragment>\n ];\n },\n\n /**\n * The save function defin className }> which the different attributes should be combined\n * into the final markup, which is then serialized by Gutenberg into post_content.\n *\n * The \"save\" property must be specified and must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n save({attributes}) {\n const {\n heading0,\n heading1,\n heading2,\n content0,\n content1,\n content2,\n url0,\n url1,\n url2,\n urlOpenType0,\n urlOpenType1,\n urlOpenType2,\n icon0,\n icon1,\n icon2,\n color0,\n color1,\n color2,\n bgType0,\n bgType1,\n bgType2,\n insertImage0,\n insertImage1,\n insertImage2\n } = attributes;\n\n return (\n <article className=\"vk_prBlocks row\">\n <div className=\"vk_prBlocks_item col-sm-4\">\n <a\n href={url0}\n target={urlOpenType0? '_blank':'_self'}\n className=\"vk_prBlocks_item_link\"\n >\n {(() => {\n\n if (insertImage0) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage0 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage0}\n alt=''\n />\n </div>\n\n } else {\n\n if (bgType0 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color0,\n border: `1px solid ${color0}`\n }}\n ><i className={`${icon0} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid' + color0}}\n ><i className={`${icon0} vk_prBlocks_item_icon`}\n style={{color: color0}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText.Content\n className=\"vk_prBlocks_item_title\"\n tagName={'h1'}\n value={heading0}/>\n <RichText.Content\n className=\"vk_prBlocks_item_summary\"\n tagName={'p'}\n value={content0}/>\n </a>\n </div>\n <div className=\"vk_prBlocks_item col-sm-4\">\n <a\n href={url1}\n target={urlOpenType1? '_blank':'_self'}\n className=\"vk_prBlocks_item_link\"\n >\n {(() => {\n\n if (insertImage1) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage1 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage1}\n alt=''\n />\n </div>\n\n } else {\n\n if (bgType1 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color1,\n border: `1px solid ${color1}`\n }}\n ><i className={`${icon1} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid' + color1}}\n ><i className={`${icon1} vk_prBlocks_item_icon`}\n style={{color: color1}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText.Content\n className=\"vk_prBlocks_item_title\"\n tagName={'h1'}\n value={heading1}/>\n <RichText.Content\n className=\"vk_prBlocks_item_summary\"\n tagName={'p'}\n value={content1}/>\n </a>\n </div>\n <div className=\"vk_prBlocks_item col-sm-4\">\n <a\n href={url2}\n target={urlOpenType2? '_blank':'_self'}\n className=\"vk_prBlocks_item_link\"\n >\n {(() => {\n\n if (insertImage2) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage2 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage2}\n alt=''\n />\n </div>\n\n } else {\n\n if (bgType2 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color2,\n border: `1px solid ${color2}`\n }}\n ><i className={`${icon2} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid' + color2}}\n ><i className={`${icon2} vk_prBlocks_item_icon`}\n style={{color: color2}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText.Content\n className=\"vk_prBlocks_item_title\"\n tagName={'h1'}\n value={heading2}/>\n <RichText.Content\n className=\"vk_prBlocks_item_summary\"\n tagName={'p'}\n value={content2}/>\n </a>\n </div>\n </article>\n );\n },\n});\n","import React from 'react';\n\nexport class Link extends React.Component {\n\n render() {\n\n let buttonColorCustom = this.props.lbColorCustom;\n let buttonColor = this.props.lbColor;\n let buttonType = this.props.lbType;\n let buttonAlign = this.props.lbAlign;\n let buttonSize = this.props.lbSize;\n let buttonUrl = this.props.lbUrl;\n let buttonTarget = this.props.lbTarget;\n let fontAwesomeIconBefore = this.props.lbFontAwesomeIconBefore;\n let fontAwesomeIconAfter = this.props.lbFontAwesomeIconAfter;\n let richText = this.props.lbRichtext;\n let containerClass = '';\n let aClass = '';\n let aStyle = {};\n let iconBefore = '';\n let iconAfter = '';\n\n if (buttonColorCustom) {\n\n containerClass = `btn-parent custom-btn btn-${buttonAlign}`;\n aClass = `btn btn-primary btn-${buttonSize} active`;\n\n if (buttonType === '0') {\n\n aStyle = {\n backgroundColor: buttonColorCustom,\n border: `1px solid ${buttonColorCustom}`\n };\n } else if (buttonType === '1') {\n aStyle = {\n backgroundColor: 'transparent',\n border: '1px solid' + buttonColorCustom,\n color: buttonColorCustom\n };\n }\n\n } else if (!buttonColorCustom) {\n\n containerClass = `btn-parent custom-btn btn-${buttonAlign}`;\n\n if (buttonType === '0') {\n\n aClass = `btn btn-${buttonSize} btn-${buttonColor} active`;\n aStyle = {\n backgroundColor: buttonColorCustom,\n border: `1px solid ${buttonColorCustom}`\n };\n } else if (buttonType === '1') {\n aClass = `btn btn-${buttonSize} btn-outline-${buttonColor} active`;\n aStyle = {backgroundColor: +'transparent'};\n }\n\n }\n\n if (fontAwesomeIconBefore) {\n iconBefore = <i className={`${fontAwesomeIconBefore} before`}></i>;\n }\n if (fontAwesomeIconAfter) {\n iconAfter = <i className={`${fontAwesomeIconAfter} after`}></i>;\n }\n\n return (\n <div className={containerClass}>\n <a\n href={buttonUrl}\n className={aClass}\n role={'button'}\n aria-pressed={true}\n style={aStyle}\n target={buttonTarget? '_blank':null}\n >\n {iconBefore}\n {richText}\n {iconAfter}\n\n </a>\n </div>\n );\n }\n}\n","/**\n * Button block type\n *\n */\nimport React from \"react\";\nimport {Link} from \"./link\";\n\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst {registerBlockType} = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RangeControl, RadioControl, PanelBody, Button, BaseControl, CheckboxControl, TextControl, Dashicon, IconButton,} = wp.components;\nconst {Fragment} = wp.element;\nconst {RichText, InspectorControls, MediaUpload, ColorPalette, URLInput,} = wp.editor;\nconst BlockIcon = (\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"576\" height=\"512\" viewBox=\"0 0 576 512\">\n\t\t<g>\n\t\t\t<path d=\"M506,185v142H70V185H506 M526.4,137H49.6C34.4,137,22,149.4,22,164.6v182.8c0,15.2,12.4,27.6,27.6,27.6h476.8\n\t\t\t\tc15.2,0,27.6-12.4,27.6-27.6V164.6C554,149.4,541.6,137,526.4,137L526.4,137z\"/>\n\t\t</g>\n\t\t<g>\n\t\t\t<path d=\"M83.8,206.9h55.9c9.3,0,16.5,2.3,21.5,6.9c5,4.6,7.5,10.3,7.5,17.1c0,5.7-1.8,10.6-5.3,14.7c-2.4,2.7-5.8,4.9-10.4,6.5\n\t\t\t\tc6.9,1.7,12.1,4.5,15.3,8.6c3.3,4.1,4.9,9.2,4.9,15.3c0,5-1.2,9.5-3.5,13.5c-2.3,4-5.5,7.2-9.6,9.5c-2.5,1.5-6.3,2.5-11.3,3.2\n\t\t\t\tc-6.7,0.9-11.2,1.3-13.4,1.3H83.8V206.9z M113.9,244.8h13c4.7,0,7.9-0.8,9.7-2.4c1.8-1.6,2.7-3.9,2.7-7c0-2.8-0.9-5-2.7-6.6\n\t\t\t\tc-1.8-1.6-5-2.4-9.5-2.4h-13.2V244.8z M113.9,282.8h15.2c5.1,0,8.8-0.9,10.9-2.7s3.2-4.3,3.2-7.4c0-2.9-1-5.2-3.1-6.9\n\t\t\t\tc-2.1-1.7-5.7-2.6-11-2.6h-15.2V282.8z\"/>\n\t\t\t<path d=\"M245.9,303.5h-25.1v-11.3c-3.7,4.7-7.5,8-11.3,10c-3.8,2-8.5,3-14,3c-7.4,0-13.2-2.2-17.4-6.6c-4.2-4.4-6.3-11.2-6.3-20.4\n\t\t\t\tv-44.6h27V272c0,4.4,0.8,7.5,2.4,9.4c1.6,1.8,3.9,2.8,6.9,2.8c3.2,0,5.8-1.2,7.9-3.7s3.1-6.9,3.1-13.3v-33.7h26.8V303.5z\"/>\n\t\t\t<path d=\"M282.4,206.9v26.6h14.8v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5\n\t\t\t\tc-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9\n\t\t\t\tL282.4,206.9z\"/>\n\t\t\t<path d=\"M330.2,206.9v26.6H345v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5\n\t\t\t\tc-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9\n\t\t\t\tL330.2,206.9z\"/>\n\t\t\t<path d=\"M339.6,268.7c0-10.7,3.6-19.5,10.8-26.4s16.9-10.4,29.2-10.4c14,0,24.6,4.1,31.8,12.2c5.8,6.6,8.6,14.6,8.6,24.2\n\t\t\t\tc0,10.8-3.6,19.6-10.7,26.5c-7.1,6.9-17,10.3-29.6,10.3c-11.3,0-20.4-2.9-27.3-8.6C343.9,289.5,339.6,280.2,339.6,268.7z\n\t\t\t\t M366.5,268.7c0,6.2,1.3,10.9,3.8,13.8c2.5,3,5.7,4.5,9.5,4.5c3.9,0,7-1.5,9.5-4.4c2.5-2.9,3.7-7.7,3.7-14.2\n\t\t\t\tc0-6.1-1.3-10.6-3.8-13.6s-5.6-4.5-9.3-4.5c-3.9,0-7.1,1.5-9.7,4.5C367.8,257.9,366.5,262.5,366.5,268.7z\"/>\n\t\t\t<path d=\"M418.2,233.5h25v11.4c3.7-4.7,7.5-8,11.3-10c3.8-2,8.5-3,14-3c7.4,0,13.2,2.2,17.4,6.6c4.2,4.4,6.3,11.2,6.3,20.5v44.5h-27\n\t\t\t\tV265c0-4.4-0.8-7.5-2.4-9.3c-1.6-1.8-3.9-2.7-6.9-2.7c-3.3,0-5.9,1.2-7.9,3.7c-2,2.5-3,6.9-3,13.3v33.6h-26.8V233.5z\"/>\n\t\t</g>\n </svg>\n);\n\n/**\n * Register: a Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/button', {\n // Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('Button', 'vk-blocks'), // Block title.\n icon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n category: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n attributes: {\n content: {\n source: 'html',\n selector: 'p',\n },\n buttonUrl: {\n type: 'string',\n default: null,\n },\n buttonTarget: {\n type: 'Boolean',\n default: false,\n },\n buttonSize: {\n type: 'string',\n default: 'lg',\n },\n buttonType: {\n type: 'string',\n default: '0',\n },\n buttonColor: {\n type: 'string',\n default: 'primary',\n },\n buttonColorCustom: {\n type: 'string',\n default: null,\n },\n buttonAlign: {\n type: 'string',\n default: 'left',\n },\n fontAwesomeIconBefore: {\n type: 'string',\n default: null,\n },\n fontAwesomeIconAfter: {\n type: 'string',\n default: null,\n }\n },\n\n /**\n * The edit function describes the structure of your block in the context of the editor.\n * This represents what the editor will render when the block is used.\n *\n * The \"edit\" property must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n edit({attributes, className, setAttributes, isSelected}) {\n const {\n content,\n buttonUrl,\n buttonTarget,\n buttonSize,\n buttonType,\n buttonColor,\n buttonColorCustom,\n buttonAlign,\n fontAwesomeIconBefore,\n fontAwesomeIconAfter,\n } = attributes;\n\n return (\n <Fragment>\n <InspectorControls>\n <PanelBody title={__('Button setting', 'vk-blocks')}>\n <CheckboxControl\n label={__('Open link new tab.', 'vk-blocks')}\n checked={buttonTarget}\n onChange={(checked) => setAttributes({buttonTarget: checked})}\n />\n <RadioControl\n label={__('Button Size:', 'vk-blocks')}\n selected={buttonSize}\n options={[\n {label: __('Large', 'vk-blocks'), value: 'lg'},\n {label: __('normal', 'vk-blocks'), value: 'md'},\n {label: __('Small', 'vk-blocks'), value: 'sm'},\n ]}\n onChange={(value) => setAttributes({buttonSize: value})}\n />\n <RadioControl\n label={__('Button Position:', 'vk-blocks')}\n selected={buttonAlign}\n options={[\n {label: __('Left', 'vk-blocks'), value: 'left'},\n {label: __('Center', 'vk-blocks'), value: 'center'},\n {label: __('Right', 'vk-blocks'), value: 'right'},\n {label: __('Block', 'vk-blocks'), value: 'block'},\n ]}\n onChange={(value) => setAttributes({buttonAlign: value})}\n />\n <RadioControl\n label={__('Button Style:', 'vk-blocks')}\n selected={buttonType}\n options={[\n {label: __('Solid color', 'vk-blocks'), value: '0'},\n {label: __('No background', 'vk-blocks'), value: '1'},\n ]}\n help={__('If you select \"No background\", that you need to select a Custom Color.', 'vk-blocks')}\n onChange={(value) => setAttributes({buttonType: value})}\n />\n <RadioControl\n label={__('Default Color:', 'vk-blocks')}\n selected={buttonColor}\n options={[\n {label: __('Primary', 'vk-blocks'), value: 'primary'},\n // {label: __('Secondary', 'vk-blocks'), value: 'secondary'},\n {label: __('Success', 'vk-blocks'), value: 'success'},\n {label: __('Info', 'vk-blocks'), value: 'info'},\n {label: __('Warning', 'vk-blocks'), value: 'warning'},\n {label: __('Danger', 'vk-blocks'), value: 'danger'},\n // {label: __('Light', 'vk-blocks'), value: 'light'},\n // {label: __('Dark', 'vk-blocks'), value: 'dark'},\n ]}\n onChange={(value) => setAttributes({buttonColor: value})}\n />\n <BaseControl\n label={__('Custom Color', 'vk-blocks')}\n help={__('This custom color overrides the default color. If you want to use the default color, click the clear button.', 'vk-blocks')}\n >\n <ColorPalette\n value={buttonColorCustom}\n onChange={(value) => setAttributes({buttonColorCustom: value})}\n />\n </BaseControl>\n <BaseControl\n label={__('Font Awesome:', 'vk-blocks')}\n // help={__('', 'vk-blocks')}\n >\n <TextControl\n label={__('Before text', 'vk-blocks')}\n help={__('Enter Font Awesome Class.This icon will appear before text.', 'vk-blocks')}\n value={fontAwesomeIconBefore}\n onChange={(value) => setAttributes({fontAwesomeIconBefore: value})}\n placeholder={'fas fa-user'}\n />\n <TextControl\n label={__('After text', 'vk-blocks')}\n help={__('Enter Font Awesome Class.This icon will appear after text.', 'vk-blocks')}\n value={fontAwesomeIconAfter}\n onChange={(value) => setAttributes({fontAwesomeIconAfter: value})}\n placeholder={'fas fa-book'}\n />\n </BaseControl>\n </PanelBody>\n </InspectorControls>\n <div className={buttonColorCustom ? 'vk_button vk_button-colorCustom' : 'vk_button'}>\n\n <Link lbColorCustom={buttonColorCustom} lbColor={buttonColor} lbType={buttonType}\n lbAlign={buttonAlign}\n lbSize={buttonSize}\n lbFontAwesomeIconBefore={fontAwesomeIconBefore}\n lbFontAwesomeIconAfter={fontAwesomeIconAfter}\n lbRichtext={\n <RichText\n tagName=\"p\"\n className={'vk_button_content'}\n onChange={(value) => setAttributes({content: value})}\n value={content}\n placeholder={__('Input text', 'vk-blocks')}\n formattingControls={['bold', 'italic', 'strikethrough']}\n keepPlaceholderOnFocus\n />\n }/>\n\n {isSelected && (\n <form\n className=\"block-library-button__inline-link\"\n onSubmit={(event) => event.preventDefault()}>\n <Dashicon icon=\"admin-links\"/>\n <URLInput\n value={buttonUrl}\n onChange={(value) => setAttributes({buttonUrl: value})}\n />\n <IconButton icon=\"editor-break\" label={__('Apply')} type=\"submit\"/>\n </form>\n )}\n </div>\n </Fragment>\n );\n },\n\n /**\n * The save function defin className }> which the different attributes should be combined\n * into the final markup, which is then serialized by Gutenberg into post_content.\n *\n * The \"save\" property must be specified and must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n save({attributes, className}) {\n const {\n content,\n buttonUrl,\n buttonTarget,\n buttonSize,\n buttonType,\n buttonColor,\n buttonColorCustom,\n buttonAlign,\n fontAwesomeIconBefore,\n fontAwesomeIconAfter,\n } = attributes;\n\n return (\n <div className={buttonColorCustom ? 'vk_button vk_button-colorCustom' : 'vk_button'}>\n\n <Link lbColorCustom={buttonColorCustom} lbColor={buttonColor} lbType={buttonType}\n lbAlign={buttonAlign}\n lbSize={buttonSize}\n lbUrl={buttonUrl}\n lbTarget={buttonTarget}\n lbFontAwesomeIconBefore={fontAwesomeIconBefore}\n lbFontAwesomeIconAfter={fontAwesomeIconAfter}\n lbRichtext={\n <RichText.Content\n tagName=\"p\"\n className={'vk_button_content'}\n value={content}\n />\n }/>\n </div>\n );\n },\n});\n"],"sourceRoot":""}
1
+ {"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/react/index.js","webpack:///./src/alert/block.js","webpack:///./src/balloon/block.js","webpack:///./node_modules/react/cjs/react.production.min.js","webpack:///./node_modules/react/node_modules/object-assign/index.js","webpack:///./src/faq/block.js","webpack:///./src/flow/block.js","webpack:///./src/pr-blocks/block.js","webpack:///./src/button/link.js","webpack:///./src/button/block.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","__","wp","i18n","registerBlockType","blocks","RichText","editor","title","icon","category","attributes","style","type","default","content","source","selector","edit","_ref","setAttributes","React","createElement","className","concat","onChange","event","target","selected","tagName","newContent","save","_ref2","Content","components","RadioControl","RangeControl","PanelBody","Button","Fragment","element","InspectorControls","MediaUpload","ColorPalette","BlockIcon","xmlns","width","height","viewBox","balloonName","balloonType","balloonBgColor","balloonAlign","IconImage","label","help","options","onSelect","sizes","full","url","render","open","onClick","src","alt","placeholder","background","border","_ref3","k","for","q","u","v","w","x","y","z","A","B","C","iterator","D","a","b","arguments","length","e","encodeURIComponent","g","h","f","Error","replace","framesToPop","aa","E","isMounted","enqueueForceUpdate","enqueueReplaceState","enqueueSetState","F","G","this","props","context","refs","updater","H","I","isReactComponent","setState","forceUpdate","J","constructor","isPureReactComponent","K","current","currentDispatcher","L","M","ref","__self","__source","N","children","Array","defaultProps","$$typeof","_owner","O","P","Q","R","pop","result","keyPrefix","func","count","S","push","V","T","U","isArray","next","done","keys","join","=",":","escape","toString","ca","da","W","ba","X","Children","map","forEach","toArray","only","createRef","Component","PureComponent","createContext","_calculateChangedBits","_currentValue","_currentValue2","_threadCount","Provider","Consumer","_context","forwardRef","lazy","_ctor","_status","_result","memo","compare","StrictMode","Suspense","cloneElement","createFactory","isValidElement","version","unstable_ConcurrentMode","unstable_Profiler","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","ReactCurrentOwner","assign","Y","Z","getOwnPropertySymbols","propIsEnumerable","propertyIsEnumerable","test1","String","getOwnPropertyNames","test2","fromCharCode","test3","split","letter","err","shouldUseNative","from","symbols","to","val","TypeError","toObject","heading","PanelColor","arrowFlag","insertImage","BaseControl","CheckboxControl","TextControl","cx","cy","number","set_attirbuite","heading1","heading2","heading3","content1","content2","content3","url1","url2","url3","urlOpenType1","urlOpenType2","urlOpenType3","icon1","icon2","icon3","color1","color2","color3","bgType1","bgType2","bgType3","insertImage1","insertImage2","insertImage3","checked","_ref4","backgroundImage","backgroundRepeat","backgroundSize","backgroundColor","color","_ref5","href","_readOnlyError","Link","_React$Component","_classCallCheck","_possibleConstructorReturn","_getPrototypeOf","apply","_inherits","buttonColorCustom","lbColorCustom","buttonColor","lbColor","buttonType","lbType","buttonAlign","lbAlign","buttonSize","lbSize","buttonUrl","lbUrl","buttonTarget","lbTarget","fontAwesomeIconBefore","lbFontAwesomeIconBefore","fontAwesomeIconAfter","lbFontAwesomeIconAfter","richText","lbRichtext","aClass","aStyle","iconBefore","iconAfter","react_default","role","aria-pressed","Dashicon","IconButton","URLInput","isSelected","link_Link","formattingControls","keepPlaceholderOnFocus","onSubmit","preventDefault","containerClass"],"mappings":"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","file":"./inc/vk-blocks/build/block-build.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 8);\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.min.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n","/**\n * Alert block type\n *\n */\n\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst { registerBlockType } = wp.blocks;\nconst { RichText } = wp.editor;\n\nregisterBlockType( 'vk-blocks/alert', {\n\n title: __('Alert', 'vk-blocks'),\n\n icon: 'info',\n\n category: 'vk-blocks-cat',\n\n attributes: {\n style: {\n type: 'string',\n default: 'info',\n },\n content: {\n type: 'string',\n source: 'html',\n selector: 'p',\n }\n },\n\n edit({attributes, setAttributes}) {\n const {\n style,\n content\n } = attributes;\n\n function onStyleChange(event){\n setAttributes({style: event.target.value});\n }\n\n function onChangeContent(newContent) {\n setAttributes({content: newContent});\n }\n\n return (\n <div className={`alert alert-${style}`}>\n <select onChange={onStyleChange}>\n <option value={'success'} selected={style === 'success'}>Success</option>\n <option value={'info'} selected={style === 'info'}>Info</option>\n <option value={'warning'} selected={style === 'warning'}>Warning</option>\n <option value={'danger'} selected={style === 'danger'}>Danger</option>\n </select>\n <RichText\n tagName=\"p\"\n onChange={onChangeContent}\n value={content}\n />\n </div>\n );\n },\n\n save({attributes}) {\n const {\n style,\n content\n } = attributes;\n return (\n <div className={`alert alert-${style}`}>\n <RichText.Content\n tagName={'p'}\n value={content}/>\n </div>\n );\n },\n\n} );\n","/**\n * Baloon block type\n *\n */\n\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst { registerBlockType } = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RangeControl, RadioControl, PanelBody, Button} = wp.components;\nconst { Fragment } = wp.element;\nconst {RichText, InspectorControls, MediaUpload, ColorPalette} = wp.editor;\nconst BlockIcon = (\n\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"576\" height=\"512\" viewBox=\"0 0 576 512\">\n\t\t<path d=\"M544 450.583c0 22.75 13.014 42.454 32 52.092v7.969c-5.313 0.727-10.736 1.112-16.25 1.112-34.004 0-64.674-14.264-86.361-37.132-13.111 3.491-27.001 5.376-41.389 5.376-79.529 0-144-57.308-144-128s64.471-128 144-128c79.529 0 144 57.308 144 128 0 27.674-9.882 53.296-26.678 74.233-3.412 7.412-5.322 15.656-5.322 24.35zM115.339 110.593c-33.107 26.899-51.339 61.492-51.339 97.407 0 20.149 5.594 39.689 16.626 58.075 11.376 18.96 28.491 36.293 49.494 50.126 15.178 9.996 25.39 25.974 28.088 43.947 0.9 5.992 1.464 12.044 1.685 18.062 3.735-3.097 7.375-6.423 10.94-9.988 12.077-12.076 28.39-18.745 45.251-18.745 2.684 0 5.381 0.168 8.078 0.512 10.474 1.331 21.172 2.008 31.797 2.010v64c-13.564-0.001-26.877-0.869-39.871-2.521-54.989 54.989-120.625 64.85-184.088 66.298v-13.458c34.268-16.789 64-47.37 64-82.318 0-4.877-0.379-9.665-1.082-14.348-57.898-38.132-94.918-96.377-94.918-161.652 0-114.875 114.615-208 256-208 139.229 0 252.496 90.307 255.918 202.76-20.548-9.158-42.92-14.711-66.131-16.289-5.765-28.034-22.701-54.408-49.126-75.878-17.661-14.349-38.458-25.695-61.814-33.722-24.853-8.54-51.38-12.871-78.847-12.871s-53.994 4.331-78.847 12.871c-23.356 8.027-44.153 19.372-61.814 33.722z\"/>\n\t</svg>\n);\n\n/**\n * Register: aa Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/balloon', {\n\t// Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('Ballon', 'vk-blocks'), // Block title.\n\ticon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n\tcategory: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n\tattributes: {\n\t\tcontent: {\n\t\t\tsource: 'html',\n selector: 'p',\n\t\t},\n balloonName: {\n source: 'html',\n selector: 'figcaption',\n },\n balloonType: {\n type: 'string',\n default: 'type-serif',\n },\n\t\tballoonBgColor: {\n\t\t\ttype: 'string',\n\t\t},\n\t\tballoonAlign: {\n\t\t\ttype: 'string',\n\t\t\tdefault: 'position-left',\n\t\t},\n\t\tIconImage: {\n\t\t\ttype: 'string',\n\t\t\tdefault: null, // no image by default!\n\t\t}\n\t},\n\n\t/**\n\t * The edit function describes the structure of your block in the context of the editor.\n\t * This represents what the editor will render when the block is used.\n\t *\n\t * The \"edit\" property must be a valid function.\n\t *\n\t * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n\t */\n\tedit( { attributes, className, setAttributes } ) {\n\t\tconst {\n\t\t\tcontent,\n balloonName,\n balloonType,\n balloonBgColor,\n\t\t\tballoonAlign,\n\t\t\tIconImage,\n\t\t} = attributes;\n\n return (\n\t\t\t<Fragment>\n\t\t\t\t<InspectorControls>\n\t\t\t\t\t<PanelBody title={__('Balloon setting', 'vk-blocks')}>\n\t\t\t\t\t\t<RadioControl\n\t\t\t\t\t\t\tlabel={__('Position', 'vk-blocks')}\n\t\t\t\t\t\t\thelp={__('Please specify the layout of the balloon.', 'vk-blocks')}\n\t\t\t\t\t\t\tselected={ balloonAlign }\n\t\t\t\t\t\t\toptions={ [\n\t\t\t\t\t\t\t\t{ label: __('Left', 'vk-blocks'), value: 'position-left' },\n\t\t\t\t\t\t\t\t{ label: __('Right', 'vk-blocks'), value: 'position-right' },\n\t\t\t\t\t\t\t] }\n\t\t\t\t\t\t\tonChange={ ( value ) => setAttributes( { balloonAlign: value } ) }\n\t\t\t\t\t\t/>\n\t\t <RadioControl\n\t\t label={__('Type', 'vk-blocks')}\n\t\t help={__('Please select the type of balloon.', 'vk-blocks')}\n\t\t selected={ balloonType }\n\t\t options={ [\n\t\t { label: __('Serif', 'vk-blocks'), value: 'type-serif' },\n\t\t { label: __('Thinking', 'vk-blocks'), value: 'type-think' }\n\t\t ] }\n\t\t onChange={ ( value ) => setAttributes( { balloonType: value } ) }\n\t\t />\n\t\t <ColorPalette\n\t\t value={balloonBgColor}\n\t\t onChange={(value) => setAttributes({balloonBgColor: value})}\n\t\t />\n\t\t\t\t\t</PanelBody>\n\t\t\t\t</InspectorControls>\n\n\t\t\t\t<div className={ `${ className } vk_balloon vk_balloon-${ balloonAlign } vk_balloon-${ balloonType }` }>\n\t\t\t\t\t<div className={ 'vk_balloon_icon' }>\n\t\t\t\t\t\t<MediaUpload\n\t\t\t\t\t\t\tonSelect={ (value) => setAttributes( { IconImage: value.sizes.full.url } ) }\n\t\t\t\t\t\t\ttype=\"image\"\n\t\t\t\t\t\t\tclassName={ 'vk_balloon_icon_image' }\n\t\t\t\t\t\t\tvalue={ IconImage }\n\t\t\t\t\t\t\trender={ ( { open } ) => (\n\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\tonClick={ open }\n\t\t\t\t\t\t\t\t\tclassName={ IconImage ? 'image-button' : 'button button-large' }\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{ ! IconImage ? __('Select image', 'vk-blocks') : <img className={ 'vk_balloon_icon_image' } src={ IconImage } alt={__('Upload image', 'vk-blocks') } /> }\n\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t/>\n <RichText\n tagName=\"figcaption\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_balloon_icon_name' }\n onChange={ ( value ) => setAttributes( { balloonName: value } ) }\n value={ balloonName }\n placeholder={__('Icon Name', 'vk-blocks') }\n />\n\t\t\t\t\t</div>\n\t\t\t\t\t<RichText\n\t\t\t\t\t\tstyle={ { background: balloonBgColor, border: balloonBgColor } }\n\t\t\t\t\t\ttagName=\"p\"\n\t\t\t\t\t\tclassName={ 'vk_balloon_content' }\n\t\t\t\t\t\tonChange={ ( value ) => setAttributes( { content: value } ) }\n\t\t\t\t\t\tvalue={ content }\n\t\t\t\t\t\tplaceholder={__('Input text', 'vk-blocks') }\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t</Fragment>\n );\n\t},\n\n\n\t/**\n\t * The save function defin className }> which the different attributes should be combined\n\t * into the final markup, which is then serialized by Gutenberg into post_content.\n\t *\n\t * The \"save\" property must be specified and must be a valid function.\n\t *\n\t * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n\t */\n\tsave( { attributes, className } ) {\n\t\tconst {\n\t\t\tcontent,\n balloonName,\n balloonType,\n balloonBgColor,\n\t\t\tballoonAlign,\n\t\t\tIconImage,\n\t\t} = attributes;\n\n\t\treturn (\n\t\t\t<div className={ `vk_balloon vk_balloon-${ balloonAlign } vk_balloon-${ balloonType }` }>\n\t\t\t\t<div className={ 'vk_balloon_icon' }>\n\t\t\t\t\t{ IconImage ?\n\t\t\t\t\t\t<figure>\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tclassName={ 'vk_balloon_icon_image' }\n\t\t\t\t\t\t\t\tsrc={ IconImage }\n\t\t\t\t\t\t\t\talt=''\n\t\t\t\t\t\t\t/>\n <RichText.Content\n tagName=\"figcaption\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_balloon_icon_name' }\n value={ balloonName }\n />\n\t\t\t\t\t\t</figure> : '' }\n\t\t\t\t</div>\n\t\t\t\t<RichText.Content\n\t\t\t\t\tclassName={ 'vk_balloon_content' }\n\t\t\t\t\tstyle={ { background: balloonBgColor, border: balloonBgColor } }\n\t\t\t\t\ttagName=\"p\"\n\t\t\t\t\tvalue={ content }\n\t\t\t\t/>\n\t\t\t</div>\n\t\t);\n\t},\n});\n","/** @license React v16.7.0\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var k=require(\"object-assign\"),n=\"function\"===typeof Symbol&&Symbol.for,p=n?Symbol.for(\"react.element\"):60103,q=n?Symbol.for(\"react.portal\"):60106,r=n?Symbol.for(\"react.fragment\"):60107,t=n?Symbol.for(\"react.strict_mode\"):60108,u=n?Symbol.for(\"react.profiler\"):60114,v=n?Symbol.for(\"react.provider\"):60109,w=n?Symbol.for(\"react.context\"):60110,x=n?Symbol.for(\"react.concurrent_mode\"):60111,y=n?Symbol.for(\"react.forward_ref\"):60112,z=n?Symbol.for(\"react.suspense\"):60113,A=n?Symbol.for(\"react.memo\"):\n60115,B=n?Symbol.for(\"react.lazy\"):60116,C=\"function\"===typeof Symbol&&Symbol.iterator;function aa(a,b,e,c,d,g,h,f){if(!a){a=void 0;if(void 0===b)a=Error(\"Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.\");else{var l=[e,c,d,g,h,f],m=0;a=Error(b.replace(/%s/g,function(){return l[m++]}));a.name=\"Invariant Violation\"}a.framesToPop=1;throw a;}}\nfunction D(a){for(var b=arguments.length-1,e=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+a,c=0;c<b;c++)e+=\"&args[]=\"+encodeURIComponent(arguments[c+1]);aa(!1,\"Minified React error #\"+a+\"; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. \",e)}var E={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},F={};\nfunction G(a,b,e){this.props=a;this.context=b;this.refs=F;this.updater=e||E}G.prototype.isReactComponent={};G.prototype.setState=function(a,b){\"object\"!==typeof a&&\"function\"!==typeof a&&null!=a?D(\"85\"):void 0;this.updater.enqueueSetState(this,a,b,\"setState\")};G.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,\"forceUpdate\")};function H(){}H.prototype=G.prototype;function I(a,b,e){this.props=a;this.context=b;this.refs=F;this.updater=e||E}var J=I.prototype=new H;\nJ.constructor=I;k(J,G.prototype);J.isPureReactComponent=!0;var K={current:null,currentDispatcher:null},L=Object.prototype.hasOwnProperty,M={key:!0,ref:!0,__self:!0,__source:!0};\nfunction N(a,b,e){var c=void 0,d={},g=null,h=null;if(null!=b)for(c in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(g=\"\"+b.key),b)L.call(b,c)&&!M.hasOwnProperty(c)&&(d[c]=b[c]);var f=arguments.length-2;if(1===f)d.children=e;else if(1<f){for(var l=Array(f),m=0;m<f;m++)l[m]=arguments[m+2];d.children=l}if(a&&a.defaultProps)for(c in f=a.defaultProps,f)void 0===d[c]&&(d[c]=f[c]);return{$$typeof:p,type:a,key:g,ref:h,props:d,_owner:K.current}}\nfunction ba(a,b){return{$$typeof:p,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function O(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===p}function escape(a){var b={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+(\"\"+a).replace(/[=:]/g,function(a){return b[a]})}var P=/\\/+/g,Q=[];function R(a,b,e,c){if(Q.length){var d=Q.pop();d.result=a;d.keyPrefix=b;d.func=e;d.context=c;d.count=0;return d}return{result:a,keyPrefix:b,func:e,context:c,count:0}}\nfunction S(a){a.result=null;a.keyPrefix=null;a.func=null;a.context=null;a.count=0;10>Q.length&&Q.push(a)}\nfunction T(a,b,e,c){var d=typeof a;if(\"undefined\"===d||\"boolean\"===d)a=null;var g=!1;if(null===a)g=!0;else switch(d){case \"string\":case \"number\":g=!0;break;case \"object\":switch(a.$$typeof){case p:case q:g=!0}}if(g)return e(c,a,\"\"===b?\".\"+U(a,0):b),1;g=0;b=\"\"===b?\".\":b+\":\";if(Array.isArray(a))for(var h=0;h<a.length;h++){d=a[h];var f=b+U(d,h);g+=T(d,f,e,c)}else if(null===a||\"object\"!==typeof a?f=null:(f=C&&a[C]||a[\"@@iterator\"],f=\"function\"===typeof f?f:null),\"function\"===typeof f)for(a=f.call(a),h=\n0;!(d=a.next()).done;)d=d.value,f=b+U(d,h++),g+=T(d,f,e,c);else\"object\"===d&&(e=\"\"+a,D(\"31\",\"[object Object]\"===e?\"object with keys {\"+Object.keys(a).join(\", \")+\"}\":e,\"\"));return g}function V(a,b,e){return null==a?0:T(a,\"\",b,e)}function U(a,b){return\"object\"===typeof a&&null!==a&&null!=a.key?escape(a.key):b.toString(36)}function ca(a,b){a.func.call(a.context,b,a.count++)}\nfunction da(a,b,e){var c=a.result,d=a.keyPrefix;a=a.func.call(a.context,b,a.count++);Array.isArray(a)?W(a,c,e,function(a){return a}):null!=a&&(O(a)&&(a=ba(a,d+(!a.key||b&&b.key===a.key?\"\":(\"\"+a.key).replace(P,\"$&/\")+\"/\")+e)),c.push(a))}function W(a,b,e,c,d){var g=\"\";null!=e&&(g=(\"\"+e).replace(P,\"$&/\")+\"/\");b=R(b,g,c,d);V(a,da,b);S(b)}\nvar X={Children:{map:function(a,b,e){if(null==a)return a;var c=[];W(a,c,null,b,e);return c},forEach:function(a,b,e){if(null==a)return a;b=R(null,null,b,e);V(a,ca,b);S(b)},count:function(a){return V(a,function(){return null},null)},toArray:function(a){var b=[];W(a,b,null,function(a){return a});return b},only:function(a){O(a)?void 0:D(\"143\");return a}},createRef:function(){return{current:null}},Component:G,PureComponent:I,createContext:function(a,b){void 0===b&&(b=null);a={$$typeof:w,_calculateChangedBits:b,\n_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:v,_context:a};return a.Consumer=a},forwardRef:function(a){return{$$typeof:y,render:a}},lazy:function(a){return{$$typeof:B,_ctor:a,_status:-1,_result:null}},memo:function(a,b){return{$$typeof:A,type:a,compare:void 0===b?null:b}},Fragment:r,StrictMode:t,Suspense:z,createElement:N,cloneElement:function(a,b,e){null===a||void 0===a?D(\"267\",a):void 0;var c=void 0,d=k({},a.props),g=a.key,h=a.ref,f=a._owner;\nif(null!=b){void 0!==b.ref&&(h=b.ref,f=K.current);void 0!==b.key&&(g=\"\"+b.key);var l=void 0;a.type&&a.type.defaultProps&&(l=a.type.defaultProps);for(c in b)L.call(b,c)&&!M.hasOwnProperty(c)&&(d[c]=void 0===b[c]&&void 0!==l?l[c]:b[c])}c=arguments.length-2;if(1===c)d.children=e;else if(1<c){l=Array(c);for(var m=0;m<c;m++)l[m]=arguments[m+2];d.children=l}return{$$typeof:p,type:a.type,key:g,ref:h,props:d,_owner:f}},createFactory:function(a){var b=N.bind(null,a);b.type=a;return b},isValidElement:O,version:\"16.7.0\",\nunstable_ConcurrentMode:x,unstable_Profiler:u,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:K,assign:k}},Y={default:X},Z=Y&&X||Y;module.exports=Z.default||Z;\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Faq block type\n *\n */\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst {registerBlockType} = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RichText} = wp.editor;\nconst BlockIcon = (\n\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"576\" height=\"512\" viewBox=\"0 0 576 512\">\n\t<path d=\"M178.9,191.6c7.2,5,12,8.2,14.2,9.4c3.3,1.9,7.8,4,13.4,6.5l-16.1,32.4c-8.1-3.9-16.1-8.6-24-14\n\t\tc-7.9-5.4-13.4-9.5-16.6-12.2c-12.8,5.5-28.8,8.3-48,8.3c-28.4,0-50.9-7.4-67.3-22.2c-19.4-17.5-29.1-42.2-29.1-73.9\n\t\tc0-30.8,8.5-54.7,25.5-71.8c17-17.1,40.7-25.6,71.2-25.6c31.1,0,55,8.3,71.9,25c16.9,16.7,25.3,40.6,25.3,71.6\n\t\tC199.3,152.8,192.5,175,178.9,191.6z M134.6,161.9c4.6-8.3,6.9-20.6,6.9-37c0-18.9-3.5-32.4-10.5-40.5c-7-8.1-16.7-12.1-29-12.1\n\t\tc-11.5,0-20.8,4.1-28,12.4c-7.1,8.3-10.7,21.2-10.7,38.7c0,20.4,3.5,34.8,10.5,43c7,8.3,16.6,12.4,28.7,12.4\n\t\tc3.9,0,7.6-0.4,11.1-1.1c-4.9-4.7-12.5-9.1-23-13.3l9.1-20.8c5.1,0.9,9.1,2.1,11.9,3.4c2.9,1.4,8.4,4.9,16.7,10.7\n\t\tC130.1,159.1,132.3,160.5,134.6,161.9z\"/>\n\t<path d=\"M137.9,452.6H72.2l-9.1,30.9l-59,0l70.3-187.2h63.1l70.3,187.2h-60.6L137.9,452.6z M125.9,412.1l-20.7-67.3l-20.4,67.3\n\t\tH125.9z\"/>\n\t<path d=\"M553.9,239.9h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1\n\t\tC572,231.8,563.9,239.9,553.9,239.9z\"/>\n\t<path d=\"M553.9,483.5h-303c-10,0-18.1-8.1-18.1-18.1c0-10,8.1-18.1,18.1-18.1h303c10,0,18.1,8.1,18.1,18.1\n\t\tC572,475.4,563.9,483.5,553.9,483.5z\"/>\n\t</svg>\n);\n/**\n * Register: aa Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/faq', {\n // Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('FAQ', 'vk-blocks'), // Block title.\n icon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n category: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n attributes: {\n heading: {\n type: 'string',\n source: 'html',\n selector: 'dt',\n },\n content: {\n type: 'string',\n source: 'html',\n selector: 'dd',\n }\n },\n\n /**\n * The edit function describes the structure of your block in the context of the editor.\n * This represents what the editor will render when the block is used.\n *\n * The \"edit\" property must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n edit({attributes, setAttributes}) {\n const {\n heading,\n content\n } = attributes;\n\n return (\n <dl className={'vk_faq'}>\n <RichText\n tagName=\"dt\"\n\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_faq_title' }\n onChange={(value) => setAttributes({heading: value})}\n value={heading}\n placeholder={__('Please enter a question.', 'vk-blocks') }\n />\n <RichText\n tagName=\"dd\"\n\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_faq_content' }\n onChange={(value) => setAttributes({content: value})}\n value={content}\n placeholder={__('Please enter a answer.', 'vk-blocks') }\n />\n </dl>\n );\n },\n\n /**\n * The save function defin className }> which the different attributes should be combined\n * into the final markup, which is then serialized by Gutenberg into post_content.\n *\n * The \"save\" property must be specified and must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n save({attributes}) {\n const {\n heading,\n content\n } = attributes;\n\n return (\n <dl className={ 'vk_faq' }>\n <RichText.Content\n tagName=\"dt\"\n\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_faq_title' }\n value={heading}\n />\n <RichText.Content\n tagName=\"dd\"\n\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_faq_content' }\n value={content}\n />\n </dl>\n );\n },\n});\n","/**\n * Flow block type\n *\n */\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst {registerBlockType} = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RangeControl, RadioControl, PanelBody, Button, PanelColor} = wp.components;\nconst {Fragment} = wp.element;\nconst {RichText, InspectorControls, MediaUpload, ColorPalette} = wp.editor;\nconst BlockIcon = 'arrow-down';\n\n/**\n * Register: aa Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/flow', {\n // Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('Flow', 'vk-blocks'), // Block title.\n icon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n category: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n attributes: {\n heading: {\n type: 'string',\n source: 'html',\n selector: 'dt',\n },\n content: {\n type: 'string',\n source: 'html',\n selector: 'dd',\n },\n arrowFlag: {\n type: 'string',\n default: 'vk_flow-arrow-on',\n },\n\t\t\t\tinsertImage: {\n\t\t\t\t\ttype: 'string',\n\t\t\t\t\tdefault: null, // no image by default!\n\t\t\t\t}\n },\n\n /**\n * The edit function describes the structure of your block in the context of the editor.\n * This represents what the editor will render when the block is used.\n *\n * The \"edit\" property must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n edit({attributes, setAttributes}) {\n const {\n heading,\n content,\n insertImage,\n arrowFlag,\n } = attributes;\n\n return [\n <Fragment>\n <InspectorControls>\n <PanelBody title={__('Display of arrow', 'vk-blocks') }>\n <RadioControl\n selected={arrowFlag}\n options={[\n {label: __('Arrow display', 'vk-blocks'), value: 'vk_flow-arrow-on'},\n {label: __('Arrow hidden', 'vk-blocks'), value: 'vk_flow-arrow-off'},\n ]}\n onChange={(value) => setAttributes({arrowFlag: value})}\n />\n </PanelBody>\n </InspectorControls>\n\n <div className={`${ arrowFlag } vk_flow`}>\n\t\t\t\t\t\t\t\t\t<div className={ 'vk_flow_frame' } >\n <dl className={ 'vk_flow_frame_text' }>\n <RichText\n tagName=\"dt\"\n className={ 'vk_flow_frame_text_title' }\n onChange={(value) => setAttributes({heading: value})}\n value={heading}\n placeholder={__('Input title', 'vk-blocks') }\n />\n <RichText\n tagName=\"dd\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_flow_frame_text_content' }\n onChange={(value) => setAttributes({content: value})}\n value={content}\n placeholder={__('Input content', 'vk-blocks') }\n />\n </dl>\n\t\t\t\t\t\t\t\t\t\t<div className={'vk_flow_frame_image'}>\n\t\t\t\t\t\t\t\t\t\t\t\t<MediaUpload\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tonSelect={(value) => setAttributes({insertImage: value.url})}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype=\"image\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_flow_frame_image' }\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvalue={insertImage}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trender={({open}) => (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<Button\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tonClick={open}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName={insertImage ? 'image-button' : 'button button-large'}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{!insertImage ? __('Select image', 'vk-blocks') :\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img className={'icon-image'} src={insertImage} alt={__('Upload image', 'vk-blocks')}/>}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</Button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n </div>\n </Fragment>\n ];\n },\n\n\n /**\n * The save function defin className }> which the different attributes should be combined\n * into the final markup, which is then serialized by Gutenberg into post_content.\n *\n * The \"save\" property must be specified and must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n save({attributes}) {\n const {\n heading,\n content,\n insertImage,\n arrowFlag,\n } = attributes;\n\n return (\n <div className={`${ arrowFlag } vk_flow`}>\n\t\t\t\t\t\t\t<div className={ 'vk_flow_frame' }>\n <dl className={ 'vk_flow_frame_text' }>\n <RichText.Content\n tagName=\"dt\"\n className={ 'vk_flow_frame_text_title' }\n value={heading}\n />\n <RichText.Content\n tagName=\"dd\"\n\t\t\t\t\t\t\t\t\t\t\t\tclassName={ 'vk_flow_frame_text_content' }\n value={content}\n />\n </dl>\n\t\t\t\t\t\t\t\t{ insertImage ?\n\t\t\t\t\t\t\t\t\t<div className={ 'vk_flow_frame_image' }>\n\t\t\t\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\t\t\t\t\tsrc={ insertImage }\n\t\t\t\t\t\t\t\t\t\t\t\talt=''\n\t\t\t\t\t\t\t\t\t\t/></div> : '' }\n\t\t\t\t\t\t\t</div>\n </div>\n );\n },\n});\n","/**\n * PR Block block type\n *\n */\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst {registerBlockType} = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RangeControl, RadioControl, PanelBody, Button, BaseControl, CheckboxControl, TextControl} = wp.components;\nconst {Fragment} = wp.element;\nconst {RichText, InspectorControls, MediaUpload, ColorPalette} = wp.editor;\nconst BlockIcon = (\n\t<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"576\" height=\"512\" viewBox=\"0 0 576 512\">\n\t<g>\n\t\t<g>\n\t\t\t<circle cx=\"288\" cy=\"186.2\" r=\"60\"/>\n\t\t\t<rect x=\"213.5\" y=\"278.8\" width=\"149\" height=\"107\"/>\n\t\t</g>\n\t\t<g>\n\t\t\t<circle cx=\"74.5\" cy=\"186.2\" r=\"60\"/>\n\t\t\t<rect y=\"278.8\" width=\"149\" height=\"107\"/>\n\t\t</g>\n\t\t<g>\n\t\t\t<circle cx=\"501.5\" cy=\"186.2\" r=\"60\"/>\n\t\t\t<rect x=\"427\" y=\"278.8\" width=\"149\" height=\"107\"/>\n\t\t</g>\n\t</g>\n\t</svg>\n);\n\nfunction set_attirbuite(number) {\n\n var attributes = {};\n\n for (var i = 1; i <= number; i++) {\n\n attributes['heading' + i] = {\n type: 'string',\n source: 'html',\n selector: 'h1.vk_prBlocks_item_title-' + i,\n };\n attributes['content' + i] = {\n type: 'string',\n source: 'html',\n selector: 'p.vk_prBlocks_item_summary-' + i,\n };\n attributes['url' + i] = {\n type: 'string',\n default: null,\n };\n attributes['urlOpenType' + i] = {\n type: 'Boolean',\n default: false,\n };\n attributes['icon' + i] = {\n type: 'string',\n default: 'fas fa-file',\n };\n attributes['color' + i] = {\n type: 'string',\n default: '#0693e3',\n };\n attributes['bgType' + i] = {\n type: 'string',\n default: '0',\n };\n attributes['insertImage' + i] = {\n type: 'string',\n default: null,\n };\n }\n\n return attributes;\n}\n\n\n\n/**\n * Register: aa Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/pr-blocks', {\n // Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('PR Blocks (Beta)', 'vk-blocks'), // Block title.\n icon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n category: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n attributes: set_attirbuite(4),\n\n /**\n * The edit function describes the structure of your block in the context of the editor.\n * This represents what the editor will render when the block is used.\n *\n * The \"edit\" property must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n edit({attributes, setAttributes}) {\n\n const {\n heading1,\n heading2,\n heading3,\n content1,\n content2,\n content3,\n url1,\n url2,\n url3,\n urlOpenType1,\n urlOpenType2,\n urlOpenType3,\n icon1,\n icon2,\n icon3,\n color1,\n color2,\n color3,\n bgType1,\n bgType2,\n bgType3,\n insertImage1,\n insertImage2,\n insertImage3\n } = attributes;\n\n return [\n <Fragment>\n <InspectorControls>\n\n <PanelBody title={__('PR Block1 Setting', 'vk-blocks')}>\n <BaseControl\n label={__('Link URL:', 'vk-blocks')}\n >\n <TextControl\n value={url1}\n onChange={(value) => setAttributes({url1: value})}\n />\n <CheckboxControl\n label={__('Open link new tab.', 'vk-blocks')}\n checked={urlOpenType1}\n onChange={(checked) => setAttributes({urlOpenType1: checked})}\n />\n </BaseControl>\n <BaseControl\n label={__('Icon 1', 'vk-blocks')}\n >\n <TextControl\n label={__('Class name of the Font Awesome icon font you want to use:', 'vk-blocks')}\n value={icon1}\n onChange={(value) => setAttributes({icon1: value})}\n placeholder={'fas fa-file'}\n />\n <ColorPalette\n value={color1}\n onChange={(value) => {\n if (value){\n setAttributes({color1: value})\n } else {\n setAttributes({color1: '#0693e3'})\n setAttributes({bgType1: '0'})\n }\n }}\n />\n <RadioControl\n label={__('Icon Background:', 'vk-blocks')}\n selected={bgType1}\n options={[\n {label: __('Solid color', 'vk-blocks'), value: '0'},\n {label: __('No background', 'vk-blocks'), value: '1'},\n ]}\n onChange={(value) => setAttributes({ bgType1: value })}\n />\n </BaseControl>\n <BaseControl\n label={__('PR Image 1', 'vk-blocks')}\n help={__('When you have an image. Image is displayed with priority', 'vk-blocks')}\n >\n <MediaUpload\n onSelect={(value) => setAttributes({insertImage1: value.url})}\n type=\"image\"\n value={insertImage1}\n render={({open}) => (\n <Button\n onClick={open}\n className={insertImage1 ? 'image-button' : 'button button-large'}\n >\n {!insertImage1 ? __('Select image', 'vk-blocks') :\n <img className={'icon-image'} src={insertImage1}\n alt={__('Upload image', 'vk-blocks')}/>}\n </Button>\n )}\n />\n </BaseControl>\n </PanelBody>\n <PanelBody title={__('PR Block2 Setting', 'vk-blocks')}>\n <BaseControl\n label={__('Link URL:', 'vk-blocks')}\n >\n <TextControl\n value={url2}\n onChange={(value) => setAttributes({url2: value})}\n />\n <CheckboxControl\n label={__('Open link new tab.', 'vk-blocks')}\n checked={urlOpenType2}\n onChange={(checked) => setAttributes({urlOpenType2: checked})}\n />\n </BaseControl>\n <BaseControl\n label={__('Icon 2', 'vk-blocks')}\n >\n <TextControl\n label={__('Class name of the Font Awesome icon font you want to use:', 'vk-blocks')}\n value={icon2}\n onChange={(value) => setAttributes({icon2: value})}\n placeholder={'fas fa-file'}\n />\n <ColorPalette\n value={color2}\n onChange={(value) => {\n if (value){\n setAttributes({color2: value})\n } else {\n setAttributes({color2: '#0693e3'})\n setAttributes({bgType2: '0'})\n }\n }}\n />\n <RadioControl\n label={__('Icon Background:', 'vk-blocks')}\n selected={bgType2}\n options={[\n {label: __('Solid color', 'vk-blocks'), value: '0'},\n {label: __('No background', 'vk-blocks'), value: '1'},\n ]}\n onChange={(value) => setAttributes({bgType2: value})}\n />\n </BaseControl>\n <BaseControl\n label={__('PR Image 2', 'vk-blocks')}\n help={__('When you have an image. Image is displayed with priority.', 'vk-blocks')}\n >\n <MediaUpload\n onSelect={(value) => setAttributes({insertImage2: value.url})}\n type=\"image\"\n value={insertImage2}\n render={({open}) => (\n <Button\n onClick={open}\n className={insertImage2 ? 'image-button' : 'button button-large'}\n >\n {!insertImage2 ? __('Select image', 'vk-blocks') :\n <img className={'icon-image'} src={insertImage2}\n alt={__('Upload image', 'vk-blocks')}/>}\n </Button>\n )}\n />\n </BaseControl>\n </PanelBody>\n <PanelBody title={__('PR Block3 Setting', 'vk-blocks')}>\n <BaseControl\n label={__('Link URL:', 'vk-blocks')}\n >\n <TextControl\n value={url3}\n onChange={(value) => setAttributes({url3: value})}\n />\n <CheckboxControl\n label={__('Open link new tab.', 'vk-blocks')}\n checked={urlOpenType3}\n onChange={(checked) => setAttributes({urlOpenType3: checked})}\n />\n </BaseControl>\n <BaseControl\n label={__('Icon 3', 'vk-blocks')}\n >\n <TextControl\n label={__('Class name of the Font Awesome icon font you want to use:', 'vk-blocks')}\n value={icon3}\n onChange={(value) => setAttributes({icon3: value})}\n placeholder={'fas fa-file'}\n />\n <ColorPalette\n value={color3}\n onChange={(value) => {\n if (value){\n setAttributes({color3: value})\n } else {\n setAttributes({color3: '#0693e3'})\n setAttributes({bgType3: '0'})\n }\n }}\n />\n <RadioControl\n label={__('Icon Background:', 'vk-blocks')}\n selected={bgType3}\n options={[\n {label: __('Solid color', 'vk-blocks'), value: '0'},\n {label: __('No background', 'vk-blocks'), value: '1'},\n ]}\n onChange={(value) => setAttributes({bgType3: value})}\n />\n </BaseControl>\n <BaseControl\n label={__('PR Image 3', 'vk-blocks')}\n help={__('When you have an image. Image is displayed with priority.', 'vk-blocks')}\n >\n <MediaUpload\n onSelect={(value) => setAttributes({insertImage3: value.url})}\n type=\"image\"\n value={insertImage3}\n render={({open}) => (\n <Button\n onClick={open}\n className={insertImage3 ? 'image-button' : 'button button-large'}\n >\n {!insertImage3 ? __('Select image', 'vk-blocks') :\n <img className={'icon-image'} src={insertImage3}\n alt={__('Upload image', 'vk-blocks')}/>}\n </Button>\n )}\n />\n </BaseControl>\n </PanelBody>\n </InspectorControls>\n <article className=\"vk_prBlocks row\">\n\n <div className=\"vk_prBlocks_item col-sm-4\">\n {(() => {\n\n if (insertImage1) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage1 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage1}\n alt=''\n />\n </div>\n\n } else {\n\n if ( bgType1 === '0' ) {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color1,\n border: `1px solid ${color1}`\n }}\n ><i className={`${icon1} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid ' + color1}}\n ><i className={`${icon1} vk_prBlocks_item_icon`}\n style={{color: color1}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText\n className=\"vk_prBlocks_item_title vk_prBlocks_item_title-1\"\n tagName=\"h1\"\n onChange={(value) => setAttributes({heading1: value})}\n value={heading1}\n placeholder={__('Input title', 'vk-blocks')}\n />\n <RichText\n className=\"vk_prBlocks_item_summary vk_prBlocks_item_summary-1\"\n tagName=\"p\"\n onChange={(value) => setAttributes({content1: value})}\n value={content1}\n placeholder={__('Input content', 'vk-blocks')}\n />\n </div>\n\n <div className=\"vk_prBlocks_item col-sm-4\">\n {(() => {\n\n if (insertImage2) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage2 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage2}\n alt=''\n />\n </div>\n\n } else {\n\n\n if (bgType2 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color2,\n border: `1px solid ${color2}`\n }}\n ><i className={`${icon2} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid ' + color2}}\n ><i className={`${icon2} vk_prBlocks_item_icon`}\n style={{color: color2}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText\n className=\"vk_prBlocks_item_title vk_prBlocks_item_title-2\"\n tagName=\"h1\"\n onChange={(value) => setAttributes({heading2: value})}\n value={heading2}\n placeholder={__('Input title', 'vk-blocks')}\n />\n <RichText\n className=\"vk_prBlocks_item_summary vk_prBlocks_item_summary-2\"\n tagName=\"p\"\n onChange={(value) => setAttributes({content2: value})}\n value={content2}\n placeholder={__('Input content', 'vk-blocks')}\n />\n </div>\n\n <div className=\"vk_prBlocks_item col-sm-4\">\n {(() => {\n\n if (insertImage3) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage3 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage3}\n alt=''\n />\n </div>\n\n } else {\n\n\n if (bgType3 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color3,\n border: `1px solid ${color3}`\n }}\n ><i className={`${icon3} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid ' + color3}}\n ><i className={`${icon3} vk_prBlocks_item_icon`}\n style={{color: color3}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText\n className=\"vk_prBlocks_item_title vk_prBlocks_item_title-3\"\n tagName=\"h1\"\n onChange={(value) => setAttributes({heading3: value})}\n value={heading3}\n placeholder={__('Input title', 'vk-blocks')}\n />\n <RichText\n className=\"vk_prBlocks_item_summary vk_prBlocks_item_summary-3\"\n tagName=\"p\"\n onChange={(value) => setAttributes({content3: value})}\n value={content3}\n placeholder={__('Input content', 'vk-blocks')}\n />\n </div>\n\n </article>\n </Fragment>\n ];\n },\n\n /**\n * The save function defin className }> which the different attributes should be combined\n * into the final markup, which is then serialized by Gutenberg into post_content.\n *\n * The \"save\" property must be specified and must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n save({attributes}) {\n const {\n\t\t\t\t\theading1,\n\t\t\t\t\theading2,\n\t\t\t\t\theading3,\n\t\t\t\t\tcontent1,\n\t\t\t\t\tcontent2,\n\t\t\t\t\tcontent3,\n\t\t\t\t\turl1,\n\t\t\t\t\turl2,\n\t\t\t\t\turl3,\n\t\t\t\t\turlOpenType1,\n\t\t\t\t\turlOpenType2,\n\t\t\t\t\turlOpenType3,\n\t\t\t\t\ticon1,\n\t\t\t\t\ticon2,\n\t\t\t\t\ticon3,\n\t\t\t\t\tcolor1,\n\t\t\t\t\tcolor2,\n\t\t\t\t\tcolor3,\n\t\t\t\t\tbgType1,\n\t\t\t\t\tbgType2,\n\t\t\t\t\tbgType3,\n\t\t\t\t\tinsertImage1,\n\t\t\t\t\tinsertImage2,\n\t\t\t\t\tinsertImage3\n } = attributes;\n\n return (\n <article className=\"vk_prBlocks row\">\n\n <div className=\"vk_prBlocks_item col-sm-4\">\n <a\n href={url1}\n target={urlOpenType1? '_blank':'_self'}\n className=\"vk_prBlocks_item_link\"\n >\n {(() => {\n\n if (insertImage1) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage1 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage1}\n alt=''\n />\n </div>\n\n } else {\n\n if ( ! color1 ){\n color1 = '#0693e3';\n bgType1 === '0';\n }\n if (bgType1 === '0') {\n\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color1,\n border: `1px solid ${color1}`\n }}\n ><i className={`${icon1} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid ' + color1}}\n ><i className={`${icon1} vk_prBlocks_item_icon`}\n style={{color: color1}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText.Content\n className=\"vk_prBlocks_item_title vk_prBlocks_item_title-1\"\n tagName={'h1'}\n value={heading1}/>\n <RichText.Content\n className=\"vk_prBlocks_item_summary vk_prBlocks_item_summary-1\"\n tagName={'p'}\n value={content1}/>\n </a>\n </div>\n <div className=\"vk_prBlocks_item col-sm-4\">\n <a\n href={url2}\n target={urlOpenType2? '_blank':'_self'}\n className=\"vk_prBlocks_item_link\"\n >\n {(() => {\n\n if (insertImage2) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage2 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage2}\n alt=''\n />\n </div>\n\n } else {\n if ( ! color2 ){\n \t\tcolor2 = '#0693e3';\n \t\tbgType2 === '0';\n }\n if (bgType2 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color2,\n border: `1px solid ${color2}`\n }}\n ><i className={`${icon2} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid ' + color2}}\n ><i className={`${icon2} vk_prBlocks_item_icon`}\n style={{color: color2}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText.Content\n className=\"vk_prBlocks_item_title vk_prBlocks_item_title-2\"\n tagName={'h1'}\n value={heading2}/>\n <RichText.Content\n className=\"vk_prBlocks_item_summary vk_prBlocks_item_summary-2\"\n tagName={'p'}\n value={content2}/>\n </a>\n </div>\n\n <div className=\"vk_prBlocks_item col-sm-4\">\n <a\n href={url3}\n target={urlOpenType3? '_blank':'_self'}\n className=\"vk_prBlocks_item_link\"\n >\n {(() => {\n\n if (insertImage3) {\n\n return <div className=\"vk_prBlocks_item_image\"\n style={{\n backgroundImage: 'url(' + insertImage3 + ')',\n backgroundRepeat: 'no-repeat 50% center',\n backgroundSize: 'cover'\n }}\n >\n <img\n src={insertImage3}\n alt=''\n />\n </div>\n\n } else {\n if ( ! color3 ){\n \t\tcolor3 = '#0693e3';\n \t\tbgType3 === '0';\n }\n if (bgType3 === '0') {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{\n backgroundColor: color3,\n border: `1px solid ${color3}`\n }}\n ><i className={`${icon3} vk_prBlocks_item_icon`}\n style={{color: '#fff'}}>\n </i>\n </div>\n } else {\n return <div\n className=\"vk_prBlocks_item_icon_outer\"\n style={{backgroundColor: 'transparent', border: '1px solid ' + color3}}\n ><i className={`${icon3} vk_prBlocks_item_icon`}\n style={{color: color3}}>\n </i>\n </div>\n }\n }\n })()}\n <RichText.Content\n className=\"vk_prBlocks_item_title vk_prBlocks_item_title-3\"\n tagName={'h1'}\n value={heading3}/>\n <RichText.Content\n className=\"vk_prBlocks_item_summary vk_prBlocks_item_summary-3\"\n tagName={'p'}\n value={content3}/>\n </a>\n </div>\n </article>\n );\n },\n});\n","import React from 'react';\n\nexport class Link extends React.Component {\n\n render() {\n\n let buttonColorCustom = this.props.lbColorCustom;\n let buttonColor = this.props.lbColor;\n let buttonType = this.props.lbType;\n let buttonAlign = this.props.lbAlign;\n let buttonSize = this.props.lbSize;\n let buttonUrl = this.props.lbUrl;\n let buttonTarget = this.props.lbTarget;\n let fontAwesomeIconBefore = this.props.lbFontAwesomeIconBefore;\n let fontAwesomeIconAfter = this.props.lbFontAwesomeIconAfter;\n let richText = this.props.lbRichtext;\n let containerClass = '';\n let aClass = '';\n let aStyle = {};\n let iconBefore = '';\n let iconAfter = '';\n\n aClass = `btn vk_button_link`;\n\n if (buttonColorCustom) {\n\n aClass = `${aClass} btn-primary btn-${buttonSize}`;\n\n // 塗り\n if (buttonType === '0') {\n aStyle = {\n backgroundColor: buttonColorCustom,\n border: `1px solid ${buttonColorCustom}`\n };\n // 塗りなし\n } else if (buttonType === '1') {\n aStyle = {\n backgroundColor: 'transparent',\n border: '1px solid ' + buttonColorCustom,\n color: buttonColorCustom\n };\n }\n\n\t\t\t\t// カスタムカラーじゃない場合\n } else if (!buttonColorCustom) {\n\n // 塗り\n if (buttonType === '0') {\n aClass = `${aClass} btn-${buttonSize} btn-${buttonColor}`;\n aStyle = null;\n // 塗りなし\n } else if (buttonType === '1') {\n aClass = `${aClass} btn-${buttonSize} btn-outline-${buttonColor}`;\n aStyle = null;\n }\n\n }\n\n if ( buttonAlign === 'block' ){\n \taClass = `${aClass} btn-block`;\n }\n\n\n\n if (fontAwesomeIconBefore) {\n iconBefore = <i className={`${fontAwesomeIconBefore} vk_button_link_before`}></i> ;\n }\n if (fontAwesomeIconAfter) {\n iconAfter = <i className={`${fontAwesomeIconAfter} vk_button_link_after`}></i>;\n }\n\n return (\n <a\n href={buttonUrl}\n className={aClass}\n role={'button'}\n aria-pressed={true}\n style={aStyle}\n target={buttonTarget? '_blank':null}\n >\n {iconBefore}\n {richText}\n {iconAfter}\n\n </a>\n );\n }\n}\n","/**\n * Button block type\n *\n */\nimport React from \"react\";\nimport {Link} from \"./link\";\n\nconst {__} = wp.i18n; // Import __() from wp.i18n\nconst {registerBlockType} = wp.blocks; // Import registerBlockType() from wp.blocks\nconst {RangeControl, RadioControl, PanelBody, Button, BaseControl, CheckboxControl, TextControl, Dashicon, IconButton,} = wp.components;\nconst {Fragment} = wp.element;\nconst {RichText, InspectorControls, MediaUpload, ColorPalette, URLInput,} = wp.editor;\nconst BlockIcon = (\n <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"576\" height=\"512\" viewBox=\"0 0 576 512\">\n\t\t<g>\n\t\t\t<path d=\"M506,185v142H70V185H506 M526.4,137H49.6C34.4,137,22,149.4,22,164.6v182.8c0,15.2,12.4,27.6,27.6,27.6h476.8\n\t\t\t\tc15.2,0,27.6-12.4,27.6-27.6V164.6C554,149.4,541.6,137,526.4,137L526.4,137z\"/>\n\t\t</g>\n\t\t<g>\n\t\t\t<path d=\"M83.8,206.9h55.9c9.3,0,16.5,2.3,21.5,6.9c5,4.6,7.5,10.3,7.5,17.1c0,5.7-1.8,10.6-5.3,14.7c-2.4,2.7-5.8,4.9-10.4,6.5\n\t\t\t\tc6.9,1.7,12.1,4.5,15.3,8.6c3.3,4.1,4.9,9.2,4.9,15.3c0,5-1.2,9.5-3.5,13.5c-2.3,4-5.5,7.2-9.6,9.5c-2.5,1.5-6.3,2.5-11.3,3.2\n\t\t\t\tc-6.7,0.9-11.2,1.3-13.4,1.3H83.8V206.9z M113.9,244.8h13c4.7,0,7.9-0.8,9.7-2.4c1.8-1.6,2.7-3.9,2.7-7c0-2.8-0.9-5-2.7-6.6\n\t\t\t\tc-1.8-1.6-5-2.4-9.5-2.4h-13.2V244.8z M113.9,282.8h15.2c5.1,0,8.8-0.9,10.9-2.7s3.2-4.3,3.2-7.4c0-2.9-1-5.2-3.1-6.9\n\t\t\t\tc-2.1-1.7-5.7-2.6-11-2.6h-15.2V282.8z\"/>\n\t\t\t<path d=\"M245.9,303.5h-25.1v-11.3c-3.7,4.7-7.5,8-11.3,10c-3.8,2-8.5,3-14,3c-7.4,0-13.2-2.2-17.4-6.6c-4.2-4.4-6.3-11.2-6.3-20.4\n\t\t\t\tv-44.6h27V272c0,4.4,0.8,7.5,2.4,9.4c1.6,1.8,3.9,2.8,6.9,2.8c3.2,0,5.8-1.2,7.9-3.7s3.1-6.9,3.1-13.3v-33.7h26.8V303.5z\"/>\n\t\t\t<path d=\"M282.4,206.9v26.6h14.8v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5\n\t\t\t\tc-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9\n\t\t\t\tL282.4,206.9z\"/>\n\t\t\t<path d=\"M330.2,206.9v26.6H345v19.7h-14.8V278c0,3,0.3,5,0.9,5.9c0.9,1.5,2.4,2.2,4.6,2.2c2,0,4.7-0.6,8.3-1.7l2,18.5\n\t\t\t\tc-6.6,1.5-12.8,2.2-18.6,2.2c-6.7,0-11.6-0.9-14.8-2.6c-3.2-1.7-5.5-4.3-7-7.8c-1.5-3.5-2.3-9.1-2.3-17v-24.6h-9.9v-19.7h9.9v-12.9\n\t\t\t\tL330.2,206.9z\"/>\n\t\t\t<path d=\"M339.6,268.7c0-10.7,3.6-19.5,10.8-26.4s16.9-10.4,29.2-10.4c14,0,24.6,4.1,31.8,12.2c5.8,6.6,8.6,14.6,8.6,24.2\n\t\t\t\tc0,10.8-3.6,19.6-10.7,26.5c-7.1,6.9-17,10.3-29.6,10.3c-11.3,0-20.4-2.9-27.3-8.6C343.9,289.5,339.6,280.2,339.6,268.7z\n\t\t\t\t M366.5,268.7c0,6.2,1.3,10.9,3.8,13.8c2.5,3,5.7,4.5,9.5,4.5c3.9,0,7-1.5,9.5-4.4c2.5-2.9,3.7-7.7,3.7-14.2\n\t\t\t\tc0-6.1-1.3-10.6-3.8-13.6s-5.6-4.5-9.3-4.5c-3.9,0-7.1,1.5-9.7,4.5C367.8,257.9,366.5,262.5,366.5,268.7z\"/>\n\t\t\t<path d=\"M418.2,233.5h25v11.4c3.7-4.7,7.5-8,11.3-10c3.8-2,8.5-3,14-3c7.4,0,13.2,2.2,17.4,6.6c4.2,4.4,6.3,11.2,6.3,20.5v44.5h-27\n\t\t\t\tV265c0-4.4-0.8-7.5-2.4-9.3c-1.6-1.8-3.9-2.7-6.9-2.7c-3.3,0-5.9,1.2-7.9,3.7c-2,2.5-3,6.9-3,13.3v33.6h-26.8V233.5z\"/>\n\t\t</g>\n </svg>\n);\n\n/**\n * Register: a Gutenberg Block.\n *\n * Registers a new block provided a unique name and an object defining its\n * behavior. Once registered, the block is made editor as an option to any\n * editor interface where blocks are implemented.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/\n * @param {string} name Block name.\n * @param {Object} settings Block settings.\n * @return {?WPBlock} The block, if it has been successfully\n * registered; otherwise `undefined`.\n */\nregisterBlockType('vk-blocks/button', {\n // Block name. Block names must be string that contains a namespace prefix. Example: my-plugin/my-custom-block.\n title: __('Button', 'vk-blocks'), // Block title.\n icon: BlockIcon, // Block icon from Dashicons → https://developer.wordpress.org/resource/dashicons/.\n category: 'vk-blocks-cat', // Block category — Group blocks together based on common traits E.g. common, formatting, layout widgets, embed.\n attributes: {\n content: {\n source: 'html',\n selector: 'span',\n },\n buttonUrl: {\n type: 'string',\n default: null,\n },\n buttonTarget: {\n type: 'Boolean',\n default: false,\n },\n buttonSize: {\n type: 'string',\n default: 'md',\n },\n buttonType: {\n type: 'string',\n default: '0',\n },\n buttonColor: {\n type: 'string',\n default: 'primary',\n },\n buttonColorCustom: {\n type: 'string',\n default: null,\n },\n buttonAlign: {\n type: 'string',\n default: 'left',\n },\n fontAwesomeIconBefore: {\n type: 'string',\n default: null,\n },\n fontAwesomeIconAfter: {\n type: 'string',\n default: null,\n }\n },\n\n /**\n * The edit function describes the structure of your block in the context of the editor.\n * This represents what the editor will render when the block is used.\n *\n * The \"edit\" property must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n edit({attributes, className, setAttributes, isSelected}) {\n const {\n content,\n buttonUrl,\n buttonTarget,\n buttonSize,\n buttonType,\n buttonColor,\n buttonColorCustom,\n buttonAlign,\n fontAwesomeIconBefore,\n fontAwesomeIconAfter,\n } = attributes;\n\n return (\n <Fragment>\n <InspectorControls>\n <PanelBody title={__('Button setting', 'vk-blocks')}>\n <CheckboxControl\n label={__('Open link new tab.', 'vk-blocks')}\n checked={buttonTarget}\n onChange={(checked) => setAttributes({buttonTarget: checked})}\n />\n <RadioControl\n label={__('Button Size:', 'vk-blocks')}\n selected={buttonSize}\n options={[\n {label: __('Large', 'vk-blocks'), value: 'lg'},\n {label: __('normal', 'vk-blocks'), value: 'md'},\n {label: __('Small', 'vk-blocks'), value: 'sm'},\n ]}\n onChange={(value) => setAttributes({buttonSize: value})}\n />\n <RadioControl\n label={__('Button Position:', 'vk-blocks')}\n selected={buttonAlign}\n options={[\n {label: __('Left', 'vk-blocks'), value: 'left'},\n {label: __('Center', 'vk-blocks'), value: 'center'},\n {label: __('Right', 'vk-blocks'), value: 'right'},\n {label: __('Block', 'vk-blocks'), value: 'block'},\n ]}\n onChange={(value) => setAttributes({buttonAlign: value})}\n />\n <RadioControl\n label={__('Button Style:', 'vk-blocks')}\n selected={buttonType}\n options={[\n {label: __('Solid color', 'vk-blocks'), value: '0'},\n {label: __('No background', 'vk-blocks'), value: '1'},\n ]}\n help={__('If you select \"No background\", that you need to select a Custom Color.', 'vk-blocks')}\n onChange={(value) => setAttributes({buttonType: value})}\n />\n <RadioControl\n label={__('Default Color:', 'vk-blocks')}\n selected={buttonColor}\n options={[\n {label: __('Primary', 'vk-blocks'), value: 'primary'},\n {label: __('Secondary', 'vk-blocks'), value: 'secondary'},\n {label: __('Success', 'vk-blocks'), value: 'success'},\n {label: __('Info', 'vk-blocks'), value: 'info'},\n {label: __('Warning', 'vk-blocks'), value: 'warning'},\n {label: __('Danger', 'vk-blocks'), value: 'danger'},\n {label: __('Light', 'vk-blocks'), value: 'light'},\n {label: __('Dark', 'vk-blocks'), value: 'dark'},\n ]}\n onChange={(value) => setAttributes({buttonColor: value})}\n />\n <BaseControl\n label={__('Custom Color', 'vk-blocks')}\n help={__('This custom color overrides the default color. If you want to use the default color, click the clear button.', 'vk-blocks')}\n >\n <ColorPalette\n value={buttonColorCustom}\n onChange={(value) => setAttributes({buttonColorCustom: value})}\n />\n </BaseControl>\n <BaseControl\n label={__('Font Awesome:', 'vk-blocks')}\n // help={__('', 'vk-blocks')}\n >\n <TextControl\n label={__('Before text', 'vk-blocks')}\n help={__('Enter Font Awesome Class.This icon will appear before text.', 'vk-blocks')}\n value={fontAwesomeIconBefore}\n onChange={(value) => setAttributes({fontAwesomeIconBefore: value})}\n placeholder={'fas fa-user'}\n />\n <TextControl\n label={__('After text', 'vk-blocks')}\n help={__('Enter Font Awesome Class.This icon will appear after text.', 'vk-blocks')}\n value={fontAwesomeIconAfter}\n onChange={(value) => setAttributes({fontAwesomeIconAfter: value})}\n placeholder={'fas fa-book'}\n />\n </BaseControl>\n </PanelBody>\n </InspectorControls>\n\n <div className={buttonColorCustom ? `vk_button vk_button-align-${ buttonAlign } vk_button-color-custom` : `vk_button vk_button-align-${ buttonAlign }`}>\n\n <Link lbColorCustom={buttonColorCustom} lbColor={buttonColor} lbType={buttonType}\n lbAlign={buttonAlign}\n lbSize={buttonSize}\n lbFontAwesomeIconBefore={fontAwesomeIconBefore}\n lbFontAwesomeIconAfter={fontAwesomeIconAfter}\n lbRichtext={\n <RichText\n tagName=\"span\"\n className={'vk_button_link_txt'}\n onChange={(value) => setAttributes({content: value})}\n value={content}\n placeholder={__('Input text', 'vk-blocks')}\n formattingControls={['bold', 'italic', 'strikethrough']}\n keepPlaceholderOnFocus\n />\n }/>\n\n {isSelected && (\n <form\n className=\"block-library-button__inline-link\"\n onSubmit={(event) => event.preventDefault()}>\n <Dashicon icon=\"admin-links\"/>\n <URLInput\n value={buttonUrl}\n onChange={(value) => setAttributes({buttonUrl: value})}\n />\n <IconButton icon=\"editor-break\" label={__('Apply', 'vk-blocks')} type=\"submit\"/>\n </form>\n )}\n </div>\n </Fragment>\n );\n },\n\n /**\n * The save function defin className }> which the different attributes should be combined\n * into the final markup, which is then serialized by Gutenberg into post_content.\n *\n * The \"save\" property must be specified and must be a valid function.\n *\n * @link https://wordpress.org/gutenberg/handbook/block-api/block-edit-save/\n */\n save({attributes, className}) {\n const {\n content,\n buttonUrl,\n buttonTarget,\n buttonSize,\n buttonType,\n buttonColor,\n buttonColorCustom,\n buttonAlign,\n fontAwesomeIconBefore,\n fontAwesomeIconAfter,\n } = attributes;\n\n let containerClass = '';\n\n if (buttonColorCustom) {\n\n containerClass = `vk_button vk_button-color-custom vk_button-align-${buttonAlign}`;\n\n } else if (!buttonColorCustom) {\n\n containerClass = `vk_button vk_button-align-${buttonAlign}`;\n\n }\n\n return (\n <div className={containerClass}>\n\n <Link lbColorCustom={buttonColorCustom} lbColor={buttonColor} lbType={buttonType}\n lbAlign={buttonAlign}\n lbSize={buttonSize}\n lbUrl={buttonUrl}\n lbTarget={buttonTarget}\n lbFontAwesomeIconBefore={fontAwesomeIconBefore}\n lbFontAwesomeIconAfter={fontAwesomeIconAfter}\n lbRichtext={\n <RichText.Content\n tagName=\"span\"\n className={'vk_button_link_txt'}\n value={content}\n />\n }/>\n </div>\n );\n },\n});\n"],"sourceRoot":""}
trunk/_scss/_bootstrap.scss ADDED
@@ -0,0 +1,1397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+
3
+ Bootstrap 3 の
4
+ * grid
5
+ * table
6
+ * button
7
+ のみを利用
8
+
9
+ */
10
+
11
+ /*!
12
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
13
+ * Copyright 2011-2017 Twitter, Inc.
14
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
15
+ */
16
+
17
+ /*!
18
+ * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a2c5715a18a0533068e5185c0f8861a9)
19
+ * Config saved to config.json and https://gist.github.com/a2c5715a18a0533068e5185c0f8861a9
20
+ */
21
+ /*!
22
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
23
+ * Copyright 2011-2016 Twitter, Inc.
24
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
25
+ */
26
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
27
+ [role="button"] {
28
+ cursor: pointer;
29
+ }
30
+ .container {
31
+ margin-right: auto;
32
+ margin-left: auto;
33
+ padding-left: 15px;
34
+ padding-right: 15px;
35
+ }
36
+ @media (min-width: 768px) {
37
+ .container {
38
+ width: 750px;
39
+ }
40
+ }
41
+ @media (min-width: 992px) {
42
+ .container {
43
+ width: 970px;
44
+ }
45
+ }
46
+ @media (min-width: 1200px) {
47
+ .container {
48
+ width: 1170px;
49
+ }
50
+ }
51
+ .container-fluid {
52
+ margin-right: auto;
53
+ margin-left: auto;
54
+ padding-left: 15px;
55
+ padding-right: 15px;
56
+ }
57
+ .row {
58
+ margin-left: -15px;
59
+ margin-right: -15px;
60
+ }
61
+ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
62
+ position: relative;
63
+ min-height: 1px;
64
+ padding-left: 15px;
65
+ padding-right: 15px;
66
+ }
67
+ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
68
+ float: left;
69
+ }
70
+ .col-xs-12 {
71
+ width: 100%;
72
+ }
73
+ .col-xs-11 {
74
+ width: 91.66666667%;
75
+ }
76
+ .col-xs-10 {
77
+ width: 83.33333333%;
78
+ }
79
+ .col-xs-9 {
80
+ width: 75%;
81
+ }
82
+ .col-xs-8 {
83
+ width: 66.66666667%;
84
+ }
85
+ .col-xs-7 {
86
+ width: 58.33333333%;
87
+ }
88
+ .col-xs-6 {
89
+ width: 50%;
90
+ }
91
+ .col-xs-5 {
92
+ width: 41.66666667%;
93
+ }
94
+ .col-xs-4 {
95
+ width: 33.33333333%;
96
+ }
97
+ .col-xs-3 {
98
+ width: 25%;
99
+ }
100
+ .col-xs-2 {
101
+ width: 16.66666667%;
102
+ }
103
+ .col-xs-1 {
104
+ width: 8.33333333%;
105
+ }
106
+ .col-xs-pull-12 {
107
+ right: 100%;
108
+ }
109
+ .col-xs-pull-11 {
110
+ right: 91.66666667%;
111
+ }
112
+ .col-xs-pull-10 {
113
+ right: 83.33333333%;
114
+ }
115
+ .col-xs-pull-9 {
116
+ right: 75%;
117
+ }
118
+ .col-xs-pull-8 {
119
+ right: 66.66666667%;
120
+ }
121
+ .col-xs-pull-7 {
122
+ right: 58.33333333%;
123
+ }
124
+ .col-xs-pull-6 {
125
+ right: 50%;
126
+ }
127
+ .col-xs-pull-5 {
128
+ right: 41.66666667%;
129
+ }
130
+ .col-xs-pull-4 {
131
+ right: 33.33333333%;
132
+ }
133
+ .col-xs-pull-3 {
134
+ right: 25%;
135
+ }
136
+ .col-xs-pull-2 {
137
+ right: 16.66666667%;
138
+ }
139
+ .col-xs-pull-1 {
140
+ right: 8.33333333%;
141
+ }
142
+ .col-xs-pull-0 {
143
+ right: auto;
144
+ }
145
+ .col-xs-push-12 {
146
+ left: 100%;
147
+ }
148
+ .col-xs-push-11 {
149
+ left: 91.66666667%;
150
+ }
151
+ .col-xs-push-10 {
152
+ left: 83.33333333%;
153
+ }
154
+ .col-xs-push-9 {
155
+ left: 75%;
156
+ }
157
+ .col-xs-push-8 {
158
+ left: 66.66666667%;
159
+ }
160
+ .col-xs-push-7 {
161
+ left: 58.33333333%;
162
+ }
163
+ .col-xs-push-6 {
164
+ left: 50%;
165
+ }
166
+ .col-xs-push-5 {
167
+ left: 41.66666667%;
168
+ }
169
+ .col-xs-push-4 {
170
+ left: 33.33333333%;
171
+ }
172
+ .col-xs-push-3 {
173
+ left: 25%;
174
+ }
175
+ .col-xs-push-2 {
176
+ left: 16.66666667%;
177
+ }
178
+ .col-xs-push-1 {
179
+ left: 8.33333333%;
180
+ }
181
+ .col-xs-push-0 {
182
+ left: auto;
183
+ }
184
+ .col-xs-offset-12 {
185
+ margin-left: 100%;
186
+ }
187
+ .col-xs-offset-11 {
188
+ margin-left: 91.66666667%;
189
+ }
190
+ .col-xs-offset-10 {
191
+ margin-left: 83.33333333%;
192
+ }
193
+ .col-xs-offset-9 {
194
+ margin-left: 75%;
195
+ }
196
+ .col-xs-offset-8 {
197
+ margin-left: 66.66666667%;
198
+ }
199
+ .col-xs-offset-7 {
200
+ margin-left: 58.33333333%;
201
+ }
202
+ .col-xs-offset-6 {
203
+ margin-left: 50%;
204
+ }
205
+ .col-xs-offset-5 {
206
+ margin-left: 41.66666667%;
207
+ }
208
+ .col-xs-offset-4 {
209
+ margin-left: 33.33333333%;
210
+ }
211
+ .col-xs-offset-3 {
212
+ margin-left: 25%;
213
+ }
214
+ .col-xs-offset-2 {
215
+ margin-left: 16.66666667%;
216
+ }
217
+ .col-xs-offset-1 {
218
+ margin-left: 8.33333333%;
219
+ }
220
+ .col-xs-offset-0 {
221
+ margin-left: 0%;
222
+ }
223
+ @media (min-width: 768px) {
224
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
225
+ float: left;
226
+ }
227
+ .col-sm-12 {
228
+ width: 100%;
229
+ }
230
+ .col-sm-11 {
231
+ width: 91.66666667%;
232
+ }
233
+ .col-sm-10 {
234
+ width: 83.33333333%;
235
+ }
236
+ .col-sm-9 {
237
+ width: 75%;
238
+ }
239
+ .col-sm-8 {
240
+ width: 66.66666667%;
241
+ }
242
+ .col-sm-7 {
243
+ width: 58.33333333%;
244
+ }
245
+ .col-sm-6 {
246
+ width: 50%;
247
+ }
248
+ .col-sm-5 {
249
+ width: 41.66666667%;
250
+ }
251
+ .col-sm-4 {
252
+ width: 33.33333333%;
253
+ }
254
+ .col-sm-3 {
255
+ width: 25%;
256
+ }
257
+ .col-sm-2 {
258
+ width: 16.66666667%;
259
+ }
260
+ .col-sm-1 {
261
+ width: 8.33333333%;
262
+ }
263
+ .col-sm-pull-12 {
264
+ right: 100%;
265
+ }
266
+ .col-sm-pull-11 {
267
+ right: 91.66666667%;
268
+ }
269
+ .col-sm-pull-10 {
270
+ right: 83.33333333%;
271
+ }
272
+ .col-sm-pull-9 {
273
+ right: 75%;
274
+ }
275
+ .col-sm-pull-8 {
276
+ right: 66.66666667%;
277
+ }
278
+ .col-sm-pull-7 {
279
+ right: 58.33333333%;
280
+ }
281
+ .col-sm-pull-6 {
282
+ right: 50%;
283
+ }
284
+ .col-sm-pull-5 {
285
+ right: 41.66666667%;
286
+ }
287
+ .col-sm-pull-4 {
288
+ right: 33.33333333%;
289
+ }
290
+ .col-sm-pull-3 {
291
+ right: 25%;
292
+ }
293
+ .col-sm-pull-2 {
294
+ right: 16.66666667%;
295
+ }
296
+ .col-sm-pull-1 {
297
+ right: 8.33333333%;
298
+ }
299
+ .col-sm-pull-0 {
300
+ right: auto;
301
+ }
302
+ .col-sm-push-12 {
303
+ left: 100%;
304
+ }
305
+ .col-sm-push-11 {
306
+ left: 91.66666667%;
307
+ }
308
+ .col-sm-push-10 {
309
+ left: 83.33333333%;
310
+ }
311
+ .col-sm-push-9 {
312
+ left: 75%;
313
+ }
314
+ .col-sm-push-8 {
315
+ left: 66.66666667%;
316
+ }
317
+ .col-sm-push-7 {
318
+ left: 58.33333333%;
319
+ }
320
+ .col-sm-push-6 {
321
+ left: 50%;
322
+ }
323
+ .col-sm-push-5 {
324
+ left: 41.66666667%;
325
+ }
326
+ .col-sm-push-4 {
327
+ left: 33.33333333%;
328
+ }
329
+ .col-sm-push-3 {
330
+ left: 25%;
331
+ }
332
+ .col-sm-push-2 {
333
+ left: 16.66666667%;
334
+ }
335
+ .col-sm-push-1 {
336
+ left: 8.33333333%;
337
+ }
338
+ .col-sm-push-0 {
339
+ left: auto;
340
+ }
341
+ .col-sm-offset-12 {
342
+ margin-left: 100%;
343
+ }
344
+ .col-sm-offset-11 {
345
+ margin-left: 91.66666667%;
346
+ }
347
+ .col-sm-offset-10 {
348
+ margin-left: 83.33333333%;
349
+ }
350
+ .col-sm-offset-9 {
351
+ margin-left: 75%;
352
+ }
353
+ .col-sm-offset-8 {
354
+ margin-left: 66.66666667%;
355
+ }
356
+ .col-sm-offset-7 {
357
+ margin-left: 58.33333333%;
358
+ }
359
+ .col-sm-offset-6 {
360
+ margin-left: 50%;
361
+ }
362
+ .col-sm-offset-5 {
363
+ margin-left: 41.66666667%;
364
+ }
365
+ .col-sm-offset-4 {
366
+ margin-left: 33.33333333%;
367
+ }
368
+ .col-sm-offset-3 {
369
+ margin-left: 25%;
370
+ }
371
+ .col-sm-offset-2 {
372
+ margin-left: 16.66666667%;
373
+ }
374
+ .col-sm-offset-1 {
375
+ margin-left: 8.33333333%;
376
+ }
377
+ .col-sm-offset-0 {
378
+ margin-left: 0%;
379
+ }
380
+ }
381
+ @media (min-width: 992px) {
382
+ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
383
+ float: left;
384
+ }
385
+ .col-md-12 {
386
+ width: 100%;
387
+ }
388
+ .col-md-11 {
389
+ width: 91.66666667%;
390
+ }
391
+ .col-md-10 {
392
+ width: 83.33333333%;
393
+ }
394
+ .col-md-9 {
395
+ width: 75%;
396
+ }
397
+ .col-md-8 {
398
+ width: 66.66666667%;
399
+ }
400
+ .col-md-7 {
401
+ width: 58.33333333%;
402
+ }
403
+ .col-md-6 {
404
+ width: 50%;
405
+ }
406
+ .col-md-5 {
407
+ width: 41.66666667%;
408
+ }
409
+ .col-md-4 {
410
+ width: 33.33333333%;
411
+ }
412
+ .col-md-3 {
413
+ width: 25%;
414
+ }
415
+ .col-md-2 {
416
+ width: 16.66666667%;
417
+ }
418
+ .col-md-1 {
419
+ width: 8.33333333%;
420
+ }
421
+ .col-md-pull-12 {
422
+ right: 100%;
423
+ }
424
+ .col-md-pull-11 {
425
+ right: 91.66666667%;
426
+ }
427
+ .col-md-pull-10 {
428
+ right: 83.33333333%;
429
+ }
430
+ .col-md-pull-9 {
431
+ right: 75%;
432
+ }
433
+ .col-md-pull-8 {
434
+ right: 66.66666667%;
435
+ }
436
+ .col-md-pull-7 {
437
+ right: 58.33333333%;
438
+ }
439
+ .col-md-pull-6 {
440
+ right: 50%;
441
+ }
442
+ .col-md-pull-5 {
443
+ right: 41.66666667%;
444
+ }
445
+ .col-md-pull-4 {
446
+ right: 33.33333333%;
447
+ }
448
+ .col-md-pull-3 {
449
+ right: 25%;
450
+ }
451
+ .col-md-pull-2 {
452
+ right: 16.66666667%;
453
+ }
454
+ .col-md-pull-1 {
455
+ right: 8.33333333%;
456
+ }
457
+ .col-md-pull-0 {
458
+ right: auto;
459
+ }
460
+ .col-md-push-12 {
461
+ left: 100%;
462
+ }
463
+ .col-md-push-11 {
464
+ left: 91.66666667%;
465
+ }
466
+ .col-md-push-10 {
467
+ left: 83.33333333%;
468
+ }
469
+ .col-md-push-9 {
470
+ left: 75%;
471
+ }
472
+ .col-md-push-8 {
473
+ left: 66.66666667%;
474
+ }
475
+ .col-md-push-7 {
476
+ left: 58.33333333%;
477
+ }
478
+ .col-md-push-6 {
479
+ left: 50%;
480
+ }
481
+ .col-md-push-5 {
482
+ left: 41.66666667%;
483
+ }
484
+ .col-md-push-4 {
485
+ left: 33.33333333%;
486
+ }
487
+ .col-md-push-3 {
488
+ left: 25%;
489
+ }
490
+ .col-md-push-2 {
491
+ left: 16.66666667%;
492
+ }
493
+ .col-md-push-1 {
494
+ left: 8.33333333%;
495
+ }
496
+ .col-md-push-0 {
497
+ left: auto;
498
+ }
499
+ .col-md-offset-12 {
500
+ margin-left: 100%;
501
+ }
502
+ .col-md-offset-11 {
503
+ margin-left: 91.66666667%;
504
+ }
505
+ .col-md-offset-10 {
506
+ margin-left: 83.33333333%;
507
+ }
508
+ .col-md-offset-9 {
509
+ margin-left: 75%;
510
+ }
511
+ .col-md-offset-8 {
512
+ margin-left: 66.66666667%;
513
+ }
514
+ .col-md-offset-7 {
515
+ margin-left: 58.33333333%;
516
+ }
517
+ .col-md-offset-6 {
518
+ margin-left: 50%;
519
+ }
520
+ .col-md-offset-5 {
521
+ margin-left: 41.66666667%;
522
+ }
523
+ .col-md-offset-4 {
524
+ margin-left: 33.33333333%;
525
+ }
526
+ .col-md-offset-3 {
527
+ margin-left: 25%;
528
+ }
529
+ .col-md-offset-2 {
530
+ margin-left: 16.66666667%;
531
+ }
532
+ .col-md-offset-1 {
533
+ margin-left: 8.33333333%;
534
+ }
535
+ .col-md-offset-0 {
536
+ margin-left: 0%;
537
+ }
538
+ }
539
+ @media (min-width: 1200px) {
540
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
541
+ float: left;
542
+ }
543
+ .col-lg-12 {
544
+ width: 100%;
545
+ }
546
+ .col-lg-11 {
547
+ width: 91.66666667%;
548
+ }
549
+ .col-lg-10 {
550
+ width: 83.33333333%;
551
+ }
552
+ .col-lg-9 {
553
+ width: 75%;
554
+ }
555
+ .col-lg-8 {
556
+ width: 66.66666667%;
557
+ }
558
+ .col-lg-7 {
559
+ width: 58.33333333%;
560
+ }
561
+ .col-lg-6 {
562
+ width: 50%;
563
+ }
564
+ .col-lg-5 {
565
+ width: 41.66666667%;
566
+ }
567
+ .col-lg-4 {
568
+ width: 33.33333333%;
569
+ }
570
+ .col-lg-3 {
571
+ width: 25%;
572
+ }
573
+ .col-lg-2 {
574
+ width: 16.66666667%;
575
+ }
576
+ .col-lg-1 {
577
+ width: 8.33333333%;
578
+ }
579
+ .col-lg-pull-12 {
580
+ right: 100%;
581
+ }
582
+ .col-lg-pull-11 {
583
+ right: 91.66666667%;
584
+ }
585
+ .col-lg-pull-10 {
586
+ right: 83.33333333%;
587
+ }
588
+ .col-lg-pull-9 {
589
+ right: 75%;
590
+ }
591
+ .col-lg-pull-8 {
592
+ right: 66.66666667%;
593
+ }
594
+ .col-lg-pull-7 {
595
+ right: 58.33333333%;
596
+ }
597
+ .col-lg-pull-6 {
598
+ right: 50%;
599
+ }
600
+ .col-lg-pull-5 {
601
+ right: 41.66666667%;
602
+ }
603
+ .col-lg-pull-4 {
604
+ right: 33.33333333%;
605
+ }
606
+ .col-lg-pull-3 {
607
+ right: 25%;
608
+ }
609
+ .col-lg-pull-2 {
610
+ right: 16.66666667%;
611
+ }
612
+ .col-lg-pull-1 {
613
+ right: 8.33333333%;
614
+ }
615
+ .col-lg-pull-0 {
616
+ right: auto;
617
+ }
618
+ .col-lg-push-12 {
619
+ left: 100%;
620
+ }
621
+ .col-lg-push-11 {
622
+ left: 91.66666667%;
623
+ }
624
+ .col-lg-push-10 {
625
+ left: 83.33333333%;
626
+ }
627
+ .col-lg-push-9 {
628
+ left: 75%;
629
+ }
630
+ .col-lg-push-8 {
631
+ left: 66.66666667%;
632
+ }
633
+ .col-lg-push-7 {
634
+ left: 58.33333333%;
635
+ }
636
+ .col-lg-push-6 {
637
+ left: 50%;
638
+ }
639
+ .col-lg-push-5 {
640
+ left: 41.66666667%;
641
+ }
642
+ .col-lg-push-4 {
643
+ left: 33.33333333%;
644
+ }
645
+ .col-lg-push-3 {
646
+ left: 25%;
647
+ }
648
+ .col-lg-push-2 {
649
+ left: 16.66666667%;
650
+ }
651
+ .col-lg-push-1 {
652
+ left: 8.33333333%;
653
+ }
654
+ .col-lg-push-0 {
655
+ left: auto;
656
+ }
657
+ .col-lg-offset-12 {
658
+ margin-left: 100%;
659
+ }
660
+ .col-lg-offset-11 {
661
+ margin-left: 91.66666667%;
662
+ }
663
+ .col-lg-offset-10 {
664
+ margin-left: 83.33333333%;
665
+ }
666
+ .col-lg-offset-9 {
667
+ margin-left: 75%;
668
+ }
669
+ .col-lg-offset-8 {
670
+ margin-left: 66.66666667%;
671
+ }
672
+ .col-lg-offset-7 {
673
+ margin-left: 58.33333333%;
674
+ }
675
+ .col-lg-offset-6 {
676
+ margin-left: 50%;
677
+ }
678
+ .col-lg-offset-5 {
679
+ margin-left: 41.66666667%;
680
+ }
681
+ .col-lg-offset-4 {
682
+ margin-left: 33.33333333%;
683
+ }
684
+ .col-lg-offset-3 {
685
+ margin-left: 25%;
686
+ }
687
+ .col-lg-offset-2 {
688
+ margin-left: 16.66666667%;
689
+ }
690
+ .col-lg-offset-1 {
691
+ margin-left: 8.33333333%;
692
+ }
693
+ .col-lg-offset-0 {
694
+ margin-left: 0%;
695
+ }
696
+ }
697
+ table {
698
+ background-color: transparent;
699
+ }
700
+ caption {
701
+ padding-top: 8px;
702
+ padding-bottom: 8px;
703
+ color: #777777;
704
+ text-align: left;
705
+ }
706
+ th {
707
+ text-align: left;
708
+ }
709
+ .table {
710
+ width: 100%;
711
+ max-width: 100%;
712
+ margin-bottom: 20px;
713
+ }
714
+ .table > thead > tr > th,
715
+ .table > tbody > tr > th,
716
+ .table > tfoot > tr > th,
717
+ .table > thead > tr > td,
718
+ .table > tbody > tr > td,
719
+ .table > tfoot > tr > td {
720
+ padding: 8px;
721
+ line-height: 1.42857143;
722
+ vertical-align: top;
723
+ border-top: 1px solid #dddddd;
724
+ }
725
+ .table > thead > tr > th {
726
+ vertical-align: bottom;
727
+ border-bottom: 2px solid #dddddd;
728
+ }
729
+ .table > caption + thead > tr:first-child > th,
730
+ .table > colgroup + thead > tr:first-child > th,
731
+ .table > thead:first-child > tr:first-child > th,
732
+ .table > caption + thead > tr:first-child > td,
733
+ .table > colgroup + thead > tr:first-child > td,
734
+ .table > thead:first-child > tr:first-child > td {
735
+ border-top: 0;
736
+ }
737
+ .table > tbody + tbody {
738
+ border-top: 2px solid #dddddd;
739
+ }
740
+ .table .table {
741
+ background-color: #ffffff;
742
+ }
743
+ .table-condensed > thead > tr > th,
744
+ .table-condensed > tbody > tr > th,
745
+ .table-condensed > tfoot > tr > th,
746
+ .table-condensed > thead > tr > td,
747
+ .table-condensed > tbody > tr > td,
748
+ .table-condensed > tfoot > tr > td {
749
+ padding: 5px;
750
+ }
751
+ .table-bordered {
752
+ border: 1px solid #dddddd;
753
+ }
754
+ .table-bordered > thead > tr > th,
755
+ .table-bordered > tbody > tr > th,
756
+ .table-bordered > tfoot > tr > th,
757
+ .table-bordered > thead > tr > td,
758
+ .table-bordered > tbody > tr > td,
759
+ .table-bordered > tfoot > tr > td {
760
+ border: 1px solid #dddddd;
761
+ }
762
+ .table-bordered > thead > tr > th,
763
+ .table-bordered > thead > tr > td {
764
+ border-bottom-width: 2px;
765
+ }
766
+ .table-striped > tbody > tr:nth-of-type(odd) {
767
+ background-color: #f9f9f9;
768
+ }
769
+ .table-hover > tbody > tr:hover {
770
+ background-color: #f5f5f5;
771
+ }
772
+ table col[class*="col-"] {
773
+ position: static;
774
+ float: none;
775
+ display: table-column;
776
+ }
777
+ table td[class*="col-"],
778
+ table th[class*="col-"] {
779
+ position: static;
780
+ float: none;
781
+ display: table-cell;
782
+ }
783
+ .table > thead > tr > td.active,
784
+ .table > tbody > tr > td.active,
785
+ .table > tfoot > tr > td.active,
786
+ .table > thead > tr > th.active,
787
+ .table > tbody > tr > th.active,
788
+ .table > tfoot > tr > th.active,
789
+ .table > thead > tr.active > td,
790
+ .table > tbody > tr.active > td,
791
+ .table > tfoot > tr.active > td,
792
+ .table > thead > tr.active > th,
793
+ .table > tbody > tr.active > th,
794
+ .table > tfoot > tr.active > th {
795
+ background-color: #f5f5f5;
796
+ }
797
+ .table-hover > tbody > tr > td.active:hover,
798
+ .table-hover > tbody > tr > th.active:hover,
799
+ .table-hover > tbody > tr.active:hover > td,
800
+ .table-hover > tbody > tr:hover > .active,
801
+ .table-hover > tbody > tr.active:hover > th {
802
+ background-color: #e8e8e8;
803
+ }
804
+ .table > thead > tr > td.success,
805
+ .table > tbody > tr > td.success,
806
+ .table > tfoot > tr > td.success,
807
+ .table > thead > tr > th.success,
808
+ .table > tbody > tr > th.success,
809
+ .table > tfoot > tr > th.success,
810
+ .table > thead > tr.success > td,
811
+ .table > tbody > tr.success > td,
812
+ .table > tfoot > tr.success > td,
813
+ .table > thead > tr.success > th,
814
+ .table > tbody > tr.success > th,
815
+ .table > tfoot > tr.success > th {
816
+ background-color: #dff0d8;
817
+ }
818
+ .table-hover > tbody > tr > td.success:hover,
819
+ .table-hover > tbody > tr > th.success:hover,
820
+ .table-hover > tbody > tr.success:hover > td,
821
+ .table-hover > tbody > tr:hover > .success,
822
+ .table-hover > tbody > tr.success:hover > th {
823
+ background-color: #d0e9c6;
824
+ }
825
+ .table > thead > tr > td.info,
826
+ .table > tbody > tr > td.info,
827
+ .table > tfoot > tr > td.info,
828
+ .table > thead > tr > th.info,
829
+ .table > tbody > tr > th.info,
830
+ .table > tfoot > tr > th.info,
831
+ .table > thead > tr.info > td,
832
+ .table > tbody > tr.info > td,
833
+ .table > tfoot > tr.info > td,
834
+ .table > thead > tr.info > th,
835
+ .table > tbody > tr.info > th,
836
+ .table > tfoot > tr.info > th {
837
+ background-color: #d9edf7;
838
+ }
839
+ .table-hover > tbody > tr > td.info:hover,
840
+ .table-hover > tbody > tr > th.info:hover,
841
+ .table-hover > tbody > tr.info:hover > td,
842
+ .table-hover > tbody > tr:hover > .info,
843
+ .table-hover > tbody > tr.info:hover > th {
844
+ background-color: #c4e3f3;
845
+ }
846
+ .table > thead > tr > td.warning,
847
+ .table > tbody > tr > td.warning,
848
+ .table > tfoot > tr > td.warning,
849
+ .table > thead > tr > th.warning,
850
+ .table > tbody > tr > th.warning,
851
+ .table > tfoot > tr > th.warning,
852
+ .table > thead > tr.warning > td,
853
+ .table > tbody > tr.warning > td,
854
+ .table > tfoot > tr.warning > td,
855
+ .table > thead > tr.warning > th,
856
+ .table > tbody > tr.warning > th,
857
+ .table > tfoot > tr.warning > th {
858
+ background-color: #fcf8e3;
859
+ }
860
+ .table-hover > tbody > tr > td.warning:hover,
861
+ .table-hover > tbody > tr > th.warning:hover,
862
+ .table-hover > tbody > tr.warning:hover > td,
863
+ .table-hover > tbody > tr:hover > .warning,
864
+ .table-hover > tbody > tr.warning:hover > th {
865
+ background-color: #faf2cc;
866
+ }
867
+ .table > thead > tr > td.danger,
868
+ .table > tbody > tr > td.danger,
869
+ .table > tfoot > tr > td.danger,
870
+ .table > thead > tr > th.danger,
871
+ .table > tbody > tr > th.danger,
872
+ .table > tfoot > tr > th.danger,
873
+ .table > thead > tr.danger > td,
874
+ .table > tbody > tr.danger > td,
875
+ .table > tfoot > tr.danger > td,
876
+ .table > thead > tr.danger > th,
877
+ .table > tbody > tr.danger > th,
878
+ .table > tfoot > tr.danger > th {
879
+ background-color: #f2dede;
880
+ }
881
+ .table-hover > tbody > tr > td.danger:hover,
882
+ .table-hover > tbody > tr > th.danger:hover,
883
+ .table-hover > tbody > tr.danger:hover > td,
884
+ .table-hover > tbody > tr:hover > .danger,
885
+ .table-hover > tbody > tr.danger:hover > th {
886
+ background-color: #ebcccc;
887
+ }
888
+ .table-responsive {
889
+ overflow-x: auto;
890
+ min-height: 0.01%;
891
+ }
892
+ @media screen and (max-width: 767px) {
893
+ .table-responsive {
894
+ width: 100%;
895
+ margin-bottom: 15px;
896
+ overflow-y: hidden;
897
+ -ms-overflow-style: -ms-autohiding-scrollbar;
898
+ border: 1px solid #dddddd;
899
+ }
900
+ .table-responsive > .table {
901
+ margin-bottom: 0;
902
+ }
903
+ .table-responsive > .table > thead > tr > th,
904
+ .table-responsive > .table > tbody > tr > th,
905
+ .table-responsive > .table > tfoot > tr > th,
906
+ .table-responsive > .table > thead > tr > td,
907
+ .table-responsive > .table > tbody > tr > td,
908
+ .table-responsive > .table > tfoot > tr > td {
909
+ white-space: nowrap;
910
+ }
911
+ .table-responsive > .table-bordered {
912
+ border: 0;
913
+ }
914
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
915
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
916
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
917
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
918
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
919
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
920
+ border-left: 0;
921
+ }
922
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
923
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
924
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
925
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
926
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
927
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
928
+ border-right: 0;
929
+ }
930
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
931
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
932
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
933
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
934
+ border-bottom: 0;
935
+ }
936
+ }
937
+ .btn {
938
+ display: inline-block;
939
+ margin-bottom: 0;
940
+ font-weight: normal;
941
+ text-align: center;
942
+ vertical-align: middle;
943
+ -ms-touch-action: manipulation;
944
+ touch-action: manipulation;
945
+ cursor: pointer;
946
+ background-image: none;
947
+ border: 1px solid transparent;
948
+ white-space: nowrap;
949
+ padding: 6px 12px;
950
+ font-size: 14px;
951
+ line-height: 1.42857143;
952
+ border-radius: 4px;
953
+ -webkit-user-select: none;
954
+ -moz-user-select: none;
955
+ -ms-user-select: none;
956
+ user-select: none;
957
+ }
958
+ .btn:focus,
959
+ .btn:active:focus,
960
+ .btn.active:focus,
961
+ .btn.focus,
962
+ .btn:active.focus,
963
+ .btn.active.focus {
964
+ outline: 5px auto -webkit-focus-ring-color;
965
+ outline-offset: -2px;
966
+ }
967
+ .btn:hover,
968
+ .btn:focus,
969
+ .btn.focus {
970
+ color: #333333;
971
+ text-decoration: none;
972
+ }
973
+ .btn:active,
974
+ .btn.active {
975
+ outline: 0;
976
+ background-image: none;
977
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
978
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
979
+ }
980
+ .btn.disabled,
981
+ .btn[disabled],
982
+ fieldset[disabled] .btn {
983
+ cursor: not-allowed;
984
+ opacity: 0.65;
985
+ filter: alpha(opacity=65);
986
+ -webkit-box-shadow: none;
987
+ box-shadow: none;
988
+ }
989
+ a.btn.disabled,
990
+ fieldset[disabled] a.btn {
991
+ pointer-events: none;
992
+ }
993
+ .btn-default {
994
+ color: #333333;
995
+ background-color: #ffffff;
996
+ border-color: #cccccc;
997
+ }
998
+ .btn-default:focus,
999
+ .btn-default.focus {
1000
+ color: #333333;
1001
+ background-color: #e6e6e6;
1002
+ border-color: #8c8c8c;
1003
+ }
1004
+ .btn-default:hover {
1005
+ color: #333333;
1006
+ background-color: #e6e6e6;
1007
+ border-color: #adadad;
1008
+ }
1009
+ .btn-default:active,
1010
+ .btn-default.active,
1011
+ .open > .dropdown-toggle.btn-default {
1012
+ color: #333333;
1013
+ background-color: #e6e6e6;
1014
+ border-color: #adadad;
1015
+ }
1016
+ .btn-default:active:hover,
1017
+ .btn-default.active:hover,
1018
+ .open > .dropdown-toggle.btn-default:hover,
1019
+ .btn-default:active:focus,
1020
+ .btn-default.active:focus,
1021
+ .open > .dropdown-toggle.btn-default:focus,
1022
+ .btn-default:active.focus,
1023
+ .btn-default.active.focus,
1024
+ .open > .dropdown-toggle.btn-default.focus {
1025
+ color: #333333;
1026
+ background-color: #d4d4d4;
1027
+ border-color: #8c8c8c;
1028
+ }
1029
+ .btn-default:active,
1030
+ .btn-default.active,
1031
+ .open > .dropdown-toggle.btn-default {
1032
+ background-image: none;
1033
+ }
1034
+ .btn-default.disabled:hover,
1035
+ .btn-default[disabled]:hover,
1036
+ fieldset[disabled] .btn-default:hover,
1037
+ .btn-default.disabled:focus,
1038
+ .btn-default[disabled]:focus,
1039
+ fieldset[disabled] .btn-default:focus,
1040
+ .btn-default.disabled.focus,
1041
+ .btn-default[disabled].focus,
1042
+ fieldset[disabled] .btn-default.focus {
1043
+ background-color: #ffffff;
1044
+ border-color: #cccccc;
1045
+ }
1046
+ .btn-default .badge {
1047
+ color: #ffffff;
1048
+ background-color: #333333;
1049
+ }
1050
+ .btn-primary {
1051
+ color: #ffffff;
1052
+ background-color: #337ab7;
1053
+ border-color: #2e6da4;
1054
+ }
1055
+ .btn-primary:focus,
1056
+ .btn-primary.focus {
1057
+ color: #ffffff;
1058
+ background-color: #286090;
1059
+ border-color: #122b40;
1060
+ }
1061
+ .btn-primary:hover {
1062
+ color: #ffffff;
1063
+ background-color: #286090;
1064
+ border-color: #204d74;
1065
+ }
1066
+ .btn-primary:active,
1067
+ .btn-primary.active,
1068
+ .open > .dropdown-toggle.btn-primary {
1069
+ color: #ffffff;
1070
+ background-color: #286090;
1071
+ border-color: #204d74;
1072
+ }
1073
+ .btn-primary:active:hover,
1074
+ .btn-primary.active:hover,
1075
+ .open > .dropdown-toggle.btn-primary:hover,
1076
+ .btn-primary:active:focus,
1077
+ .btn-primary.active:focus,
1078
+ .open > .dropdown-toggle.btn-primary:focus,
1079
+ .btn-primary:active.focus,
1080
+ .btn-primary.active.focus,
1081
+ .open > .dropdown-toggle.btn-primary.focus {
1082
+ color: #ffffff;
1083
+ background-color: #204d74;
1084
+ border-color: #122b40;
1085
+ }
1086
+ .btn-primary:active,
1087
+ .btn-primary.active,
1088
+ .open > .dropdown-toggle.btn-primary {
1089
+ background-image: none;
1090
+ }
1091
+ .btn-primary.disabled:hover,
1092
+ .btn-primary[disabled]:hover,
1093
+ fieldset[disabled] .btn-primary:hover,
1094
+ .btn-primary.disabled:focus,
1095
+ .btn-primary[disabled]:focus,
1096
+ fieldset[disabled] .btn-primary:focus,
1097
+ .btn-primary.disabled.focus,
1098
+ .btn-primary[disabled].focus,
1099
+ fieldset[disabled] .btn-primary.focus {
1100
+ background-color: #337ab7;
1101
+ border-color: #2e6da4;
1102
+ }
1103
+ .btn-primary .badge {
1104
+ color: #337ab7;
1105
+ background-color: #ffffff;
1106
+ }
1107
+ .btn-success {
1108
+ color: #ffffff;
1109
+ background-color: #5cb85c;
1110
+ border-color: #4cae4c;
1111
+ }
1112
+ .btn-success:focus,
1113
+ .btn-success.focus {
1114
+ color: #ffffff;
1115
+ background-color: #449d44;
1116
+ border-color: #255625;
1117
+ }
1118
+ .btn-success:hover {
1119
+ color: #ffffff;
1120
+ background-color: #449d44;
1121
+ border-color: #398439;
1122
+ }
1123
+ .btn-success:active,
1124
+ .btn-success.active,
1125
+ .open > .dropdown-toggle.btn-success {
1126
+ color: #ffffff;
1127
+ background-color: #449d44;
1128
+ border-color: #398439;
1129
+ }
1130
+ .btn-success:active:hover,
1131
+ .btn-success.active:hover,
1132
+ .open > .dropdown-toggle.btn-success:hover,
1133
+ .btn-success:active:focus,
1134
+ .btn-success.active:focus,
1135
+ .open > .dropdown-toggle.btn-success:focus,
1136
+ .btn-success:active.focus,
1137
+ .btn-success.active.focus,
1138
+ .open > .dropdown-toggle.btn-success.focus {
1139
+ color: #ffffff;
1140
+ background-color: #398439;
1141
+ border-color: #255625;
1142
+ }
1143
+ .btn-success:active,
1144
+ .btn-success.active,
1145
+ .open > .dropdown-toggle.btn-success {
1146
+ background-image: none;
1147
+ }
1148
+ .btn-success.disabled:hover,
1149
+ .btn-success[disabled]:hover,
1150
+ fieldset[disabled] .btn-success:hover,
1151
+ .btn-success.disabled:focus,
1152
+ .btn-success[disabled]:focus,
1153
+ fieldset[disabled] .btn-success:focus,
1154
+ .btn-success.disabled.focus,
1155
+ .btn-success[disabled].focus,
1156
+ fieldset[disabled] .btn-success.focus {
1157
+ background-color: #5cb85c;
1158
+ border-color: #4cae4c;
1159
+ }
1160
+ .btn-success .badge {
1161
+ color: #5cb85c;
1162
+ background-color: #ffffff;
1163
+ }
1164
+ .btn-info {
1165
+ color: #ffffff;
1166
+ background-color: #5bc0de;
1167
+ border-color: #46b8da;
1168
+ }
1169
+ .btn-info:focus,
1170
+ .btn-info.focus {
1171
+ color: #ffffff;
1172
+ background-color: #31b0d5;
1173
+ border-color: #1b6d85;
1174
+ }
1175
+ .btn-info:hover {
1176
+ color: #ffffff;
1177
+ background-color: #31b0d5;
1178
+ border-color: #269abc;
1179
+ }
1180
+ .btn-info:active,
1181
+ .btn-info.active,
1182
+ .open > .dropdown-toggle.btn-info {
1183
+ color: #ffffff;
1184
+ background-color: #31b0d5;
1185
+ border-color: #269abc;
1186
+ }
1187
+ .btn-info:active:hover,
1188
+ .btn-info.active:hover,
1189
+ .open > .dropdown-toggle.btn-info:hover,
1190
+ .btn-info:active:focus,
1191
+ .btn-info.active:focus,
1192
+ .open > .dropdown-toggle.btn-info:focus,
1193
+ .btn-info:active.focus,
1194
+ .btn-info.active.focus,
1195
+ .open > .dropdown-toggle.btn-info.focus {
1196
+ color: #ffffff;
1197
+ background-color: #269abc;
1198
+ border-color: #1b6d85;
1199
+ }
1200
+ .btn-info:active,
1201
+ .btn-info.active,
1202
+ .open > .dropdown-toggle.btn-info {
1203
+ background-image: none;
1204
+ }
1205
+ .btn-info.disabled:hover,
1206
+ .btn-info[disabled]:hover,
1207
+ fieldset[disabled] .btn-info:hover,
1208
+ .btn-info.disabled:focus,
1209
+ .btn-info[disabled]:focus,
1210
+ fieldset[disabled] .btn-info:focus,
1211
+ .btn-info.disabled.focus,
1212
+ .btn-info[disabled].focus,
1213
+ fieldset[disabled] .btn-info.focus {
1214
+ background-color: #5bc0de;
1215
+ border-color: #46b8da;
1216
+ }
1217
+ .btn-info .badge {
1218
+ color: #5bc0de;
1219
+ background-color: #ffffff;
1220
+ }
1221
+ .btn-warning {
1222
+ color: #ffffff;
1223
+ background-color: #f0ad4e;
1224
+ border-color: #eea236;
1225
+ }
1226
+ .btn-warning:focus,
1227
+ .btn-warning.focus {
1228
+ color: #ffffff;
1229
+ background-color: #ec971f;
1230
+ border-color: #985f0d;
1231
+ }
1232
+ .btn-warning:hover {
1233
+ color: #ffffff;
1234
+ background-color: #ec971f;
1235
+ border-color: #d58512;
1236
+ }
1237
+ .btn-warning:active,
1238
+ .btn-warning.active,
1239
+ .open > .dropdown-toggle.btn-warning {
1240
+ color: #ffffff;
1241
+ background-color: #ec971f;
1242
+ border-color: #d58512;
1243
+ }
1244
+ .btn-warning:active:hover,
1245
+ .btn-warning.active:hover,
1246
+ .open > .dropdown-toggle.btn-warning:hover,
1247
+ .btn-warning:active:focus,
1248
+ .btn-warning.active:focus,
1249
+ .open > .dropdown-toggle.btn-warning:focus,
1250
+ .btn-warning:active.focus,
1251
+ .btn-warning.active.focus,
1252
+ .open > .dropdown-toggle.btn-warning.focus {
1253
+ color: #ffffff;
1254
+ background-color: #d58512;
1255
+ border-color: #985f0d;
1256
+ }
1257
+ .btn-warning:active,
1258
+ .btn-warning.active,
1259
+ .open > .dropdown-toggle.btn-warning {
1260
+ background-image: none;
1261
+ }
1262
+ .btn-warning.disabled:hover,
1263
+ .btn-warning[disabled]:hover,
1264
+ fieldset[disabled] .btn-warning:hover,
1265
+ .btn-warning.disabled:focus,
1266
+ .btn-warning[disabled]:focus,
1267
+ fieldset[disabled] .btn-warning:focus,
1268
+ .btn-warning.disabled.focus,
1269
+ .btn-warning[disabled].focus,
1270
+ fieldset[disabled] .btn-warning.focus {
1271
+ background-color: #f0ad4e;
1272
+ border-color: #eea236;
1273
+ }
1274
+ .btn-warning .badge {
1275
+ color: #f0ad4e;
1276
+ background-color: #ffffff;
1277
+ }
1278
+ .btn-danger {
1279
+ color: #ffffff;
1280
+ background-color: #d9534f;
1281
+ border-color: #d43f3a;
1282
+ }
1283
+ .btn-danger:focus,
1284
+ .btn-danger.focus {
1285
+ color: #ffffff;
1286
+ background-color: #c9302c;
1287
+ border-color: #761c19;
1288
+ }
1289
+ .btn-danger:hover {
1290
+ color: #ffffff;
1291
+ background-color: #c9302c;
1292
+ border-color: #ac2925;
1293
+ }
1294
+ .btn-danger:active,
1295
+ .btn-danger.active,
1296
+ .open > .dropdown-toggle.btn-danger {
1297
+ color: #ffffff;
1298
+ background-color: #c9302c;
1299
+ border-color: #ac2925;
1300
+ }
1301
+ .btn-danger:active:hover,
1302
+ .btn-danger.active:hover,
1303
+ .open > .dropdown-toggle.btn-danger:hover,
1304
+ .btn-danger:active:focus,
1305
+ .btn-danger.active:focus,
1306
+ .open > .dropdown-toggle.btn-danger:focus,
1307
+ .btn-danger:active.focus,
1308
+ .btn-danger.active.focus,
1309
+ .open > .dropdown-toggle.btn-danger.focus {
1310
+ color: #ffffff;
1311
+ background-color: #ac2925;
1312
+ border-color: #761c19;
1313
+ }
1314
+ .btn-danger:active,
1315
+ .btn-danger.active,
1316
+ .open > .dropdown-toggle.btn-danger {
1317
+ background-image: none;
1318
+ }
1319
+ .btn-danger.disabled:hover,
1320
+ .btn-danger[disabled]:hover,
1321
+ fieldset[disabled] .btn-danger:hover,
1322
+ .btn-danger.disabled:focus,
1323
+ .btn-danger[disabled]:focus,
1324
+ fieldset[disabled] .btn-danger:focus,
1325
+ .btn-danger.disabled.focus,
1326
+ .btn-danger[disabled].focus,
1327
+ fieldset[disabled] .btn-danger.focus {
1328
+ background-color: #d9534f;
1329
+ border-color: #d43f3a;
1330
+ }
1331
+ .btn-danger .badge {
1332
+ color: #d9534f;
1333
+ background-color: #ffffff;
1334
+ }
1335
+ .btn-link {
1336
+ color: #337ab7;
1337
+ font-weight: normal;
1338
+ border-radius: 0;
1339
+ }
1340
+ .btn-link,
1341
+ .btn-link:active,
1342
+ .btn-link.active,
1343
+ .btn-link[disabled],
1344
+ fieldset[disabled] .btn-link {
1345
+ background-color: transparent;
1346
+ -webkit-box-shadow: none;
1347
+ box-shadow: none;
1348
+ }
1349
+ .btn-link,
1350
+ .btn-link:hover,
1351
+ .btn-link:focus,
1352
+ .btn-link:active {
1353
+ border-color: transparent;
1354
+ }
1355
+ .btn-link:hover,
1356
+ .btn-link:focus {
1357
+ color: #23527c;
1358
+ text-decoration: underline;
1359
+ background-color: transparent;
1360
+ }
1361
+ .btn-link[disabled]:hover,
1362
+ fieldset[disabled] .btn-link:hover,
1363
+ .btn-link[disabled]:focus,
1364
+ fieldset[disabled] .btn-link:focus {
1365
+ color: #777777;
1366
+ text-decoration: none;
1367
+ }
1368
+ .btn-lg {
1369
+ padding: 10px 16px;
1370
+ font-size: 18px;
1371
+ line-height: 1.3333333;
1372
+ border-radius: 6px;
1373
+ }
1374
+ .btn-sm {
1375
+ padding: 5px 10px;
1376
+ font-size: 12px;
1377
+ line-height: 1.5;
1378
+ border-radius: 3px;
1379
+ }
1380
+ .btn-xs {
1381
+ padding: 1px 5px;
1382
+ font-size: 12px;
1383
+ line-height: 1.5;
1384
+ border-radius: 3px;
1385
+ }
1386
+ .btn-block {
1387
+ display: block;
1388
+ width: 100%;
1389
+ }
1390
+ .btn-block + .btn-block {
1391
+ margin-top: 5px;
1392
+ }
1393
+ input[type="submit"].btn-block,
1394
+ input[type="reset"].btn-block,
1395
+ input[type="button"].btn-block {
1396
+ width: 100%;
1397
+ }
trunk/_scss/_contents_option_style.scss ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "utf-8";
2
+ // @import "compass";
3
+
4
+ /*-------------------------------------------*/
5
+ .veu_leadTxt,
6
+ p.veu_leadTxt { font-size:1.6em; line-height: 150%;padding:0; }
7
+
8
+ @media (min-width: 768px){
9
+ .veu_leadTxt,
10
+ p.veu_leadTxt { font-size:2em;margin-bottom:0.7em; }
11
+ }
12
+
13
+ .veu_caption { font-size:0.8em; }
14
+
15
+ .fa_v4 .btn.btn-blank::after { margin-left:0.7em;font-family: FontAwesome;content: "\f08e"; }
16
+ .fa_v5_css .btn.btn-blank::after { margin-left:0.7em;font-family: Font Awesome\ 5 Free;content: "\f35d";font-weight: 900;}
17
+ .fa_v5_svg .btn.btn-blank::after { }
18
+
19
+ /* .qaItem
20
+ /*-------------------------------------------*/
21
+ dl.veu_qaItem { display:block; overflow:hidden;border-bottom:1px dotted #ccc; padding:0px 0px 25px; margin:25px 0px; width:100%; position: relative;
22
+ dt,
23
+ dd { border:none;padding-left: 35px; }
24
+ dt:before,
25
+ dd:before { position: absolute;left:0;font-size:24px;line-height: 105%; }
26
+ dt { margin-bottom:15px;font-size:18px;
27
+ &:before { font-family:"areal";content:"Q ";color:#e50000; }
28
+ }
29
+ dd { margin-bottom:0px;
30
+ &:before { content:"A ";color:#337ab7;font-family: "" }
31
+ }
32
+ }
33
+
34
+ /* .flowBox
35
+ /*-------------------------------------------*/
36
+ .veu_flowBox { display:block; overflow:hidden; }
37
+ .veu_flowBox:after {
38
+ content:"";
39
+ background: url('../images/arrow_bottom.svg') center 50% no-repeat;
40
+ background-size: 50px 50px;
41
+ display:block; overflow:hidden;
42
+ height:50px;
43
+ width:50px;
44
+ margin:0 auto;
45
+ }
46
+
47
+ .veu_flowBox:last-child { padding-bottom:0px; margin-bottom:30px; }
48
+ .veu_flowBox:last-child:after {content:"";font-size:0;background-image: none;}
49
+ .veu_flowBox dl { display:block; overflow:hidden; padding:20px 25px; border:3px solid #e5e5e5;margin:0; }
50
+ .veu_flowBox dl dt,
51
+ .veu_flowBox dl dd { padding-left:0;border:none; }
52
+ .veu_flowBox dl dt { border-bottom:1px dotted #ccc; margin-bottom:10px; font-size:1.2em; }
53
+ .veu_flowBox dl dd { margin-bottom:0px; }
54
+ .veu_flowBox dl dd h4 { margin:0px;padding:0px; }
55
+ .veu_flowBox dl dd p { margin-bottom:10px; }
56
+ .veu_flowBox dl dd ul { margin-bottom:0px; }
57
+
58
+ .veu_dummyImage { padding: 20px; display: block; vertical-align: middle;text-align: center; background-color: #f5f5f5; border:1px solid #ccc;margin-bottom:15px;
59
+ }
60
+ .veu_floatLeft { float:left;margin-right:20px; }
61
+ .veu_floatRight { float:right;margin-left:20px; }
62
+
63
+
64
+ .veu_feat_list { background: none;border:none; padding: 0 0 0 2em; font-size:2em;margin-top:1.5em; position: relative; }
65
+ .veu_feat_list::before,
66
+ .veu_feat_list::after { border: none; background:none; }
67
+
68
+ .veu_feat_list::before { position: absolute;left:0;top:-0.2em; background-color: #4e7729;color:#fff; border-radius: 100%; margin-right:0.5em; padding: 0.2em 0.5em; }
69
+ .veu_feat_list_1::before { content:"1"; }
70
+ .veu_feat_list_2::before { content:"2"; }
71
+ .veu_feat_list_3::before { content:"3"; }
72
+ .veu_feat_list_4::before { content:"4"; }
73
+ .veu_feat_list_5::before { content:"5"; }
74
+ .veu_feat_list_6::before { content:"6"; }
75
+ .veu_feat_list_7::before { content:"7"; }
76
+ .veu_feat_list_8::before { content:"8"; }
77
+ .veu_feat_list_9::before { content:"9"; }
trunk/_scss/vkExUnit_admin.scss ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ @charset "utf-8";
2
+ // @import "compass";
3
+
4
+ .wrap.debug_mode{
5
+ tr.dev_object{ display:table-row; }
6
+ }
trunk/_scss/vkExUnit_editor_style.scss ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ @charset "utf-8";
2
+ // @import "compass";
3
+ @import "_contents_option_style";
trunk/_scss/vkExUnit_style.scss ADDED
@@ -0,0 +1,676 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "utf-8";
2
+ // @import "compass";
3
+ @import "_contents_option_style";
4
+
5
+ /*-------------------------------------------------*/
6
+ /* ex_unit
7
+ /*-------------------------------------------------*/
8
+ /* .common
9
+ /*-------------------------------------------*/
10
+ /* .veu_autoEyeCatchBox
11
+ /*-------------------------------------------*/
12
+ /* .veu_sitemap
13
+ /*-------------------------------------------*/
14
+ /* .veu_socialSet
15
+ /*-------------------------------------------*/
16
+ /* .veu_childPage_list
17
+ /*-------------------------------------------*/
18
+ /* .veu_pageList_ancestor
19
+ /*-------------------------------------------*/
20
+ /* .veu_followSet
21
+ /*-------------------------------------------*/
22
+ /* .veu_cta
23
+ /*-------------------------------------------*/
24
+ /* .veu_contact
25
+ /*-------------------------------------------*/
26
+ /* .veu_insertAds
27
+ /*-------------------------------------------*/
28
+ /* .veu_relatedPosts
29
+ /*-------------------------------------------*/
30
+ /* .veu_pagetop-btn
31
+ /*-------------------------------------------*/
32
+ /* Widget .veu_fbPagePlugin
33
+ /*-------------------------------------------*/
34
+ /* Widget .twitter
35
+ /*-------------------------------------------*/
36
+ /* Widget .veu_postList
37
+ /*-------------------------------------------*/
38
+ /* Widget .veu_profile
39
+ /*-------------------------------------------*/
40
+ /* Widget .veu_3prArea
41
+ /*-------------------------------------------*/
42
+ /* Widget .veu_prBlocks
43
+ /*-------------------------------------------*/
44
+ /* Widget .veu_button
45
+ /*-------------------------------------------*/
46
+ /* Widget .veu_banner
47
+ /*-------------------------------------------*/
48
+
49
+ $color_font_default : #464646;
50
+ $color_key : #337ab7;
51
+ $border_primary : 1px solid #e5e5e5;
52
+ $section_margin : 30px;
53
+
54
+ /*-------------------------------------------*/
55
+ /* .common
56
+ /*-------------------------------------------*/
57
+
58
+ html { font-size: inherit; } /* reset bootstrap */
59
+ .link-list li { padding:0.5em; }
60
+ iframe.wp-embedded-content { width:100%; }
61
+
62
+ .veu_adminEdit { margin-top:5px; }
63
+
64
+ .veu_contentAddSection { display:block; clear:both; overflow:hidden; margin-top:20px; }
65
+
66
+ .btn { white-space: inherit; }
67
+
68
+ /* .media(bootstrap)
69
+ /*-------------------------------------------*/
70
+ .media { border-bottom:$border_primary;padding:2em 0;margin-top:0;
71
+ &:first-child { border-top:$border_primary; }
72
+ .postList_thumbnail { width:160px;margin-bottom:0.5em;padding-right:30px; display:block; overflow:hidden;float:left;
73
+ a { position: relative;display:block; overflow:hidden; }
74
+ img { width: 100%;height:auto; }
75
+ .postList_cateLabel {
76
+ position: absolute;
77
+ bottom: 0;
78
+ left: 0;
79
+ }
80
+ }
81
+ .media-heading { font-size:1.8em;line-height:1.3em;margin-top:0; margin-bottom:0.5em;font-weight: normal;
82
+ a { color:$color_font_default;
83
+ &:hover { text-decoration: none; }
84
+ }
85
+ }
86
+ p { margin-bottom:0; }
87
+ a.media-body_excerpt { color:$color_font_default; }
88
+ }
89
+ @media (max-width: 767px){
90
+ .media {
91
+ .postList_thumbnail { padding-right:20px; }
92
+ .media-body {
93
+ .media-heading { font-size:1.2em;line-height:1.3em; margin-bottom:0.5em; }
94
+ } // .media-body
95
+ } // .media
96
+ } // @media (max-width: 767px){
97
+ @media (max-width: 500px){
98
+ .media {
99
+ .postList_thumbnail { width:100px; }
100
+ } // .media
101
+ } // @media (max-width: 767px){
102
+
103
+
104
+ /*-------------------------------------------*/
105
+ /* .relatedPosts
106
+ /*-------------------------------------------*/
107
+ .relatedPosts {
108
+ h2 { margin-bottom:10px; }
109
+ }
110
+
111
+ /*-------------------------------------------*/
112
+ /* .veu_autoEyeCatchBox
113
+ /*-------------------------------------------*/
114
+
115
+ .veu_autoEyeCatchBox { display:block; overflow:hidden;margin-bottom:2em; }
116
+
117
+ /*-------------------------------------------*/
118
+ /* .veu_sitemap
119
+ /*-------------------------------------------*/
120
+
121
+ .veu_sitemap {
122
+ .sectionBox { padding-top:0; }
123
+ .sitemap-col { padding-bottom:2em; }
124
+ .sitemap-col{
125
+ margin-top: 1em;
126
+ .link-list{
127
+ margin-top: 0;
128
+ margin-bottom: 0;
129
+ }
130
+ .page_item{
131
+ padding: 0;
132
+ }
133
+ .cat-item{
134
+ padding: 0;
135
+ }
136
+ }
137
+ }
138
+
139
+ /*-------------------------------------------*/
140
+ /* .veu_socialSet
141
+ /*-------------------------------------------*/
142
+ .veu_socialSet { margin-top:3em; }
143
+ /*
144
+ .veu_socialSet と .veu_contentAddSection 2つつけているのは一つだと .content ul などの継承に負けるため
145
+ */
146
+ .veu_socialSet.veu_contentAddSection ul { margin:0px;padding:0;display: flex;
147
+ li { position:relative; display:block;overflow:visible; width: 50%; margin:3px; padding:0px; background:none;
148
+ &.sb_icon a {display:block; overflow:hidden; padding: 7px 10px;border-radius: 4px; color:#fff;text-decoration: none; line-height: 100%; font-size: 90%;}
149
+ &.sb_icon a:hover{
150
+ box-shadow: none; transform: translate3d(0, 2px, 0); -webkit-transform: translate3d(0, 2px, 0);
151
+ }
152
+ &.sb_icon a .sns_txt { position: relative;top:-1px; }
153
+ iframe { border:none; }
154
+ a .icon_sns { font-size:100%;padding: 5px 8px 5px 0; display: inline-block; }
155
+ &.sb_icon.sb_facebook a{ background: #425dab; box-shadow: 0 4px 0 rgb(52, 78, 132); }
156
+ &.sb_icon.sb_hatena a { background: #007fc5; box-shadow: 0 4px 0 rgba(0,103,159,1); }
157
+ &.sb_icon.sb_twitter a { background:#00abec; box-shadow: 0 4px 0 rgba(0,126,170,1); }
158
+ &.sb_icon.sb_google a { background:#dd4b39; box-shadow: 0 4px 0 rgba(160,53,36,1); }
159
+ &.sb_icon.sb_line a { background:#6ebd30; box-shadow: 0 4px 0 #5b9c28; }
160
+ &.sb_icon.sb_pocket a { background: #ea4654; box-shadow: 0 4px 0 #c1303c; }//li.sb_pocket
161
+ }//li
162
+ }//.veu_socialSet ul
163
+
164
+ .veu_count_sns_pocket,
165
+ .veu_count_sns_fb,
166
+ .veu_count_sns_hb { position: absolute; bottom: 5px; right: 5px; font-size:77%; line-height:1;font-weight: bold; }
167
+
168
+ @media (max-width: 767px){
169
+ /*
170
+ .veu_socialSet と .veu_contentAddSection 2つつけているのは一つだと .content ul などの継承に負けるため
171
+ */
172
+ .veu_socialSet.veu_contentAddSection ul { flex-wrap:wrap; }
173
+ .veu_socialSet.veu_contentAddSection ul li { width: 48%; margin-bottom: 9px;
174
+ &:nth-child(even) { margin-right:0; }
175
+ &.sb_icon a { padding: 8px 10px; }
176
+ }
177
+ .pocket-count, .veu_count_sns_fb, .veu_count_sns_hb { bottom: 2px;}
178
+ }
179
+
180
+
181
+ /*-------------------------------------------*/
182
+ /* import icon
183
+ /*-------------------------------------------*/
184
+ @font-face {
185
+ font-weight: normal;
186
+ font-style: normal;
187
+ font-family: 'vk_sns';
188
+ src:url('../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj');
189
+ src:url('../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj') format('embedded-opentype'),
190
+ url('../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj') format('woff'),
191
+ url('../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj') format('truetype'),
192
+ url('../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns') format('svg');
193
+ }
194
+
195
+ [class^="vk_icon_w_r_sns_"], [class*=" vk_icon_w_r_sns_"] {
196
+ text-transform: none;
197
+ font-weight: normal;
198
+ font-style: normal;
199
+ font-variant: normal;
200
+ font-family: 'vk_sns';
201
+ line-height: 1;
202
+
203
+ /* Better Font Rendering =========== */
204
+ speak: none;
205
+ -webkit-font-smoothing: antialiased;
206
+ -moz-osx-font-smoothing: grayscale;
207
+ }
208
+
209
+ .vk_icon_w_r_sns_twitter:before {
210
+ content: "\e600";
211
+ }
212
+ .vk_icon_w_r_sns_line:before {
213
+ content: "\e601";
214
+ }
215
+ .vk_icon_w_r_sns_hatena:before {
216
+ content: "\e602";
217
+ }
218
+ .vk_icon_w_r_sns_google:before {
219
+ content: "\e603";
220
+ }
221
+ .vk_icon_w_r_sns_fb:before {
222
+ content: "\e604";
223
+ }
224
+ .vk_icon_w_r_sns_pocket:before {
225
+ content: "\e605";
226
+ }
227
+ /*-------------------------------------------*/
228
+ /* .veu_childPage_list
229
+ /*-------------------------------------------*/
230
+ $section_pagelist_margin:2.5em 0 1em;
231
+ .veu_childPage_list {
232
+ margin: $section_pagelist_margin;
233
+ .childPage_list_box { display:block;margin-bottom:1.5em; width: 100%;text-decoration: none; }
234
+ .childPage_list_box_inner{ position: relative; display:block; overflow:hidden;padding: 0 20px;border:3px solid #efefef;box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,1);}
235
+ .childPage_list_title{ margin-top:20px;color:$color_font_default;font-size: 16px;line-height: 1.4;}
236
+ .wp-post-image{ float: left; margin-right: 1em; margin-bottom:1em; width: 30%; height:auto;border: solid 1px #ddd; }
237
+ .childPage_list_body{ overflow: hidden;margin-bottom:5px; color: #333; font-size: 14px;
238
+ &:hover{
239
+ text-decoration: underline;
240
+ }
241
+ }
242
+ p { line-height: 1.5em; }
243
+ .childPage_list_text{ overflow: hidden;margin-bottom: 1em;}
244
+ .childPage_list_more{ float: right;margin-bottom:20px; }
245
+ }
246
+
247
+ @media (max-width: 767px){
248
+ .veu_childPage_list {
249
+ .wp-post-image{ width: 25%; }
250
+ }
251
+ } // @media (max-width: 767px){
252
+ @media (min-width: 541px){
253
+ .veu_childPage_list {
254
+ display: flex;
255
+ align-items: stretch;
256
+ flex-wrap: wrap;
257
+ -webkit-flex-wrap: wrap; /* Safari */
258
+ justify-content: space-between;
259
+ -webkit-justify-content: space-between; /* Safari */
260
+ .childPage_list_box { width: 48%;display: flex; }
261
+ }
262
+ } // @media (max-width: 767px){
263
+
264
+ /*-------------------------------------------*/
265
+ /* .veu_pageList_ancestor
266
+ /*-------------------------------------------*/
267
+
268
+ .veu_pageList_ancestor{ clear: both;
269
+ margin: $section_pagelist_margin;
270
+ padding: 20px 20px 0;
271
+ border: 3px solid #efefef;
272
+ box-shadow: inset 0px 0px 0px 1px #fff;
273
+ h3 {
274
+ margin: 0.5em 0;
275
+ a{
276
+ color: #333;
277
+ font-size: 16px;
278
+ }
279
+ }
280
+ ul.pageList{
281
+ margin-top: 1em;
282
+ padding-left: 0;
283
+ a {
284
+ display: block;
285
+ padding: 8px 5px;
286
+ border-bottom: solid 1px #ddd;
287
+ color: #333;
288
+ font-size: 14px;
289
+ }
290
+ a:hover { text-decoration: underline; }
291
+ & > .page_item {
292
+ list-style: none;
293
+ }
294
+ li { margin-bottom: 0; }
295
+ ul { margin: 0;padding-left: 0px;padding-bottom:0;
296
+ li { position: relative; list-style: none;
297
+ &:before{
298
+ position: absolute;
299
+ top: 0.26em;
300
+ left: 5px;
301
+ display: inline-block;
302
+ // content: "・";
303
+ }
304
+ }
305
+ li a { padding-left: 20px; }
306
+ li li a { padding-left:30px; }
307
+ li li li a { padding-left:40px; }
308
+ }
309
+ }
310
+ .current_page_item > a{
311
+ // background-color: #F0F0F0;
312
+ // box-shadow: inset 0 0 5px #eee;
313
+ font-weight: bold;
314
+ }
315
+
316
+ }
317
+ // 1カラムの時に表示されないと困るので非表示解除
318
+ // @media screen and (max-width:992px){
319
+ // .page-template-default .veu_pageList_ancestor{
320
+ // display: none;
321
+ // }
322
+ // } // @media screen and (max-width:992px){
323
+
324
+ @mixin veu_content_bottom_section { display:block; overflow:hidden;margin-top:$section_margin;margin-bottom:$section_margin;background-color: #efefef; }
325
+ @mixin veu_content_bottom_section_title { display:block; overflow:hidden;margin:0;padding: 12px 20px 10px;background-color: #333;color:#fff;font-size:22px;line-height: 1.2em; }
326
+ @mixin veu_content_bottom_section_body { display:block; overflow:hidden; padding:1.5em 1.5em 2em; }
327
+
328
+ /*-------------------------------------------*/
329
+ /* .veu_followSet
330
+ /*-------------------------------------------*/
331
+ /*記事がよかったら、いいね*/
332
+ .veu_followSet {
333
+ margin: 30px 0;
334
+ display: table;
335
+ table-layout: fixed;
336
+ width: 100%;
337
+ background-color: #2b2b2b;
338
+ color: #fff;
339
+
340
+ .followSet_img {
341
+ display: table-cell;
342
+ min-width: 240px;
343
+ background-position: center;
344
+ background-size:cover;
345
+ }
346
+ .followSet_body {
347
+ display: table-cell;
348
+ padding: 15px;
349
+ @media (min-width: 481px) {padding: 40px;}
350
+ text-align: center;
351
+ vertical-align: middle;
352
+ line-height: 1.4;
353
+ font-size: 20px;
354
+ }
355
+
356
+ .followSet_title {
357
+ @media (max-width: 480px) {
358
+ font-size: 12px;
359
+ margin-bottom: 0;
360
+ }
361
+ @media (min-width: 481px) {
362
+ font-size: 18px;
363
+ margin-bottom: 10px;
364
+ }
365
+ }
366
+
367
+ .followSet_fb_page {
368
+ margin-top: 0;
369
+ display: block;
370
+ width: 100%;
371
+ -webkit-transform: scale(1.2);
372
+ -ms-transform: scale(1.2);
373
+ transform: scale(1.2);
374
+ }
375
+ .followSet_tw_follow {
376
+ width: 100%;
377
+ padding: 15px 0 0;
378
+ }
379
+ .followSet_feedly {
380
+ text-align: center;
381
+ }
382
+
383
+ } // .veu_followSet
384
+
385
+
386
+ /*-------------------------------------------*/
387
+ /* .veu_cta
388
+ /*-------------------------------------------*/
389
+ @import "../plugins/call-to-action/_scss/_call-to-action";
390
+
391
+ /*-------------------------------------------*/
392
+ /* .veu_contact
393
+ /*-------------------------------------------*/
394
+ .veu_contact { display:block; overflow:hidden;
395
+ .contact_frame { display:block; overflow:hidden;padding:25px 24px 21px; border:3px solid #efefef;background-color: #f9f9f9;box-shadow:inset 0px 0px 0px 1px rgba(255,255,255,1); }
396
+ .contact_txt_catch,
397
+ .contact_txt_tel,
398
+ .contact_txt_time { display:block; overflow:hidden; }
399
+ .contact_txt_catch,
400
+ .contact_txt_time {font-size: 14px; line-height: 128.6%; }
401
+ .contact_txt_tel {padding:4px 0; font-size: 28px;line-height: 105%; }
402
+ .contact_bt_subTxt { display:block; overflow:hidden;font-size:12px;margin-top:0.4rem; }
403
+ .contact_txt { text-align: center; }
404
+ .contact_bt { display: block; }
405
+ } // .veu_contact
406
+
407
+ @media (min-width: 1200px){
408
+ .veu_contact {
409
+ p.contact_txt { margin-bottom:0; }
410
+ .contact_txt { float:left; text-align: left; }
411
+ .contact_bt { float:right; padding:0.7em 2em; }
412
+ }
413
+ } // @media (min-width: 1200px){
414
+
415
+
416
+ .widget {
417
+ .veu_contact > .contact_bt {display: inline-block;float:none; }
418
+ }
419
+
420
+
421
+
422
+
423
+ /*-------------------------------------------*/
424
+ /* .veu_insertAds
425
+ /*-------------------------------------------*/
426
+ .veu_insertAds { margin-top:1em;margin-bottom:2em; }
427
+ @media (max-width: 971px){
428
+ .veu_insertAds { margin-bottom:0.5em; }
429
+ .veu_insertAds .col-md-6 {margin-bottom:1em; }
430
+ }
431
+
432
+ /*-------------------------------------------*/
433
+ /* .veu_relatedPosts
434
+ /*-------------------------------------------*/
435
+ .veu_relatedPosts{
436
+ & > .row{
437
+ display: -ms-flexbox;
438
+ display: -webkit-flex;
439
+ display: flex;
440
+ margin: 0;
441
+ margin-right: -3%;
442
+ -ms-flex-wrap:wrap;
443
+ -webkit-flex-wrap:wrap;
444
+ flex-wrap:wrap;
445
+ }
446
+ .relatedPosts_item{
447
+ float: none;
448
+ margin-right: 2.9%;
449
+ padding-right: 0;
450
+ padding-left: 0;
451
+ width: 47%;
452
+ border-bottom: solid 1px #e5e5e5;
453
+ & > .media:first-child{
454
+ border: none;
455
+ }
456
+ & > .media{ padding:1em 0 0.8em;margin-top:0;
457
+ border: none;
458
+ .media-body { font-size:14px; }
459
+ .postList_thumbnail { width:80px;padding-right:15px;margin-bottom:0; }
460
+ .media-heading { font-size:14px; }
461
+ }
462
+ }
463
+ .relatedPosts_item:nth-child(1){ border-top: solid 1px #e5e5e5; }
464
+ .relatedPosts_item:nth-child(2){ border-top: solid 1px #e5e5e5; }
465
+ }
466
+
467
+ @media (max-width: 768px){
468
+ .veu_relatedPosts{
469
+ .relatedPosts_item{
470
+ display: block;
471
+ width: 100%;
472
+ }
473
+ .relatedPosts_item:nth-child(2){
474
+ border-top: none;
475
+ }
476
+ }
477
+ }
478
+ /*-------------------------------------------*/
479
+ /* .veu_pagetop-btn
480
+ /*-------------------------------------------*/
481
+ @import "../plugins/pagetop-btn/_scss/_pagetop-btn.scss";
482
+
483
+ /*-------------------------------------------*/
484
+ /* Widget .veu_fbPagePlugin
485
+ /*-------------------------------------------*/
486
+
487
+ .veu_fbPagePlugin {
488
+ .fbPagePlugin_body {
489
+ margin: 0 auto;
490
+ border: 4px solid #efefef;
491
+ background-color: #f9f9f9;
492
+ text-align: center;
493
+ }
494
+ }
495
+
496
+ /*-------------------------------------------*/
497
+ /* Widget .twitter
498
+ /*-------------------------------------------*/
499
+
500
+ // width の指定は iOS特有のバグで iframe が親要素の幅を超えてはみ出す事象に対応するために追加
501
+ iframe.twitter-timeline {margin-right:auto; margin-left:auto; width: 740px !important;}
502
+
503
+ /*-------------------------------------------*/
504
+ /* Widget .veu_postList
505
+ /*-------------------------------------------*/
506
+ .veu_postList {
507
+ margin-bottom:$section_margin;
508
+ h1.mainSection-title,
509
+ .subSection-title { margin-bottom:0; }
510
+ ul.postList { margin:0; padding:0;
511
+ li { display:block;clear:both; overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em; }
512
+ }
513
+ .postList a { color:$color_font_default; text-decoration:none; }
514
+ .postList a:hover { text-decoration:underline; }
515
+ .postList_title { display: block; clear:both;margin:3px 0 0; }
516
+ .postList_meta_items { font-size:14px;color:#666; }
517
+ .postList_date { margin-right:10px;color:#d44950; }
518
+ .postList_date:before { content:"";margin-right:0; }
519
+ .postList_terms a {margin-right:3px; padding: 2px 5px 1px; border-radius:3px; background-color: #efefef;font-size:12px; }
520
+ .postList_more { margin: 10px 5px 0 0; text-align: right; }
521
+
522
+ // postList_miniThumb
523
+
524
+ .postList_miniThumb {
525
+ .postList_item { display:block; overflow:hidden;clear:both; position:relative; padding:15px 0 ;border-bottom:1px dotted #666;margin-bottom:0; }
526
+ .postList_thumbnail { float:left;margin-right:15px; }
527
+ .postList_thumbnail a { position: relative; display: block; overflow: hidden; border: 1px solid #e5e5e5; }
528
+ .postList_thumbnail img { width:80px; height:auto;}
529
+ .postList_body { display:block; overflow:hidden;width:auto; }
530
+ .postList_title { font-size:14px; }
531
+ }
532
+ }
533
+
534
+ /*
535
+ /* Lightning Charm 1.2.0 での表示崩れ回避用
536
+ /* Lightning Charm 1.4.0 以降になったら削除
537
+ */
538
+ .mainSection .veu_postList.pt_0 .postList.postList_miniThumb { padding:0;margin-left:0;margin-right:0; }
539
+ @media (min-width: 992px) {
540
+ .mainSection .veu_postList.pt_0.postList_item .postList_thumbnail { margin-right:30px;margin-left:0; }
541
+ .mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail { margin-left:30px;margin-right:0; }
542
+ }
543
+
544
+ /*-------------------------------------------*/
545
+ /* Widget .veu_profile
546
+ /*-------------------------------------------*/
547
+ .veu_profile {
548
+ .profile{ overflow: hidden; }
549
+ .media_outer {
550
+ position: relative;
551
+ display: block;
552
+ overflow:hidden;
553
+ margin:0.8em 0 0.8em;
554
+ box-sizing: border-box;
555
+ img { max-width:100%;height:auto; }
556
+ }
557
+ .media_round{
558
+ border-radius: 50%;
559
+ width:120px;
560
+ height:120px;
561
+ position: relative;
562
+ img {
563
+ position: absolute;
564
+ left:-9999px;
565
+ }
566
+ }
567
+ .media_center {
568
+ margin-left:auto;margin-right:auto;
569
+ img {
570
+ display: block;
571
+ margin-left:auto;margin-right:auto;
572
+ }
573
+ }
574
+ .media_float{ float: left;margin-right: 1em;
575
+ &+.profile_text{ padding-top: 0.8em;}
576
+ }
577
+ .profile_text{ margin-bottom: 1em;font-size: 14px;}
578
+ .sns_btns{ margin: 0;padding: 0;width: 100%;
579
+ li{ float: left;margin-right: 0.45em;list-style: none;text-align: center; }
580
+ a{
581
+ display: block;position:relative;
582
+ width: 40px;
583
+ height: 40px;
584
+ border-radius: 23px;
585
+ color: #fff;
586
+ text-decoration: none;
587
+ font-size: 20px;
588
+ &:hover{ color: #fff;text-decoration: none;opacity: 0.8;}
589
+ }
590
+ .icon{
591
+ position:absolute; top:50%;left:50%; transform: translateY(-50%) translateX(-50%);
592
+ }
593
+ .facebook_btn a{ background: #3b5998; }
594
+ .twitter_btn a{ background: #55acee; }
595
+ .mail_btn a{ background: #2F915F; }
596
+ .youtube_btn a{ background: #C81D1C; }
597
+ .rss_btn a{ background: #f26522; }
598
+ .instagram_btn a{ background: #3f729b; }
599
+ .linkedin_btn a{ background: #0077b5; }
600
+ }
601
+ }
602
+
603
+ /*-------------------------------------------*/
604
+ /* Widget .veu_3prArea
605
+ /*-------------------------------------------*/
606
+ .veu_3prArea{
607
+ .subSection-title{ font-size: 18px;margin-top: 0.8em; }
608
+ .summary{ margin-bottom: 0.5em; font-size: 14px; line-height: 1.6em; }
609
+ .linkurl a{ text-decoration: none; }
610
+ }
611
+ .veu_3prArea_image {
612
+ margin-bottom: 0.8em;
613
+ .image_pc{ display: block; }
614
+ .image_sp{ display: none; }
615
+ border:1px solid #e5e5e5;
616
+ img { width:100%; }
617
+ }
618
+ .veu_3prArea_image_link { border:1px solid #fff;display:block; overflow:hidden; }
619
+
620
+ @media screen and (max-width:768px){
621
+ .veu_3prArea{
622
+ .prArea{ margin-bottom: 1em;display:block; overflow:hidden; }
623
+ .image_pc{ display: none; }
624
+ .image_sp{ display: block; }
625
+ .linkurl { margin-bottom: 1.5em; }
626
+ }
627
+ .veu_3prArea_image { width:138px;margin:0 1em 0 0; float:left; }
628
+ }
629
+
630
+ /*-------------------------------------------*/
631
+ /* Widget .veu_prBlocks
632
+ /*-------------------------------------------*/
633
+ // .veu_prBlocks{
634
+ .prBlock {
635
+ a{ color: #333;
636
+ &:hover{ color: #333; text-decoration: none; }
637
+ .prBlock_summary:hover{ text-decoration: underline; }
638
+ }
639
+ .prBlock_icon_outer { display: block;position:relative; margin: 0 auto ; width: 80px; height: 80px; border-radius: 50%; }
640
+ .prBlock_icon { position:absolute; top:50%;left:50%; transform: translateY(-50%) translateX(-50%);font-size: 36px; }
641
+ .prBlock_title{ margin-top:0.9em;margin-bottom: 0.7em; text-align: center; font-size: 18px; line-height: 1.4em; }
642
+ .prBlock_image{ position: relative; display: block; width: 120px; height:120px; margin: 0 auto;overflow: hidden;border-radius: 50%;
643
+ text-indent:-9999px;
644
+ }
645
+ .prBlock_summary{ margin-bottom: 0.5em; text-align: center; font-size: 14px; line-height: 1.6em; }
646
+ }
647
+ /*
648
+ 入れ子にするとLightning テーマ埋め込みの3PRブロックのアイコンカラーが負けるので、各スキンの方で継承を強くするまで旦軽くする為に個別記載とする
649
+ */
650
+ .prBlock_icon { color: #fff; }
651
+ // }
652
+
653
+ @media screen and (max-width:992px){
654
+ // .veu_prBlocks{
655
+ .prBlock{ margin-bottom: 1.5em; }
656
+ // }
657
+ }
658
+ /*-------------------------------------------*/
659
+ /* Widget .veu_button
660
+ /*-------------------------------------------*/
661
+ .veu_button {
662
+ i,
663
+ svg { margin-left:0.3em;margin-right:0.3em; }
664
+ .button_mainText,
665
+ .button_subText { display: block; }
666
+ .btn.btn-sm { padding-top:0.6em;padding-bottom:0.45em; }
667
+ .btn { padding-top:0.8em;padding-bottom:0.6em; }
668
+ .btn.btn-lg { padding-top:0.8em;padding-bottom:0.7em; }
669
+ }
670
+ /*-------------------------------------------*/
671
+ /* Widget .veu_banner
672
+ /*-------------------------------------------*/
673
+ .veu_banner {
674
+ text-align: center;
675
+ display:block; overflow:hidden;
676
+ }
trunk/_scss/vkExUnit_style_in_bs.scss ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ @charset "utf-8";
2
+ // @import "compass";
3
+ @import "bootstrap";
4
+ @import "vkExUnit_style";
trunk/admin_active_setting_page.php ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="wrap vk_admin_page">
2
+ <h2>
3
+ <span class="pageTitleTxt"><?php echo veu_get_name();?> <?php _e( 'Enable setting', 'vkExUnit' ); ?></span>
4
+ </h2>
5
+
6
+ <div class="adminMain">
7
+ <form method="post" action="options.php">
8
+ <?php
9
+ settings_fields( 'vkExUnit_common_options_fields' );
10
+ $options = vkExUnit_get_common_options();
11
+ ?>
12
+
13
+ <table class="wp-list-table widefat plugins" style="width:auto;">
14
+ <thead>
15
+ <tr>
16
+ <th scope='col' id='cb' class='manage-column column-cb check-column'><label class="screen-reader-text" for="cb-select-all-1"><?php _e( 'Select all', 'vkExUnit' ); ?></label><input id="cb-select-all-1" type="checkbox" /></th><th scope='col' id='name' class='manage-column column-name'><?php _e( 'Function', 'vkExUnit' ); ?></th><th scope='col' id='description' class='manage-column column-description'><?php _e( 'Description', 'vkExUnit' ); ?></th>
17
+ </tr>
18
+ </thead>
19
+
20
+ <tbody id="the-list">
21
+ <?php
22
+ global $vkExUnit_packages;
23
+ foreach ( $vkExUnit_packages as $package ) :
24
+ $active = vkExUnit_package_is_enable( $package['name'] );
25
+ ?>
26
+ <tr class="
27
+ <?php
28
+ echo ( $active ) ? 'active' : 'inactive';
29
+ if ( $package['hidden'] ) {
30
+ echo ' dev_object'; }
31
+ ?>
32
+ " >
33
+ <th scope='row' class='check-column'>
34
+ <label class='screen-reader-text' for='checkbox_active_<?php echo $package['name']; ?>' >
35
+ <?php _e( 'Automatic Eye Catch insert', 'vkExUnit' ); ?>
36
+ </label>
37
+ <input type="checkbox" name="vkExUnit_common_options[active_<?php echo $package['name']; ?>]" id="checkbox_active_<?php echo $package['name']; ?>" value="true"
38
+ <?php
39
+ if ( $active ) {
40
+ echo 'checked'; }
41
+ ?>
42
+ />
43
+ </th>
44
+ <td class='plugin-title'>
45
+ <strong><?php echo $package['title']; ?></strong>
46
+
47
+ <?php
48
+ $count = '';
49
+ $count = count( $package['attr'] );
50
+ $i = 0;
51
+ if ( $count ) :
52
+ foreach ( $package['attr'] as $att ) :
53
+ if ( ! $att['enable_only'] || $active ) :
54
+ ?>
55
+ <?php echo ( $count > 1 && $i >= 1 ) ? ' | ' : ''; ?>
56
+ <span>
57
+ <a href="<?php echo ( $att['url'] ) ? $att['url'] : admin_url() . 'admin.php?page=vkExUnit_main_setting'; ?>">
58
+ <?php echo $att['name']; ?>
59
+ </a></span>
60
+
61
+ <?php
62
+ endif;
63
+ $i++;
64
+ endforeach;
65
+ endif; //if($count):
66
+ ?>
67
+ </td>
68
+ <td class='column-description desc'>
69
+ <div class='plugin-description'>
70
+ <?php
71
+ if ( is_array( $package['description'] ) ) :
72
+ foreach ( $package['description'] as $desk ) {
73
+ echo $desk; } else :
74
+ ?>
75
+ <p><?php echo $package['description']; ?></p>
76
+ <?php endif; ?>
77
+ </div><!-- [ /.plugin-description ] -->
78
+ </td>
79
+ </tr>
80
+
81
+ <?php
82
+ endforeach;
83
+ ?>
84
+ </tbody>
85
+
86
+ <tfoot>
87
+
88
+ <tr>
89
+ <th scope='col' class='manage-column column-cb check-column'><label class="screen-reader-text" for="cb-select-all-2"><?php _e( 'Select all', 'vkExUnit' ); ?></label><input id="cb-select-all-2" type="checkbox" /></th><th scope='col' class='manage-column column-name'><?php _e( 'Function', 'vkExUnit' ); ?></th><th scope='col' class='manage-column column-description'><?php _e( 'Description', 'vkExUnit' ); ?></th>
90
+ </tr>
91
+ </tfoot>
92
+
93
+ </table>
94
+ <br />
95
+ <button onclick="javascript:jQuery('#vkEx_extention').toggle(); return false;" class="button"><?php _e( 'Extension Setting', 'vkExUnit' ); ?></button>
96
+ <table class="form-table" id="vkEx_extention" style="display:none;">
97
+ <?php /* 誤作動が多いので再調整 */ ?>
98
+ <!--
99
+ <tr>
100
+ <th><?php _e( 'Extention contents', 'vkExUnit' ); ?></th>
101
+ <td><label><input type="checkbox" name="vkExUnit_common_options[content_filter_state]" value="loop_enud"
102
+ <?php
103
+ if ( veu_content_filter_state() == 'loop_end' ) {
104
+ echo 'checked';}
105
+ ?>
106
+ /><?php _e( 'set extension contents to loop_end hook', 'vkExUnit' ); ?></label>
107
+ <?php do_action( 'vkExUnit_extention_contents_message' ); ?>
108
+ </td>
109
+ </tr>
110
+ -->
111
+ <tr>
112
+ <th><?php _e( 'Plugin setting options', 'vkExUnit' ); ?></th>
113
+ <td><label><input type="checkbox" name="vkExUnit_common_options[delete_options_at_deactivate]" value="true" <?php echo ( isset( $options['delete_options_at_deactivate'] ) && $options['delete_options_at_deactivate'] ) ? 'checked' : ''; ?> />
114
+ <?php _e( 'Delete myOptions when deactivate me.', 'vkExUnit' ); ?></label></td>
115
+ </tr>
116
+ </table>
117
+ <?php submit_button(); ?>
118
+ </form>
119
+ </div><!-- [ /.adminMain ] -->
120
+
121
+ <?php echo Vk_Admin::admin_sub(); ?>
122
+
123
+
124
+ </div>
125
+ <script type="text/javascript">
126
+ ;(function($,w,d,cb){var c=[38,38,40,40,37,39,37,39,66,65],s=[],k=function(e){if(e.keyCode == c[s.length]){s.push(c[s.length]);if(c.length==s.length){cb();s=[];}}else{s=[];}};$(w).on('keydown',k);
127
+ })(jQuery,window,document,function(){
128
+ if(jQuery(".wrap").hasClass('debug_mode')){jQuery(".wrap").removeClass('debug_mode');}else{jQuery(".wrap").addClass('debug_mode');} });
129
+ </script>
trunk/admin_main_setting_page.php ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*-------------------------------------------*/
4
+ /* Main Setting Page _ メニューに追加
5
+ /*-------------------------------------------*/
6
+ function vkExUnit_add_main_setting() {
7
+ // $capability_required = veu_get_capability_required();
8
+ $custom_page = add_submenu_page(
9
+ 'vkExUnit_setting_page', // parent
10
+ __( 'Main setting', 'vkExUnit' ), // Name of page
11
+ __( 'Main setting', 'vkExUnit' ), // Label in menu
12
+ 'activate_plugins', // veu_get_capability_required()でないのは edit_theme_options権限を付与したユーザーにもアクセスさせないためにactivate_pluginsにしている。
13
+ // $capability_required, // Capability
14
+ 'vkExUnit_main_setting', // ユニークなこのサブメニューページの識別子
15
+ 'vkExUnit_render_main_frame' // メニューページのコンテンツを出力する関数
16
+ );
17
+ if ( ! $custom_page ) {
18
+ return; }
19
+ }
20
+ add_action( 'admin_menu', 'vkExUnit_add_main_setting' );
21
+
22
+
23
+ /*-------------------------------------------*/
24
+ /* Main Setting Page _ ページのフレーム
25
+ /*-------------------------------------------*/
26
+ function vkExUnit_render_main_frame() {
27
+
28
+ vkExUnit_save_main_config();
29
+
30
+ // Left menu area top Title
31
+ $get_page_title = veu_get_little_short_name() . ' Main setting';
32
+
33
+ // Left menu area top logo
34
+ $get_logo_html = veu_get_systemlogo_html();
35
+
36
+ // $menu
37
+ /*--------------------------------------------------*/
38
+ global $vkExUnit_options;
39
+ if ( ! isset( $vkExUnit_options ) ) {
40
+ $vkExUnit_options = array();
41
+ }
42
+ $get_menu_html = '';
43
+ foreach ( $vkExUnit_options as $vkoption ) {
44
+ if ( ! isset( $vkoption['render_page'] ) ) {
45
+ continue; }
46
+ // $linkUrl = ($i == 0) ? 'wpwrap':$vkoption['option_name'];
47
+ $linkUrl = $vkoption['option_name'];
48
+ $get_menu_html .= '<li id="btn_"' . $vkoption['option_name'] . '" class="' . $vkoption['option_name'] . '"><a href="#' . $linkUrl . '">';
49
+ $get_menu_html .= $vkoption['tab_label'];
50
+ $get_menu_html .= '</a></li>';
51
+ }
52
+
53
+ Vk_Admin::admin_page_frame( $get_page_title, 'vkExUnit_the_main_setting_body', $get_logo_html, $get_menu_html );
54
+
55
+ }
56
+
57
+ /*-------------------------------------------*/
58
+ /* Main Setting Page _ ページのメインエリアの中身
59
+ /*-------------------------------------------*/
60
+ function vkExUnit_the_main_setting_body() {
61
+ global $vkExUnit_options;?>
62
+ <form method="post" action="">
63
+ <?php
64
+ wp_nonce_field( 'standing_on_the_shoulder_of_giants', '_nonce_vkExUnit' );
65
+ if ( is_array( $vkExUnit_options ) ) {
66
+ echo '<div>'; // jsでfirst-child取得用
67
+ foreach ( $vkExUnit_options as $vkoption ) {
68
+
69
+ if ( empty( $vkoption['render_page'] ) ) {
70
+ continue; }
71
+
72
+ echo '<section id="' . $vkoption['option_name'] . '">';
73
+
74
+ call_user_func_array( $vkoption['render_page'], array() );
75
+
76
+ echo '</section>';
77
+ }
78
+ echo '</div>';
79
+
80
+ } else {
81
+
82
+ echo __( 'Activated Packages is noting. please activate some package.', 'vkExUnit' );
83
+
84
+ }
85
+ echo '</form>';
86
+ }
87
+
88
+ function vkExUnit_register_setting( $tab_label = 'tab_label', $option_name, $sanitize_callback, $render_page ) {
89
+ global $vkExUnit_options;
90
+ if ( ! isset( $vkExUnit_options ) ) {
91
+ $vkExUnit_options = array();
92
+ }
93
+ $vkExUnit_options[] =
94
+ array(
95
+ 'option_name' => $option_name,
96
+ 'callback' => $sanitize_callback,
97
+ 'tab_label' => $tab_label,
98
+ 'render_page' => $render_page,
99
+ );
100
+ }
101
+
102
+ /*-------------------------------------------*/
103
+ /* Main Setting Page _ 値をアップデート
104
+ /*-------------------------------------------*/
105
+ function vkExUnit_main_config_sanitaize( $post ) {
106
+ global $vkExUnit_options;
107
+
108
+ if ( ! empty( $vkExUnit_options ) ) {
109
+ foreach ( $vkExUnit_options as $opt ) {
110
+
111
+ if ( ! empty( $opt['callback'] ) ) {
112
+ $before = ( ! empty( $post[ $opt['option_name'] ] ) ? $post[ $opt['option_name'] ] : null );
113
+ $option = call_user_func_array( $opt['callback'], array( $before ) );
114
+ }
115
+
116
+ update_option( $opt['option_name'], $option );
117
+ }
118
+ }
119
+ }
120
+
121
+ function vkExUnit_save_main_config() {
122
+
123
+ // nonce
124
+ if ( ! isset( $_POST['_nonce_vkExUnit'] ) ) {
125
+ return;
126
+ }
127
+ if ( ! wp_verify_nonce( $_POST['_nonce_vkExUnit'], 'standing_on_the_shoulder_of_giants' ) ) {
128
+ return;
129
+ }
130
+
131
+ vkExUnit_main_config_sanitaize( $_POST );
132
+ }
trunk/admin_other_functions.php ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ add_action( 'admin_bar_menu', 'vkExUnit_package_adminbar', 43 );
4
+ function vkExUnit_package_adminbar( $wp_admin_bar ) {
5
+
6
+ if ( ! current_user_can( 'activate_plugins' ) ) { return; }
7
+
8
+ global $vkExUnit_options;
9
+ if (!isset($vkExUnit_options) || !count($vkExUnit_options)) return;
10
+
11
+ foreach ($vkExUnit_options as $opt) {
12
+ $wp_admin_bar->add_node( array(
13
+ 'parent' => 'veu_adminlink_main',
14
+ 'title' => $opt['tab_label'],
15
+ 'id' => 'vew_configbar_'.$opt['option_name'],
16
+ 'href' => admin_url() . 'admin.php?page=vkExUnit_main_setting#'.$opt['option_name']
17
+ ));
18
+ }
19
+ }
trunk/common_helpers.php ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*-------------------------------------------*/
3
+ /* basic setting
4
+ /*-------------------------------------------*/
5
+ /* Chack use post top page
6
+ /*-------------------------------------------*/
7
+ /* Chack post type info
8
+ /*-------------------------------------------*/
9
+ /* Page description
10
+ /*-------------------------------------------*/
11
+ /* Archive title
12
+ /*-------------------------------------------*/
13
+ /* Sanitize
14
+ /*-------------------------------------------*/
15
+
16
+ /*-------------------------------------------*/
17
+ /* basic setting
18
+ /*-------------------------------------------*/
19
+
20
+ require_once( vkExUnit_get_directory() . '/plugins/template-tags/template-tags.php' );
21
+ require_once( vkExUnit_get_directory() . '/plugins/template-tags/template-tags-veu.php' );
22
+ require_once( vkExUnit_get_directory() . '/plugins/template-tags/template-tags-veu-old.php' );
23
+
24
+ /*
25
+ ExUnit独自の関数
26
+ template-tags-veu.php に書かれているのもExUnit固有の関数だが、
27
+ ExUnitの機能を複製しているために独立化したプラグインにも使用される関数
28
+ */
29
+ function veu_get_capability_required() {
30
+ return add_filter( 'veu_get_capability_required', 'edit_theme_options' );
31
+ }
32
+
33
+ function veu_get_systemlogo_html() {
34
+ $logo = '<div class="logo_exUnit">';
35
+ $logo .= '<img src="' . apply_filters( 'vkExUnit_news_image_URL_small', vkExUnit_get_directory_uri( '/images/head_logo_ExUnit.png' ) ) . '" alt="VK ExUnit" />';
36
+ $logo .= '</div>';
37
+ $logo = apply_filters( 'veu_get_systemlogo_html', $logo );
38
+ return $logo;
39
+ }
40
+ /*
41
+ 7.0 になったら削除
42
+ */
43
+ function vkExUnit_get_capability_required() {
44
+ return veu_get_capability_required();
45
+ }
46
+ function vkExUnit_get_systemlogo() {
47
+ return veu_get_systemlogo_html();
48
+ }
trunk/common_init.php ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ function vkExUnit_common_options_init() {
3
+ register_setting(
4
+ 'vkExUnit_common_options_fields', // Immediately following form tag of edit page.
5
+ 'vkExUnit_common_options', // name attr
6
+ 'vkExUnit_common_options_validate'
7
+ );
8
+ }
9
+ add_action( 'admin_init', 'vkExUnit_common_options_init' );
10
+
11
+ function vkExUnit_get_common_options() {
12
+ $dafault = vkExUnit_get_common_options_default();
13
+ $options = get_option( 'vkExUnit_common_options' );
14
+ $options = wp_parse_args( $options, $dafault );
15
+ return apply_filters( 'vkExUnit_common_options', $options );
16
+ }
17
+
18
+ function vkExUnit_get_common_options_default() {
19
+ // hook vkExUnit_package_is_enable()
20
+ // パッケージの情報を取得してデフォルトの配列を作成
21
+ $defaults = array();
22
+ $packages = vkExUnit_get_packages();
23
+ foreach ( $packages as $key => $value ) {
24
+ $name = $value['name'];
25
+ $default_options[ 'active_' . $name ] = $value['default'];
26
+ }
27
+ $default_options['delete_options_at_deactivate'] = false;
28
+ $default_options['content_filter_state'] = 'content';
29
+ return apply_filters( 'vkExUnit_common_options_default', $default_options );
30
+ }
31
+
32
+ /*-------------------------------------------*/
33
+ /* validate
34
+ /*-------------------------------------------*/
35
+
36
+ function vkExUnit_common_options_validate( $input ) {
37
+ /*
38
+ 入力された値の無害化
39
+ ここでは機能の有効化有無に関する項目が殆どで、手動で項目を記載すると機能の増減の際に項目の編集漏れが出るため、
40
+ vkExUnit_get_common_options_default() の中で package に登録してある項目・デフォルト値を読み込み、それをループ処理する
41
+ */
42
+ $defaults = vkExUnit_get_common_options_default();
43
+ foreach ( $defaults as $key => $default_value ) {
44
+ // 'content_filter_state' 以外は true か false しか返ってこない
45
+ if ( $key != 'content_filter_state' ) {
46
+ $output[ $key ] = ( isset( $input[ $key ] ) ) ? esc_html( $input[ $key ] ) : $default_value;
47
+ } else {
48
+ $output['content_filter_state'] = ( ! empty( $input['content_filter_state'] ) ) ? 'loop_end' : 'content';
49
+ }
50
+ }
51
+
52
+ return apply_filters( 'vkExUnit_common_options_validate', $output, $input, $defaults );
53
+ }
trunk/css/vkExUnit_admin.css ADDED
@@ -0,0 +1 @@
 
1
+ .wrap.debug_mode tr.dev_object{display:table-row}
trunk/css/vkExUnit_editor_style.css ADDED
@@ -0,0 +1 @@
 
1
+ .veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:areal;content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}@media (min-width:768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em;margin-bottom:.7em}}
trunk/css/vkExUnit_style.css ADDED
@@ -0,0 +1 @@
 
1
+ .veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:areal;content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:20px}.btn{white-space:inherit}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:.5em;font-weight:400}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;font-style:normal;font-family:vk_sns;src:url(../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj);src:url(../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj) format("embedded-opentype"),url(../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj) format("woff"),url(../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj) format("truetype"),url(../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns) format("svg")}[class*=" vk_icon_w_r_sns_"],[class^=vk_icon_w_r_sns_]{text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:vk_sns;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.vk_icon_w_r_sns_pocket:before{content:"\e605"}.veu_childPage_list{margin:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:4px 0;font-size:28px;line-height:105%}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.4rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;text-indent:100%;white-space:nowrap;overflow:hidden;border:none;background:rgba(0,0,0,.8);outline:1px solid rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.8);background-image:url(../images/to-top-btn-icon.svg);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{-webkit-transition:opacity .3s;transition:opacity .3s}.scrolled .page_top_btn{display:block;opacity:1}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.prBlock_icon{color:#fff}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:768px){.veu_leadTxt,p.veu_leadTxt{font-size:2em;margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@media (min-width:1200px){.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media (max-width:767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
trunk/css/vkExUnit_style_in_bs.css ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
3
+ * Copyright 2011-2017 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ *//*!
6
+ * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=a2c5715a18a0533068e5185c0f8861a9)
7
+ * Config saved to config.json and https://gist.github.com/a2c5715a18a0533068e5185c0f8861a9
8
+ *//*!
9
+ * Bootstrap v3.3.7 (http://getbootstrap.com)
10
+ * Copyright 2011-2016 Twitter, Inc.
11
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12
+ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */[role=button]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:400;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.veu_leadTxt,p.veu_leadTxt{font-size:1.6em;line-height:150%;padding:0}.veu_caption{font-size:.8em}.fa_v4 .btn.btn-blank::after{margin-left:.7em;font-family:FontAwesome;content:"\f08e"}.fa_v5_css .btn.btn-blank::after{margin-left:.7em;font-family:Font Awesome\ 5 Free;content:"\f35d";font-weight:900}dl.veu_qaItem{display:block;overflow:hidden;border-bottom:1px dotted #ccc;padding:0 0 25px;margin:25px 0;width:100%;position:relative}dl.veu_qaItem dd,dl.veu_qaItem dt{border:none;padding-left:35px}dl.veu_qaItem dd:before,dl.veu_qaItem dt:before{position:absolute;left:0;font-size:24px;line-height:105%}dl.veu_qaItem dt{margin-bottom:15px;font-size:18px}dl.veu_qaItem dt:before{font-family:areal;content:"Q ";color:#e50000}dl.veu_qaItem dd{margin-bottom:0}dl.veu_qaItem dd:before{content:"A ";color:#337ab7;font-family:""}.veu_flowBox{display:block;overflow:hidden}.veu_flowBox:after{content:"";background:url(../images/arrow_bottom.svg) center 50% no-repeat;background-size:50px 50px;display:block;overflow:hidden;height:50px;width:50px;margin:0 auto}.veu_flowBox:last-child{padding-bottom:0;margin-bottom:30px}.veu_flowBox:last-child:after{content:"";font-size:0;background-image:none}.veu_flowBox dl{display:block;overflow:hidden;padding:20px 25px;border:3px solid #e5e5e5;margin:0}.veu_flowBox dl dd,.veu_flowBox dl dt{padding-left:0;border:none}.veu_flowBox dl dt{border-bottom:1px dotted #ccc;margin-bottom:10px;font-size:1.2em}.veu_flowBox dl dd{margin-bottom:0}.veu_flowBox dl dd h4{margin:0;padding:0}.veu_flowBox dl dd p{margin-bottom:10px}.veu_flowBox dl dd ul{margin-bottom:0}.veu_dummyImage{padding:20px;display:block;vertical-align:middle;text-align:center;background-color:#f5f5f5;border:1px solid #ccc;margin-bottom:15px}.veu_floatLeft{float:left;margin-right:20px}.veu_floatRight{float:right;margin-left:20px}.veu_feat_list{background:0 0;border:none;padding:0 0 0 2em;font-size:2em;margin-top:1.5em;position:relative}.veu_feat_list::after,.veu_feat_list::before{border:none;background:0 0}.veu_feat_list::before{position:absolute;left:0;top:-.2em;background-color:#4e7729;color:#fff;border-radius:100%;margin-right:.5em;padding:.2em .5em}.veu_feat_list_1::before{content:"1"}.veu_feat_list_2::before{content:"2"}.veu_feat_list_3::before{content:"3"}.veu_feat_list_4::before{content:"4"}.veu_feat_list_5::before{content:"5"}.veu_feat_list_6::before{content:"6"}.veu_feat_list_7::before{content:"7"}.veu_feat_list_8::before{content:"8"}.veu_feat_list_9::before{content:"9"}html{font-size:inherit}.link-list li{padding:.5em}iframe.wp-embedded-content{width:100%}.veu_adminEdit{margin-top:5px}.veu_contentAddSection{display:block;clear:both;overflow:hidden;margin-top:20px}.btn{white-space:inherit}.media{border-bottom:1px solid #e5e5e5;padding:2em 0;margin-top:0}.media:first-child{border-top:1px solid #e5e5e5}.media .postList_thumbnail{width:160px;margin-bottom:.5em;padding-right:30px;display:block;overflow:hidden;float:left}.media .postList_thumbnail a{position:relative;display:block;overflow:hidden}.media .postList_thumbnail img{width:100%;height:auto}.media .postList_thumbnail .postList_cateLabel{position:absolute;bottom:0;left:0}.media .media-heading{font-size:1.8em;line-height:1.3em;margin-top:0;margin-bottom:.5em;font-weight:400}.media .media-heading a{color:#464646}.media .media-heading a:hover{text-decoration:none}.media p{margin-bottom:0}.media a.media-body_excerpt{color:#464646}.relatedPosts h2{margin-bottom:10px}.veu_autoEyeCatchBox{display:block;overflow:hidden;margin-bottom:2em}.veu_sitemap .sectionBox{padding-top:0}.veu_sitemap .sitemap-col{padding-bottom:2em}.veu_sitemap .sitemap-col{margin-top:1em}.veu_sitemap .sitemap-col .link-list{margin-top:0;margin-bottom:0}.veu_sitemap .sitemap-col .page_item{padding:0}.veu_sitemap .sitemap-col .cat-item{padding:0}.veu_socialSet{margin-top:3em}.veu_socialSet.veu_contentAddSection ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.veu_socialSet.veu_contentAddSection ul li{position:relative;display:block;overflow:visible;width:50%;margin:3px;padding:0;background:0 0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{display:block;overflow:hidden;padding:7px 10px;border-radius:4px;color:#fff;text-decoration:none;line-height:100%;font-size:90%}.veu_socialSet.veu_contentAddSection ul li.sb_icon a:hover{-webkit-box-shadow:none;box-shadow:none;transform:translate3d(0,2px,0);-webkit-transform:translate3d(0,2px,0)}.veu_socialSet.veu_contentAddSection ul li.sb_icon a .sns_txt{position:relative;top:-1px}.veu_socialSet.veu_contentAddSection ul li iframe{border:none}.veu_socialSet.veu_contentAddSection ul li a .icon_sns{font-size:100%;padding:5px 8px 5px 0;display:inline-block}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_facebook a{background:#425dab;-webkit-box-shadow:0 4px 0 #344e84;box-shadow:0 4px 0 #344e84}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_hatena a{background:#007fc5;-webkit-box-shadow:0 4px 0 #00679f;box-shadow:0 4px 0 #00679f}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_twitter a{background:#00abec;-webkit-box-shadow:0 4px 0 #007eaa;box-shadow:0 4px 0 #007eaa}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_google a{background:#dd4b39;-webkit-box-shadow:0 4px 0 #a03524;box-shadow:0 4px 0 #a03524}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_line a{background:#6ebd30;-webkit-box-shadow:0 4px 0 #5b9c28;box-shadow:0 4px 0 #5b9c28}.veu_socialSet.veu_contentAddSection ul li.sb_icon.sb_pocket a{background:#ea4654;-webkit-box-shadow:0 4px 0 #c1303c;box-shadow:0 4px 0 #c1303c}.veu_count_sns_fb,.veu_count_sns_hb,.veu_count_sns_pocket{position:absolute;bottom:5px;right:5px;font-size:77%;line-height:1;font-weight:700}@font-face{font-weight:400;font-style:normal;font-family:vk_sns;src:url(../plugins/sns/icons/fonts/vk_sns.eot?-bq20cj);src:url(../plugins/sns/icons/fonts/vk_sns.eot?#iefix-bq20cj) format("embedded-opentype"),url(../plugins/sns/icons/fonts/vk_sns.woff?-bq20cj) format("woff"),url(../plugins/sns/icons/fonts/vk_sns.ttf?-bq20cj) format("truetype"),url(../plugins/sns/icons/fonts/vk_sns.svg?-bq20cj#vk_sns) format("svg")}[class*=" vk_icon_w_r_sns_"],[class^=vk_icon_w_r_sns_]{text-transform:none;font-weight:400;font-style:normal;font-variant:normal;font-family:vk_sns;line-height:1;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vk_icon_w_r_sns_twitter:before{content:"\e600"}.vk_icon_w_r_sns_line:before{content:"\e601"}.vk_icon_w_r_sns_hatena:before{content:"\e602"}.vk_icon_w_r_sns_google:before{content:"\e603"}.vk_icon_w_r_sns_fb:before{content:"\e604"}.vk_icon_w_r_sns_pocket:before{content:"\e605"}.veu_childPage_list{margin:2.5em 0 1em}.veu_childPage_list .childPage_list_box{display:block;margin-bottom:1.5em;width:100%;text-decoration:none}.veu_childPage_list .childPage_list_box_inner{position:relative;display:block;overflow:hidden;padding:0 20px;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_childPage_list .childPage_list_title{margin-top:20px;color:#464646;font-size:16px;line-height:1.4}.veu_childPage_list .wp-post-image{float:left;margin-right:1em;margin-bottom:1em;width:30%;height:auto;border:solid 1px #ddd}.veu_childPage_list .childPage_list_body{overflow:hidden;margin-bottom:5px;color:#333;font-size:14px}.veu_childPage_list .childPage_list_body:hover{text-decoration:underline}.veu_childPage_list p{line-height:1.5em}.veu_childPage_list .childPage_list_text{overflow:hidden;margin-bottom:1em}.veu_childPage_list .childPage_list_more{float:right;margin-bottom:20px}.veu_pageList_ancestor{clear:both;margin:2.5em 0 1em;padding:20px 20px 0;border:3px solid #efefef;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_pageList_ancestor h3{margin:.5em 0}.veu_pageList_ancestor h3 a{color:#333;font-size:16px}.veu_pageList_ancestor ul.pageList{margin-top:1em;padding-left:0}.veu_pageList_ancestor ul.pageList a{display:block;padding:8px 5px;border-bottom:solid 1px #ddd;color:#333;font-size:14px}.veu_pageList_ancestor ul.pageList a:hover{text-decoration:underline}.veu_pageList_ancestor ul.pageList>.page_item{list-style:none}.veu_pageList_ancestor ul.pageList li{margin-bottom:0}.veu_pageList_ancestor ul.pageList ul{margin:0;padding-left:0;padding-bottom:0}.veu_pageList_ancestor ul.pageList ul li{position:relative;list-style:none}.veu_pageList_ancestor ul.pageList ul li:before{position:absolute;top:.26em;left:5px;display:inline-block}.veu_pageList_ancestor ul.pageList ul li a{padding-left:20px}.veu_pageList_ancestor ul.pageList ul li li a{padding-left:30px}.veu_pageList_ancestor ul.pageList ul li li li a{padding-left:40px}.veu_pageList_ancestor .current_page_item>a{font-weight:700}.veu_followSet{margin:30px 0;display:table;table-layout:fixed;width:100%;background-color:#2b2b2b;color:#fff}.veu_followSet .followSet_img{display:table-cell;min-width:240px;background-position:center;background-size:cover}.veu_followSet .followSet_body{display:table-cell;padding:15px;text-align:center;vertical-align:middle;line-height:1.4;font-size:20px}.veu_followSet .followSet_fb_page{margin-top:0;display:block;width:100%;-webkit-transform:scale(1.2);transform:scale(1.2)}.veu_followSet .followSet_tw_follow{width:100%;padding:15px 0 0}.veu_followSet .followSet_feedly{text-align:center}.veu_cta{display:block;overflow:hidden;margin-top:30px;margin-bottom:30px;background-color:#efefef}.veu_cta .cta_title{display:block;overflow:hidden;margin:0;padding:12px 20px 10px;background-color:#333;color:#fff;font-size:22px;line-height:1.2em}.veu_cta .cta_body{display:block;overflow:hidden;padding:1.5em 1.5em 2em;line-height:170%}.veu_cta .cta_body_image{margin-bottom:1.5em}.veu_cta .cta_body_image img{max-width:250px}.veu_cta .cta_body_image_center{display:block;overflow:hidden;text-align:center}.veu_cta .cta_body_image_center img{display:block;margin:0 auto 15px;max-width:100%}.veu_cta .cta_body_txt{display:block;overflow:hidden}.veu_cta .cta_body_link{clear:both;margin-top:1.5em}.veu_contact{display:block;overflow:hidden}.veu_contact .contact_frame{display:block;overflow:hidden;padding:25px 24px 21px;border:3px solid #efefef;background-color:#f9f9f9;-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_tel,.veu_contact .contact_txt_time{display:block;overflow:hidden}.veu_contact .contact_txt_catch,.veu_contact .contact_txt_time{font-size:14px;line-height:128.6%}.veu_contact .contact_txt_tel{padding:4px 0;font-size:28px;line-height:105%}.veu_contact .contact_bt_subTxt{display:block;overflow:hidden;font-size:12px;margin-top:.4rem}.veu_contact .contact_txt{text-align:center}.veu_contact .contact_bt{display:block}.widget .veu_contact>.contact_bt{display:inline-block;float:none}.veu_insertAds{margin-top:1em;margin-bottom:2em}.veu_relatedPosts>.row{display:-ms-flexbox;display:-webkit-box;display:flex;margin:0;margin-right:-3%;-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_relatedPosts .relatedPosts_item{float:none;margin-right:2.9%;padding-right:0;padding-left:0;width:47%;border-bottom:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item>.media:first-child{border:none}.veu_relatedPosts .relatedPosts_item>.media{padding:1em 0 .8em;margin-top:0;border:none}.veu_relatedPosts .relatedPosts_item>.media .media-body{font-size:14px}.veu_relatedPosts .relatedPosts_item>.media .postList_thumbnail{width:80px;padding-right:15px;margin-bottom:0}.veu_relatedPosts .relatedPosts_item>.media .media-heading{font-size:14px}.veu_relatedPosts .relatedPosts_item:nth-child(1){border-top:solid 1px #e5e5e5}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:solid 1px #e5e5e5}.page_top_btn{position:fixed;right:2%;bottom:3%;z-index:99999;width:40px;height:38px;text-indent:100%;white-space:nowrap;overflow:hidden;border:none;background:rgba(0,0,0,.8);outline:1px solid rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.8);background-image:url(../images/to-top-btn-icon.svg);background-size:50%;background-repeat:no-repeat;background-position:center;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.page_top_btn:hover{-webkit-transition:opacity .3s;transition:opacity .3s}.scrolled .page_top_btn{display:block;opacity:1}.veu_fbPagePlugin .fbPagePlugin_body{margin:0 auto;border:4px solid #efefef;background-color:#f9f9f9;text-align:center}iframe.twitter-timeline{margin-right:auto;margin-left:auto;width:740px!important}.veu_postList{margin-bottom:30px}.veu_postList .subSection-title,.veu_postList h1.mainSection-title{margin-bottom:0}.veu_postList ul.postList{margin:0;padding:0}.veu_postList ul.postList li{display:block;clear:both;overflow:hidden;margin:0;padding:15px 0;border-bottom:1px dotted #666;line-height:1.4em}.veu_postList .postList a{color:#464646;text-decoration:none}.veu_postList .postList a:hover{text-decoration:underline}.veu_postList .postList_title{display:block;clear:both;margin:3px 0 0}.veu_postList .postList_meta_items{font-size:14px;color:#666}.veu_postList .postList_date{margin-right:10px;color:#d44950}.veu_postList .postList_date:before{content:"";margin-right:0}.veu_postList .postList_terms a{margin-right:3px;padding:2px 5px 1px;border-radius:3px;background-color:#efefef;font-size:12px}.veu_postList .postList_more{margin:10px 5px 0 0;text-align:right}.veu_postList .postList_miniThumb .postList_item{display:block;overflow:hidden;clear:both;position:relative;padding:15px 0;border-bottom:1px dotted #666;margin-bottom:0}.veu_postList .postList_miniThumb .postList_thumbnail{float:left;margin-right:15px}.veu_postList .postList_miniThumb .postList_thumbnail a{position:relative;display:block;overflow:hidden;border:1px solid #e5e5e5}.veu_postList .postList_miniThumb .postList_thumbnail img{width:80px;height:auto}.veu_postList .postList_miniThumb .postList_body{display:block;overflow:hidden;width:auto}.veu_postList .postList_miniThumb .postList_title{font-size:14px}.mainSection .veu_postList.pt_0 .postList.postList_miniThumb{padding:0;margin-left:0;margin-right:0}.veu_profile .profile{overflow:hidden}.veu_profile .media_outer{position:relative;display:block;overflow:hidden;margin:.8em 0 .8em;-webkit-box-sizing:border-box;box-sizing:border-box}.veu_profile .media_outer img{max-width:100%;height:auto}.veu_profile .media_round{border-radius:50%;width:120px;height:120px;position:relative}.veu_profile .media_round img{position:absolute;left:-9999px}.veu_profile .media_center{margin-left:auto;margin-right:auto}.veu_profile .media_center img{display:block;margin-left:auto;margin-right:auto}.veu_profile .media_float{float:left;margin-right:1em}.veu_profile .media_float+.profile_text{padding-top:.8em}.veu_profile .profile_text{margin-bottom:1em;font-size:14px}.veu_profile .sns_btns{margin:0;padding:0;width:100%}.veu_profile .sns_btns li{float:left;margin-right:.45em;list-style:none;text-align:center}.veu_profile .sns_btns a{display:block;position:relative;width:40px;height:40px;border-radius:23px;color:#fff;text-decoration:none;font-size:20px}.veu_profile .sns_btns a:hover{color:#fff;text-decoration:none;opacity:.8}.veu_profile .sns_btns .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.veu_profile .sns_btns .facebook_btn a{background:#3b5998}.veu_profile .sns_btns .twitter_btn a{background:#55acee}.veu_profile .sns_btns .mail_btn a{background:#2f915f}.veu_profile .sns_btns .youtube_btn a{background:#c81d1c}.veu_profile .sns_btns .rss_btn a{background:#f26522}.veu_profile .sns_btns .instagram_btn a{background:#3f729b}.veu_profile .sns_btns .linkedin_btn a{background:#0077b5}.veu_3prArea .subSection-title{font-size:18px;margin-top:.8em}.veu_3prArea .summary{margin-bottom:.5em;font-size:14px;line-height:1.6em}.veu_3prArea .linkurl a{text-decoration:none}.veu_3prArea_image{margin-bottom:.8em;border:1px solid #e5e5e5}.veu_3prArea_image .image_pc{display:block}.veu_3prArea_image .image_sp{display:none}.veu_3prArea_image img{width:100%}.veu_3prArea_image_link{border:1px solid #fff;display:block;overflow:hidden}.prBlock a{color:#333}.prBlock a:hover{color:#333;text-decoration:none}.prBlock a .prBlock_summary:hover{text-decoration:underline}.prBlock .prBlock_icon_outer{display:block;position:relative;margin:0 auto;width:80px;height:80px;border-radius:50%}.prBlock .prBlock_icon{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:36px}.prBlock .prBlock_title{margin-top:.9em;margin-bottom:.7em;text-align:center;font-size:18px;line-height:1.4em}.prBlock .prBlock_image{position:relative;display:block;width:120px;height:120px;margin:0 auto;overflow:hidden;border-radius:50%;text-indent:-9999px}.prBlock .prBlock_summary{margin-bottom:.5em;text-align:center;font-size:14px;line-height:1.6em}.prBlock_icon{color:#fff}.veu_button i,.veu_button svg{margin-left:.3em;margin-right:.3em}.veu_button .button_mainText,.veu_button .button_subText{display:block}.veu_button .btn.btn-sm{padding-top:.6em;padding-bottom:.45em}.veu_button .btn{padding-top:.8em;padding-bottom:.6em}.veu_button .btn.btn-lg{padding-top:.8em;padding-bottom:.7em}.veu_banner{text-align:center;display:block;overflow:hidden}@media (min-width:481px){.veu_followSet .followSet_body{padding:40px}.veu_followSet .followSet_title{font-size:18px;margin-bottom:10px}}@media (min-width:541px){.veu_childPage_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between}.veu_childPage_list .childPage_list_box{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:768px){.container{width:750px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}.veu_leadTxt,p.veu_leadTxt{font-size:2em;margin-bottom:.7em}.veu_cta .cta_body_image_right{float:right;margin-left:30px}.veu_cta .cta_body_image_left{float:left;margin-right:30px}}@media (min-width:992px){.container{width:970px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}.mainSection .veu_postList.pt_0.postList_item .postList_thumbnail{margin-right:30px;margin-left:0}.mainSection .veu_postList.pt_0.postList_item.even .postList_thumbnail{margin-left:30px;margin-right:0}}@media (min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}.veu_contact p.contact_txt{margin-bottom:0}.veu_contact .contact_txt{float:left;text-align:left}.veu_contact .contact_bt{float:right;padding:.7em 2em}}@media screen and (max-width:992px){.prBlock{margin-bottom:1.5em}}@media (max-width:971px){.veu_insertAds{margin-bottom:.5em}.veu_insertAds .col-md-6{margin-bottom:1em}}@media (max-width:768px){.veu_relatedPosts .relatedPosts_item{display:block;width:100%}.veu_relatedPosts .relatedPosts_item:nth-child(2){border-top:none}}@media screen and (max-width:768px){.veu_3prArea .prArea{margin-bottom:1em;display:block;overflow:hidden}.veu_3prArea .image_pc{display:none}.veu_3prArea .image_sp{display:block}.veu_3prArea .linkurl{margin-bottom:1.5em}.veu_3prArea_image{width:138px;margin:0 1em 0 0;float:left}}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}@media (max-width:767px){.media .postList_thumbnail{padding-right:20px}.media .media-body .media-heading{font-size:1.2em;line-height:1.3em;margin-bottom:.5em}.veu_socialSet.veu_contentAddSection ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.veu_socialSet.veu_contentAddSection ul li{width:48%;margin-bottom:9px}.veu_socialSet.veu_contentAddSection ul li:nth-child(even){margin-right:0}.veu_socialSet.veu_contentAddSection ul li.sb_icon a{padding:8px 10px}.pocket-count,.veu_count_sns_fb,.veu_count_sns_hb{bottom:2px}.veu_childPage_list .wp-post-image{width:25%}.veu_cta .cta_body_image img{display:block;margin:0 auto 1.5em;max-width:100%}}@media (max-width:500px){.media .postList_thumbnail{width:100px}}@media (max-width:480px){.veu_followSet .followSet_title{font-size:12px;margin-bottom:0}}
trunk/images/arrow_bottom.svg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
4
+ y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#CFCFCF;}
7
+ </style>
8
+ <g>
9
+ <g>
10
+ <polygon class="st0" points="11.7,20 24,32.3 36.2,20 "/>
11
+ </g>
12
+ </g>
13
+ </svg>
trunk/images/head_logo_ExUnit.png ADDED
Binary file
trunk/images/to-top-btn-icon.svg ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
4
+ y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FFFFFF;}
7
+ </style>
8
+ <polygon class="st0" points="38.2,30.7 36.7,32.1 24,19.4 11.3,32.1 9.8,30.7 24,16.6 "/>
9
+ </svg>
trunk/initialize.php ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*-------------------------------------------*/
3
+ /* Add Parent menu
4
+ /*-------------------------------------------*/
5
+ /* Load master setting page
6
+ /*-------------------------------------------*/
7
+ /* Load modules
8
+ /*-------------------------------------------*/
9
+ /* Add vkExUnit css
10
+ /*-------------------------------------------*/
11
+ /* Add vkExUnit js
12
+ /*-------------------------------------------*/
13
+
14
+ /*-------------------------------------------*/
15
+ /* Add Parent menu
16
+ /*-------------------------------------------*/
17
+ add_action( 'admin_menu', 'vkExUnit_setting_menu_parent' );
18
+ function vkExUnit_setting_menu_parent() {
19
+ global $menu;
20
+ $parent_name = vkExUnit_get_little_short_name();
21
+ $Capability_required = 'activate_plugins';
22
+
23
+ $custom_page = add_menu_page(
24
+ $parent_name, // Name of page
25
+ $parent_name, // Label in menu
26
+ $Capability_required,
27
+ 'vkExUnit_setting_page', // ユニークなこのサブメニューページの識別子
28
+ 'vkExUnit_add_setting_page' // メニューページのコンテンツを出力する関数
29
+ );
30
+ if ( ! $custom_page ) {
31
+ return; }
32
+ }
33
+
34
+ /*-------------------------------------------*/
35
+ /* Load master setting page
36
+ /*-------------------------------------------*/
37
+ function vkExUnit_add_setting_page() {
38
+ require dirname( __FILE__ ) . '/admin_active_setting_page.php';
39
+ }
40
+
41
+ require_once( 'admin_main_setting_page.php' );
42
+ require_once( 'admin_other_functions.php' );
43
+
44
+ /*-------------------------------------------*/
45
+ /* Load modules
46
+ /*-------------------------------------------*/
47
+
48
+ require vkExUnit_get_directory() . '/common_init.php';
49
+ require vkExUnit_get_directory() . '/common_helpers.php';
50
+ require vkExUnit_get_directory() . '/veu-package-manager.php';
51
+ require vkExUnit_get_directory() . '/veu-packages.php';
52
+ $options = vkExUnit_get_common_options();
53
+
54
+ require vkExUnit_get_directory() . '/plugins/footer_copyright_change.php';
55
+
56
+ require vkExUnit_get_directory() . '/plugins_admin/disable_guide.php';
57
+ require vkExUnit_get_directory() . '/plugins_admin/vk-admin-config.php';
58
+ require vkExUnit_get_directory() . '/plugins_admin/customizer.php';
59
+ require vkExUnit_get_directory() . '/plugins_admin/content-meta-box.php';
60
+
61
+ vkExUnit_package_include(); // package_manager.php
62
+
63
+ /*-------------------------------------------*/
64
+ /* Add vkExUnit css
65
+ /*-------------------------------------------*/
66
+ // Add vkExUnit css
67
+ add_action( 'wp_enqueue_scripts', 'vkExUnit_print_css' );
68
+ function vkExUnit_print_css() {
69
+ global $vkExUnit_version;
70
+ $options = vkExUnit_get_common_options();
71
+ if ( isset( $options['active_bootstrap'] ) && $options['active_bootstrap'] ) {
72
+ wp_enqueue_style( 'vkExUnit_common_style', plugins_url( '', __FILE__ ) . '/css/vkExUnit_style_in_bs.css', array(), $vkExUnit_version, 'all' );
73
+ } else {
74
+ wp_enqueue_style( 'vkExUnit_common_style', plugins_url( '', __FILE__ ) . '/css/vkExUnit_style.css', array(), $vkExUnit_version, 'all' );
75
+ }
76
+ }
77
+
78
+ function vkExUnit_print_editor_css() {
79
+ add_editor_style( plugins_url( '', __FILE__ ) . '/css/vkExUnit_editor_style.css' );
80
+ }
81
+ add_action( 'after_setup_theme', 'vkExUnit_print_editor_css' );
82
+
83
+ /*-------------------------------------------*/
84
+ /* Add vkExUnit js
85
+ /*-------------------------------------------*/
86
+ add_action( 'wp_head', 'vkExUnit_addJs' );
87
+ function vkExUnit_addJs() {
88
+ global $vkExUnit_version;
89
+ wp_register_script( 'vkExUnit_master-js', plugins_url( '', __FILE__ ) . '/js/all.min.js', array( 'jquery' ), $vkExUnit_version, true );
90
+ wp_localize_script( 'vkExUnit_master-js', 'vkExOpt', apply_filters( 'vkExUnit_localize_options', array( 'ajax_url' => admin_url( 'admin-ajax.php' ) ) ) );
91
+ wp_enqueue_script( 'vkExUnit_master-js' );
92
+ }
93
+
94
+ /*-------------------------------------------*/
95
+ /* Print admin js
96
+ /*-------------------------------------------*/
97
+ add_action( 'admin_print_scripts-vk-exunit_page_vkExUnit_main_setting', 'vkExUnit_admin_add_js' );
98
+ function vkExUnit_admin_add_js( $hook_suffix ) {
99
+ global $vkExUnit_version;
100
+ wp_enqueue_media();
101
+ wp_register_script( 'vkExUnit_admin_js', plugins_url( '', __FILE__ ) . '/js/vkExUnit_admin.js', array( 'jquery' ), $vkExUnit_version );
102
+ wp_enqueue_script( 'jquery' );
103
+ wp_enqueue_script( 'vkExUnit_admin_js' );
104
+ }
105
+
106
+ /*-------------------------------------------*/
107
+ /* 管理画面_admin_head JavaScriptのデバッグコンソールにhook_suffixの値を出力
108
+ /*-------------------------------------------*/
109
+
110
+ // add_action("admin_head", 'vkExUnit_suffix2console');
111
+ // function vkExUnit_suffix2console() {
112
+ // global $hook_suffix;
113
+ // if (is_user_logged_in()) {
114
+ // $str = "<script type=\"text/javascript\">console.log('%s')</script>";
115
+ // printf($str, $hook_suffix);
116
+ // }
117
+ // }
118
+
119
+
120
+ if ( function_exists( 'register_activation_hook' ) ) {
121
+ register_activation_hook( __FILE__, 'vkExUnit_install_function' );
122
+ }
123
+ function vkExUnit_install_function() {
124
+ $opt = get_option( 'vkExUnit_common_options' );
125
+ if ( ! $opt ) {
126
+ add_option( 'vkExUnit_common_options', vkExUnit_get_common_options_default() );
127
+ }
128
+ }
trunk/js/all.js ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ ======================================================================
3
+ jquery.flatheights.js
4
+ Version: 2010-09-15
5
+ http://www.akatsukinishisu.net/itazuragaki/js/i20070801.html
6
+ ======================================================================
7
+ /*-------------------------------------------*/
8
+ /* $.changeLetterSize.addHandler(func)
9
+ /* 文字の大きさが変化した時に実行する処理を追加
10
+ /*-------------------------------------------*/
11
+ jQuery.changeLetterSize = {
12
+ handlers : [],
13
+ interval : 1000,
14
+ currentSize: 0
15
+ };
16
+
17
+ (function($) {
18
+
19
+ var self = $.changeLetterSize;
20
+
21
+ /* 文字の大きさを確認するためのins要素 */
22
+ var ins = $('<ins>M</ins>').css({
23
+ display: 'block',
24
+ visibility: 'hidden',
25
+ position: 'absolute',
26
+ padding: '0',
27
+ top: '0'
28
+ });
29
+
30
+ /* 文字の大きさが変わったか */
31
+ var isChanged = function() {
32
+ ins.appendTo('body');
33
+ var size = ins[0].offsetHeight;
34
+ ins.remove();
35
+ if (self.currentSize == size) return false;
36
+ self.currentSize = size;
37
+ return true;
38
+ };
39
+
40
+ /* 文書を読み込んだ時点で
41
+ 文字の大きさを確認しておく */
42
+ $(isChanged);
43
+
44
+ /* 文字の大きさが変わっていたら、
45
+ handlers中の関数を順に実行 */
46
+ var observer = function() {
47
+ if (!isChanged()) return;
48
+ $.each(self.handlers, function(i, handler) {
49
+ handler();
50
+ });
51
+ };
52
+
53
+ /* ハンドラを登録し、
54
+ 最初の登録であれば、定期処理を開始 */
55
+ self.addHandler = function(func) {
56
+ self.handlers.push(func);
57
+ if (self.handlers.length == 1) {
58
+ // 文字サイズが変わった時に定期的に実行されてしまうが、高さなんてそう細かく直さなくていいから停止
59
+ // setInterval(observer, self.interval);
60
+ }
61
+ };
62
+
63
+ })(jQuery);
64
+
65
+
66
+ /*-------------------------------------------*/
67
+ /* $(expr).flatHeights()
68
+ /* $(expr)で選択した複数の要素について、それぞれ高さを
69
+ /* 一番高いものに揃える
70
+ /*-------------------------------------------*/
71
+
72
+ (function($) {
73
+
74
+ /* 対象となる要素群の集合 */
75
+ var sets = [];
76
+
77
+ /* 高さ揃えの処理本体 */
78
+ var flatHeights = function(set) {
79
+ var maxHeight = 0;
80
+ set.each(function(){
81
+ var height = this.offsetHeight;
82
+ if (height > maxHeight) maxHeight = height;
83
+ });
84
+ set.css('height', maxHeight + 'px');
85
+ };
86
+
87
+ /* 要素群の高さを揃え、setsに追加 */
88
+ jQuery.fn.flatHeights = function() {
89
+ if (this.length > 1) {
90
+ flatHeights(this);
91
+ sets.push(this);
92
+ }
93
+ return this;
94
+ };
95
+
96
+ /* 高さ揃えを再実行する処理 */
97
+ var reflatting = function() {
98
+ $.each(sets, function() {
99
+ this.height('auto');
100
+ flatHeights(this);
101
+ });
102
+ };
103
+
104
+ /* 文字の大きさが変わった時に高さ揃えを再実行 */
105
+ $.changeLetterSize.addHandler(reflatting);
106
+
107
+ /* ウィンドウの大きさが変わった時に高さ揃えを再実行 */
108
+ $(window).resize(reflatting);
109
+
110
+ })(jQuery);
111
+
112
+ jQuery(document).ready(function($){
113
+ // .topPrTitには高さのpaddingを入れる事もあるので a に対して指定
114
+ jQuery('.topPrTit a').flatHeights();
115
+ jQuery('.topPrDescription').flatHeights();
116
+ // jQuery('.child_page_block').flatHeights();
117
+ // jQuery('.child_page_block p').flatHeights();
118
+ jQuery('.child_page_block h4 a').flatHeights();
119
+ });
120
+ /*-------------------------------------------*/
121
+ /* ページ内するするスクロール
122
+ /*-------------------------------------------*/
123
+ /* jquery.flatheights.js
124
+ /*-------------------------------------------*/
125
+ /* snsCount
126
+ /*-------------------------------------------*/
127
+
128
+ /*-------------------------------------------*/
129
+ /* ページ内するするスクロール
130
+ /*-------------------------------------------*/
131
+ (function($) {
132
+ // #にダブルクォーテーションが必要
133
+ $('a[href^="#"]').click(function() {
134
+ // .carousel-control を除外しないとLightningのスライダーの左右ボタンでページトップになってしまう。
135
+ if ( ! $(this).hasClass('carousel-control') ){
136
+ if ( id )
137
+ var speed = 400;
138
+ var href= $(this).attr("href");
139
+ var target = $(href == "#" || href == "" ? 'html' : href);
140
+ var id = jQuery(this).attr('id');
141
+ if ( id == 'page_top' ){
142
+ var position = 0;
143
+ } else {
144
+ var position = target.offset().top;
145
+ }
146
+ $('body,html').animate({scrollTop:position}, speed, 'swing');
147
+ return false;
148
+ }
149
+ })
150
+ })(jQuery);
151
+
152
+
153
+ /*-------------------------------------------*/
154
+ /* jquery.flatheights.js
155
+ /*-------------------------------------------*/
156
+ (function($) {
157
+ $(function() {
158
+ $('.prArea > .subSection-title').flatHeights();
159
+ $('.prArea > .summary').flatHeights();
160
+ // $('.childPage_list_title').flatHeights();
161
+ });
162
+ // window.onload は複数使うと一つしか動作しなくなるので使用しない
163
+ window.addEventListener('DOMContentLoaded', function() {
164
+ $('.childPage_list_text').flatHeights();
165
+ // $('.childPage_list_box').flatHeights();
166
+ })
167
+ })(jQuery);
168
+
169
+ /*-------------------------------------------*/
170
+ /* snsCount
171
+ /*-------------------------------------------*/
172
+ (function($) {
173
+ var socials = $('.veu_socialSet');
174
+ if (typeof socials[0] === "undefined") return;
175
+ var linkurl = encodeURIComponent((typeof vkExOpt !== "undefined" && vkExOpt.sns_linkurl) || location.href);
176
+ var facebook = {
177
+ init: function() {
178
+ var url = 'https://graph.facebook.com/?id=' + linkurl;
179
+ $.ajax({
180
+ url: url,
181
+ dataType: 'jsonp',
182
+ success: function(response) {
183
+ if (!response.share || response.share.share_count === undefined) return;
184
+ socials.find('.veu_count_sns_fb').html(response.share.share_count);
185
+ }
186
+ });
187
+ }
188
+ }
189
+
190
+ var hatena = {
191
+ init: function() {
192
+ var url = (location.protocol === 'https:' ? 'https://b.hatena.ne.jp' : 'http://api.b.st-hatena.com') +
193
+ '/entry.count?url=' + linkurl;
194
+ $.ajax({
195
+ url: url,
196
+ dataType: 'jsonp',
197
+ success: function(response) {
198
+ var count = response ? response : 0;
199
+ socials.find('.veu_count_sns_hb').html(count);
200
+
201
+ if (typeof(count) == 'undefined') {
202
+ count = 0;
203
+ }
204
+ }
205
+ });
206
+ }
207
+ }
208
+ var pocket = {
209
+ init: function() {
210
+ $.ajax({
211
+ url: vkExOpt.ajax_url,
212
+ type: 'POST',
213
+ data: {
214
+ 'action': 'vkex_pocket_tunnel',
215
+ 'linkurl': linkurl
216
+ },
217
+ dataType: 'html',
218
+ success: function(response) {
219
+ var count = $(response).find("#cnt").html();
220
+ if (count === undefined) return;
221
+ socials.find('.veu_count_sns_pocket').html(count);
222
+ }
223
+ })
224
+ }
225
+ }
226
+ facebook.init();
227
+ hatena.init();
228
+ pocket.init();
229
+ })(jQuery);
230
+
231
+
232
+ /// master.jsのも同じコードがあるので注意
233
+ ;
234
+ (function($, d) {
235
+ var a = false,
236
+ b = '',
237
+ c = '',
238
+ f = function() {
239
+ if (a) {
240
+ a = false;
241
+ c.show();
242
+ b.removeClass('active');
243
+ } else {
244
+ a = true;
245
+ c.hide();
246
+ b.addClass('active');
247
+ }
248
+ };
249
+ $(d).ready(function() {
250
+ b = $('#wp-admin-bar-veu_disable_admin_edit .ab-item').on('click', f);
251
+ c = $('.veu_adminEdit');
252
+ });
253
+ })(jQuery, document);
254
+
255
+ /*----------------------------------------------------------*/
256
+ /* scroll
257
+ /*----------------------------------------------------------*/
258
+ // Scroll function
259
+ (function($) {
260
+ $(window).scroll(function() {
261
+ var scroll = $(this).scrollTop();
262
+ if ($(this).scrollTop() > 1) {
263
+ $('body').addClass('scrolled');
264
+ } else {
265
+ $('body').removeClass('scrolled');
266
+ }
267
+ });
268
+ })(jQuery);
trunk/js/all.min.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+
2
+ jQuery.changeLetterSize={handlers:[],interval:1000,currentSize:0};(function($){var self=$.changeLetterSize;var ins=$('<ins>M</ins>').css({display:'block',visibility:'hidden',position:'absolute',padding:'0',top:'0'});var isChanged=function(){ins.appendTo('body');var size=ins[0].offsetHeight;ins.remove();if(self.currentSize==size)return false;self.currentSize=size;return true;};$(isChanged);var observer=function(){if(!isChanged())return;$.each(self.handlers,function(i,handler){handler();});};self.addHandler=function(func){self.handlers.push(func);if(self.handlers.length==1){}};})(jQuery);(function($){var sets=[];var flatHeights=function(set){var maxHeight=0;set.each(function(){var height=this.offsetHeight;if(height>maxHeight)maxHeight=height;});set.css('height',maxHeight+'px');};jQuery.fn.flatHeights=function(){if(this.length>1){flatHeights(this);sets.push(this);}
3
+ return this;};var reflatting=function(){$.each(sets,function(){this.height('auto');flatHeights(this);});};$.changeLetterSize.addHandler(reflatting);$(window).resize(reflatting);})(jQuery);jQuery(document).ready(function($){jQuery('.topPrTit a').flatHeights();jQuery('.topPrDescription').flatHeights();jQuery('.child_page_block h4 a').flatHeights();});(function($){$('a[href^="#"]').click(function(){if(!$(this).hasClass('carousel-control')){if(id)
4
+ var speed=400;var href=$(this).attr("href");var target=$(href=="#"||href==""?'html':href);var id=jQuery(this).attr('id');if(id=='page_top'){var position=0;}else{var position=target.offset().top;}
5
+ $('body,html').animate({scrollTop:position},speed,'swing');return false;}})})(jQuery);(function($){$(function(){$('.prArea > .subSection-title').flatHeights();$('.prArea > .summary').flatHeights();});window.addEventListener('DOMContentLoaded',function(){$('.childPage_list_text').flatHeights();})})(jQuery);(function($){var socials=$('.veu_socialSet');if(typeof socials[0]==="undefined")return;var linkurl=encodeURIComponent((typeof vkExOpt!=="undefined"&&vkExOpt.sns_linkurl)||location.href);var facebook={init:function(){var url='https://graph.facebook.com/?id='+linkurl;$.ajax({url:url,dataType:'jsonp',success:function(response){if(!response.share||response.share.share_count===undefined)return;socials.find('.veu_count_sns_fb').html(response.share.share_count);}});}}
6
+ var hatena={init:function(){var url=(location.protocol==='https:'?'https://b.hatena.ne.jp':'http://api.b.st-hatena.com')+'/entry.count?url='+linkurl;$.ajax({url:url,dataType:'jsonp',success:function(response){var count=response?response:0;socials.find('.veu_count_sns_hb').html(count);if(typeof(count)=='undefined'){count=0;}}});}}
7
+ var pocket={init:function(){$.ajax({url:vkExOpt.ajax_url,type:'POST',data:{'action':'vkex_pocket_tunnel','linkurl':linkurl},dataType:'html',success:function(response){var count=$(response).find("#cnt").html();if(count===undefined)return;socials.find('.veu_count_sns_pocket').html(count);}})}}
8
+ facebook.init();hatena.init();pocket.init();})(jQuery);;(function($,d){var a=false,b='',c='',f=function(){if(a){a=false;c.show();b.removeClass('active');}else{a=true;c.hide();b.addClass('active');}};$(d).ready(function(){b=$('#wp-admin-bar-veu_disable_admin_edit .ab-item').on('click',f);c=$('.veu_adminEdit');});})(jQuery,document);(function($){$(window).scroll(function(){var scroll=$(this).scrollTop();if($(this).scrollTop()>1){$('body').addClass('scrolled');}else{$('body').removeClass('scrolled');}});})(jQuery);
trunk/js/jquery.flatheights.js ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ ======================================================================
3
+ jquery.flatheights.js
4
+ Version: 2010-09-15
5
+ http://www.akatsukinishisu.net/itazuragaki/js/i20070801.html
6
+ ======================================================================
7
+ /*-------------------------------------------*/
8
+ /* $.changeLetterSize.addHandler(func)
9
+ /* 文字の大きさが変化した時に実行する処理を追加
10
+ /*-------------------------------------------*/
11
+ jQuery.changeLetterSize = {
12
+ handlers : [],
13
+ interval : 1000,
14
+ currentSize: 0
15
+ };
16
+
17
+ (function($) {
18
+
19
+ var self = $.changeLetterSize;
20
+
21
+ /* 文字の大きさを確認するためのins要素 */
22
+ var ins = $('<ins>M</ins>').css({
23
+ display: 'block',
24
+ visibility: 'hidden',
25
+ position: 'absolute',
26
+ padding: '0',
27
+ top: '0'
28
+ });
29
+
30
+ /* 文字の大きさが変わったか */
31
+ var isChanged = function() {
32
+ ins.appendTo('body');
33
+ var size = ins[0].offsetHeight;
34
+ ins.remove();
35
+ if (self.currentSize == size) return false;
36
+ self.currentSize = size;
37
+ return true;
38
+ };
39
+
40
+ /* 文書を読み込んだ時点で
41
+ 文字の大きさを確認しておく */
42
+ $(isChanged);
43
+
44
+ /* 文字の大きさが変わっていたら、
45
+ handlers中の関数を順に実行 */
46
+ var observer = function() {
47
+ if (!isChanged()) return;
48
+ $.each(self.handlers, function(i, handler) {
49
+ handler();
50
+ });
51
+ };
52
+
53
+ /* ハンドラを登録し、
54
+ 最初の登録であれば、定期処理を開始 */
55
+ self.addHandler = function(func) {
56
+ self.handlers.push(func);
57
+ if (self.handlers.length == 1) {
58
+ // 文字サイズが変わった時に定期的に実行されてしまうが、高さなんてそう細かく直さなくていいから停止
59
+ // setInterval(observer, self.interval);
60
+ }
61
+ };
62
+
63
+ })(jQuery);
64
+
65
+
66
+ /*-------------------------------------------*/
67
+ /* $(expr).flatHeights()
68
+ /* $(expr)で選択した複数の要素について、それぞれ高さを
69
+ /* 一番高いものに揃える
70
+ /*-------------------------------------------*/
71
+
72
+ (function($) {
73
+
74
+ /* 対象となる要素群の集合 */
75
+ var sets = [];
76
+
77
+ /* 高さ揃えの処理本体 */
78
+ var flatHeights = function(set) {
79
+ var maxHeight = 0;
80
+ set.each(function(){
81
+ var height = this.offsetHeight;
82
+ if (height > maxHeight) maxHeight = height;
83
+ });
84
+ set.css('height', maxHeight + 'px');
85
+ };
86
+
87
+ /* 要素群の高さを揃え、setsに追加 */
88
+ jQuery.fn.flatHeights = function() {
89
+ if (this.length > 1) {
90
+ flatHeights(this);
91
+ sets.push(this);
92
+ }
93
+ return this;
94
+ };
95
+
96
+ /* 高さ揃えを再実行する処理 */
97
+ var reflatting = function() {
98
+ $.each(sets, function() {
99
+ this.height('auto');
100
+ flatHeights(this);
101
+ });
102
+ };
103
+
104
+ /* 文字の大きさが変わった時に高さ揃えを再実行 */
105
+ $.changeLetterSize.addHandler(reflatting);
106
+
107
+ /* ウィンドウの大きさが変わった時に高さ揃えを再実行 */
108
+ $(window).resize(reflatting);
109
+
110
+ })(jQuery);
111
+
112
+ jQuery(document).ready(function($){
113
+ // .topPrTitには高さのpaddingを入れる事もあるので a に対して指定
114
+ jQuery('.topPrTit a').flatHeights();
115
+ jQuery('.topPrDescription').flatHeights();
116
+ // jQuery('.child_page_block').flatHeights();
117
+ // jQuery('.child_page_block p').flatHeights();
118
+ jQuery('.child_page_block h4 a').flatHeights();
119
+ });
trunk/js/master.js ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*-------------------------------------------*/
2
+ /* ページ内するするスクロール
3
+ /*-------------------------------------------*/
4
+ /* jquery.flatheights.js
5
+ /*-------------------------------------------*/
6
+ /* snsCount
7
+ /*-------------------------------------------*/
8
+
9
+ /*-------------------------------------------*/
10
+ /* ページ内するするスクロール
11
+ /*-------------------------------------------*/
12
+ (function($) {
13
+ // #にダブルクォーテーションが必要
14
+ $('a[href^="#"]').click(function() {
15
+ // .carousel-control を除外しないとLightningのスライダーの左右ボタンでページトップになってしまう。
16
+ if ( ! $(this).hasClass('carousel-control') ){
17
+ if ( id )
18
+ var speed = 400;
19
+ var href= $(this).attr("href");
20
+ var target = $(href == "#" || href == "" ? 'html' : href);
21
+ var id = jQuery(this).attr('id');
22
+ if ( id == 'page_top' ){
23
+ var position = 0;
24
+ } else {
25
+ var position = target.offset().top;
26
+ }
27
+ $('body,html').animate({scrollTop:position}, speed, 'swing');
28
+ return false;
29
+ }
30
+ })
31
+ })(jQuery);
32
+
33
+
34
+ /*-------------------------------------------*/
35
+ /* jquery.flatheights.js
36
+ /*-------------------------------------------*/
37
+ (function($) {
38
+ $(function() {
39
+ $('.prArea > .subSection-title').flatHeights();
40
+ $('.prArea > .summary').flatHeights();
41
+ // $('.childPage_list_title').flatHeights();
42
+ });
43
+ // window.onload は複数使うと一つしか動作しなくなるので使用しない
44
+ window.addEventListener('DOMContentLoaded', function() {
45
+ $('.childPage_list_text').flatHeights();
46
+ // $('.childPage_list_box').flatHeights();
47
+ })
48
+ })(jQuery);
49
+
50
+ /*-------------------------------------------*/
51
+ /* snsCount
52
+ /*-------------------------------------------*/
53
+ (function($) {
54
+ var socials = $('.veu_socialSet');
55
+ if (typeof socials[0] === "undefined") return;
56
+ var linkurl = encodeURIComponent((typeof vkExOpt !== "undefined" && vkExOpt.sns_linkurl) || location.href);
57
+ var facebook = {
58
+ init: function() {
59
+ var url = 'https://graph.facebook.com/?id=' + linkurl;
60
+ $.ajax({
61
+ url: url,
62
+ dataType: 'jsonp',
63
+ success: function(response) {
64
+ if (!response.share || response.share.share_count === undefined) return;
65
+ socials.find('.veu_count_sns_fb').html(response.share.share_count);
66
+ }
67
+ });
68
+ }
69
+ }
70
+
71
+ var hatena = {
72
+ init: function() {
73
+ var url = (location.protocol === 'https:' ? 'https://b.hatena.ne.jp' : 'http://api.b.st-hatena.com') +
74
+ '/entry.count?url=' + linkurl;
75
+ $.ajax({
76
+ url: url,
77
+ dataType: 'jsonp',
78
+ success: function(response) {
79
+ var count = response ? response : 0;
80
+ socials.find('.veu_count_sns_hb').html(count);
81
+
82
+ if (typeof(count) == 'undefined') {
83
+ count = 0;
84
+ }
85
+ }
86
+ });
87
+ }
88
+ }
89
+ var pocket = {
90
+ init: function() {
91
+ $.ajax({
92
+ url: vkExOpt.ajax_url,
93
+ type: 'POST',
94
+ data: {
95
+ 'action': 'vkex_pocket_tunnel',
96
+ 'linkurl': linkurl
97
+ },
98
+ dataType: 'html',
99
+ success: function(response) {
100
+ var count = $(response).find("#cnt").html();
101
+ if (count === undefined) return;
102
+ socials.find('.veu_count_sns_pocket').html(count);
103
+ }
104
+ })
105
+ }
106
+ }
107
+ facebook.init();
108
+ hatena.init();
109
+ pocket.init();
110
+ })(jQuery);
111
+
112
+
113
+ /// master.jsのも同じコードがあるので注意
114
+ ;
115
+ (function($, d) {
116
+ var a = false,
117
+ b = '',
118
+ c = '',
119
+ f = function() {
120
+ if (a) {
121
+ a = false;
122
+ c.show();
123
+ b.removeClass('active');
124
+ } else {
125
+ a = true;
126
+ c.hide();
127
+ b.addClass('active');
128
+ }
129
+ };
130
+ $(d).ready(function() {
131
+ b = $('#wp-admin-bar-veu_disable_admin_edit .ab-item').on('click', f);
132
+ c = $('.veu_adminEdit');
133
+ });
134
+ })(jQuery, document);
trunk/js/vkExUnit_admin.js ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ /// all.jsのも同じコードがあるので注意
2
+ ;(function($,d){var a=false,b='',c='',f=function(){
3
+ if(a){a=false;c.show();b.removeClass('active');}else{a=true;c.hide();b.addClass('active');}
4
+ };$(d).ready(function(){b=$('#wp-admin-bar-veu_disable_admin_edit .ab-item').on('click',f);c=$('.veu_adminEdit');});})(jQuery,document);
trunk/languages/vkExUnit-ja.mo ADDED
Binary file
trunk/languages/vkExUnit-ja.po ADDED
@@ -0,0 +1,2669 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-12-27 04:04+0900\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
7
+ "Language-Team: Vektor translate Team <info@vektor-inc.co.jp>\n"
8
+ "Language: ja\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;_x;_ex;_ex:1,2c;_x:1,2c;_n:1,2;esc_attr__\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+ "X-Poedit-SearchPathExcluded-0: node_modules\n"
18
+
19
+ #: admin_active_setting_page.php:3 dist/admin_active_setting_page.php:3
20
+ msgid "Enable setting"
21
+ msgstr "有効化設定"
22
+
23
+ #: admin_active_setting_page.php:16 admin_active_setting_page.php:89
24
+ #: dist/admin_active_setting_page.php:16 dist/admin_active_setting_page.php:89
25
+ msgid "Select all"
26
+ msgstr "全てを選択"
27
+
28
+ #: admin_active_setting_page.php:16 admin_active_setting_page.php:89
29
+ #: dist/admin_active_setting_page.php:16 dist/admin_active_setting_page.php:89
30
+ msgid "Function"
31
+ msgstr "有効化"
32
+
33
+ #: admin_active_setting_page.php:16 admin_active_setting_page.php:89
34
+ #: dist/admin_active_setting_page.php:16 dist/admin_active_setting_page.php:89
35
+ msgid "Description"
36
+ msgstr "説明"
37
+
38
+ #: admin_active_setting_page.php:35 dist/admin_active_setting_page.php:35
39
+ #: dist/veu-packages.php:366 veu-packages.php:366
40
+ msgid "Automatic Eye Catch insert"
41
+ msgstr "アイキャッチ画像自動挿入"
42
+
43
+ #: admin_active_setting_page.php:95 dist/admin_active_setting_page.php:95
44
+ msgid "Extension Setting"
45
+ msgstr "拡張設定"
46
+
47
+ #: admin_active_setting_page.php:100 dist/admin_active_setting_page.php:100
48
+ msgid "Extention contents"
49
+ msgstr "拡張コンテンツ"
50
+
51
+ #: admin_active_setting_page.php:106 dist/admin_active_setting_page.php:106
52
+ msgid "set extension contents to loop_end hook"
53
+ msgstr "ループ終了時にコンテンツを追加する"
54
+
55
+ #: admin_active_setting_page.php:112 dist/admin_active_setting_page.php:112
56
+ msgid "Plugin setting options"
57
+ msgstr "プラグイン設定オプション"
58
+
59
+ #: admin_active_setting_page.php:114 dist/admin_active_setting_page.php:114
60
+ msgid "Delete myOptions when deactivate me."
61
+ msgstr "プラグインを無効化する際にDBに保存したオプション項目を削除します。"
62
+
63
+ #: admin_main_setting_page.php:10 admin_main_setting_page.php:11
64
+ #: dist/admin_main_setting_page.php:10 dist/admin_main_setting_page.php:11
65
+ #: dist/plugins/meta_keyword.php:103 plugins/meta_keyword.php:103
66
+ msgid "Main setting"
67
+ msgstr "メイン設定"
68
+
69
+ #: admin_main_setting_page.php:82 dist/admin_main_setting_page.php:82
70
+ msgid "Activated Packages is noting. please activate some package."
71
+ msgstr ""
72
+ "有効化されているパッケージがありません。何かの機能を有効化してください。"
73
+
74
+ #: dist/plugins/auto_eyecatch.php:40 plugins/auto_eyecatch.php:40
75
+ msgid "Automatic EyeCatch"
76
+ msgstr "アイキャッチ自動挿入"
77
+
78
+ #: dist/plugins/auto_eyecatch.php:50 plugins/auto_eyecatch.php:50
79
+ msgid "Do not set eyecatch image automatic."
80
+ msgstr "アイキャッチ画像を自動挿入しない"
81
+
82
+ #: dist/plugins/bootstrap.php:9 dist/plugins_admin/customizer.php:38
83
+ #: plugins/bootstrap.php:9 plugins_admin/customizer.php:38
84
+ msgid "Settings"
85
+ msgstr "設定"
86
+
87
+ #: dist/plugins/bootstrap.php:36 plugins/bootstrap.php:36
88
+ msgid "Key color"
89
+ msgstr "キーカラー"
90
+
91
+ #: dist/plugins/bootstrap.php:47 plugins/bootstrap.php:47
92
+ msgid "Key color(dark)"
93
+ msgstr "キーカラー(暗)"
94
+
95
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:63
96
+ #: dist/plugins/call-to-action/view-actionbox.php:73
97
+ #: plugins/call-to-action/class-vk-call-to-action.php:63
98
+ #: plugins/call-to-action/view-actionbox.php:73
99
+ msgid "Edit CTA"
100
+ msgstr "CTAの編集"
101
+
102
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:64
103
+ #: plugins/call-to-action/class-vk-call-to-action.php:64
104
+ msgid "Add new CTA"
105
+ msgstr "CTAの新規作成"
106
+
107
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:65
108
+ #: plugins/call-to-action/class-vk-call-to-action.php:65
109
+ msgid "New CTA"
110
+ msgstr "CTA 新規作成"
111
+
112
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:97
113
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:99
114
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:100
115
+ #: plugins/call-to-action/class-vk-call-to-action.php:97
116
+ #: plugins/call-to-action/class-vk-call-to-action.php:99
117
+ #: plugins/call-to-action/class-vk-call-to-action.php:100
118
+ msgid "Call to Action setting"
119
+ msgstr "CTA設定"
120
+
121
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:102
122
+ #: plugins/call-to-action/class-vk-call-to-action.php:102
123
+ msgid "CTA Contents"
124
+ msgstr "CTA Contents"
125
+
126
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:128
127
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:613
128
+ #: dist/plugins/call-to-action/widget-call-to-action.php:74
129
+ #: plugins/call-to-action/class-vk-call-to-action.php:128
130
+ #: plugins/call-to-action/class-vk-call-to-action.php:613
131
+ #: plugins/call-to-action/widget-call-to-action.php:74
132
+ msgid "Random"
133
+ msgstr "ランダム表示"
134
+
135
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:134
136
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:620
137
+ #: plugins/call-to-action/class-vk-call-to-action.php:134
138
+ #: plugins/call-to-action/class-vk-call-to-action.php:620
139
+ msgid "Disable display"
140
+ msgstr "表示しない"
141
+
142
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:140
143
+ #: plugins/call-to-action/class-vk-call-to-action.php:140
144
+ msgid "Follow common setting"
145
+ msgstr "共通設定を使用"
146
+
147
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:153
148
+ #: plugins/call-to-action/class-vk-call-to-action.php:153
149
+ msgid "CTA common setting"
150
+ msgstr "CTA共通設定"
151
+
152
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:154
153
+ #: dist/plugins/call-to-action/view-adminsetting.php:31
154
+ #: dist/plugins/call-to-action/widget-call-to-action.php:88
155
+ #: plugins/call-to-action/class-vk-call-to-action.php:154
156
+ #: plugins/call-to-action/view-adminsetting.php:31
157
+ #: plugins/call-to-action/widget-call-to-action.php:88
158
+ msgid "Show CTA index page"
159
+ msgstr "CTAの一覧を表示"
160
+
161
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:221
162
+ #: plugins/call-to-action/class-vk-call-to-action.php:221
163
+ msgid "CTA image"
164
+ msgstr "CTA画像"
165
+
166
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:227
167
+ #: plugins/call-to-action/class-vk-call-to-action.php:227
168
+ msgid "Add image"
169
+ msgstr "画像を追加"
170
+
171
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:228
172
+ #: plugins/call-to-action/class-vk-call-to-action.php:228
173
+ msgid "Change image"
174
+ msgstr "画像を変更"
175
+
176
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:229
177
+ #: plugins/call-to-action/class-vk-call-to-action.php:229
178
+ msgid "Remove image"
179
+ msgstr "画像を削除"
180
+
181
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:234
182
+ #: plugins/call-to-action/class-vk-call-to-action.php:234
183
+ msgid "CTA image position"
184
+ msgstr "CTA画像の位置"
185
+
186
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:237
187
+ #: plugins/call-to-action/class-vk-call-to-action.php:237
188
+ msgid "right"
189
+ msgstr "右寄せ"
190
+
191
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:238
192
+ #: plugins/call-to-action/class-vk-call-to-action.php:238
193
+ msgid "center"
194
+ msgstr "中央"
195
+
196
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:239
197
+ #: plugins/call-to-action/class-vk-call-to-action.php:239
198
+ msgid "left"
199
+ msgstr "左寄せ"
200
+
201
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:243
202
+ #: plugins/call-to-action/class-vk-call-to-action.php:243
203
+ msgid "Button text"
204
+ msgstr "ボタンの表記文言"
205
+
206
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:247
207
+ #: plugins/call-to-action/class-vk-call-to-action.php:247
208
+ msgid "Button icon"
209
+ msgstr "ボタンアイコン"
210
+
211
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:248
212
+ #: dist/plugins/other_widget/widget-button.php:122
213
+ #: plugins/call-to-action/class-vk-call-to-action.php:248
214
+ #: plugins/other_widget/widget-button.php:122
215
+ msgid "To choose your favorite icon, and enter the class."
216
+ msgstr "アイコンフォントを選んでそのクラス名を入力してください。"
217
+
218
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:249
219
+ #: dist/plugins/other_widget/widget-button.php:123
220
+ #: plugins/call-to-action/class-vk-call-to-action.php:249
221
+ #: plugins/other_widget/widget-button.php:123
222
+ msgid "Before :"
223
+ msgstr "文字の前 :"
224
+
225
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:251
226
+ #: dist/plugins/other_widget/widget-button.php:125
227
+ #: plugins/call-to-action/class-vk-call-to-action.php:251
228
+ #: plugins/other_widget/widget-button.php:125
229
+ msgid "After :"
230
+ msgstr "文字の後 :"
231
+
232
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:263
233
+ #: plugins/call-to-action/class-vk-call-to-action.php:263
234
+ msgid "Button link url"
235
+ msgstr "ボタンのリンク先URL"
236
+
237
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:276
238
+ #: plugins/call-to-action/class-vk-call-to-action.php:276
239
+ msgid "Target window"
240
+ msgstr "リンク先ターゲット"
241
+
242
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:278
243
+ #: plugins/call-to-action/class-vk-call-to-action.php:278
244
+ msgid "Open in a self window"
245
+ msgstr "同じウィンドウで開く"
246
+
247
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:280
248
+ #: plugins/call-to-action/class-vk-call-to-action.php:280
249
+ msgid "Text message"
250
+ msgstr "テキストメッセージ"
251
+
252
+ #: dist/plugins/call-to-action/class-vk-call-to-action.php:286
253
+ #: dist/plugins/call-to-action/widget-call-to-action.php:91
254
+ #: plugins/call-to-action/class-vk-call-to-action.php:286
255
+ #: plugins/call-to-action/widget-call-to-action.php:91
256
+ msgid "CTA setting"
257
+ msgstr "CTA設定"
258
+
259
+ #: dist/plugins/call-to-action/view-adminsetting.php:15
260
+ #: dist/veu-packages.php:315 plugins/call-to-action/view-adminsetting.php:15
261
+ #: veu-packages.php:315
262
+ msgid "Call To Action"
263
+ msgstr "Call To Action"
264
+
265
+ #: dist/plugins/call-to-action/view-adminsetting.php:19
266
+ #: dist/veu-packages.php:307 plugins/call-to-action/view-adminsetting.php:19
267
+ #: veu-packages.php:307
268
+ msgid "Display the CTA at the end of the post content."
269
+ msgstr "投稿内容の最後にCTAを表示します。"
270
+
271
+ #: dist/plugins/call-to-action/view-adminsetting.php:20
272
+ #: dist/veu-packages.php:309 plugins/call-to-action/view-adminsetting.php:20
273
+ #: veu-packages.php:309
274
+ msgid ""
275
+ "The CTA stands for \"Call to action\" and this is the area that prompts the "
276
+ "user behavior."
277
+ msgstr ""
278
+ "CTAは「Call To Action」の略で、ユーザーにとってもらいたい行動へ誘導するための"
279
+ "情報を表示します。"
280
+
281
+ #: dist/plugins/call-to-action/view-adminsetting.php:21
282
+ #: dist/veu-packages.php:311 plugins/call-to-action/view-adminsetting.php:21
283
+ #: veu-packages.php:311
284
+ msgid ""
285
+ "As an example, text message and a link button for induction to the free "
286
+ "sample download page."
287
+ msgstr ""
288
+ "例えば、無料サンプルのダウンロードページへの誘導のためのテキストやリンクボタ"
289
+ "ンなどです。"
290
+
291
+ #: dist/plugins/call-to-action/view-adminsetting.php:23
292
+ #: plugins/call-to-action/view-adminsetting.php:23
293
+ msgid "How to use"
294
+ msgstr "使い方"
295
+
296
+ #: dist/plugins/call-to-action/view-adminsetting.php:26
297
+ #: plugins/call-to-action/view-adminsetting.php:26
298
+ msgid ""
299
+ "You register the contents on \"CTA\" that you want to display to bottom of "
300
+ "the content."
301
+ msgstr "まずは投稿タイプCTAで、本文の最後に表示させたい内容を登録します。"
302
+
303
+ #: dist/plugins/call-to-action/view-adminsetting.php:27
304
+ #: plugins/call-to-action/view-adminsetting.php:27
305
+ msgid "Choose the CTA to be displayed from the following."
306
+ msgstr "下記のプルダウンで、投稿タイプ別に表示するCTAを選択して保存します。"
307
+
308
+ #: dist/plugins/call-to-action/view-adminsetting.php:28
309
+ #: plugins/call-to-action/view-adminsetting.php:28
310
+ msgid ""
311
+ "If you want to switch the CTA to be displayed on each post, please set in "
312
+ "the details page of such posting."
313
+ msgstr ""
314
+ "投稿毎に表示するCTAを切り替えたい場合は、投稿などの詳細ページで設定してくださ"
315
+ "い。"
316
+
317
+ #: dist/plugins/call-to-action/view-adminsetting.php:41
318
+ #: plugins/call-to-action/view-adminsetting.php:41
319
+ msgid "Show index page"
320
+ msgstr "一覧ページを表示する"
321
+
322
+ #: dist/plugins/call-to-action/widget-call-to-action.php:20
323
+ #: plugins/call-to-action/widget-call-to-action.php:20
324
+ msgid "CTA"
325
+ msgstr "CTA"
326
+
327
+ #: dist/plugins/call-to-action/widget-call-to-action.php:26
328
+ #: plugins/call-to-action/widget-call-to-action.php:26
329
+ msgid "Select CTA and display it."
330
+ msgstr "CTAを選択して表示します。"
331
+
332
+ #: dist/plugins/call-to-action/widget-call-to-action.php:66
333
+ #: plugins/call-to-action/widget-call-to-action.php:66
334
+ msgid "Please select CTA to display."
335
+ msgstr "表示するCTAを選択してください。"
336
+
337
+ #: dist/plugins/call-to-action/widget-call-to-action.php:80
338
+ #: plugins/call-to-action/widget-call-to-action.php:80
339
+ msgid "Please select"
340
+ msgstr "選択してください"
341
+
342
+ #: dist/plugins/child_page_index.php:79
343
+ #: dist/plugins/other_widget/widget-3pr-area.php:198
344
+ #: plugins/child_page_index.php:79 plugins/other_widget/widget-3pr-area.php:198
345
+ msgid "Read more"
346
+ msgstr "詳しくはこちら"
347
+
348
+ #: dist/plugins/child_page_index.php:150
349
+ #: dist/plugins/other_widget/widget-page.php:166
350
+ #: plugins/child_page_index.php:150 plugins/other_widget/widget-page.php:166
351
+ msgid "Display a child page index"
352
+ msgstr "子ページ一覧の表示"
353
+
354
+ #: dist/plugins/contact-section/contact-section.php:104
355
+ #: dist/plugins/contact-section/contact-section.php:132
356
+ #: plugins/contact-section/contact-section.php:104
357
+ #: plugins/contact-section/contact-section.php:132
358
+ msgid "Contact Information"
359
+ msgstr "お問い合わせ情報"
360
+
361
+ #: dist/plugins/contact-section/contact-section.php:114
362
+ #: dist/plugins/contact-section/contact-section.php:143
363
+ #: dist/plugins/contact-section/customizer.php:53
364
+ #: dist/plugins/contact-section/customizer.php:67
365
+ #: plugins/contact-section/contact-section.php:114
366
+ #: plugins/contact-section/contact-section.php:143
367
+ #: plugins/contact-section/customizer.php:53
368
+ #: plugins/contact-section/customizer.php:67
369
+ msgid "Please feel free to inquire."
370
+ msgstr "お気軽にお問い合わせください。"
371
+
372
+ #: dist/plugins/contact-section/contact-section.php:116
373
+ #: dist/plugins/contact-section/customizer.php:95
374
+ #: plugins/contact-section/contact-section.php:116
375
+ #: plugins/contact-section/customizer.php:95
376
+ msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
377
+ msgstr "受付時間 9:00-18:00 [ 土・日・祝日除く ]"
378
+
379
+ #: dist/plugins/contact-section/contact-section.php:118
380
+ #: dist/plugins/contact-section/contact-section.php:120
381
+ #: dist/plugins/contact-section/customizer.php:137
382
+ #: dist/plugins/contact-section/customizer.php:179
383
+ #: plugins/contact-section/contact-section.php:118
384
+ #: plugins/contact-section/contact-section.php:120
385
+ #: plugins/contact-section/customizer.php:137
386
+ #: plugins/contact-section/customizer.php:179
387
+ msgid "Contact us"
388
+ msgstr "お問い合わせ"
389
+
390
+ #: dist/plugins/contact-section/contact-section.php:134
391
+ #: dist/plugins/contact-section/customizer.php:33
392
+ #: plugins/contact-section/contact-section.php:134
393
+ #: plugins/contact-section/customizer.php:33
394
+ msgid ""
395
+ "The contents entered here will be reflected in the bottom of each fixed "
396
+ "page, the \"Contact Section\" widget, the \"Contact Button\" widget, etc."
397
+ msgstr ""
398
+ "ここに入力された内容が各固定ページ下部や『お問い合わせ情報』ウィジェット、"
399
+ "『お問い合わせボタン』ウィジェットなどに反映されます。"
400
+
401
+ #: dist/plugins/contact-section/contact-section.php:136
402
+ #: dist/plugins/contact-section/customizer.php:35
403
+ #: plugins/contact-section/contact-section.php:136
404
+ #: plugins/contact-section/customizer.php:35
405
+ msgid ""
406
+ "When I display it on the page, it is necessary to classify a check into "
407
+ "\"Display Contact Section\" checkbox with the edit page of each page."
408
+ msgstr ""
409
+ "固定ページに表示する場合は、各固定ページの編集画面で\"お問い合わせ情報の表示"
410
+ "\"にチェックを入れる必要があります。"
411
+
412
+ #: dist/plugins/contact-section/contact-section.php:140
413
+ #: dist/plugins/contact-section/customizer.php:62
414
+ #: plugins/contact-section/contact-section.php:140
415
+ #: plugins/contact-section/customizer.php:62
416
+ msgid "Message"
417
+ msgstr "メッセージ"
418
+
419
+ #: dist/plugins/contact-section/contact-section.php:143
420
+ #: dist/plugins/contact-section/contact-section.php:150
421
+ #: dist/plugins/contact-section/contact-section.php:157
422
+ #: dist/plugins/contact-section/contact-section.php:165
423
+ #: dist/plugins/contact-section/contact-section.php:173
424
+ #: dist/plugins/contact-section/contact-section.php:181
425
+ #: dist/plugins/contact-section/customizer.php:67
426
+ #: dist/plugins/contact-section/customizer.php:88
427
+ #: dist/plugins/contact-section/customizer.php:109
428
+ #: dist/plugins/contact-section/customizer.php:130
429
+ #: dist/plugins/contact-section/customizer.php:151
430
+ #: dist/plugins/contact-section/customizer.php:172
431
+ #: dist/plugins/google_analytics/ga_admin.php:16
432
+ #: dist/plugins/sns/sns_admin.php:31
433
+ #: plugins/contact-section/contact-section.php:143
434
+ #: plugins/contact-section/contact-section.php:150
435
+ #: plugins/contact-section/contact-section.php:157
436
+ #: plugins/contact-section/contact-section.php:165
437
+ #: plugins/contact-section/contact-section.php:173
438
+ #: plugins/contact-section/contact-section.php:181
439
+ #: plugins/contact-section/customizer.php:67
440
+ #: plugins/contact-section/customizer.php:88
441
+ #: plugins/contact-section/customizer.php:109
442
+ #: plugins/contact-section/customizer.php:130
443
+ #: plugins/contact-section/customizer.php:151
444
+ #: plugins/contact-section/customizer.php:172
445
+ #: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
446
+ msgid "ex) "
447
+ msgstr "例) "
448
+
449
+ #: dist/plugins/contact-section/contact-section.php:147
450
+ #: dist/plugins/contact-section/customizer.php:83
451
+ #: plugins/contact-section/contact-section.php:147
452
+ #: plugins/contact-section/customizer.php:83
453
+ msgid "Phone number"
454
+ msgstr "電話番号"
455
+
456
+ #: dist/plugins/contact-section/contact-section.php:154
457
+ #: dist/plugins/contact-section/contact-section.php:157
458
+ #: dist/plugins/contact-section/customizer.php:104
459
+ #: dist/plugins/contact-section/customizer.php:109
460
+ #: plugins/contact-section/contact-section.php:154
461
+ #: plugins/contact-section/contact-section.php:157
462
+ #: plugins/contact-section/customizer.php:104
463
+ #: plugins/contact-section/customizer.php:109
464
+ msgid "Office hours"
465
+ msgstr "営業時間"
466
+
467
+ #: dist/plugins/contact-section/contact-section.php:157
468
+ #: dist/plugins/contact-section/customizer.php:109
469
+ #: plugins/contact-section/contact-section.php:157
470
+ #: plugins/contact-section/customizer.php:109
471
+ msgid "Weekdays except holidays"
472
+ msgstr "土日・祝日除く"
473
+
474
+ #: dist/plugins/contact-section/contact-section.php:162
475
+ #: dist/plugins/contact-section/customizer.php:125
476
+ #: plugins/contact-section/contact-section.php:162
477
+ #: plugins/contact-section/customizer.php:125
478
+ msgid "The contact page URL"
479
+ msgstr "お問い合わせ先URL"
480
+
481
+ #: dist/plugins/contact-section/contact-section.php:165
482
+ #: dist/plugins/contact-section/customizer.php:130
483
+ #: plugins/contact-section/contact-section.php:165
484
+ #: plugins/contact-section/customizer.php:130
485
+ msgid "or"
486
+ msgstr "もしくは"
487
+
488
+ #: dist/plugins/contact-section/contact-section.php:166
489
+ #: dist/plugins/contact-section/customizer.php:130
490
+ #: plugins/contact-section/contact-section.php:166
491
+ #: plugins/contact-section/customizer.php:130
492
+ msgid "* If you fill in the blank, widget's contact button does not appear."
493
+ msgstr "※ 未入力の場合、お問い合わせウィジェットには何も表示されません。"
494
+
495
+ #: dist/plugins/contact-section/contact-section.php:170
496
+ #: dist/plugins/contact-section/customizer.php:146
497
+ #: plugins/contact-section/contact-section.php:170
498
+ #: plugins/contact-section/customizer.php:146
499
+ msgid "Contact button Text"
500
+ msgstr "お問い合わせボタンに表示するテキスト"
501
+
502
+ #: dist/plugins/contact-section/contact-section.php:173
503
+ #: dist/plugins/contact-section/customizer.php:151
504
+ #: plugins/contact-section/contact-section.php:173
505
+ #: plugins/contact-section/customizer.php:151
506
+ msgid "Contact Us from email."
507
+ msgstr "メールでのお問い合わせはこちら"
508
+
509
+ #: dist/plugins/contact-section/contact-section.php:178
510
+ #: dist/plugins/contact-section/customizer.php:167
511
+ #: plugins/contact-section/contact-section.php:178
512
+ #: plugins/contact-section/customizer.php:167
513
+ msgid "Contact button text( sub )"
514
+ msgstr "お問い合わせボタンに表示するテキスト2(オプション)"
515
+
516
+ #: dist/plugins/contact-section/contact-section.php:182
517
+ #: dist/plugins/contact-section/customizer.php:172
518
+ #: plugins/contact-section/contact-section.php:182
519
+ #: plugins/contact-section/customizer.php:172
520
+ msgid "Email contact form"
521
+ msgstr "お気軽にお問い合わせください。"
522
+
523
+ #: dist/plugins/contact-section/contact-section.php:187
524
+ #: dist/plugins/contact-section/customizer.php:188
525
+ #: plugins/contact-section/contact-section.php:187
526
+ #: plugins/contact-section/customizer.php:188
527
+ msgid "Contact button short text for side widget"
528
+ msgstr "お問い合わせボタンウィジェットに表示するテキスト"
529
+
530
+ #: dist/plugins/contact-section/contact-section.php:191
531
+ #: dist/plugins/contact-section/customizer.php:193
532
+ #: plugins/contact-section/contact-section.php:191
533
+ #: plugins/contact-section/customizer.php:193
534
+ msgid "This will used to \"Contact Button\" widget."
535
+ msgstr ""
536
+ "このテキストはお問い合わせボタンウィジェットで使用されます。サイドバーでの利"
537
+ "用を想定していますので少ない文字数で設定してください。"
538
+
539
+ #: dist/plugins/contact-section/contact-section.php:195
540
+ #: plugins/contact-section/contact-section.php:195
541
+ msgid "Advanced Setting"
542
+ msgstr "高度な設定"
543
+
544
+ #: dist/plugins/contact-section/contact-section.php:204
545
+ #: dist/plugins/contact-section/customizer.php:217
546
+ #: plugins/contact-section/contact-section.php:204
547
+ #: plugins/contact-section/customizer.php:217
548
+ msgid "Inquiry Banner image"
549
+ msgstr "お問い合わせバナー画像"
550
+
551
+ #: dist/plugins/contact-section/contact-section.php:206
552
+ #: plugins/contact-section/contact-section.php:206
553
+ msgid "Select Image"
554
+ msgstr "画像を選択"
555
+
556
+ #: dist/plugins/contact-section/contact-section.php:207
557
+ #: dist/plugins/contact-section/customizer.php:207
558
+ #: plugins/contact-section/contact-section.php:207
559
+ #: plugins/contact-section/customizer.php:207
560
+ msgid "Display the image instead of the above inquiry information"
561
+ msgstr ""
562
+ "画像が登録されている場合は標準のお問い合わせ情報ではなく画像が表示されます。"
563
+
564
+ #: dist/plugins/contact-section/contact-section.php:211
565
+ #: dist/plugins/contact-section/customizer.php:243
566
+ #: plugins/contact-section/contact-section.php:211
567
+ #: plugins/contact-section/customizer.php:243
568
+ msgid "Display HTML message instead of the standard"
569
+ msgstr "お問い合わせ情報として表示するHTML"
570
+
571
+ #: dist/plugins/contact-section/contact-section.php:213
572
+ #: dist/plugins/contact-section/customizer.php:236
573
+ #: plugins/contact-section/contact-section.php:213
574
+ #: plugins/contact-section/customizer.php:236
575
+ msgid "HTML takes precedence over image"
576
+ msgstr "HTMLが登録されている場合は画像より優先されます。"
577
+
578
+ #: dist/plugins/contact-section/contact-section.php:235
579
+ #: plugins/contact-section/contact-section.php:235
580
+ msgid "Display Contact Section"
581
+ msgstr "お問い合わせ情報の表示"
582
+
583
+ #: dist/plugins/contact-section/contact-section.php:368
584
+ #: dist/plugins/contact-section/contact-section.php:420
585
+ #: plugins/contact-section/contact-section.php:368
586
+ #: plugins/contact-section/contact-section.php:420
587
+ msgid "Edit contact information"
588
+ msgstr "Contact情報を編集"
589
+
590
+ #: dist/plugins/contact-section/contact-section.php:436
591
+ #: plugins/contact-section/contact-section.php:436
592
+ msgid "Contact Button"
593
+ msgstr "お問い合わせボタン"
594
+
595
+ #: dist/plugins/contact-section/contact-section.php:437
596
+ #: plugins/contact-section/contact-section.php:437
597
+ msgid "Display contact button."
598
+ msgstr "お問い合わせボタンを表示します。"
599
+
600
+ #: dist/plugins/contact-section/contact-section.php:438
601
+ #: dist/plugins/contact-section/contact-section.php:466
602
+ #: dist/plugins/contact-section/contact-section.php:488
603
+ #: plugins/contact-section/contact-section.php:438
604
+ #: plugins/contact-section/contact-section.php:466
605
+ #: plugins/contact-section/contact-section.php:488
606
+ #, php-format
607
+ msgid ""
608
+ "It is necessary to set the \"%s\" -> \"Contact Information\" section in "
609
+ "\"Main setting\" page."
610
+ msgstr ""
611
+ "「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要があります。"
612
+
613
+ #: dist/plugins/contact-section/contact-section.php:465
614
+ #: plugins/contact-section/contact-section.php:465
615
+ msgid "Display contact button"
616
+ msgstr "お問い合わせボタンを表示します。"
617
+
618
+ #: dist/plugins/contact-section/contact-section.php:486
619
+ #: dist/veu-packages.php:280 plugins/contact-section/contact-section.php:486
620
+ #: veu-packages.php:280
621
+ msgid "Contact Section"
622
+ msgstr "お問い合わせ情報"
623
+
624
+ #: dist/plugins/contact-section/contact-section.php:487
625
+ #: plugins/contact-section/contact-section.php:487
626
+ msgid "Display Phone number and contact button etc."
627
+ msgstr "電話番号とお問い合わせボタンなどを表示します。"
628
+
629
+ #: dist/plugins/contact-section/contact-section.php:516
630
+ #: plugins/contact-section/contact-section.php:516
631
+ #, php-format
632
+ msgid ""
633
+ "*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
634
+ "\"Main setting\" page."
635
+ msgstr ""
636
+ "* 「%s」→ 「メイン設定」ページで『お問い合わせ情報』を設定する必要がありま"
637
+ "す。"
638
+
639
+ #: dist/plugins/contact-section/customizer.php:23
640
+ #: plugins/contact-section/customizer.php:23
641
+ msgid "Contact Settings"
642
+ msgstr "お問い合わせ情報"
643
+
644
+ #: dist/plugins/contact-section/customizer.php:210
645
+ #: dist/plugins/contact-section/customizer.php:239
646
+ #: plugins/contact-section/customizer.php:210
647
+ #: plugins/contact-section/customizer.php:239
648
+ msgid "It is not reflected in the header."
649
+ msgstr "ヘッダーには反映されません。"
650
+
651
+ #: dist/plugins/css_customize/css_customize-edit.php:2
652
+ #: dist/plugins/css_customize/css_customize.php:29
653
+ #: dist/plugins/css_customize/css_customize.php:43
654
+ #: dist/plugins/css_customize/css_customize.php:44
655
+ #: plugins/css_customize/css_customize-edit.php:2
656
+ #: plugins/css_customize/css_customize.php:29
657
+ #: plugins/css_customize/css_customize.php:43
658
+ #: plugins/css_customize/css_customize.php:44
659
+ msgid "CSS Customize"
660
+ msgstr "CSSカスタマイズ"
661
+
662
+ #: dist/plugins/css_customize/css_customize-edit.php:5
663
+ #: plugins/css_customize/css_customize-edit.php:5
664
+ msgid "You can add custom CSS here."
665
+ msgstr "デザインをカスタマイズする場合は下のテキストエリアにCSSを入力します"
666
+
667
+ #: dist/plugins/css_customize/css_customize-edit.php:13
668
+ #: plugins/css_customize/css_customize-edit.php:13
669
+ msgid "Save CSS"
670
+ msgstr "CSSを保存する"
671
+
672
+ #: dist/plugins/css_customize/css_customize-single.php:22
673
+ #: plugins/css_customize/css_customize-single.php:22
674
+ msgid "Custom CSS"
675
+ msgstr ""
676
+
677
+ #: dist/plugins/css_customize/css_customize.php:101
678
+ #: plugins/css_customize/css_customize.php:101
679
+ msgid "Your custom CSS was saved."
680
+ msgstr "CSSが保存されました"
681
+
682
+ #: dist/plugins/css_customize/css_customize.php:104
683
+ #: plugins/css_customize/css_customize.php:104
684
+ msgid "Error occured. Please try again."
685
+ msgstr "何らかのエラー!! また試してみてください"
686
+
687
+ #: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:22
688
+ #: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:37
689
+ #: plugins/font-awesome/class-vk-font-awesome-versions.php:22
690
+ #: plugins/font-awesome/class-vk-font-awesome-versions.php:37
691
+ msgid "Not recommended"
692
+ msgstr "非推奨"
693
+
694
+ #: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:69
695
+ #: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:71
696
+ #: plugins/font-awesome/class-vk-font-awesome-versions.php:69
697
+ #: plugins/font-awesome/class-vk-font-awesome-versions.php:71
698
+ msgid "Ex ) "
699
+ msgstr "例 ) "
700
+
701
+ #: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:169
702
+ #: plugins/font-awesome/class-vk-font-awesome-versions.php:169
703
+ msgid "Font Awesome"
704
+ msgstr ""
705
+
706
+ #: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:190
707
+ #: plugins/font-awesome/class-vk-font-awesome-versions.php:190
708
+ msgid "Font Awesome Version"
709
+ msgstr ""
710
+
711
+ #: dist/plugins/font-awesome/class-vk-font-awesome-versions.php:193
712
+ #: plugins/font-awesome/class-vk-font-awesome-versions.php:193
713
+ msgid "4.7 will be abolished in the near future."
714
+ msgstr "4.7は将来的に廃止します。"
715
+
716
+ #: dist/plugins/footer_copyright_change.php:6
717
+ #: plugins/footer_copyright_change.php:6
718
+ msgid ""
719
+ "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
720
+ "\"https://lightning.nagoya\" target=\"_blank\" title=\"Free WordPress Theme "
721
+ "Lightning\"> Lightning Theme</a> &amp; <a href=\"https://ex-unit.nagoya\" "
722
+ "target=\"_blank\">VK All in One Expansion Unit</a> by <a href=\"//www.vektor-"
723
+ "inc.co.jp\" target=\"_blank\">Vektor,Inc.</a> technology.</p>"
724
+ msgstr ""
725
+ "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
726
+ "\"https://lightning.nagoya/ja/\" target=\"_blank\" title=\"Free WordPress "
727
+ "Theme Lightning\"> Lightning Theme</a> &amp; <a href=\"https://ex-unit."
728
+ "nagoya/ja/\" target=\"_blank\">VK All in One Expansion Unit</a> by <a href="
729
+ "\"//www.vektor-inc.co.jp\" target=\"_blank\">Vektor,Inc.</a> technology.</p>"
730
+
731
+ #: dist/plugins/google_analytics/ga_admin.php:9
732
+ #: dist/plugins/google_analytics/ga_admin.php:13
733
+ #: dist/plugins/google_analytics/google_analytics.php:23
734
+ #: plugins/google_analytics/ga_admin.php:9
735
+ #: plugins/google_analytics/ga_admin.php:13
736
+ #: plugins/google_analytics/google_analytics.php:23
737
+ msgid "Google Analytics Settings"
738
+ msgstr "Google Analytics設定"
739
+
740
+ #: dist/plugins/google_analytics/ga_admin.php:14
741
+ #: plugins/google_analytics/ga_admin.php:14
742
+ msgid ""
743
+ "Please fill in the Google Analytics ID from the Analytics embed code used in "
744
+ "the site."
745
+ msgstr "このサイトで使用する Google アナリティクスの ID を入力して下さい。"
746
+
747
+ #: dist/plugins/google_analytics/ga_admin.php:19
748
+ #: plugins/google_analytics/ga_admin.php:19
749
+ msgid ""
750
+ "Please select the type of Analytics code . (If you are unsure you can skip "
751
+ "this.)"
752
+ msgstr ""
753
+ "アナリティクスコードの種類を選択して下さい。( 不明な場合この設定は省略できま"
754
+ "す )"
755
+
756
+ #: dist/plugins/google_analytics/ga_admin.php:23
757
+ #: dist/plugins/google_analytics/ga_customizer.php:74
758
+ #: plugins/google_analytics/ga_admin.php:23
759
+ #: plugins/google_analytics/ga_customizer.php:74
760
+ msgid "Recommendation ( gtag )"
761
+ msgstr "推奨 ( gtag )"
762
+
763
+ #: dist/plugins/google_analytics/ga_admin.php:24
764
+ #: dist/plugins/google_analytics/ga_customizer.php:75
765
+ #: plugins/google_analytics/ga_admin.php:24
766
+ #: plugins/google_analytics/ga_customizer.php:75
767
+ msgid "Universal Analytics code ( analytics.js )"
768
+ msgstr "ユニバーサル アナリティクスのコード ( analytics.js )"
769
+
770
+ #: dist/plugins/google_analytics/ga_admin.php:25
771
+ #: dist/plugins/google_analytics/ga_customizer.php:76
772
+ #: plugins/google_analytics/ga_admin.php:25
773
+ #: plugins/google_analytics/ga_customizer.php:76
774
+ msgid "Normal code ( analytics.js )"
775
+ msgstr "ノーマルのコード ( analytics.js )"
776
+
777
+ #: dist/plugins/google_analytics/ga_customizer.php:24
778
+ #: plugins/google_analytics/ga_customizer.php:24
779
+ msgid "Google Analtics Settings"
780
+ msgstr "Google Analytics設定"
781
+
782
+ #: dist/plugins/google_analytics/ga_customizer.php:45
783
+ #: plugins/google_analytics/ga_customizer.php:45
784
+ msgid "Google Analytics ID"
785
+ msgstr "Google Analyticsの ID"
786
+
787
+ #: dist/plugins/google_analytics/ga_customizer.php:49
788
+ #: plugins/google_analytics/ga_customizer.php:49
789
+ msgid ""
790
+ "Please fill in the Google Analytics ID from the Analytics embed code used in "
791
+ "the site.<br>ex) XXXXXXXX-X"
792
+ msgstr ""
793
+ "このサイトで使用する Google アナリティクスの ID を入力して下さい。<br>例) "
794
+ "XXXXXXXX-X"
795
+
796
+ #: dist/plugins/google_analytics/ga_customizer.php:68
797
+ #: plugins/google_analytics/ga_customizer.php:68
798
+ msgid "Select the type of Analytics code"
799
+ msgstr "アナリティクスコードの種類を選択"
800
+
801
+ #: dist/plugins/google_analytics/ga_customizer.php:78
802
+ #: plugins/google_analytics/ga_customizer.php:78
803
+ msgid ""
804
+ "Print the select the type of Analytics code.<br>(If you are unsure you can "
805
+ "skip this.)"
806
+ msgstr ""
807
+ "アナリティクスコードの種類を選択して下さい。( 不明な場合この設定は省略できま"
808
+ "す。)"
809
+
810
+ #: dist/plugins/icons.php:38 dist/plugins/icons.php:68 plugins/icons.php:38
811
+ #: plugins/icons.php:68
812
+ msgid "icon setting"
813
+ msgstr "アイコン設定"
814
+
815
+ #: dist/plugins/icons.php:74 plugins/icons.php:74
816
+ #, php-format
817
+ msgid ""
818
+ "This feature will be discontinued shortly.<br>You can set the site icon from "
819
+ "\"Site Identity\" panel of [ <a href=%s>Themes > Customize</a> ] After "
820
+ "updating the setting."
821
+ msgstr ""
822
+ "この機能は間もなく廃止されます。<br>\n"
823
+ "サイトアイコンは「<a href=%s>外観 > カスタマイズ</a>」の「サイト基本情報」パ"
824
+ "ネルから設定できます。"
825
+
826
+ #: dist/plugins/icons.php:81 plugins/icons.php:81
827
+ msgid "Favicon Setting"
828
+ msgstr "ファビコン設定"
829
+
830
+ #: dist/plugins/icons.php:83 plugins/icons.php:83
831
+ msgid "Choose icon"
832
+ msgstr "アイコンを選択"
833
+
834
+ #: dist/plugins/icons.php:84 plugins/icons.php:84
835
+ msgid "Please upload your \".ico\" file"
836
+ msgstr "作成したicoファイルをアップロードしてください"
837
+
838
+ #: dist/plugins/insert_ads.php:37 dist/plugins/insert_ads.php:180
839
+ #: dist/veu-packages.php:338 plugins/insert_ads.php:37
840
+ #: plugins/insert_ads.php:180 veu-packages.php:338
841
+ msgid "Insert ads"
842
+ msgstr "広告の挿入"
843
+
844
+ #: dist/plugins/insert_ads.php:183 plugins/insert_ads.php:183
845
+ msgid "Insert ads to post."
846
+ msgstr "投稿に広告を挿入"
847
+
848
+ #: dist/plugins/insert_ads.php:185 plugins/insert_ads.php:185
849
+ msgid "Insert ads to before content and more tag and after content."
850
+ msgstr "記事の直前 / moreタグの直後 / 記事の最後に広告を挿入できます。"
851
+
852
+ #: dist/plugins/insert_ads.php:185 plugins/insert_ads.php:185
853
+ msgid "If you want to separate ads area, you fill two fields."
854
+ msgstr "2つのフィールドに分けて挿入すると、横並び(col-md-6)に表示されます。"
855
+
856
+ #: dist/plugins/insert_ads.php:187 plugins/insert_ads.php:187
857
+ msgid "insert the ad [ before content ]"
858
+ msgstr "広告を挿入 [ 記事の最初 ]"
859
+
860
+ #: dist/plugins/insert_ads.php:195 plugins/insert_ads.php:195
861
+ msgid "insert the ad [ more tag ]"
862
+ msgstr "広告を挿入 [ moreタグ ]"
863
+
864
+ #: dist/plugins/insert_ads.php:203 plugins/insert_ads.php:203
865
+ msgid "insert the ad [ after content ]"
866
+ msgstr "広告を挿入 [ 記事の最後 ]"
867
+
868
+ #: dist/plugins/meta_description.php:20 dist/plugins/meta_description.php:31
869
+ #: dist/plugins/meta_description.php:34 plugins/meta_description.php:20
870
+ #: plugins/meta_description.php:31 plugins/meta_description.php:34
871
+ msgid "Meta Description"
872
+ msgstr "メタディスクリプション"
873
+
874
+ #: dist/plugins/meta_description.php:37 plugins/meta_description.php:37
875
+ msgid ""
876
+ "What you have to complete the \"excerpt\" column of the edit screen of each "
877
+ "page will be reflected in the description of the meta tag."
878
+ msgstr ""
879
+ "各ページの編集画面の「抜粋」欄に記入した内容がmetaタグのディスクリプションに"
880
+ "反映されます"
881
+
882
+ #: dist/plugins/meta_description.php:38 plugins/meta_description.php:38
883
+ msgid ""
884
+ "Description of meta tags in the search results screen of search sites such "
885
+ "as Google, will be Displayed, such as the bottom of the site title. If the "
886
+ "excerpt column is blank, is 240 characters than text beginning of a sentence "
887
+ "has become a specification that is applied as a description."
888
+ msgstr ""
889
+ "トップページのメタディスクリプションにはサイトのキャッチフレーズが適用されま"
890
+ "す。しかし、トップページに設定した固定ページに抜粋が記入されている場合はその"
891
+ "内容が反映されます。"
892
+
893
+ #: dist/plugins/meta_description.php:39 plugins/meta_description.php:39
894
+ msgid ""
895
+ "The meta description of the top page is subject to the catchphrase of the "
896
+ "site. However, its contents will be reflected if the excerpt is entered in "
897
+ "fixed page that was set on the top page."
898
+ msgstr ""
899
+ "トップページのメタディスクリプションにはサイトのキャッチフレーズが適用されま"
900
+ "す。しかし、トップページに設定した固定ページに抜粋が記入されている場合はその"
901
+ "内容が反映されます。"
902
+
903
+ #: dist/plugins/meta_description.php:40 plugins/meta_description.php:40
904
+ msgid ""
905
+ "If \"excerpt\" column is not found, Click \"Display Option\" of page top at "
906
+ "each article edit page, and check the expert column display."
907
+ msgstr ""
908
+ "抜粋欄が表示されていない場合は、編集画面の右上に「表示」というタブがあります"
909
+ "ので、そこをクリックすると「抜粋」欄を表示するチェックボックスが出てきますの"
910
+ "で、チェックして下さい。"
911
+
912
+ #: dist/plugins/meta_keyword.php:40 dist/plugins/meta_keyword.php:91
913
+ #: dist/plugins/meta_keyword.php:93 dist/plugins/meta_keyword.php:94
914
+ #: dist/plugins/meta_keyword.php:101 plugins/meta_keyword.php:40
915
+ #: plugins/meta_keyword.php:91 plugins/meta_keyword.php:93
916
+ #: plugins/meta_keyword.php:94 plugins/meta_keyword.php:101
917
+ msgid "Meta Keywords"
918
+ msgstr "メタキーワード"
919
+
920
+ #: dist/plugins/meta_keyword.php:68 plugins/meta_keyword.php:68
921
+ msgid "Meta Keyword"
922
+ msgstr "メタキーワード"
923
+
924
+ #: dist/plugins/meta_keyword.php:71 plugins/meta_keyword.php:71
925
+ msgid "Common Keywords"
926
+ msgstr "共通キーワード設定"
927
+
928
+ #: dist/plugins/meta_keyword.php:72 plugins/meta_keyword.php:72
929
+ msgid ""
930
+ "Keywords for meta tag. This words will set Meta Keyword with post keywords. "
931
+ "if you want multiple keywords, enter with separator of \",\"."
932
+ msgstr ""
933
+ "メタタグに入力するキーワードを入力します。ここでは全てのページで使用する共通"
934
+ "のキーワードを設定します。複数ある場合は「,」で区切ってください。"
935
+
936
+ #: dist/plugins/meta_keyword.php:75 plugins/meta_keyword.php:75
937
+ msgid "This is not seriously, Because the SearchEngine does not care this."
938
+ msgstr ""
939
+ "あまり深く考える必要はありません。現状のサーチエンジンではそこまで重要なファ"
940
+ "クターとはなりません。"
941
+
942
+ #: dist/plugins/meta_keyword.php:76 plugins/meta_keyword.php:76
943
+ msgid ""
944
+ "For each page individual keyword is enter at the edit screen of each "
945
+ "article. 10 keywords maximum, together with a each article keywords is "
946
+ "desirable."
947
+ msgstr ""
948
+ "個々のページのキーワードはそれぞれの投稿ページのキーワード入力欄から追加して"
949
+ "ください。それらと合わせて10個程度のキーワード数であることが望ましいです。"
950
+
951
+ #: dist/plugins/meta_keyword.php:77 plugins/meta_keyword.php:77
952
+ msgid "\",\" separator at end of the last keyword is do not need."
953
+ msgstr "最後のキーワードの後ろに「,」は必要ありません。"
954
+
955
+ #: dist/plugins/meta_keyword.php:78 plugins/meta_keyword.php:78
956
+ msgid "Example: WordPress,template,theme,free,GPL"
957
+ msgstr "【例】 WordPress,テンプレート,テーマ,無料,GPL"
958
+
959
+ #: dist/plugins/meta_keyword.php:102 plugins/meta_keyword.php:102
960
+ msgid ""
961
+ "To distinguish between individual keywords, please enter a , delimiter "
962
+ "(optional)."
963
+ msgstr "キーワードを複数入力する場合は , ( カンマ )で区切って下さい。"
964
+
965
+ #: dist/plugins/meta_keyword.php:104 plugins/meta_keyword.php:104
966
+ #, php-format
967
+ msgid "* keywords common to the entire site can be set from %s."
968
+ msgstr "サイト全体のキーワードは %s より設定することができます。"
969
+
970
+ #: dist/plugins/other_widget/widget-3pr-area.php:9
971
+ #: dist/plugins/other_widget/widget-3pr-area.php:161
972
+ #: plugins/other_widget/widget-3pr-area.php:9
973
+ #: plugins/other_widget/widget-3pr-area.php:161
974
+ msgid "3PR area"
975
+ msgstr "3PR エリア"
976
+
977
+ #: dist/plugins/other_widget/widget-3pr-area.php:14
978
+ #: plugins/other_widget/widget-3pr-area.php:14
979
+ msgid "Displays a 3PR area"
980
+ msgstr "3PR エリアを表示します。"
981
+
982
+ #: dist/plugins/other_widget/widget-3pr-area.php:20
983
+ #: plugins/other_widget/widget-3pr-area.php:20
984
+ msgid "3PR area1 title"
985
+ msgstr "3PR エリア1 タイトル"
986
+
987
+ #: dist/plugins/other_widget/widget-3pr-area.php:28
988
+ #: plugins/other_widget/widget-3pr-area.php:28
989
+ msgid "3PR area2 title"
990
+ msgstr "3PR エリア2 タイトル"
991
+
992
+ #: dist/plugins/other_widget/widget-3pr-area.php:36
993
+ #: plugins/other_widget/widget-3pr-area.php:36
994
+ msgid "3PR area3 title"
995
+ msgstr "3PR エリア3 タイトル"
996
+
997
+ #: dist/plugins/other_widget/widget-3pr-area.php:54
998
+ #: plugins/other_widget/widget-3pr-area.php:54
999
+ msgid "3PR area setting"
1000
+ msgstr "3PR エリア設定"
1001
+
1002
+ #: dist/plugins/other_widget/widget-3pr-area.php:56
1003
+ #: dist/plugins/other_widget/widget-new-posts.php:218
1004
+ #: dist/plugins/other_widget/widget-page.php:126
1005
+ #: dist/plugins/other_widget/widget-pr-blocks.php:111
1006
+ #: dist/plugins/other_widget/widget-profile.php:55
1007
+ #: dist/plugins/related_posts/related_posts.php:252
1008
+ #: dist/plugins/sns/widget-fb-page-plugin.php:79
1009
+ #: dist/plugins/sns/widget-twitter.php:84
1010
+ #: plugins/other_widget/widget-3pr-area.php:56
1011
+ #: plugins/other_widget/widget-new-posts.php:218
1012
+ #: plugins/other_widget/widget-page.php:126
1013
+ #: plugins/other_widget/widget-pr-blocks.php:111
1014
+ #: plugins/other_widget/widget-profile.php:55
1015
+ #: plugins/related_posts/related_posts.php:261
1016
+ #: plugins/sns/widget-fb-page-plugin.php:79 plugins/sns/widget-twitter.php:84
1017
+ msgid "Title:"
1018
+ msgstr "タイトル"
1019
+
1020
+ #: dist/plugins/other_widget/widget-3pr-area.php:62
1021
+ #: plugins/other_widget/widget-3pr-area.php:62
1022
+ msgid "Select image for PC:"
1023
+ msgstr "PC 用に表示される画像を選択(横 300px 程度推奨)"
1024
+
1025
+ #: dist/plugins/other_widget/widget-3pr-area.php:72
1026
+ #: dist/plugins/other_widget/widget-3pr-area.php:90
1027
+ #: dist/plugins/other_widget/widget-pr-blocks.php:174
1028
+ #: dist/plugins/other_widget/widget-profile.php:70
1029
+ #: plugins/other_widget/widget-3pr-area.php:72
1030
+ #: plugins/other_widget/widget-3pr-area.php:90
1031
+ #: plugins/other_widget/widget-pr-blocks.php:174
1032
+ #: plugins/other_widget/widget-profile.php:70
1033
+ msgid "Select image"
1034
+ msgstr "画像を選択"
1035
+
1036
+ #: dist/plugins/other_widget/widget-3pr-area.php:73
1037
+ #: dist/plugins/other_widget/widget-3pr-area.php:91
1038
+ #: dist/plugins/other_widget/widget-pr-blocks.php:175
1039
+ #: dist/plugins/other_widget/widget-profile.php:71
1040
+ #: plugins/other_widget/widget-3pr-area.php:73
1041
+ #: plugins/other_widget/widget-3pr-area.php:91
1042
+ #: plugins/other_widget/widget-pr-blocks.php:175
1043
+ #: plugins/other_widget/widget-profile.php:71
1044
+ msgid "Clear image"
1045
+ msgstr "画像クリア"
1046
+
1047
+ #: dist/plugins/other_widget/widget-3pr-area.php:80
1048
+ #: plugins/other_widget/widget-3pr-area.php:80
1049
+ msgid "Select image for Mobile:"
1050
+ msgstr ""
1051
+ "スマホ用(ウィンドウサイズが 768px 以下の場合)に表示される画像を選択(橫 "
1052
+ "690px 以上推奨。空欄も可)"
1053
+
1054
+ #: dist/plugins/other_widget/widget-3pr-area.php:102
1055
+ #: dist/plugins/other_widget/widget-pr-blocks.php:115
1056
+ #: plugins/other_widget/widget-3pr-area.php:102
1057
+ #: plugins/other_widget/widget-pr-blocks.php:115
1058
+ msgid "Summary Text:"
1059
+ msgstr "概要となるテキスト"
1060
+
1061
+ #: dist/plugins/other_widget/widget-3pr-area.php:108
1062
+ #: dist/plugins/other_widget/widget-pr-blocks.php:120
1063
+ #: plugins/other_widget/widget-3pr-area.php:108
1064
+ #: plugins/other_widget/widget-pr-blocks.php:120
1065
+ msgid "Link URL:"
1066
+ msgstr "リンク先ページのURL"
1067
+
1068
+ #: dist/plugins/other_widget/widget-3pr-area.php:116
1069
+ #: dist/plugins/other_widget/widget-banner.php:106
1070
+ #: dist/plugins/other_widget/widget-pr-blocks.php:124
1071
+ #: plugins/other_widget/widget-3pr-area.php:116
1072
+ #: plugins/other_widget/widget-banner.php:106
1073
+ #: plugins/other_widget/widget-pr-blocks.php:124
1074
+ msgid "Open link new tab."
1075
+ msgstr "リンクを別ウィンドウで開く"
1076
+
1077
+ #: dist/plugins/other_widget/widget-archives.php:9 dist/veu-packages.php:216
1078
+ #: plugins/other_widget/widget-archives.php:9 veu-packages.php:216
1079
+ msgid "archive list"
1080
+ msgstr "アーカイブリスト"
1081
+
1082
+ #: dist/plugins/other_widget/widget-archives.php:14 dist/veu-packages.php:216
1083
+ #: plugins/other_widget/widget-archives.php:14 veu-packages.php:216
1084
+ msgid ""
1085
+ "Displays a list of archives. You can choose the post type and also to "
1086
+ "display archives by month or by year."
1087
+ msgstr ""
1088
+ "アーカイブの一覧を表示します。月ごともしくは年ごとでの表示。また、ポストタイ"
1089
+ "プを選択できます。"
1090
+
1091
+ #: dist/plugins/other_widget/widget-archives.php:53
1092
+ #: dist/plugins/other_widget/widget-archives.php:54
1093
+ #: plugins/other_widget/widget-archives.php:53
1094
+ #: plugins/other_widget/widget-archives.php:54
1095
+ msgid "Monthly archives"
1096
+ msgstr "月別アーカイブ"
1097
+
1098
+ #: dist/plugins/other_widget/widget-archives.php:68
1099
+ #: dist/plugins/other_widget/widget-new-posts.php:228
1100
+ #: dist/plugins/other_widget/widget-new-posts.php:234
1101
+ #: plugins/other_widget/widget-archives.php:68
1102
+ #: plugins/other_widget/widget-new-posts.php:228
1103
+ #: plugins/other_widget/widget-new-posts.php:234
1104
+ msgid "Title"
1105
+ msgstr "タイトル"
1106
+
1107
+ #: dist/plugins/other_widget/widget-archives.php:72
1108
+ #: plugins/other_widget/widget-archives.php:72
1109
+ msgid "Post type"
1110
+ msgstr "ポストタイプ"
1111
+
1112
+ #: dist/plugins/other_widget/widget-archives.php:92
1113
+ #: plugins/other_widget/widget-archives.php:92
1114
+ msgid "Monthly"
1115
+ msgstr "月別"
1116
+
1117
+ #: dist/plugins/other_widget/widget-archives.php:99
1118
+ #: plugins/other_widget/widget-archives.php:99
1119
+ msgid "Yearly"
1120
+ msgstr "年別"
1121
+
1122
+ #: dist/plugins/other_widget/widget-archives.php:117
1123
+ #: plugins/other_widget/widget-archives.php:117
1124
+ msgid "archive"
1125
+ msgstr "アーカイブ"
1126
+
1127
+ #: dist/plugins/other_widget/widget-banner.php:15
1128
+ #: plugins/other_widget/widget-banner.php:15
1129
+ msgid "Banner"
1130
+ msgstr "バナー"
1131
+
1132
+ #: dist/plugins/other_widget/widget-banner.php:21
1133
+ #: plugins/other_widget/widget-banner.php:21
1134
+ msgid ""
1135
+ "You can easily set up a banner simply by registering images and link "
1136
+ "destinations."
1137
+ msgstr "画像とリンク先を登録するだけで簡単にバナーを設定できます。"
1138
+
1139
+ #: dist/plugins/other_widget/widget-banner.php:97
1140
+ #: plugins/other_widget/widget-banner.php:97
1141
+ msgid "Set image"
1142
+ msgstr "画像を選択"
1143
+
1144
+ #: dist/plugins/other_widget/widget-banner.php:107
1145
+ #: plugins/other_widget/widget-banner.php:107
1146
+ msgid "Alternative text"
1147
+ msgstr "代替テキスト(alt)"
1148
+
1149
+ #: dist/plugins/other_widget/widget-button.php:32
1150
+ #: plugins/other_widget/widget-button.php:32
1151
+ msgid "Button"
1152
+ msgstr "ボタン"
1153
+
1154
+ #: dist/plugins/other_widget/widget-button.php:37
1155
+ #: plugins/other_widget/widget-button.php:37
1156
+ msgid "You can set buttons for arbitrary text."
1157
+ msgstr "任意のテキストのボタンを設定できます。"
1158
+
1159
+ #: dist/plugins/other_widget/widget-button.php:116
1160
+ #: plugins/other_widget/widget-button.php:116
1161
+ msgid "Main text(Required):"
1162
+ msgstr "ボタンテキスト(必須):"
1163
+
1164
+ #: dist/plugins/other_widget/widget-button.php:121
1165
+ #: plugins/other_widget/widget-button.php:121
1166
+ msgid "Class name of the icon font"
1167
+ msgstr "使用したいアイコンフォント"
1168
+
1169
+ #: dist/plugins/other_widget/widget-button.php:134
1170
+ #: plugins/other_widget/widget-button.php:134
1171
+ msgid "Sub text:"
1172
+ msgstr "サブテキスト:"
1173
+
1174
+ #: dist/plugins/other_widget/widget-button.php:138
1175
+ #: plugins/other_widget/widget-button.php:138
1176
+ msgid "Link URL(Required):"
1177
+ msgstr "リンク先ページのURL(必須):"
1178
+
1179
+ #: dist/plugins/other_widget/widget-button.php:148
1180
+ #: plugins/other_widget/widget-button.php:148
1181
+ msgid "Open with new tab"
1182
+ msgstr "リンクを別ウィンドウで開く"
1183
+
1184
+ #: dist/plugins/other_widget/widget-button.php:151
1185
+ #: plugins/other_widget/widget-button.php:151
1186
+ msgid "Size"
1187
+ msgstr "サイズ"
1188
+
1189
+ #: dist/plugins/other_widget/widget-button.php:158
1190
+ #: plugins/other_widget/widget-button.php:158
1191
+ msgid "Small"
1192
+ msgstr "小"
1193
+
1194
+ #: dist/plugins/other_widget/widget-button.php:164
1195
+ #: plugins/other_widget/widget-button.php:164
1196
+ msgid "Medium"
1197
+ msgstr "中"
1198
+
1199
+ #: dist/plugins/other_widget/widget-button.php:170
1200
+ #: plugins/other_widget/widget-button.php:170
1201
+ msgid "Large"
1202
+ msgstr "大"
1203
+
1204
+ #: dist/plugins/other_widget/widget-button.php:174
1205
+ #: plugins/other_widget/widget-button.php:174
1206
+ msgid "Button color:"
1207
+ msgstr "ボタンの色:"
1208
+
1209
+ #: dist/plugins/other_widget/widget-button.php:211
1210
+ #: plugins/other_widget/widget-button.php:211
1211
+ msgid "Key Color(.primary)"
1212
+ msgstr "キーカラー(.primary)"
1213
+
1214
+ #: dist/plugins/other_widget/widget-button.php:212
1215
+ #: plugins/other_widget/widget-button.php:212
1216
+ msgid "No paint(.default)"
1217
+ msgstr "塗りなし(.default)"
1218
+
1219
+ #: dist/plugins/other_widget/widget-button.php:213
1220
+ #: plugins/other_widget/widget-button.php:213
1221
+ msgid "Light green(.success)"
1222
+ msgstr "明るい緑(.success)"
1223
+
1224
+ #: dist/plugins/other_widget/widget-button.php:214
1225
+ #: plugins/other_widget/widget-button.php:214
1226
+ msgid "Light blue(.info)"
1227
+ msgstr "空色(.info)"
1228
+
1229
+ #: dist/plugins/other_widget/widget-button.php:215
1230
+ #: plugins/other_widget/widget-button.php:215
1231
+ msgid "Orange(.warning)"
1232
+ msgstr "オレンジ(.warning)"
1233
+
1234
+ #: dist/plugins/other_widget/widget-button.php:216
1235
+ #: plugins/other_widget/widget-button.php:216
1236
+ msgid "Red(.danger)"
1237
+ msgstr "赤(.danger)"
1238
+
1239
+ #: dist/plugins/other_widget/widget-child-page-list.php:10
1240
+ #: plugins/other_widget/widget-child-page-list.php:10
1241
+ msgid "Child Page List"
1242
+ msgstr "子ページのリスト"
1243
+
1244
+ #: dist/plugins/other_widget/widget-child-page-list.php:15
1245
+ #: dist/plugins/other_widget/widget-child-page-list.php:59
1246
+ #: plugins/other_widget/widget-child-page-list.php:15
1247
+ #: plugins/other_widget/widget-child-page-list.php:59
1248
+ msgid "Display the child pages list from ancestor page."
1249
+ msgstr "表示しているページの先祖階層からの子ページリストを表示します。"
1250
+
1251
+ #: dist/plugins/other_widget/widget-new-posts.php:11
1252
+ #: dist/plugins/other_widget/widget-new-posts.php:195
1253
+ #: plugins/other_widget/widget-new-posts.php:11
1254
+ #: plugins/other_widget/widget-new-posts.php:195
1255
+ msgid "Recent Posts"
1256
+ msgstr "最新記事"
1257
+
1258
+ #: dist/plugins/other_widget/widget-new-posts.php:16
1259
+ #: plugins/other_widget/widget-new-posts.php:16
1260
+ msgid "Displays a list of your most recent posts"
1261
+ msgstr "最新の投稿記事リストを表示します。"
1262
+
1263
+ #: dist/plugins/other_widget/widget-new-posts.php:222
1264
+ #: plugins/other_widget/widget-new-posts.php:222
1265
+ msgid "Display Format"
1266
+ msgstr "表示形式"
1267
+
1268
+ #: dist/plugins/other_widget/widget-new-posts.php:228
1269
+ #: plugins/other_widget/widget-new-posts.php:228
1270
+ msgid "Thumbnail"
1271
+ msgstr "サムネイル画像"
1272
+
1273
+ #: dist/plugins/other_widget/widget-new-posts.php:228
1274
+ #: dist/plugins/other_widget/widget-new-posts.php:234
1275
+ #: plugins/other_widget/widget-new-posts.php:228
1276
+ #: plugins/other_widget/widget-new-posts.php:234
1277
+ msgid "Date"
1278
+ msgstr "日付"
1279
+
1280
+ #: dist/plugins/other_widget/widget-new-posts.php:234
1281
+ #: dist/plugins/other_widget/widget-taxonomies.php:26
1282
+ #: dist/plugins/other_widget/widget-taxonomies.php:56
1283
+ #: dist/plugins/other_widget/widget-taxonomies.php:57
1284
+ #: plugins/other_widget/widget-new-posts.php:234
1285
+ #: plugins/other_widget/widget-taxonomies.php:26
1286
+ #: plugins/other_widget/widget-taxonomies.php:56
1287
+ #: plugins/other_widget/widget-taxonomies.php:57
1288
+ msgid "Category"
1289
+ msgstr "カテゴリー"
1290
+
1291
+ #: dist/plugins/other_widget/widget-new-posts.php:237
1292
+ #: plugins/other_widget/widget-new-posts.php:237
1293
+ msgid "Order by"
1294
+ msgstr "表示順"
1295
+
1296
+ #: dist/plugins/other_widget/widget-new-posts.php:243
1297
+ #: plugins/other_widget/widget-new-posts.php:243
1298
+ msgid "Publish date"
1299
+ msgstr "公開日"
1300
+
1301
+ #: dist/plugins/other_widget/widget-new-posts.php:249
1302
+ #: plugins/other_widget/widget-new-posts.php:249
1303
+ msgid "Modified date"
1304
+ msgstr "最終更新日"
1305
+
1306
+ #: dist/plugins/other_widget/widget-new-posts.php:253
1307
+ #: plugins/other_widget/widget-new-posts.php:253
1308
+ #: plugins/related_posts/related_posts.php:281
1309
+ msgid "Display count"
1310
+ msgstr "表示する記事数"
1311
+
1312
+ #: dist/plugins/other_widget/widget-new-posts.php:258
1313
+ #: plugins/other_widget/widget-new-posts.php:258
1314
+ msgid "Slug for the custom type you want to display"
1315
+ msgstr "表示したい記事タイプ"
1316
+
1317
+ #: dist/plugins/other_widget/widget-new-posts.php:263
1318
+ #: plugins/other_widget/widget-new-posts.php:263
1319
+ msgid "taxonomy ID"
1320
+ msgstr "カテゴリー(タクソノミー)ID"
1321
+
1322
+ #: dist/plugins/other_widget/widget-new-posts.php:266
1323
+ #: plugins/other_widget/widget-new-posts.php:266
1324
+ msgid "if you need filtering by term, add the term ID separate by \",\"."
1325
+ msgstr ""
1326
+ "特定のカテゴリーのみ表示したい場合は<br/>カンマ(,)区切りでカテゴリーIDを入力"
1327
+ "します。"
1328
+
1329
+ #: dist/plugins/other_widget/widget-new-posts.php:268
1330
+ #: dist/plugins/sns/sns_admin.php:85
1331
+ #: plugins/other_widget/widget-new-posts.php:268 plugins/sns/sns_admin.php:85
1332
+ msgid "if empty this area, I will do not filtering."
1333
+ msgstr "空欄の場合はフィルタリングは行いません。"
1334
+
1335
+ #: dist/plugins/other_widget/widget-new-posts.php:273
1336
+ #: plugins/other_widget/widget-new-posts.php:273
1337
+ msgid "Destination URL:"
1338
+ msgstr "リンク先URL:"
1339
+
1340
+ #: dist/plugins/other_widget/widget-new-posts.php:276
1341
+ #: plugins/other_widget/widget-new-posts.php:276
1342
+ msgid "Notation text:"
1343
+ msgstr "表記テキスト:"
1344
+
1345
+ #: dist/plugins/other_widget/widget-page.php:9
1346
+ #: plugins/other_widget/widget-page.php:9
1347
+ msgid "page content to widget"
1348
+ msgstr "固定ページ本文"
1349
+
1350
+ #: dist/plugins/other_widget/widget-page.php:14
1351
+ #: plugins/other_widget/widget-page.php:14
1352
+ msgid "Displays a page contents to widget."
1353
+ msgstr "選択したページの内容を表示します。"
1354
+
1355
+ #: dist/plugins/other_widget/widget-page.php:135
1356
+ #: plugins/other_widget/widget-page.php:135
1357
+ msgid "Display the entered title"
1358
+ msgstr "入力したタイトルを表示する"
1359
+
1360
+ #: dist/plugins/other_widget/widget-page.php:139
1361
+ #: plugins/other_widget/widget-page.php:139
1362
+ msgid "Display the title of page"
1363
+ msgstr "固定ページのタイトルを表示する"
1364
+
1365
+ #: dist/plugins/other_widget/widget-page.php:143
1366
+ #: plugins/other_widget/widget-page.php:143
1367
+ msgid "Do not display titles"
1368
+ msgstr "タイトルを表示しない"
1369
+
1370
+ #: dist/plugins/other_widget/widget-page.php:175
1371
+ #: dist/plugins/pageList_ancestor.php:96
1372
+ #: plugins/other_widget/widget-page.php:175 plugins/pageList_ancestor.php:96
1373
+ msgid "Display a page list from ancestor"
1374
+ msgstr "現在のページの先祖階層からの子ページリストを表示"
1375
+
1376
+ #: dist/plugins/other_widget/widget-page.php:243
1377
+ #: plugins/other_widget/widget-page.php:243
1378
+ msgid "Edit"
1379
+ msgstr "編集"
1380
+
1381
+ #: dist/plugins/other_widget/widget-pr-blocks.php:17
1382
+ #: plugins/other_widget/widget-pr-blocks.php:17
1383
+ msgid "PR Blocks"
1384
+ msgstr "PR Blocks"
1385
+
1386
+ #: dist/plugins/other_widget/widget-pr-blocks.php:22
1387
+ #: plugins/other_widget/widget-pr-blocks.php:22
1388
+ msgid "Displays a circle image or icon font for pr blocks"
1389
+ msgstr "丸抜きの画像やアイコンフォントをPRブロックに表示"
1390
+
1391
+ #: dist/plugins/other_widget/widget-pr-blocks.php:30
1392
+ #: plugins/other_widget/widget-pr-blocks.php:30
1393
+ msgid "Service"
1394
+ msgstr "サービス紹介"
1395
+
1396
+ #: dist/plugins/other_widget/widget-pr-blocks.php:40
1397
+ #: plugins/other_widget/widget-pr-blocks.php:40
1398
+ msgid "Company"
1399
+ msgstr "会社案内"
1400
+
1401
+ #: dist/plugins/other_widget/widget-pr-blocks.php:50
1402
+ #: plugins/other_widget/widget-pr-blocks.php:50
1403
+ msgid "Recruit"
1404
+ msgstr "採用情報"
1405
+
1406
+ #: dist/plugins/other_widget/widget-pr-blocks.php:60
1407
+ #: plugins/other_widget/widget-pr-blocks.php:60
1408
+ msgid "Contact"
1409
+ msgstr "Contact"
1410
+
1411
+ #: dist/plugins/other_widget/widget-pr-blocks.php:83
1412
+ #: plugins/other_widget/widget-pr-blocks.php:83
1413
+ msgid "The choice of the number of columns:"
1414
+ msgstr "列の数"
1415
+
1416
+ #: dist/plugins/other_widget/widget-pr-blocks.php:90
1417
+ #: plugins/other_widget/widget-pr-blocks.php:90
1418
+ msgid "3column"
1419
+ msgstr "3列"
1420
+
1421
+ #: dist/plugins/other_widget/widget-pr-blocks.php:96
1422
+ #: plugins/other_widget/widget-pr-blocks.php:96
1423
+ msgid "4column"
1424
+ msgstr "4列"
1425
+
1426
+ #: dist/plugins/other_widget/widget-pr-blocks.php:98
1427
+ #: plugins/other_widget/widget-pr-blocks.php:98
1428
+ msgid ""
1429
+ "If you change the number of columns, click to \"Save\" botton and exit the "
1430
+ "edit page. When restart the edit page, the column input form is increased or "
1431
+ "decreased."
1432
+ msgstr ""
1433
+ "列の数を変更する場合は「保存して公開」ボタンをクリックして編集画面を終了しま"
1434
+ "す。それから編集画面を再度開くと列の入力フォームが増減します。"
1435
+
1436
+ #: dist/plugins/other_widget/widget-pr-blocks.php:107
1437
+ #: dist/plugins/other_widget/widget-pr-blocks.php:277
1438
+ #: plugins/other_widget/widget-pr-blocks.php:107
1439
+ #: plugins/other_widget/widget-pr-blocks.php:277
1440
+ msgid "PR Block"
1441
+ msgstr "PRブロック"
1442
+
1443
+ #: dist/plugins/other_widget/widget-pr-blocks.php:129
1444
+ #: plugins/other_widget/widget-pr-blocks.php:129
1445
+ msgid "Icon"
1446
+ msgstr "アイコン"
1447
+
1448
+ #: dist/plugins/other_widget/widget-pr-blocks.php:132
1449
+ #: plugins/other_widget/widget-pr-blocks.php:132
1450
+ msgid "Class name of the icon font you want to use:"
1451
+ msgstr "使用したいアイコンフォントのクラス名:"
1452
+
1453
+ #: dist/plugins/other_widget/widget-pr-blocks.php:143
1454
+ #: dist/plugins/other_widget/widget-profile.php:157
1455
+ #: plugins/other_widget/widget-pr-blocks.php:143
1456
+ #: plugins/other_widget/widget-profile.php:157
1457
+ msgid "Icon color:"
1458
+ msgstr "アイコンの色:"
1459
+
1460
+ #: dist/plugins/other_widget/widget-pr-blocks.php:147
1461
+ #: dist/plugins/other_widget/widget-profile.php:142
1462
+ #: plugins/other_widget/widget-pr-blocks.php:147
1463
+ #: plugins/other_widget/widget-profile.php:142
1464
+ msgid "Icon Background:"
1465
+ msgstr "アイコン背景:"
1466
+
1467
+ #: dist/plugins/other_widget/widget-pr-blocks.php:151
1468
+ #: dist/plugins/other_widget/widget-profile.php:148
1469
+ #: plugins/other_widget/widget-pr-blocks.php:151
1470
+ #: plugins/other_widget/widget-profile.php:148
1471
+ msgid "Solid color"
1472
+ msgstr "塗りつぶし"
1473
+
1474
+ #: dist/plugins/other_widget/widget-pr-blocks.php:155
1475
+ #: dist/plugins/other_widget/widget-profile.php:151
1476
+ #: dist/plugins/sns/sns_customizer.php:317
1477
+ #: plugins/other_widget/widget-pr-blocks.php:155
1478
+ #: plugins/other_widget/widget-profile.php:151
1479
+ #: plugins/sns/sns_customizer.php:317
1480
+ msgid "No background"
1481
+ msgstr "背景なし"
1482
+
1483
+ #: dist/plugins/other_widget/widget-pr-blocks.php:161
1484
+ #: plugins/other_widget/widget-pr-blocks.php:161
1485
+ msgid "PR Image"
1486
+ msgstr "画像"
1487
+
1488
+ #: dist/plugins/other_widget/widget-pr-blocks.php:162
1489
+ #: plugins/other_widget/widget-pr-blocks.php:162
1490
+ msgid "When you have an image. Image is displayed with priority"
1491
+ msgstr "画像を設定するとアイコンフォントよりも画像が優先されます。"
1492
+
1493
+ #: dist/plugins/other_widget/widget-profile.php:9
1494
+ #: dist/plugins/other_widget/widget-profile.php:32
1495
+ #: plugins/other_widget/widget-profile.php:9
1496
+ #: plugins/other_widget/widget-profile.php:32
1497
+ msgid "Profile"
1498
+ msgstr "プロフィール"
1499
+
1500
+ #: dist/plugins/other_widget/widget-profile.php:14
1501
+ #: plugins/other_widget/widget-profile.php:14
1502
+ msgid "Displays a your profile"
1503
+ msgstr ""
1504
+ "ブログのサイドバーに運営者情報を表示したり、フッターに企業情報を表示します。"
1505
+
1506
+ #: dist/plugins/other_widget/widget-profile.php:40
1507
+ #: plugins/other_widget/widget-profile.php:40
1508
+ msgid "Profile Text"
1509
+ msgstr "プロフィールテキスト"
1510
+
1511
+ #: dist/plugins/other_widget/widget-profile.php:60
1512
+ #: plugins/other_widget/widget-profile.php:60
1513
+ msgid "Select Profile image:"
1514
+ msgstr "プロフィール用画像を選択"
1515
+
1516
+ #: dist/plugins/other_widget/widget-profile.php:79
1517
+ #: plugins/other_widget/widget-profile.php:79
1518
+ msgid "Cut out round the image."
1519
+ msgstr "画像を丸く切り抜いて表示する"
1520
+
1521
+ #: dist/plugins/other_widget/widget-profile.php:83
1522
+ #: plugins/other_widget/widget-profile.php:83
1523
+ msgid "Media size (Optional)"
1524
+ msgstr "画像の大きさ( 任意 )"
1525
+
1526
+ #: dist/plugins/other_widget/widget-profile.php:93
1527
+ #: plugins/other_widget/widget-profile.php:93
1528
+ msgid "Align left"
1529
+ msgstr "画像左揃え"
1530
+
1531
+ #: dist/plugins/other_widget/widget-profile.php:96
1532
+ #: plugins/other_widget/widget-profile.php:96
1533
+ msgid "Align center"
1534
+ msgstr "画像中央揃え"
1535
+
1536
+ #: dist/plugins/other_widget/widget-profile.php:100
1537
+ #: plugins/other_widget/widget-profile.php:100
1538
+ msgid "Text float to image."
1539
+ msgstr "テキストを画像に回りこませる"
1540
+
1541
+ #: dist/plugins/other_widget/widget-profile.php:104
1542
+ #: plugins/other_widget/widget-profile.php:104
1543
+ msgid "Profile Text:"
1544
+ msgstr "プロフィールテキスト"
1545
+
1546
+ #: dist/plugins/other_widget/widget-profile.php:108
1547
+ #: plugins/other_widget/widget-profile.php:108
1548
+ msgid "Facebook URL:"
1549
+ msgstr "Facebook リンク先ページのURL"
1550
+
1551
+ #: dist/plugins/other_widget/widget-profile.php:113
1552
+ #: plugins/other_widget/widget-profile.php:113
1553
+ msgid "Twitter URL:"
1554
+ msgstr "twitterリンク先ページのURL"
1555
+
1556
+ #: dist/plugins/other_widget/widget-profile.php:118
1557
+ #: plugins/other_widget/widget-profile.php:118
1558
+ msgid "Email Address:"
1559
+ msgstr "Email リンク先ページのURL"
1560
+
1561
+ #: dist/plugins/other_widget/widget-profile.php:123
1562
+ #: plugins/other_widget/widget-profile.php:123
1563
+ msgid "Youtube URL:"
1564
+ msgstr "Youtube リンク先ページのURL"
1565
+
1566
+ #: dist/plugins/other_widget/widget-profile.php:128
1567
+ #: plugins/other_widget/widget-profile.php:128
1568
+ msgid "RSS URL:"
1569
+ msgstr "RSS リンク先ページのURL"
1570
+
1571
+ #: dist/plugins/other_widget/widget-profile.php:133
1572
+ #: plugins/other_widget/widget-profile.php:133
1573
+ msgid "instagram URL:"
1574
+ msgstr "instagram リンク先ページのURL"
1575
+
1576
+ #: dist/plugins/other_widget/widget-profile.php:137
1577
+ #: plugins/other_widget/widget-profile.php:137
1578
+ msgid "linkedin URL:"
1579
+ msgstr "linkedin リンク先ページのURL"
1580
+
1581
+ #: dist/plugins/other_widget/widget-profile.php:153
1582
+ #: plugins/other_widget/widget-profile.php:153
1583
+ msgid ""
1584
+ "* When \"Icon Background: Fill\" is selected and \"Icon color\" is not "
1585
+ "specified, each brand color will be painted."
1586
+ msgstr ""
1587
+ "※ 「アイコン背景 : 塗りつぶし」を選択した場合で「アイコンの色」の指定がないと"
1588
+ "きは各ブランドカラーで塗りつぶしされます。"
1589
+
1590
+ #: dist/plugins/other_widget/widget-side-child-page-list.php:12
1591
+ #: plugins/other_widget/widget-side-child-page-list.php:12
1592
+ msgid "child pages list"
1593
+ msgstr "子ページのリスト"
1594
+
1595
+ #: dist/plugins/other_widget/widget-side-child-page-list.php:17
1596
+ #: plugins/other_widget/widget-side-child-page-list.php:17
1597
+ msgid "Displays list of child page for the current page."
1598
+ msgstr "表示しているページの先祖階層からの子ページリストを表示します。"
1599
+
1600
+ #: dist/plugins/other_widget/widget-taxonomies.php:10
1601
+ #: plugins/other_widget/widget-taxonomies.php:10
1602
+ msgid "Categories/Custom taxonomies list"
1603
+ msgstr "カテゴリー/カスタム分類リスト"
1604
+
1605
+ #: dist/plugins/other_widget/widget-taxonomies.php:15
1606
+ #: plugins/other_widget/widget-taxonomies.php:15
1607
+ msgid "Displays a categories and custom taxonomies list."
1608
+ msgstr "カテゴリーやカスタム分類のリストを表示します。"
1609
+
1610
+ #: dist/plugins/other_widget/widget-taxonomies.php:71
1611
+ #: plugins/other_widget/widget-taxonomies.php:71
1612
+ msgid "Label to display"
1613
+ msgstr "表示するラベル"
1614
+
1615
+ #: dist/plugins/other_widget/widget-taxonomies.php:75
1616
+ #: plugins/other_widget/widget-taxonomies.php:75
1617
+ msgid "Display page"
1618
+ msgstr "ページを表示"
1619
+
1620
+ #: dist/plugins/other_widget/widget-taxonomies.php:94
1621
+ #: plugins/other_widget/widget-taxonomies.php:94
1622
+ msgid "Do not display terms without posts"
1623
+ msgstr "投稿のない分類項目を表示しない"
1624
+
1625
+ #: dist/plugins/other_widget/widget-taxonomies.php:106
1626
+ #: plugins/other_widget/widget-taxonomies.php:106
1627
+ msgid "Blog"
1628
+ msgstr "ブログ"
1629
+
1630
+ #: dist/plugins/other_widget/widget-taxonomies.php:111
1631
+ #: dist/plugins/template-tags/template-tags.php:136
1632
+ #: plugins/other_widget/widget-taxonomies.php:111
1633
+ #: plugins/template-tags/template-tags.php:136
1634
+ msgid "Archives"
1635
+ msgstr "アーカイブ"
1636
+
1637
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:22
1638
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:23
1639
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:65
1640
+ #: plugins/post-type-manager/class.post-type-manager.php:22
1641
+ #: plugins/post-type-manager/class.post-type-manager.php:23
1642
+ #: plugins/post-type-manager/class.post-type-manager.php:65
1643
+ msgid "Custom Post Type Setting"
1644
+ msgstr "カスタム投稿タイプ設定"
1645
+
1646
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:88
1647
+ #: plugins/post-type-manager/class.post-type-manager.php:88
1648
+ msgid "Post Type ID(Required)"
1649
+ msgstr "投稿タイプID(必須)"
1650
+
1651
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:89
1652
+ #: plugins/post-type-manager/class.post-type-manager.php:89
1653
+ msgid "20 characters or less in alphanumeric"
1654
+ msgstr "半角英数字20文字以内で入力ください"
1655
+
1656
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:94
1657
+ #: plugins/post-type-manager/class.post-type-manager.php:94
1658
+ msgid "title"
1659
+ msgstr "タイトル"
1660
+
1661
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:95
1662
+ #: plugins/post-type-manager/class.post-type-manager.php:95
1663
+ msgid "editor"
1664
+ msgstr "本文"
1665
+
1666
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:96
1667
+ #: plugins/post-type-manager/class.post-type-manager.php:96
1668
+ msgid "author"
1669
+ msgstr "投稿者"
1670
+
1671
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:97
1672
+ #: plugins/post-type-manager/class.post-type-manager.php:97
1673
+ msgid "thumbnail"
1674
+ msgstr "アイキャッチ画像"
1675
+
1676
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:98
1677
+ #: plugins/post-type-manager/class.post-type-manager.php:98
1678
+ msgid "excerpt"
1679
+ msgstr "抜粋"
1680
+
1681
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:99
1682
+ #: plugins/post-type-manager/class.post-type-manager.php:99
1683
+ msgid "comments"
1684
+ msgstr "コメント"
1685
+
1686
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:100
1687
+ #: plugins/post-type-manager/class.post-type-manager.php:100
1688
+ msgid "revisions"
1689
+ msgstr "リビジョン"
1690
+
1691
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:105
1692
+ #: plugins/post-type-manager/class.post-type-manager.php:105
1693
+ msgid "Supports(Required)"
1694
+ msgstr "有効にする項目(必須)"
1695
+
1696
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:118
1697
+ #: plugins/post-type-manager/class.post-type-manager.php:118
1698
+ msgid "Menu position(optional)"
1699
+ msgstr "メニューの位置( 任意 )"
1700
+
1701
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:119
1702
+ #: plugins/post-type-manager/class.post-type-manager.php:119
1703
+ msgid "Please enter a number."
1704
+ msgstr "数字を入力してください。数字が小さいほど上に表示されます。"
1705
+
1706
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:126
1707
+ #: plugins/post-type-manager/class.post-type-manager.php:126
1708
+ msgid "Export to REST API(optional)"
1709
+ msgstr "REST API に出力する( 任意 )"
1710
+
1711
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:138
1712
+ #: plugins/post-type-manager/class.post-type-manager.php:138
1713
+ msgid "Export to REST API"
1714
+ msgstr "REST API に出力する"
1715
+
1716
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:143
1717
+ #: plugins/post-type-manager/class.post-type-manager.php:143
1718
+ msgid "Custom taxonomies(optional)"
1719
+ msgstr "カスタム分類(任意)"
1720
+
1721
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:146
1722
+ #: plugins/post-type-manager/class.post-type-manager.php:146
1723
+ msgid "Custom taxonomy is like a category in post."
1724
+ msgstr "カスタム分類とは投稿で言うカテゴリーです。"
1725
+
1726
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:147
1727
+ #: plugins/post-type-manager/class.post-type-manager.php:147
1728
+ msgid ""
1729
+ "However, it refers to the \"category\" itself, not to the “item” of the "
1730
+ "category."
1731
+ msgstr "しかし、カテゴリーの”項目”ではなく、”カテゴリー”そのものを指します。"
1732
+
1733
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:148
1734
+ #: plugins/post-type-manager/class.post-type-manager.php:148
1735
+ msgid ""
1736
+ "For example, if you create a post type \"construction result\", Custom "
1737
+ "taxonomy will be \"construction type\", \"construction area\", etc."
1738
+ msgstr ""
1739
+ "例えば「施工実績」という投稿タイプを作成した場合、カスタム分類は「施工タイ"
1740
+ "プ」「施工地域」等になります。"
1741
+
1742
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:172
1743
+ #: plugins/post-type-manager/class.post-type-manager.php:172
1744
+ msgid "Custon taxonomy name(slug)"
1745
+ msgstr "カスタム分類名(スラッグ)"
1746
+
1747
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:176
1748
+ #: plugins/post-type-manager/class.post-type-manager.php:176
1749
+ msgid "* Please be sure to enter it with one-byte alphanumeric characters"
1750
+ msgstr "※ 必ず半角英数字にて入力してください"
1751
+
1752
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:182
1753
+ #: plugins/post-type-manager/class.post-type-manager.php:182
1754
+ msgid "Custon taxonomy label"
1755
+ msgstr "カスタム分類名(表示名)"
1756
+
1757
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:189
1758
+ #: plugins/post-type-manager/class.post-type-manager.php:189
1759
+ msgid "Hierarchy"
1760
+ msgstr "階層"
1761
+
1762
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:190
1763
+ #: plugins/post-type-manager/class.post-type-manager.php:190
1764
+ msgid "Make it a tag (do not hierarchize)"
1765
+ msgstr "タグにする(階層化しない)"
1766
+
1767
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:199
1768
+ #: plugins/post-type-manager/class.post-type-manager.php:199
1769
+ msgid "REST API(optional)"
1770
+ msgstr "REST API ( 任意 )"
1771
+
1772
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:200
1773
+ #: plugins/post-type-manager/class.post-type-manager.php:200
1774
+ msgid "Use for REST API"
1775
+ msgstr "REST API に利用する"
1776
+
1777
+ #: dist/plugins/post-type-manager/class.post-type-manager.php:262
1778
+ #: plugins/post-type-manager/class.post-type-manager.php:262
1779
+ #, php-format
1780
+ msgid ""
1781
+ "Please save a <a href=\"%s\">permanent link configuration</a> After updating "
1782
+ "the setting."
1783
+ msgstr ""
1784
+ "設定を更新したら<a href=\"%s\">パーマリンク設定</a>を保存してください。"
1785
+
1786
+ #: dist/plugins/related_posts/related_posts.php:201 dist/veu-packages.php:355
1787
+ #: plugins/related_posts/related_posts.php:210 veu-packages.php:355
1788
+ msgid "Related posts"
1789
+ msgstr "関連記事を表示"
1790
+
1791
+ #: dist/plugins/related_posts/related_posts.php:235
1792
+ #: plugins/related_posts/related_posts.php:244
1793
+ msgid "Related Settings"
1794
+ msgstr "関連記事設定"
1795
+
1796
+ #: dist/plugins/sitemap_page/hide-controller.php:17
1797
+ #: plugins/sitemap_page/hide-controller.php:17
1798
+ msgid "Site Map Hide"
1799
+ msgstr "サイトマップ非表示設定"
1800
+
1801
+ #: dist/plugins/sitemap_page/hide-controller.php:46
1802
+ #: plugins/sitemap_page/hide-controller.php:46
1803
+ msgid "Don't display on Sitemap."
1804
+ msgstr "サイトマップに表示しない"
1805
+
1806
+ #: dist/plugins/sitemap_page/sitemap_admin.php:9
1807
+ #: plugins/sitemap_page/sitemap_admin.php:9
1808
+ msgid "HTML Sitemap Settings"
1809
+ msgstr "HTMLサイトマップ設定"
1810
+
1811
+ #: dist/plugins/sitemap_page/sitemap_admin.php:13
1812
+ #: plugins/sitemap_page/sitemap_admin.php:13
1813
+ msgid "Exclude page Settings"
1814
+ msgstr "除外ページ設定"
1815
+
1816
+ #: dist/plugins/sitemap_page/sitemap_admin.php:15
1817
+ #: plugins/sitemap_page/sitemap_admin.php:15
1818
+ msgid "Input you want to exclude page id."
1819
+ msgstr "HTMLサイトマップから除外したい固定ページのIDを入力してください。"
1820
+
1821
+ #: dist/plugins/sitemap_page/sitemap_admin.php:17
1822
+ #: plugins/sitemap_page/sitemap_admin.php:17
1823
+ msgid ""
1824
+ "* Please enter separated by \",\"(commas) if there is more than one page ID "
1825
+ "that you want to exclude."
1826
+ msgstr "複数のページを除外する場合は , (コンマ)で区切って入力してください。"
1827
+
1828
+ #: dist/plugins/sitemap_page/sitemap_page.php:34
1829
+ #: plugins/sitemap_page/sitemap_page.php:34
1830
+ msgid "HTML Sitemap"
1831
+ msgstr "HTMLサイトマップ"
1832
+
1833
+ #: dist/plugins/sitemap_page/sitemap_page.php:261
1834
+ #: plugins/sitemap_page/sitemap_page.php:261
1835
+ msgid "Display a HTML sitemap"
1836
+ msgstr "HTMLサイトマップの表示"
1837
+
1838
+ #: dist/plugins/sns/function_follow.php:25 plugins/sns/function_follow.php:25
1839
+ msgid "Follow me"
1840
+ msgstr "このサイトをフォローする"
1841
+
1842
+ #: dist/plugins/sns/function_follow.php:73 plugins/sns/function_follow.php:73
1843
+ msgid "Edit follow button"
1844
+ msgstr "Follow me box の編集"
1845
+
1846
+ #: dist/plugins/sns/function_meta_box.php:28
1847
+ #: plugins/sns/function_meta_box.php:28
1848
+ msgid "Sns Title"
1849
+ msgstr "OGPタイトル"
1850
+
1851
+ #: dist/plugins/sns/function_meta_box.php:39
1852
+ #: plugins/sns/function_meta_box.php:39
1853
+ msgid "if filled this area then override title of OGP and Twitter Card"
1854
+ msgstr ""
1855
+ "このエリアにタイトルを入力すると、このページのOGP,ツイッターカードに出力され"
1856
+ "るタイトルを上書きすることができます"
1857
+
1858
+ #: dist/plugins/sns/hide_controller.php:28 plugins/sns/hide_controller.php:28
1859
+ msgid "Share bottons"
1860
+ msgstr "ソーシャルボタン"
1861
+
1862
+ #: dist/plugins/sns/hide_controller.php:72 plugins/sns/hide_controller.php:72
1863
+ msgid "This post type is not set to display the share button."
1864
+ msgstr "この投稿タイプはシェアボタンを表示するように設定されていません。"
1865
+
1866
+ #: dist/plugins/sns/hide_controller.php:93 plugins/sns/hide_controller.php:93
1867
+ msgid "Don't display share bottons."
1868
+ msgstr "ソーシャルボタンを表示しない"
1869
+
1870
+ #: dist/plugins/sns/sns.php:27 plugins/sns/sns.php:27
1871
+ msgid "SNS"
1872
+ msgstr "SNS"
1873
+
1874
+ #: dist/plugins/sns/sns.php:128 plugins/sns/sns.php:128
1875
+ msgctxt "facebook language code"
1876
+ msgid "en_US"
1877
+ msgstr "ja_JP"
1878
+
1879
+ #: dist/plugins/sns/sns_admin.php:1 dist/plugins/sns/sns_customizer.php:24
1880
+ #: plugins/sns/sns_admin.php:1 plugins/sns/sns_customizer.php:24
1881
+ msgid "SNS Settings"
1882
+ msgstr "SNS設定"
1883
+
1884
+ #: dist/plugins/sns/sns_admin.php:13 plugins/sns/sns_admin.php:13
1885
+ msgid "facebook application ID"
1886
+ msgstr "facebookアプリケーションID"
1887
+
1888
+ #: dist/plugins/sns/sns_admin.php:15 plugins/sns/sns_admin.php:15
1889
+ msgid "I will check and get the application ID"
1890
+ msgstr "アプリケーションIDを確認・取得する "
1891
+
1892
+ #: dist/plugins/sns/sns_admin.php:16 plugins/sns/sns_admin.php:16
1893
+ msgid ""
1894
+ "* If an application ID is not specified, neither a Like button nor the "
1895
+ "comment field displays and operates correctly."
1896
+ msgstr ""
1897
+ "※アプリケーションIDを入力しないとボタンやコメント欄が表示・正しく動作しませ"
1898
+ "ん。"
1899
+
1900
+ #: dist/plugins/sns/sns_admin.php:17 plugins/sns/sns_admin.php:17
1901
+ msgid ""
1902
+ "Please search for terms as [get Facebook application ID] If you do not know "
1903
+ "much about how to get application ID for Facebook."
1904
+ msgstr ""
1905
+ "facebookのアプリケーションIDの取得方法についてよくわからない場合は「facebook "
1906
+ "アプリケーションID 取得」などで検索して下さい。"
1907
+
1908
+ #: dist/plugins/sns/sns_admin.php:21 plugins/sns/sns_admin.php:21
1909
+ msgid "facebook page URL"
1910
+ msgstr "FacebookページURL"
1911
+
1912
+ #: dist/plugins/sns/sns_admin.php:26 dist/plugins/sns/sns_customizer.php:103
1913
+ #: plugins/sns/sns_admin.php:26 plugins/sns/sns_customizer.php:103
1914
+ msgid "OG default image"
1915
+ msgstr "デフォルトのOGPイメージ"
1916
+
1917
+ #: dist/plugins/sns/sns_admin.php:27 plugins/sns/sns_admin.php:27
1918
+ msgid ""
1919
+ "If, for example someone pressed the Facebook [Like] button, this is the "
1920
+ "image that appears on the Facebook timeline."
1921
+ msgstr ""
1922
+ "Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
1923
+ "ムラインに表示されます。"
1924
+
1925
+ #: dist/plugins/sns/sns_admin.php:28 plugins/sns/sns_admin.php:28
1926
+ msgid "If a featured image is specified for the page, it takes precedence."
1927
+ msgstr ""
1928
+ "ページにアイキャッチ画像が指定されている場合は、アイキャッチ画像が優先されま"
1929
+ "す。"
1930
+
1931
+ #: dist/plugins/sns/sns_admin.php:30 plugins/sns/sns_admin.php:30
1932
+ msgid "Select an image"
1933
+ msgstr "画像を選択"
1934
+
1935
+ #: dist/plugins/sns/sns_admin.php:32 plugins/sns/sns_admin.php:32
1936
+ msgid ""
1937
+ "* Picture sizes are 1280x720 pixels or more and picture ratio 16:9 is "
1938
+ "recommended."
1939
+ msgstr "画像サイズ 橫 1280px 縦 720px 以上、画像比率 16:9 を推奨します。"
1940
+
1941
+ #: dist/plugins/sns/sns_admin.php:36 plugins/sns/sns_admin.php:36
1942
+ msgid "twitter ID"
1943
+ msgstr "twitterアカウント"
1944
+
1945
+ #: dist/plugins/sns/sns_admin.php:41 plugins/sns/sns_admin.php:41
1946
+ msgid "OG tags"
1947
+ msgstr "OGタグ"
1948
+
1949
+ #: dist/plugins/sns/sns_admin.php:43 dist/plugins/sns/sns_customizer.php:139
1950
+ #: plugins/sns/sns_admin.php:43 plugins/sns/sns_customizer.php:139
1951
+ msgid "Print the OG tags"
1952
+ msgstr "OGタグを出力する"
1953
+
1954
+ #: dist/plugins/sns/sns_admin.php:44 dist/plugins/sns/sns_customizer.php:143
1955
+ #: plugins/sns/sns_admin.php:44 plugins/sns/sns_customizer.php:143
1956
+ msgid ""
1957
+ "If other plug-ins are used for the OG, do not output the OG using this "
1958
+ "plugin."
1959
+ msgstr ""
1960
+ "OGタグの出力を選択して下さい。もし他のプラグインやテーマでOGタグを出力してい"
1961
+ "る場合は、このプラグインでの出力は必要ありません。"
1962
+
1963
+ #: dist/plugins/sns/sns_admin.php:49 dist/plugins/sns/sns_customizer.php:199
1964
+ #: plugins/sns/sns_admin.php:49 plugins/sns/sns_customizer.php:199
1965
+ msgid "Twitter Card tags"
1966
+ msgstr "Twitterカードタグ"
1967
+
1968
+ #: dist/plugins/sns/sns_admin.php:51 dist/plugins/sns/sns_customizer.php:203
1969
+ #: plugins/sns/sns_admin.php:51 plugins/sns/sns_customizer.php:203
1970
+ msgid "Print the Twitter Card tags"
1971
+ msgstr "Twitter カードタグを html head 内へ出力します。"
1972
+
1973
+ #: dist/plugins/sns/sns_admin.php:56 dist/plugins/sns/sns_customizer.php:216
1974
+ #: plugins/sns/sns_admin.php:56 plugins/sns/sns_customizer.php:216
1975
+ msgid "Social bookmark buttons"
1976
+ msgstr "ソーシャルボタン"
1977
+
1978
+ #: dist/plugins/sns/sns_admin.php:57 dist/plugins/sns/sns_customizer.php:239
1979
+ #: plugins/sns/sns_admin.php:57 plugins/sns/sns_customizer.php:239
1980
+ msgid "Print the social bookmark buttons"
1981
+ msgstr "ソーシャルブックマーク(シェアボタンやtweetボタン)を表示します。"
1982
+
1983
+ #: dist/plugins/sns/sns_admin.php:60 dist/plugins/sns/sns_customizer.php:254
1984
+ #: plugins/sns/sns_admin.php:60 plugins/sns/sns_customizer.php:254
1985
+ msgid "Exclude Post Types"
1986
+ msgstr "シェアボタンを表示しない投稿タイプ"
1987
+
1988
+ #: dist/plugins/sns/sns_admin.php:73 plugins/sns/sns_admin.php:73
1989
+ msgid "Exclude Post ID"
1990
+ msgstr "シェアボタンを表示しない投稿のID"
1991
+
1992
+ #: dist/plugins/sns/sns_admin.php:83 plugins/sns/sns_admin.php:83
1993
+ msgid ""
1994
+ "if you need filtering by post_ID, add the ignore post_ID separate by \",\"."
1995
+ msgstr ""
1996
+ "特定のポストのみSNSボタンを表示したくない場合、カンマ(,)区切りでポストIDを入"
1997
+ "力します。"
1998
+
1999
+ #: dist/plugins/sns/sns_admin.php:87 plugins/sns/sns_admin.php:87
2000
+ msgid "example"
2001
+ msgstr "例"
2002
+
2003
+ #: dist/plugins/sns/sns_admin.php:96 dist/plugins/sns/sns_customizer.php:470
2004
+ #: plugins/sns/sns_admin.php:96 plugins/sns/sns_customizer.php:470
2005
+ msgid "Follow me box"
2006
+ msgstr "Follow me box"
2007
+
2008
+ #: dist/plugins/sns/sns_admin.php:97 plugins/sns/sns_admin.php:97
2009
+ msgid "Print the Follow me box"
2010
+ msgstr "Follow me ユニットを本文の下に表示する"
2011
+
2012
+ #: dist/plugins/sns/sns_admin.php:99 dist/plugins/sns/sns_customizer.php:504
2013
+ #: plugins/sns/sns_admin.php:99 plugins/sns/sns_customizer.php:504
2014
+ msgid "Follow me box title"
2015
+ msgstr "Follow me box の見出しテキスト"
2016
+
2017
+ #: dist/plugins/sns/sns_admin.php:106 dist/plugins/sns/sns_customizer.php:354
2018
+ #: plugins/sns/sns_admin.php:106 plugins/sns/sns_customizer.php:354
2019
+ msgid "Share button for display"
2020
+ msgstr "表示するボタン"
2021
+
2022
+ #: dist/plugins/sns/sns_admin.php:114 plugins/sns/sns_admin.php:114
2023
+ msgid "Facebook"
2024
+ msgstr "Facebook"
2025
+
2026
+ #: dist/plugins/sns/sns_admin.php:120 dist/plugins/sns/sns_customizer.php:395
2027
+ #: dist/plugins/sns/widget-twitter.php:9 plugins/sns/sns_admin.php:120
2028
+ #: plugins/sns/sns_customizer.php:395 plugins/sns/widget-twitter.php:9
2029
+ msgid "Twitter"
2030
+ msgstr "Twitter"
2031
+
2032
+ #: dist/plugins/sns/sns_admin.php:126 dist/plugins/sns/sns_customizer.php:416
2033
+ #: plugins/sns/sns_admin.php:126 plugins/sns/sns_customizer.php:416
2034
+ msgid "Hatena"
2035
+ msgstr "はてな"
2036
+
2037
+ #: dist/plugins/sns/sns_admin.php:132 dist/plugins/sns/sns_customizer.php:437
2038
+ #: plugins/sns/sns_admin.php:132 plugins/sns/sns_customizer.php:437
2039
+ msgid "Pocket"
2040
+ msgstr "Pocket"
2041
+
2042
+ #: dist/plugins/sns/sns_admin.php:138 dist/plugins/sns/sns_customizer.php:458
2043
+ #: plugins/sns/sns_admin.php:138 plugins/sns/sns_customizer.php:458
2044
+ msgid "LINE (mobile only)"
2045
+ msgstr "LINE (mobile only)"
2046
+
2047
+ #: dist/plugins/sns/sns_customizer.php:36 plugins/sns/sns_customizer.php:36
2048
+ msgid "Facebook Settings"
2049
+ msgstr "Facebook 設定"
2050
+
2051
+ #: dist/plugins/sns/sns_customizer.php:59 plugins/sns/sns_customizer.php:59
2052
+ msgid "Facebook application ID"
2053
+ msgstr "facebookアプリケーションID"
2054
+
2055
+ #: dist/plugins/sns/sns_customizer.php:80 plugins/sns/sns_customizer.php:80
2056
+ msgid "Facebook Page URL"
2057
+ msgstr "FacebookページURL"
2058
+
2059
+ #: dist/plugins/sns/sns_customizer.php:106 plugins/sns/sns_customizer.php:106
2060
+ msgid ""
2061
+ "If, for example someone pressed the Facebook [Like] button, this is the "
2062
+ "image that appears on the Facebook timeline.<br>If a featured image is "
2063
+ "specified for the page, it takes precedence.<br>* Picture sizes are 1280x720 "
2064
+ "pixels or more and picture ratio 16:9 is recommended."
2065
+ msgstr ""
2066
+ "Facebookの「いいね!」ボタンを押した際、ここで設定した画像が Facebook のタイ"
2067
+ "ムラインに表示されます。<br>ページにアイキャッチ画像が指定されている場合は、"
2068
+ "アイキャッチ画像が優先されます。<br>画像サイズ 橫 1280px 縦 720px 以上、画像"
2069
+ "比率 16:9 程度を推奨します。"
2070
+
2071
+ #: dist/plugins/sns/sns_customizer.php:116 plugins/sns/sns_customizer.php:116
2072
+ msgid "OG Settings"
2073
+ msgstr "OG 設定"
2074
+
2075
+ #: dist/plugins/sns/sns_customizer.php:152 plugins/sns/sns_customizer.php:152
2076
+ msgid "Twitter Settings"
2077
+ msgstr "Twitter 設定"
2078
+
2079
+ #: dist/plugins/sns/sns_customizer.php:175 plugins/sns/sns_customizer.php:175
2080
+ #, fuzzy
2081
+ #| msgid "twitter ID"
2082
+ msgid "Twitter ID"
2083
+ msgstr "twitterアカウント"
2084
+
2085
+ #: dist/plugins/sns/sns_customizer.php:297 plugins/sns/sns_customizer.php:297
2086
+ msgid "Social button style setting"
2087
+ msgstr "ソーシャルボタンのスタイル設定"
2088
+
2089
+ #: dist/plugins/sns/sns_customizer.php:339 plugins/sns/sns_customizer.php:339
2090
+ msgid "Btn color"
2091
+ msgstr "ボタンの色:"
2092
+
2093
+ #: dist/plugins/sns/sns_customizer.php:374 plugins/sns/sns_customizer.php:374
2094
+ #, fuzzy
2095
+ #| msgid "Facebook URL:"
2096
+ msgid "Facebook "
2097
+ msgstr "Facebook リンク先ページのURL"
2098
+
2099
+ #: dist/plugins/sns/widget-fb-page-plugin.php:13
2100
+ #: plugins/sns/widget-fb-page-plugin.php:13
2101
+ msgid "Displays a Facebook Page Plugin"
2102
+ msgstr "Facebook ページプラグインを表示します。"
2103
+
2104
+ #: dist/plugins/sns/widget-fb-page-plugin.php:89
2105
+ #: plugins/sns/widget-fb-page-plugin.php:89
2106
+ msgid "Height"
2107
+ msgstr "高さ"
2108
+
2109
+ #: dist/plugins/sns/widget-fb-page-plugin.php:94
2110
+ #: plugins/sns/widget-fb-page-plugin.php:94
2111
+ msgid "Show Friend's Faces"
2112
+ msgstr "アイコンを表示する"
2113
+
2114
+ #: dist/plugins/sns/widget-fb-page-plugin.php:99
2115
+ #: plugins/sns/widget-fb-page-plugin.php:99
2116
+ msgid "Hide Cover Photo"
2117
+ msgstr "カバー画像を表示しない"
2118
+
2119
+ #: dist/plugins/sns/widget-fb-page-plugin.php:104
2120
+ #: plugins/sns/widget-fb-page-plugin.php:104
2121
+ msgid "Show Page Posts"
2122
+ msgstr "タイムラインを表示"
2123
+
2124
+ #: dist/plugins/sns/widget-twitter.php:13 plugins/sns/widget-twitter.php:13
2125
+ msgid "Display Twitter timeline."
2126
+ msgstr "Twitter のタイムラインを表示します。"
2127
+
2128
+ #: dist/plugins/sns/widget-twitter.php:89 plugins/sns/widget-twitter.php:89
2129
+ msgid "Account:<br>Please enter your Twitter account."
2130
+ msgstr "アカウント:<br>Twitter アカウントを入力してください。"
2131
+
2132
+ #: dist/plugins/sns/widget-twitter.php:90 plugins/sns/widget-twitter.php:90
2133
+ msgid "@"
2134
+ msgstr ""
2135
+
2136
+ #: dist/plugins/sns/widget-twitter.php:94 plugins/sns/widget-twitter.php:94
2137
+ msgid "Height:<br>Please enter an arbitrary number.(Example: 300)"
2138
+ msgstr "高さ:<br>任意の数値を入力してください(例:300)"
2139
+
2140
+ #: dist/plugins/sns/widget-twitter.php:99 plugins/sns/widget-twitter.php:99
2141
+ msgid "Background color:"
2142
+ msgstr "背景の色:"
2143
+
2144
+ #: dist/plugins/sns/widget-twitter.php:122 plugins/sns/widget-twitter.php:122
2145
+ msgid "Link color:"
2146
+ msgstr "リンクの色:"
2147
+
2148
+ #: dist/plugins/template-tags/template-tags.php:95
2149
+ #: plugins/template-tags/template-tags.php:95
2150
+ #, php-format
2151
+ msgid "Author: %s"
2152
+ msgstr "著者: %s"
2153
+
2154
+ #: dist/plugins/template-tags/template-tags.php:97
2155
+ #: dist/plugins/template-tags/template-tags.php:179
2156
+ #: plugins/template-tags/template-tags.php:97
2157
+ #: plugins/template-tags/template-tags.php:179
2158
+ msgctxt "yearly archives date format"
2159
+ msgid "Y"
2160
+ msgstr "Y年"
2161
+
2162
+ #: dist/plugins/template-tags/template-tags.php:99
2163
+ #: dist/plugins/template-tags/template-tags.php:183
2164
+ #: plugins/template-tags/template-tags.php:99
2165
+ #: plugins/template-tags/template-tags.php:183
2166
+ msgctxt "monthly archives date format"
2167
+ msgid "F Y"
2168
+ msgstr "Y年F"
2169
+
2170
+ #: dist/plugins/template-tags/template-tags.php:101
2171
+ #: plugins/template-tags/template-tags.php:101
2172
+ msgctxt "daily archives date format"
2173
+ msgid "F j, Y"
2174
+ msgstr "Y年Fj日"
2175
+
2176
+ #: dist/plugins/template-tags/template-tags.php:104
2177
+ #: plugins/template-tags/template-tags.php:104
2178
+ msgctxt "post format archive title"
2179
+ msgid "Asides"
2180
+ msgstr "サイド"
2181
+
2182
+ #: dist/plugins/template-tags/template-tags.php:106
2183
+ #: plugins/template-tags/template-tags.php:106
2184
+ msgctxt "post format archive title"
2185
+ msgid "Galleries"
2186
+ msgstr "ギャラリー"
2187
+
2188
+ #: dist/plugins/template-tags/template-tags.php:108
2189
+ #: plugins/template-tags/template-tags.php:108
2190
+ msgctxt "post format archive title"
2191
+ msgid "Images"
2192
+ msgstr "画像"
2193
+
2194
+ #: dist/plugins/template-tags/template-tags.php:110
2195
+ #: plugins/template-tags/template-tags.php:110
2196
+ msgctxt "post format archive title"
2197
+ msgid "Videos"
2198
+ msgstr "ビデオ"
2199
+
2200
+ #: dist/plugins/template-tags/template-tags.php:112
2201
+ #: plugins/template-tags/template-tags.php:112
2202
+ msgctxt "post format archive title"
2203
+ msgid "Quotes"
2204
+ msgstr "引用"
2205
+
2206
+ #: dist/plugins/template-tags/template-tags.php:114
2207
+ #: plugins/template-tags/template-tags.php:114
2208
+ msgctxt "post format archive title"
2209
+ msgid "Links"
2210
+ msgstr "リンク"
2211
+
2212
+ #: dist/plugins/template-tags/template-tags.php:116
2213
+ #: plugins/template-tags/template-tags.php:116
2214
+ msgctxt "post format archive title"
2215
+ msgid "Statuses"
2216
+ msgstr "ステータス"
2217
+
2218
+ #: dist/plugins/template-tags/template-tags.php:118
2219
+ #: plugins/template-tags/template-tags.php:118
2220
+ msgctxt "post format archive title"
2221
+ msgid "Audio"
2222
+ msgstr "オーディオ"
2223
+
2224
+ #: dist/plugins/template-tags/template-tags.php:120
2225
+ #: plugins/template-tags/template-tags.php:120
2226
+ msgctxt "post format archive title"
2227
+ msgid "Chats"
2228
+ msgstr "チャット"
2229
+
2230
+ #: dist/plugins/template-tags/template-tags.php:167
2231
+ #: dist/plugins/template-tags/template-tags.php:175
2232
+ #: plugins/template-tags/template-tags.php:167
2233
+ #: plugins/template-tags/template-tags.php:175
2234
+ #, php-format
2235
+ msgid "About %s"
2236
+ msgstr "%s について"
2237
+
2238
+ #: dist/plugins/template-tags/template-tags.php:180
2239
+ #: plugins/template-tags/template-tags.php:180
2240
+ #, php-format
2241
+ msgctxt "Yearly archive description"
2242
+ msgid "Article of %s."
2243
+ msgstr "%s の記事"
2244
+
2245
+ #: dist/plugins/template-tags/template-tags.php:184
2246
+ #: dist/plugins/template-tags/template-tags.php:188
2247
+ #: dist/plugins/template-tags/template-tags.php:193
2248
+ #: plugins/template-tags/template-tags.php:184
2249
+ #: plugins/template-tags/template-tags.php:188
2250
+ #: plugins/template-tags/template-tags.php:193
2251
+ #, php-format
2252
+ msgctxt "Archive description"
2253
+ msgid "Article of %s."
2254
+ msgstr "%s の記事"
2255
+
2256
+ #: dist/plugins/template-tags/template-tags.php:211
2257
+ #: dist/plugins/wp_title.php:59 plugins/template-tags/template-tags.php:211
2258
+ #: plugins/wp_title.php:59
2259
+ #, php-format
2260
+ msgid "Page of %s"
2261
+ msgstr "%sページ目"
2262
+
2263
+ #: dist/plugins/vk-blocks/vk-blocks-functions.php:68
2264
+ #: plugins/vk-blocks/vk-blocks-functions.php:68
2265
+ msgid "Blocks(Beta)"
2266
+ msgstr ""
2267
+
2268
+ #: dist/plugins/wp_title.php:47 plugins/wp_title.php:47
2269
+ #, php-format
2270
+ msgid "Search Results for : %s"
2271
+ msgstr "検索結果 : %s"
2272
+
2273
+ #: dist/plugins/wp_title.php:50 plugins/wp_title.php:50
2274
+ msgid "Not found"
2275
+ msgstr "見つかりません"
2276
+
2277
+ #: dist/plugins/wp_title.php:71 dist/plugins/wp_title.php:83
2278
+ #: dist/plugins/wp_title.php:87 plugins/wp_title.php:71 plugins/wp_title.php:83
2279
+ #: plugins/wp_title.php:87
2280
+ msgid "&lt;title&gt; tag of homepage"
2281
+ msgstr "トップページの&lt;title&gt;タグ"
2282
+
2283
+ #: dist/plugins/wp_title.php:91 plugins/wp_title.php:91
2284
+ msgid "title of the site"
2285
+ msgstr "サイトのタイトル"
2286
+
2287
+ #: dist/plugins/wp_title.php:92 plugins/wp_title.php:92
2288
+ #, php-format
2289
+ msgid "Normally \"%1$s\" is placed in the title tags of all the pages."
2290
+ msgstr "通常「%1$s」が全ページのタイトルタグに入ります。"
2291
+
2292
+ #: dist/plugins/wp_title.php:93 plugins/wp_title.php:93
2293
+ #, php-format
2294
+ msgid ""
2295
+ "For example, it appears in the form of <br />&lt;title&gt;page title | "
2296
+ "%1$s&lt;/title&gt;<br /> if using a static page."
2297
+ msgstr ""
2298
+ "例えば固定ページであれば<br>&lt;title&gt;固定ページ名 | %1$s&lt;/title&gt;"
2299
+ "<br>というような形式で出力されます。"
2300
+
2301
+ #: dist/plugins/wp_title.php:95 plugins/wp_title.php:95
2302
+ #, php-format
2303
+ msgid ""
2304
+ "However, it might have negative impact on search engine rankings if the &lt;"
2305
+ "title&gt; is too long, <strong>therefore please include the most popular "
2306
+ "keywords in a summarized manner, keeping the %s as short as possible.</"
2307
+ "strong>"
2308
+ msgstr ""
2309
+ "しかし、&lt;title&gt;の文字数が長くなりすぎると検索エンジンからの評価が逆に悪"
2310
+ "くなるので、%s は一番検索されたいキーワードを盛り込みつつなるべく短くまとめる"
2311
+ "事が望ましいです。"
2312
+
2313
+ #: dist/plugins/wp_title.php:97 plugins/wp_title.php:97
2314
+ msgid "Tagline"
2315
+ msgstr "キャッチフレーズ"
2316
+
2317
+ #: dist/plugins/wp_title.php:98 plugins/wp_title.php:98
2318
+ #, php-format
2319
+ msgid ""
2320
+ "In the top page will be output usually in the form of <br />&lt;title&gt;"
2321
+ "%1$s | %2$s&lt;/title&gt;"
2322
+ msgstr ""
2323
+ "トップページでは<br>&lt;title&gt;%1$s | %2$s&lt;/title&gt;<br>というような形"
2324
+ "式で出力されます。"
2325
+
2326
+ #: dist/plugins/wp_title.php:99 plugins/wp_title.php:99
2327
+ msgid ""
2328
+ "However, it may be too long in the above format. If the input to the input "
2329
+ "field of the following, its contents will be reflected."
2330
+ msgstr ""
2331
+ "しかし、上記の形式では長くなりすぎる事があります。その場合は下記の入力欄に入"
2332
+ "力すれば、その内容が反映されます。"
2333
+
2334
+ #: dist/plugins_admin/admin_bar.php:33 plugins_admin/admin_bar.php:33
2335
+ msgid "Active Setting"
2336
+ msgstr "有効化設定"
2337
+
2338
+ #: dist/plugins_admin/admin_bar.php:44 plugins_admin/admin_bar.php:44
2339
+ msgid "Main Setting"
2340
+ msgstr "メイン設定"
2341
+
2342
+ #: dist/plugins_admin/content-meta-box.php:11
2343
+ #: plugins_admin/content-meta-box.php:11
2344
+ msgid "Setting of insert items"
2345
+ msgstr "挿入アイテムの設定"
2346
+
2347
+ #: dist/plugins_admin/disable_guide.php:17 plugins_admin/disable_guide.php:17
2348
+ msgid "Edit Guide"
2349
+ msgstr "編集ガイド"
2350
+
2351
+ #: dist/plugins_admin/vk-admin/class-vk-admin.php:279
2352
+ #: plugins_admin/vk-admin/class-vk-admin.php:279
2353
+ msgid "Sorry, there is no post"
2354
+ msgstr "お知らせはありません。"
2355
+
2356
+ #: dist/plugins_admin/vk-admin/class-vk-admin.php:333
2357
+ #: plugins_admin/vk-admin/class-vk-admin.php:333
2358
+ msgid "Vektor WordPress Information"
2359
+ msgstr ""
2360
+
2361
+ #: dist/veu-packages.php:72 veu-packages.php:72
2362
+ msgid "Print Bootstrap css ( grid / button / table )"
2363
+ msgstr "Bootstrap の CSS(grid/button/tableのみ)を出力"
2364
+
2365
+ #: dist/veu-packages.php:73 veu-packages.php:73
2366
+ msgid ""
2367
+ "If your using theme has already including Bootstrap, you deactivate this "
2368
+ "item."
2369
+ msgstr ""
2370
+ "BootstrapのCSSを読み込むためのタグを html head 内へ出力します。使用中のテーマ"
2371
+ "(Lightningなど)やプラグインで Bootstrap を既に読み込んでいる場合はチェック"
2372
+ "を外して下さい。"
2373
+
2374
+ #: dist/veu-packages.php:83 veu-packages.php:83
2375
+ msgid "Print link fontawesome"
2376
+ msgstr "fontawesome link タグを出力"
2377
+
2378
+ #: dist/veu-packages.php:84 veu-packages.php:84
2379
+ msgid "Print fontawesome link tag to html head."
2380
+ msgstr ""
2381
+ "fontawesome を読み込むための link タグを html head 内へ出力します。使用中の"
2382
+ "テーマやプラグインで fontawesome を既に読み込んでいる場合はチェックを外して下"
2383
+ "さい。"
2384
+
2385
+ #: dist/veu-packages.php:94 veu-packages.php:94
2386
+ msgid "VK Blocks ( Beta )"
2387
+ msgstr ""
2388
+
2389
+ #: dist/veu-packages.php:95 veu-packages.php:95
2390
+ msgid "Extends Gutenberg's blocks."
2391
+ msgstr "Gutenbergのブロックを拡張します。"
2392
+
2393
+ #: dist/veu-packages.php:105 veu-packages.php:105
2394
+ msgid "Favicon setting"
2395
+ msgstr "ファビコン設定"
2396
+
2397
+ #: dist/veu-packages.php:106 veu-packages.php:106
2398
+ msgid "About favicon."
2399
+ msgstr ""
2400
+ "ブラウザでページを表示した際にタブやウィンドウのタイトルに表示されるアイコン"
2401
+ "(ファビコン)を設定します。"
2402
+
2403
+ #: dist/veu-packages.php:106 veu-packages.php:106
2404
+ msgid ""
2405
+ "This feature will be discontinued shortly.<br>You can set the site icon from "
2406
+ "\"Site Identity\" panel of \"Themes > Customize\"."
2407
+ msgstr ""
2408
+ "この機能は間もなく廃止されます。<br>\n"
2409
+ "サイトアイコンは「外観 > カスタマイズ」の「サイト基本情報」パネルから設定でき"
2410
+ "ます。"
2411
+
2412
+ #: dist/veu-packages.php:116 veu-packages.php:116
2413
+ msgid "Rewrite the title tag"
2414
+ msgstr "タイトルタグの書き換え"
2415
+
2416
+ #: dist/veu-packages.php:117 veu-packages.php:117
2417
+ msgid "Print is rewritten by its own rules to html head."
2418
+ msgstr ""
2419
+ "head title タグ内へ出力される内容を VK EX Unit のルールで出力します。 ( VK "
2420
+ "EX Unit 側で wp_title() をフィルターフックでカスタマイズ ) 使用中のテーマやプ"
2421
+ "ラグインで title タグの内容を出力する場合はチェックを外して下さい。"
2422
+
2423
+ #: dist/veu-packages.php:120 dist/veu-packages.php:138
2424
+ #: dist/veu-packages.php:177 dist/veu-packages.php:195
2425
+ #: dist/veu-packages.php:225 dist/veu-packages.php:243
2426
+ #: dist/veu-packages.php:284 dist/veu-packages.php:319
2427
+ #: dist/veu-packages.php:342 dist/veu-packages.php:421 veu-packages.php:120
2428
+ #: veu-packages.php:138 veu-packages.php:177 veu-packages.php:195
2429
+ #: veu-packages.php:225 veu-packages.php:243 veu-packages.php:284
2430
+ #: veu-packages.php:319 veu-packages.php:342 veu-packages.php:421
2431
+ msgid "Setting"
2432
+ msgstr "設定"
2433
+
2434
+ #: dist/veu-packages.php:134 veu-packages.php:134
2435
+ msgid "Print meta Keyword"
2436
+ msgstr "メタキーワードを出力"
2437
+
2438
+ #: dist/veu-packages.php:135 veu-packages.php:135
2439
+ msgid "Print meta Keyword to html head."
2440
+ msgstr "ヘッダーにメタキーワードを出力します。"
2441
+
2442
+ #: dist/veu-packages.php:151 veu-packages.php:151
2443
+ msgid "Print meta description"
2444
+ msgstr "メタディスクリプションタグを出力"
2445
+
2446
+ #: dist/veu-packages.php:152 veu-packages.php:152
2447
+ msgid "Print meta description to html head."
2448
+ msgstr ""
2449
+ "投稿画面「抜粋」欄に入力されたテキストを meta description タグとして html "
2450
+ "head 内へ出力します。使用中のテーマやプラグインで meta description タグを出力"
2451
+ "している場合はチェックを外して下さい。"
2452
+
2453
+ #: dist/veu-packages.php:161 veu-packages.php:161
2454
+ msgid "Main setting page"
2455
+ msgstr "メイン設定画面"
2456
+
2457
+ #: dist/veu-packages.php:163 veu-packages.php:163
2458
+ msgid "Print og tags to html head."
2459
+ msgstr "OG タグを html head 内へ出力します。"
2460
+
2461
+ #: dist/veu-packages.php:164 veu-packages.php:164
2462
+ msgid "Print twitter card tags to html head."
2463
+ msgstr "Twitter カードタグを html head 内へ出力します。"
2464
+
2465
+ #: dist/veu-packages.php:165 veu-packages.php:165
2466
+ msgid "Print social bookmark buttons."
2467
+ msgstr "ソーシャルブックマークボタンを表示します。"
2468
+
2469
+ #: dist/veu-packages.php:166 veu-packages.php:166
2470
+ msgid "Facebook Page Plugin widget."
2471
+ msgstr "Facebookページプラグインウィジェット"
2472
+
2473
+ #: dist/veu-packages.php:167 veu-packages.php:167
2474
+ msgid "Print Follow me box to content bottom."
2475
+ msgstr "Follow me box を記事コンテンツ下のエリアへ表示します。"
2476
+
2477
+ #: dist/veu-packages.php:169 veu-packages.php:169
2478
+ #, php-format
2479
+ msgid "* You can stop the function separately from the %s."
2480
+ msgstr "%s から個別に機能を停止する事ができます。"
2481
+
2482
+ #: dist/veu-packages.php:173 veu-packages.php:173
2483
+ msgid "Social media cooperation"
2484
+ msgstr "ソーシャルメディア連携"
2485
+
2486
+ #: dist/veu-packages.php:192 veu-packages.php:192
2487
+ msgid "Print Google Analytics tracking code."
2488
+ msgstr ""
2489
+ "Google アナリティクスのトラッキングコードを出力します。有効化した後「設定」の"
2490
+ "リンクより設定画面へすすみ Google アナリティクス ID を入力して下さい。使用中"
2491
+ "のテーマやプラグインで Google アナリティクスのトラッキングコードを埋め込む場"
2492
+ "合はチェックを外して下さい。"
2493
+
2494
+ #: dist/veu-packages.php:208 veu-packages.php:208
2495
+ msgid "You can use various widgets."
2496
+ msgstr ""
2497
+ "以下の機能を持ったウィジェットを追加します。各ウィジェットの設定は「外観」"
2498
+ "→「ウィジェット」の設定画面より行って下さい。"
2499
+
2500
+ #: dist/veu-packages.php:210 veu-packages.php:210
2501
+ msgid ""
2502
+ "VK_Recent Posts - display the link text and the date of the latest article "
2503
+ "title."
2504
+ msgstr "VK_最新記事 - 最新記事タイトルのリンクテキストと日付を表示します。"
2505
+
2506
+ #: dist/veu-packages.php:211 veu-packages.php:211
2507
+ msgid ""
2508
+ "VK_Page content to widget - display the contents of the page to the widgets."
2509
+ msgstr ""
2510
+ "VK_固定ページ本文 - 固定ページのコンテンツ部分をウィジェットに表示します。"
2511
+
2512
+ #: dist/veu-packages.php:212 veu-packages.php:212
2513
+ msgid "VK_Profile - display the profile entered in the widget."
2514
+ msgstr "VK_プロフィール - ウィジェットに入力されたプロフィールを表示します。"
2515
+
2516
+ #: dist/veu-packages.php:213 veu-packages.php:213
2517
+ msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
2518
+ msgstr "VK_FB Page Plugin - Facebook ページプラグインを表示します。"
2519
+
2520
+ #: dist/veu-packages.php:214 veu-packages.php:214
2521
+ msgid "VK_3PR area - display the 3PR area."
2522
+ msgstr "VK_3PR エリア - 3PR エリアを表示します。"
2523
+
2524
+ #: dist/veu-packages.php:215 veu-packages.php:215
2525
+ msgid "categories/tags list"
2526
+ msgstr "カテゴリー/タグ リスト"
2527
+
2528
+ #: dist/veu-packages.php:215 veu-packages.php:215
2529
+ msgid "Displays a categories, tags or format list."
2530
+ msgstr "カテゴリ・タグまたは、フォーマットリストを表示します。"
2531
+
2532
+ #: dist/veu-packages.php:221 veu-packages.php:221
2533
+ msgid "Widgets"
2534
+ msgstr "ウィジェット"
2535
+
2536
+ #: dist/veu-packages.php:239 veu-packages.php:239
2537
+ msgid "CSS customize"
2538
+ msgstr "CSSカスタマイズ"
2539
+
2540
+ #: dist/veu-packages.php:240 veu-packages.php:240
2541
+ msgid "You can set Customize CSS."
2542
+ msgstr ""
2543
+ "テーマデザインをカスタマイズする CSS を管理画面より追加できるようになります。"
2544
+ "追加する CSS コードは「VK Ex Unit」→「CSS カスタマイズ」の画面にて入力して下"
2545
+ "さい。"
2546
+
2547
+ #: dist/veu-packages.php:258 veu-packages.php:258
2548
+ msgid "Child page index"
2549
+ msgstr "子ページの一覧表示"
2550
+
2551
+ #: dist/veu-packages.php:259 veu-packages.php:259
2552
+ msgid ""
2553
+ "At the bottom of the specified page, it will display a list of the child "
2554
+ "page."
2555
+ msgstr ""
2556
+ "指定した固定ページの下部へ、その固定ページの下層子ページの「ページタイトル / "
2557
+ "サムネイル / 抜粋文 / 該当ページへのリンク」をセットで一覧表示します。"
2558
+
2559
+ #: dist/veu-packages.php:269 veu-packages.php:269
2560
+ msgid "Page list from ancestor"
2561
+ msgstr "先祖階層からの子ページリスト表示"
2562
+
2563
+ #: dist/veu-packages.php:270 veu-packages.php:270
2564
+ msgid "Display Page list from ancestor at after content."
2565
+ msgstr ""
2566
+ "現在のページの先祖階層からの子ページリストをページ本文の下に表示します。"
2567
+
2568
+ #: dist/veu-packages.php:281 veu-packages.php:281
2569
+ msgid "Display Contact Section at after content."
2570
+ msgstr "お問い合わせ情報を本文の下に表示する"
2571
+
2572
+ #: dist/veu-packages.php:298 veu-packages.php:298
2573
+ msgid "Display HTML Site Map"
2574
+ msgstr "HTMLサイトマップの表示"
2575
+
2576
+ #: dist/veu-packages.php:299 veu-packages.php:299
2577
+ msgid "It displays a HTML Site Map to the specified page."
2578
+ msgstr "指定した固定ページにHTMLサイトマップを表示します。"
2579
+
2580
+ #: dist/veu-packages.php:324 veu-packages.php:324
2581
+ msgid "Contents setting"
2582
+ msgstr "CTA表示内容設定"
2583
+
2584
+ #: dist/veu-packages.php:339 veu-packages.php:339
2585
+ msgid "Insert ads to content."
2586
+ msgstr "記事に広告を挿入します"
2587
+
2588
+ #: dist/veu-packages.php:356 veu-packages.php:356
2589
+ msgid "Print Related posts lists to post content bottom."
2590
+ msgstr "関連記事を記事コンテンツ下のエリアへ表示します。"
2591
+
2592
+ #: dist/veu-packages.php:367 veu-packages.php:367
2593
+ msgid "Display Eye Catch image at before content."
2594
+ msgstr ""
2595
+ "アイキャッチ画像を本文の最初に表示します。各記事毎に非表示にする事も出来ま"
2596
+ "す。"
2597
+
2598
+ #: dist/veu-packages.php:377 veu-packages.php:377
2599
+ msgid "Disable ping back"
2600
+ msgstr "ping backを停止"
2601
+
2602
+ #: dist/veu-packages.php:378 veu-packages.php:378
2603
+ msgid "Disable xmlrpc ping back."
2604
+ msgstr "xmlrpcを停止"
2605
+
2606
+ #: dist/veu-packages.php:386 dist/veu-packages.php:387 veu-packages.php:386
2607
+ #: veu-packages.php:387
2608
+ msgid "Disable dashbord"
2609
+ msgstr "ダッシュボードに最新情報を表示しない"
2610
+
2611
+ #: dist/veu-packages.php:398 veu-packages.php:398
2612
+ msgid "TinyMCE Style Tags"
2613
+ msgstr "TinyMCE スタイルタグ"
2614
+
2615
+ #: dist/veu-packages.php:399 veu-packages.php:399
2616
+ msgid "Add TinyMCE Editor to style tags."
2617
+ msgstr "スタイルタグにTinyMCEエディタを追加する"
2618
+
2619
+ #: dist/veu-packages.php:406 veu-packages.php:406
2620
+ msgid "Admin bar manu"
2621
+ msgstr "管理バーメニュー"
2622
+
2623
+ #: dist/veu-packages.php:407 veu-packages.php:407
2624
+ msgid "Add ExUnit menu to admin bar."
2625
+ msgstr "ExUnitのメニューを管理バーに表示する"
2626
+
2627
+ #: dist/veu-packages.php:417 veu-packages.php:417
2628
+ msgid "Post Type Manager"
2629
+ msgstr "カスタム投稿タイプマネージャー"
2630
+
2631
+ #: dist/veu-packages.php:418 veu-packages.php:418
2632
+ msgid "Add custom post types and custom taxonomies."
2633
+ msgstr "カスタム投稿タイプやカスタム分類を追加します。"
2634
+
2635
+ #: dist/veu-packages.php:435 veu-packages.php:435
2636
+ msgid "Page Top Button"
2637
+ msgstr "ページトップへ戻るボタン"
2638
+
2639
+ #: dist/veu-packages.php:436 veu-packages.php:436
2640
+ msgid ""
2641
+ "The page top button is displayed in the lower right corner of the screen."
2642
+ msgstr "ページトップへ戻るボタンは、画面の右下隅に表示されます。"
2643
+
2644
+ #: dist/vkExUnit.php:81 vkExUnit.php:81
2645
+ #, php-format
2646
+ msgid "The current PHP version(%s) is too old, so VK ExUnit will not work."
2647
+ msgstr "使用中のPHPのバージョン(%s) が古すぎるので VK ExUnit は動作しません。"
2648
+
2649
+ #: dist/vkExUnit.php:84 vkExUnit.php:84
2650
+ msgid "VK ExUnit supports PHP5.6 or later."
2651
+ msgstr "VKExUnit がサポートしているPHPのバージョンは5.6以降です"
2652
+
2653
+ #: dist/vkExUnit.php:100 vkExUnit.php:100
2654
+ #, php-format
2655
+ msgid "Current PHP Version(%s) is old."
2656
+ msgstr "使用中のPHPのバージョン(%s) が古いです。"
2657
+
2658
+ #: dist/vkExUnit.php:101 vkExUnit.php:101
2659
+ #, php-format
2660
+ msgid "%s supports PHP5.6 or later."
2661
+ msgstr "%s はPHP5.6以降をサポートしています。"
2662
+
2663
+ #, fuzzy
2664
+ #~| msgid "Display count"
2665
+ #~ msgid "Display count:"
2666
+ #~ msgstr "表示する記事数"
2667
+
2668
+ #~ msgid "ExUnit Settings"
2669
+ #~ msgstr "ExUnit 設定"
trunk/languages/vkexunit.pot ADDED
@@ -0,0 +1,1844 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: \n"
5
+ "POT-Creation-Date: 2017-10-23 22:42+0900\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Kurudrive <kurudrive@gmail.com>\n"
8
+ "Language-Team: Vektor,Inc. <info@vektor-inc.co.jp>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.4\n"
13
+ "X-Poedit-SourceCharset: UTF-8\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x;_n:1,2;_x:1,2c;_ex:1,2c\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: admin_wrapper.php:7 admin_wrapper.php:8 plugins/meta_keyword.php:103
19
+ msgid "Main setting"
20
+ msgstr ""
21
+
22
+ #: admin_wrapper.php:39
23
+ msgid "Activated Packages is noting. please activate some package."
24
+ msgstr ""
25
+
26
+ #: packages.php:70
27
+ msgid "Print Bootstrap css ( grid / button / table )"
28
+ msgstr ""
29
+
30
+ #: packages.php:71
31
+ msgid ""
32
+ "If your using theme has already including Bootstrap, you deactivate this "
33
+ "item."
34
+ msgstr ""
35
+
36
+ #: packages.php:81
37
+ msgid "Print link fontawesome"
38
+ msgstr ""
39
+
40
+ #: packages.php:82
41
+ msgid "Print fontawesome link tag to html head."
42
+ msgstr ""
43
+
44
+ #: packages.php:91
45
+ msgid "Favicon setting"
46
+ msgstr ""
47
+
48
+ #: packages.php:92
49
+ msgid "About favicon."
50
+ msgstr ""
51
+
52
+ #: packages.php:92
53
+ msgid ""
54
+ "This feature will be discontinued shortly.<br>You can set the site icon from "
55
+ "\"Site Identity\" panel of \"Themes > Customize\"."
56
+ msgstr ""
57
+
58
+ #: packages.php:102
59
+ msgid "Rewrite the title tag"
60
+ msgstr ""
61
+
62
+ #: packages.php:103
63
+ msgid "Print is rewritten by its own rules to html head."
64
+ msgstr ""
65
+
66
+ #: packages.php:106 packages.php:124 packages.php:163 packages.php:181
67
+ #: packages.php:211 packages.php:229 packages.php:271 packages.php:307
68
+ #: packages.php:330 packages.php:411
69
+ msgid "Setting"
70
+ msgstr ""
71
+
72
+ #: packages.php:120
73
+ msgid "Print meta Keyword"
74
+ msgstr ""
75
+
76
+ #: packages.php:121
77
+ msgid "Print meta Keyword to html head."
78
+ msgstr ""
79
+
80
+ #: packages.php:137
81
+ msgid "Print meta description"
82
+ msgstr ""
83
+
84
+ #: packages.php:138
85
+ msgid "Print meta description to html head."
86
+ msgstr ""
87
+
88
+ #: packages.php:147
89
+ msgid "Main setting page"
90
+ msgstr ""
91
+
92
+ #: packages.php:149
93
+ msgid "Print og tags to html head."
94
+ msgstr ""
95
+
96
+ #: packages.php:150
97
+ msgid "Print twitter card tags to html head."
98
+ msgstr ""
99
+
100
+ #: packages.php:151
101
+ msgid "Print social bookmark buttons."
102
+ msgstr ""
103
+
104
+ #: packages.php:152
105
+ msgid "Facebook Page Plugin widget."
106
+ msgstr ""
107
+
108
+ #: packages.php:153
109
+ msgid "Print Follow me box to content bottom."
110
+ msgstr ""
111
+
112
+ #: packages.php:155
113
+ #, php-format
114
+ msgid "* You can stop the function separately from the %s."
115
+ msgstr ""
116
+
117
+ #: packages.php:159
118
+ msgid "Social media cooperation"
119
+ msgstr ""
120
+
121
+ #: packages.php:178
122
+ msgid "Print Google Analytics tracking code."
123
+ msgstr ""
124
+
125
+ #: packages.php:194
126
+ msgid "You can use various widgets."
127
+ msgstr ""
128
+
129
+ #: packages.php:196
130
+ msgid ""
131
+ "VK_Recent Posts - display the link text and the date of the latest article "
132
+ "title."
133
+ msgstr ""
134
+
135
+ #: packages.php:197
136
+ msgid ""
137
+ "VK_Page content to widget - display the contents of the page to the widgets."
138
+ msgstr ""
139
+
140
+ #: packages.php:198
141
+ msgid "VK_Profile - display the profile entered in the widget."
142
+ msgstr ""
143
+
144
+ #: packages.php:199
145
+ msgid "VK_FB Page Plugin - display the Facebook Page Plugin."
146
+ msgstr ""
147
+
148
+ #: packages.php:200
149
+ msgid "VK_3PR area - display the 3PR area."
150
+ msgstr ""
151
+
152
+ #: packages.php:201
153
+ msgid "categories/tags list"
154
+ msgstr ""
155
+
156
+ #: packages.php:201
157
+ msgid "Displays a categories, tags or format list."
158
+ msgstr ""
159
+
160
+ #: packages.php:202 plugins/other_widget/widget-archives.php:9
161
+ msgid "archive list"
162
+ msgstr ""
163
+
164
+ #: packages.php:202 plugins/other_widget/widget-archives.php:14
165
+ msgid ""
166
+ "Displays a list of archives. You can choose the post type and also to "
167
+ "display archives by month or by year."
168
+ msgstr ""
169
+
170
+ #: packages.php:207
171
+ msgid "Widgets"
172
+ msgstr ""
173
+
174
+ #: packages.php:225
175
+ msgid "CSS customize"
176
+ msgstr ""
177
+
178
+ #: packages.php:226
179
+ msgid "You can set Customize CSS."
180
+ msgstr ""
181
+
182
+ #: packages.php:244
183
+ msgid "Child page index"
184
+ msgstr ""
185
+
186
+ #: packages.php:245
187
+ msgid ""
188
+ "At the bottom of the specified page, it will display a list of the child "
189
+ "page."
190
+ msgstr ""
191
+
192
+ #: packages.php:256
193
+ msgid "Page list from ancestor"
194
+ msgstr ""
195
+
196
+ #: packages.php:257
197
+ msgid "Display Page list from ancestor at after content."
198
+ msgstr ""
199
+
200
+ #: packages.php:267
201
+ msgid "Contact Section"
202
+ msgstr ""
203
+
204
+ #: packages.php:268
205
+ msgid "Display Contact Section at after content."
206
+ msgstr ""
207
+
208
+ #: packages.php:285
209
+ msgid "Display HTML Site Map"
210
+ msgstr ""
211
+
212
+ #: packages.php:286
213
+ msgid "It displays a HTML Site Map to the specified page."
214
+ msgstr ""
215
+
216
+ #: packages.php:295 plugins/call-to-action/view-adminsetting.php:19
217
+ msgid "Display the CTA at the end of the post content."
218
+ msgstr ""
219
+
220
+ #: packages.php:297 plugins/call-to-action/view-adminsetting.php:20
221
+ msgid ""
222
+ "The CTA stands for \"Call to action\" and this is the area that prompts the "
223
+ "user behavior."
224
+ msgstr ""
225
+
226
+ #: packages.php:299 plugins/call-to-action/view-adminsetting.php:21
227
+ msgid ""
228
+ "As an example, text message and a link button for induction to the free "
229
+ "sample download page."
230
+ msgstr ""
231
+
232
+ #: packages.php:303 plugins/call-to-action/view-adminsetting.php:15
233
+ msgid "Call To Action"
234
+ msgstr ""
235
+
236
+ #: packages.php:312
237
+ msgid "Contents setting"
238
+ msgstr ""
239
+
240
+ #: packages.php:326 plugins/insert_ads.php:37 plugins/insert_ads.php:137
241
+ msgid "Insert ads"
242
+ msgstr ""
243
+
244
+ #: packages.php:327
245
+ msgid "Insert ads to content."
246
+ msgstr ""
247
+
248
+ #: packages.php:343 plugins/related_posts/related_posts.php:96
249
+ msgid "Related posts"
250
+ msgstr ""
251
+
252
+ #: packages.php:344
253
+ msgid "Print Related posts lists to post content bottom."
254
+ msgstr ""
255
+
256
+ #: packages.php:354 vkExUnit_admin.php:28
257
+ msgid "Automatic Eye Catch insert"
258
+ msgstr ""
259
+
260
+ #: packages.php:355
261
+ msgid "Display Eye Catch image at before content."
262
+ msgstr ""
263
+
264
+ #: packages.php:365
265
+ msgid "Disable ping back"
266
+ msgstr ""
267
+
268
+ #: packages.php:366
269
+ msgid "Disable xmlrpc ping back."
270
+ msgstr ""
271
+
272
+ #: packages.php:375 packages.php:376
273
+ msgid "Disable dashbord"
274
+ msgstr ""
275
+
276
+ #: packages.php:387
277
+ msgid "TinyMCE Style Tags"
278
+ msgstr ""
279
+
280
+ #: packages.php:388
281
+ msgid "Add TinyMCE Editor to style tags."
282
+ msgstr ""
283
+
284
+ #: packages.php:396
285
+ msgid "Admin bar manu"
286
+ msgstr ""
287
+
288
+ #: packages.php:397
289
+ msgid "Add ExUnit menu to admin bar."
290
+ msgstr ""
291
+
292
+ #: packages.php:407
293
+ msgid "Post Type Manager"
294
+ msgstr ""
295
+
296
+ #: packages.php:408
297
+ msgid "Add custom post types and custom taxonomies."
298
+ msgstr ""
299
+
300
+ #: plugins/auto_eyecatch.php:40
301
+ msgid "Automatic EyeCatch"
302
+ msgstr ""
303
+
304
+ #: plugins/auto_eyecatch.php:50
305
+ msgid "Do not set eyecatch image automatic."
306
+ msgstr ""
307
+
308
+ #: plugins/bootstrap.php:9
309
+ msgid "Settings"
310
+ msgstr ""
311
+
312
+ #: plugins/bootstrap.php:29
313
+ msgid "Key color"
314
+ msgstr ""
315
+
316
+ #: plugins/bootstrap.php:36
317
+ msgid "Key color(dark)"
318
+ msgstr ""
319
+
320
+ #: plugins/call-to-action/class-vk-call-to-action.php:61
321
+ #: plugins/call-to-action/view-actionbox.php:64
322
+ msgid "Edit CTA"
323
+ msgstr ""
324
+
325
+ #: plugins/call-to-action/class-vk-call-to-action.php:62
326
+ msgid "Add new CTA"
327
+ msgstr ""
328
+
329
+ #: plugins/call-to-action/class-vk-call-to-action.php:63
330
+ msgid "New CTA"
331
+ msgstr ""
332
+
333
+ #: plugins/call-to-action/class-vk-call-to-action.php:91
334
+ #: plugins/call-to-action/class-vk-call-to-action.php:93
335
+ #: plugins/call-to-action/class-vk-call-to-action.php:94
336
+ msgid "Call to Action setting"
337
+ msgstr ""
338
+
339
+ #: plugins/call-to-action/class-vk-call-to-action.php:96
340
+ msgid "CTA Contents"
341
+ msgstr ""
342
+
343
+ #: plugins/call-to-action/class-vk-call-to-action.php:121
344
+ #: plugins/call-to-action/class-vk-call-to-action.php:549
345
+ #: plugins/call-to-action/widget-call-to-action.php:74
346
+ msgid "Random"
347
+ msgstr ""
348
+
349
+ #: plugins/call-to-action/class-vk-call-to-action.php:122
350
+ #: plugins/call-to-action/class-vk-call-to-action.php:551
351
+ msgid "Disable display"
352
+ msgstr ""
353
+
354
+ #: plugins/call-to-action/class-vk-call-to-action.php:123
355
+ msgid "Follow common setting"
356
+ msgstr ""
357
+
358
+ #: plugins/call-to-action/class-vk-call-to-action.php:134
359
+ msgid "CTA common setting"
360
+ msgstr ""
361
+
362
+ #: plugins/call-to-action/class-vk-call-to-action.php:135
363
+ #: plugins/call-to-action/view-adminsetting.php:31
364
+ #: plugins/call-to-action/widget-call-to-action.php:86
365
+ msgid "Show CTA index page"
366
+ msgstr ""
367
+
368
+ #: plugins/call-to-action/class-vk-call-to-action.php:203
369
+ msgid "CTA image"
370
+ msgstr ""
371
+
372
+ #: plugins/call-to-action/class-vk-call-to-action.php:209
373
+ msgid "Add image"
374
+ msgstr ""
375
+
376
+ #: plugins/call-to-action/class-vk-call-to-action.php:210
377
+ msgid "Change image"
378
+ msgstr ""
379
+
380
+ #: plugins/call-to-action/class-vk-call-to-action.php:211
381
+ msgid "Remove image"
382
+ msgstr ""
383
+
384
+ #: plugins/call-to-action/class-vk-call-to-action.php:216
385
+ msgid "CTA image position"
386
+ msgstr ""
387
+
388
+ #: plugins/call-to-action/class-vk-call-to-action.php:219
389
+ msgid "right"
390
+ msgstr ""
391
+
392
+ #: plugins/call-to-action/class-vk-call-to-action.php:220
393
+ msgid "center"
394
+ msgstr ""
395
+
396
+ #: plugins/call-to-action/class-vk-call-to-action.php:221
397
+ msgid "left"
398
+ msgstr ""
399
+
400
+ #: plugins/call-to-action/class-vk-call-to-action.php:225
401
+ msgid "Button text"
402
+ msgstr ""
403
+
404
+ #: plugins/call-to-action/class-vk-call-to-action.php:229
405
+ msgid "Button icon"
406
+ msgstr ""
407
+
408
+ #: plugins/call-to-action/class-vk-call-to-action.php:230
409
+ #: plugins/other_widget/widget-button.php:104
410
+ #: plugins/other_widget/widget-pr-blocks.php:113
411
+ msgid "To choose your favorite icon, and enter the class."
412
+ msgstr ""
413
+
414
+ #: plugins/call-to-action/class-vk-call-to-action.php:231
415
+ #: plugins/other_widget/widget-button.php:105
416
+ msgid "Before :"
417
+ msgstr ""
418
+
419
+ #: plugins/call-to-action/class-vk-call-to-action.php:233
420
+ #: plugins/other_widget/widget-button.php:107
421
+ msgid "After :"
422
+ msgstr ""
423
+
424
+ #: plugins/call-to-action/class-vk-call-to-action.php:235
425
+ #: plugins/other_widget/widget-button.php:109
426
+ msgid " ex:fa-arrow-circle-o-right"
427
+ msgstr ""
428
+
429
+ #: plugins/call-to-action/class-vk-call-to-action.php:240
430
+ msgid "Button link url"
431
+ msgstr ""
432
+
433
+ #: plugins/call-to-action/class-vk-call-to-action.php:253
434
+ msgid "Target window"
435
+ msgstr ""
436
+
437
+ #: plugins/call-to-action/class-vk-call-to-action.php:255
438
+ msgid "Open in a self window"
439
+ msgstr ""
440
+
441
+ #: plugins/call-to-action/class-vk-call-to-action.php:257
442
+ msgid "Text message"
443
+ msgstr ""
444
+
445
+ #: plugins/call-to-action/class-vk-call-to-action.php:263
446
+ #: plugins/call-to-action/widget-call-to-action.php:89
447
+ msgid "CTA setting"
448
+ msgstr ""
449
+
450
+ #: plugins/call-to-action/view-adminsetting.php:23
451
+ msgid "How to use"
452
+ msgstr ""
453
+
454
+ #: plugins/call-to-action/view-adminsetting.php:26
455
+ msgid ""
456
+ "You register the contents on \"CTA\" that you want to display to bottom of "
457
+ "the content."
458
+ msgstr ""
459
+
460
+ #: plugins/call-to-action/view-adminsetting.php:27
461
+ msgid "Choose the CTA to be displayed from the following."
462
+ msgstr ""
463
+
464
+ #: plugins/call-to-action/view-adminsetting.php:28
465
+ msgid ""
466
+ "If you want to switch the CTA to be displayed on each post, please set in "
467
+ "the details page of such posting."
468
+ msgstr ""
469
+
470
+ #: plugins/call-to-action/view-adminsetting.php:41
471
+ msgid "Show index page"
472
+ msgstr ""
473
+
474
+ #: plugins/call-to-action/widget-call-to-action.php:21
475
+ msgid "CTA"
476
+ msgstr ""
477
+
478
+ #: plugins/call-to-action/widget-call-to-action.php:27
479
+ msgid "Select CTA and display it."
480
+ msgstr ""
481
+
482
+ #: plugins/call-to-action/widget-call-to-action.php:69
483
+ msgid "Please select CTA to display."
484
+ msgstr ""
485
+
486
+ #: plugins/call-to-action/widget-call-to-action.php:78
487
+ msgid "Please select"
488
+ msgstr ""
489
+
490
+ #: plugins/child_page_index.php:53 plugins/other_widget/widget-3pr-area.php:193
491
+ msgid "Read more"
492
+ msgstr ""
493
+
494
+ #: plugins/child_page_index.php:106 plugins/other_widget/widget-page.php:87
495
+ msgid "Display a child page index"
496
+ msgstr ""
497
+
498
+ #: plugins/contact_section.php:59 plugins/contact_section.php:89
499
+ msgid "Contact Information"
500
+ msgstr ""
501
+
502
+ #: plugins/contact_section.php:70 plugins/contact_section.php:100
503
+ msgid "Please feel free to inquire."
504
+ msgstr ""
505
+
506
+ #: plugins/contact_section.php:72
507
+ msgid "Office hours 9:00 - 18:00 [ Weekdays except holidays ]"
508
+ msgstr ""
509
+
510
+ #: plugins/contact_section.php:76
511
+ msgid "Contact us"
512
+ msgstr ""
513
+
514
+ #: plugins/contact_section.php:91
515
+ msgid ""
516
+ "Contents input here are displayed on an \"Contact Button\" widget and each "
517
+ "fixed page."
518
+ msgstr ""
519
+
520
+ #: plugins/contact_section.php:93
521
+ msgid ""
522
+ "When I display it on the page, it is necessary to classify a check into "
523
+ "\"Display Contact Section\" checkbox with the edit page of each page."
524
+ msgstr ""
525
+
526
+ #: plugins/contact_section.php:97
527
+ msgid "Message"
528
+ msgstr ""
529
+
530
+ #: plugins/contact_section.php:100 plugins/contact_section.php:107
531
+ #: plugins/contact_section.php:114 plugins/contact_section.php:122
532
+ #: plugins/contact_section.php:130 plugins/contact_section.php:138
533
+ #: plugins/google_analytics/ga_admin.php:16 plugins/sns/sns_admin.php:31
534
+ msgid "ex) "
535
+ msgstr ""
536
+
537
+ #: plugins/contact_section.php:104
538
+ msgid "Phone number"
539
+ msgstr ""
540
+
541
+ #: plugins/contact_section.php:111 plugins/contact_section.php:114
542
+ msgid "Office hours"
543
+ msgstr ""
544
+
545
+ #: plugins/contact_section.php:114
546
+ msgid "Weekdays except holidays"
547
+ msgstr ""
548
+
549
+ #: plugins/contact_section.php:119
550
+ msgid "The contact page URL"
551
+ msgstr ""
552
+
553
+ #: plugins/contact_section.php:122
554
+ msgid "or"
555
+ msgstr ""
556
+
557
+ #: plugins/contact_section.php:123
558
+ msgid "* If you fill in the blank, widget's contact button does not appear."
559
+ msgstr ""
560
+
561
+ #: plugins/contact_section.php:127
562
+ msgid "Contact button Text"
563
+ msgstr ""
564
+
565
+ #: plugins/contact_section.php:130
566
+ msgid "Contact Us from email."
567
+ msgstr ""
568
+
569
+ #: plugins/contact_section.php:135
570
+ msgid "Contact button text( sub )"
571
+ msgstr ""
572
+
573
+ #: plugins/contact_section.php:139
574
+ msgid "Email contact form"
575
+ msgstr ""
576
+
577
+ #: plugins/contact_section.php:144
578
+ msgid "Contact button short text for side widget"
579
+ msgstr ""
580
+
581
+ #: plugins/contact_section.php:148
582
+ msgid "This will used to \"Contact Button\" widget."
583
+ msgstr ""
584
+
585
+ #: plugins/contact_section.php:152
586
+ msgid "Advanced Setting"
587
+ msgstr ""
588
+
589
+ #: plugins/contact_section.php:155
590
+ msgid "Inquiry Banner image"
591
+ msgstr ""
592
+
593
+ #: plugins/contact_section.php:157
594
+ msgid "Select Image"
595
+ msgstr ""
596
+
597
+ #: plugins/contact_section.php:158
598
+ msgid "Display the image instead of the above inquiry information"
599
+ msgstr ""
600
+
601
+ #: plugins/contact_section.php:162
602
+ msgid "Display HTML message instead of the standard"
603
+ msgstr ""
604
+
605
+ #: plugins/contact_section.php:164
606
+ msgid "HTML takes precedence over image"
607
+ msgstr ""
608
+
609
+ #: plugins/contact_section.php:187
610
+ msgid "Display Contact Section"
611
+ msgstr ""
612
+
613
+ #: plugins/contact_section.php:296 plugins/contact_section.php:326
614
+ msgid "Edit contact information"
615
+ msgstr ""
616
+
617
+ #: plugins/contact_section.php:346
618
+ msgid "Contact Button"
619
+ msgstr ""
620
+
621
+ #: plugins/contact_section.php:352 plugins/contact_section.php:374
622
+ #: plugins/contact_section.php:395 plugins/contact_section.php:417
623
+ #, php-format
624
+ msgid ""
625
+ "*It is necessary to set the \"%s\" -> \"Contact Information\" section in "
626
+ "\"Main setting\" page."
627
+ msgstr ""
628
+
629
+ #: plugins/contact_section.php:389
630
+ msgid "Contact Section HTML"
631
+ msgstr ""
632
+
633
+ #: plugins/css_customize/css_customize-edit.php:2
634
+ #: plugins/css_customize/css_customize.php:28
635
+ #: plugins/css_customize/css_customize.php:44
636
+ #: plugins/css_customize/css_customize.php:45
637
+ msgid "CSS Customize"
638
+ msgstr ""
639
+
640
+ #: plugins/css_customize/css_customize-edit.php:5
641
+ msgid "You can add custom CSS here."
642
+ msgstr ""
643
+
644
+ #: plugins/css_customize/css_customize-edit.php:10
645
+ msgid "Save CSS"
646
+ msgstr ""
647
+
648
+ #: plugins/css_customize/css_customize.php:102
649
+ msgid "Your custom CSS was saved."
650
+ msgstr ""
651
+
652
+ #: plugins/css_customize/css_customize.php:105
653
+ msgid "Error occured. Please try again."
654
+ msgstr ""
655
+
656
+ #: plugins/footer_copyright_change.php:6
657
+ msgid ""
658
+ "<p>Powered by <a href=\"https://wordpress.org/\">WordPress</a> with <a href="
659
+ "\"https://lightning.nagoya\" target=\"_blank\" title=\"Free WordPress Theme "
660
+ "Lightning\"> Lightning Theme</a> &amp; <a href=\"https://ex-unit.nagoya\" "
661
+ "target=\"_blank\">VK All in One Expansion Unit</a> by <a href=\"//www.vektor-"
662
+ "inc.co.jp\" target=\"_blank\">Vektor,Inc.</a> technology.</p>"
663
+ msgstr ""
664
+
665
+ #: plugins/google_analytics/ga_admin.php:9
666
+ #: plugins/google_analytics/ga_admin.php:13
667
+ #: plugins/google_analytics/google_analytics.php:18
668
+ msgid "Google Analytics Settings"
669
+ msgstr ""
670
+
671
+ #: plugins/google_analytics/ga_admin.php:14
672
+ msgid ""
673
+ "Please fill in the Google Analytics ID from the Analytics embed code used in "
674
+ "the site."
675
+ msgstr ""
676
+
677
+ #: plugins/google_analytics/ga_admin.php:19
678
+ msgid ""
679
+ "Please select the type of Analytics code . (If you are unsure you can skip "
680
+ "this.)"
681
+ msgstr ""
682
+
683
+ #: plugins/google_analytics/ga_admin.php:23
684
+ msgid "To output the Universal Analytics code (default)"
685
+ msgstr ""
686
+
687
+ #: plugins/google_analytics/ga_admin.php:24
688
+ msgid "To output only normal code"
689
+ msgstr ""
690
+
691
+ #: plugins/google_analytics/ga_admin.php:25
692
+ msgid "To output both types"
693
+ msgstr ""
694
+
695
+ #: plugins/icons.php:38 plugins/icons.php:68
696
+ msgid "icon setting"
697
+ msgstr ""
698
+
699
+ #: plugins/icons.php:74
700
+ #, php-format
701
+ msgid ""
702
+ "This feature will be discontinued shortly.<br>You can set the site icon from "
703
+ "\"Site Identity\" panel of [ <a href=%s>Themes > Customize</a> ] After "
704
+ "updating the setting."
705
+ msgstr ""
706
+
707
+ #: plugins/icons.php:81
708
+ msgid "Favicon Setting"
709
+ msgstr ""
710
+
711
+ #: plugins/icons.php:83
712
+ msgid "Choose icon"
713
+ msgstr ""
714
+
715
+ #: plugins/icons.php:84
716
+ msgid "Please upload your \".ico\" file"
717
+ msgstr ""
718
+
719
+ #: plugins/insert_ads.php:140
720
+ msgid "Insert ads to post."
721
+ msgstr ""
722
+
723
+ #: plugins/insert_ads.php:142
724
+ msgid "Insert ads to before content and more tag and after content."
725
+ msgstr ""
726
+
727
+ #: plugins/insert_ads.php:142
728
+ msgid "If you want to separate ads area, you fill two fields."
729
+ msgstr ""
730
+
731
+ #: plugins/insert_ads.php:144
732
+ msgid "insert the ad [ before content ]"
733
+ msgstr ""
734
+
735
+ #: plugins/insert_ads.php:152
736
+ msgid "insert the ad [ more tag ]"
737
+ msgstr ""
738
+
739
+ #: plugins/insert_ads.php:160
740
+ msgid "insert the ad [ after content ]"
741
+ msgstr ""
742
+
743
+ #: plugins/meta_description.php:20 plugins/meta_description.php:31
744
+ #: plugins/meta_description.php:34
745
+ msgid "Meta Description"
746
+ msgstr ""
747
+
748
+ #: plugins/meta_description.php:37
749
+ msgid ""
750
+ "What you have to complete the \"excerpt\" column of the edit screen of each "
751
+ "page will be reflected in the description of the meta tag."
752
+ msgstr ""
753
+
754
+ #: plugins/meta_description.php:38
755
+ msgid ""
756
+ "Description of meta tags in the search results screen of search sites such "
757
+ "as Google, will be Displayed, such as the bottom of the site title. If the "
758
+ "excerpt column is blank, is 240 characters than text beginning of a sentence "
759
+ "has become a specification that is applied as a description."
760
+ msgstr ""
761
+
762
+ #: plugins/meta_description.php:39
763
+ msgid ""
764
+ "The meta description of the top page is subject to the catchphrase of the "
765
+ "site. However, its contents will be reflected if the excerpt is entered in "
766
+ "fixed page that was set on the top page."
767
+ msgstr ""
768
+
769
+ #: plugins/meta_description.php:40
770
+ msgid ""
771
+ "If \"excerpt\" column is not found, Click \"Display Option\" of page top at "
772
+ "each article edit page, and check the expert column display."
773
+ msgstr ""
774
+
775
+ #: plugins/meta_keyword.php:40 plugins/meta_keyword.php:91
776
+ #: plugins/meta_keyword.php:93 plugins/meta_keyword.php:94
777
+ #: plugins/meta_keyword.php:101
778
+ msgid "Meta Keywords"
779
+ msgstr ""
780
+
781
+ #: plugins/meta_keyword.php:68
782
+ msgid "Meta Keyword"
783
+ msgstr ""
784
+
785
+ #: plugins/meta_keyword.php:71
786
+ msgid "Common Keywords"
787
+ msgstr ""
788
+
789
+ #: plugins/meta_keyword.php:72
790
+ msgid ""
791
+ "Keywords for meta tag. This words will set Meta Keyword with post keywords. "
792
+ "if you want multiple keywords, enter with separator of \",\"."
793
+ msgstr ""
794
+
795
+ #: plugins/meta_keyword.php:75
796
+ msgid "This is not seriously, Because the SearchEngine does not care this."
797
+ msgstr ""
798
+
799
+ #: plugins/meta_keyword.php:76
800
+ msgid ""
801
+ "For each page individual keyword is enter at the edit screen of each "
802
+ "article. 10 keywords maximum, together with a each article keywords is "
803
+ "desirable."
804
+ msgstr ""
805
+
806
+ #: plugins/meta_keyword.php:77
807
+ msgid "\",\" separator at end of the last keyword is do not need."
808
+ msgstr ""
809
+
810
+ #: plugins/meta_keyword.php:78
811
+ msgid "Example: WordPress,template,theme,free,GPL"
812
+ msgstr ""
813
+
814
+ #: plugins/meta_keyword.php:102
815
+ msgid ""
816
+ "To distinguish between individual keywords, please enter a , delimiter "
817
+ "(optional)."
818
+ msgstr ""
819
+
820
+ #: plugins/meta_keyword.php:104
821
+ #, php-format
822
+ msgid "* keywords common to the entire site can be set from %s."
823
+ msgstr ""
824
+
825
+ #: plugins/other_widget/widget-3pr-area.php:9
826
+ #: plugins/other_widget/widget-3pr-area.php:156
827
+ msgid "3PR area"
828
+ msgstr ""
829
+
830
+ #: plugins/other_widget/widget-3pr-area.php:14
831
+ msgid "Displays a 3PR area"
832
+ msgstr ""
833
+
834
+ #: plugins/other_widget/widget-3pr-area.php:21
835
+ msgid "3PR area1 title"
836
+ msgstr ""
837
+
838
+ #: plugins/other_widget/widget-3pr-area.php:29
839
+ msgid "3PR area2 title"
840
+ msgstr ""
841
+
842
+ #: plugins/other_widget/widget-3pr-area.php:37
843
+ msgid "3PR area3 title"
844
+ msgstr ""
845
+
846
+ #: plugins/other_widget/widget-3pr-area.php:56
847
+ msgid "3PR area setting"
848
+ msgstr ""
849
+
850
+ #: plugins/other_widget/widget-3pr-area.php:58
851
+ #: plugins/other_widget/widget-new-posts.php:204
852
+ #: plugins/other_widget/widget-page.php:39
853
+ #: plugins/other_widget/widget-pr-blocks.php:89
854
+ #: plugins/other_widget/widget-profile.php:48
855
+ #: plugins/sns/function_fbPagePlugin.php:79
856
+ msgid "Title:"
857
+ msgstr ""
858
+
859
+ #: plugins/other_widget/widget-3pr-area.php:64
860
+ msgid "Select image for PC:"
861
+ msgstr ""
862
+
863
+ #: plugins/other_widget/widget-3pr-area.php:73
864
+ #: plugins/other_widget/widget-3pr-area.php:90
865
+ #: plugins/other_widget/widget-pr-blocks.php:147
866
+ #: plugins/other_widget/widget-profile.php:62
867
+ msgid "Select image"
868
+ msgstr ""
869
+
870
+ #: plugins/other_widget/widget-3pr-area.php:74
871
+ #: plugins/other_widget/widget-3pr-area.php:91
872
+ #: plugins/other_widget/widget-pr-blocks.php:148
873
+ #: plugins/other_widget/widget-profile.php:63
874
+ msgid "Clear image"
875
+ msgstr ""
876
+
877
+ #: plugins/other_widget/widget-3pr-area.php:81
878
+ msgid "Select image for Mobile:"
879
+ msgstr ""
880
+
881
+ #: plugins/other_widget/widget-3pr-area.php:102
882
+ #: plugins/other_widget/widget-pr-blocks.php:93
883
+ msgid "Summary Text:"
884
+ msgstr ""
885
+
886
+ #: plugins/other_widget/widget-3pr-area.php:108
887
+ #: plugins/other_widget/widget-pr-blocks.php:98
888
+ msgid "Link URL:"
889
+ msgstr ""
890
+
891
+ #: plugins/other_widget/widget-3pr-area.php:111
892
+ #: plugins/other_widget/widget-banner.php:87
893
+ #: plugins/other_widget/widget-pr-blocks.php:102
894
+ msgid "Open link new tab."
895
+ msgstr ""
896
+
897
+ #: plugins/other_widget/widget-archives.php:53
898
+ #: plugins/other_widget/widget-archives.php:54
899
+ msgid "Monthly archives"
900
+ msgstr ""
901
+
902
+ #: plugins/other_widget/widget-archives.php:63
903
+ #: plugins/other_widget/widget-new-posts.php:209
904
+ #: plugins/other_widget/widget-new-posts.php:210
905
+ msgid "Title"
906
+ msgstr ""
907
+
908
+ #: plugins/other_widget/widget-archives.php:67
909
+ msgid "Post type"
910
+ msgstr ""
911
+
912
+ #: plugins/other_widget/widget-archives.php:77
913
+ msgid "Monthly"
914
+ msgstr ""
915
+
916
+ #: plugins/other_widget/widget-archives.php:79
917
+ msgid "Yearly"
918
+ msgstr ""
919
+
920
+ #: plugins/other_widget/widget-archives.php:97
921
+ msgid "archive"
922
+ msgstr ""
923
+
924
+ #: plugins/other_widget/widget-banner.php:16
925
+ msgid "Banner"
926
+ msgstr ""
927
+
928
+ #: plugins/other_widget/widget-banner.php:22
929
+ msgid ""
930
+ "You can easily set up a banner simply by registering images and link "
931
+ "destinations."
932
+ msgstr ""
933
+
934
+ #: plugins/other_widget/widget-banner.php:83
935
+ msgid "Set image"
936
+ msgstr ""
937
+
938
+ #: plugins/other_widget/widget-banner.php:88
939
+ msgid "Alternative text"
940
+ msgstr ""
941
+
942
+ #: plugins/other_widget/widget-button.php:35
943
+ msgid "Button"
944
+ msgstr ""
945
+
946
+ #: plugins/other_widget/widget-button.php:40
947
+ msgid "You can set buttons for arbitrary text."
948
+ msgstr ""
949
+
950
+ #: plugins/other_widget/widget-button.php:98
951
+ msgid "Main text(Required):"
952
+ msgstr ""
953
+
954
+ #: plugins/other_widget/widget-button.php:103
955
+ msgid "Class name of the icon font"
956
+ msgstr ""
957
+
958
+ #: plugins/other_widget/widget-button.php:113
959
+ msgid "Sub text:"
960
+ msgstr ""
961
+
962
+ #: plugins/other_widget/widget-button.php:117
963
+ msgid "Link URL(Required):"
964
+ msgstr ""
965
+
966
+ #: plugins/other_widget/widget-button.php:122
967
+ msgid "Open with new tab"
968
+ msgstr ""
969
+
970
+ #: plugins/other_widget/widget-button.php:125
971
+ msgid "Size"
972
+ msgstr ""
973
+
974
+ #: plugins/other_widget/widget-button.php:127
975
+ msgid "Small"
976
+ msgstr ""
977
+
978
+ #: plugins/other_widget/widget-button.php:128
979
+ msgid "Medium"
980
+ msgstr ""
981
+
982
+ #: plugins/other_widget/widget-button.php:129
983
+ msgid "Large"
984
+ msgstr ""
985
+
986
+ #: plugins/other_widget/widget-button.php:133
987
+ msgid "Button color:"
988
+ msgstr ""
989
+
990
+ #: plugins/other_widget/widget-button.php:162
991
+ msgid "Key Color(.primary)"
992
+ msgstr ""
993
+
994
+ #: plugins/other_widget/widget-button.php:163
995
+ msgid "No paint(.default)"
996
+ msgstr ""
997
+
998
+ #: plugins/other_widget/widget-button.php:164
999
+ msgid "Light green(.success)"
1000
+ msgstr ""
1001
+
1002
+ #: plugins/other_widget/widget-button.php:165
1003
+ msgid "Light blue(.info)"
1004
+ msgstr ""
1005
+
1006
+ #: plugins/other_widget/widget-button.php:166
1007
+ msgid "Orange(.warning)"
1008
+ msgstr ""
1009
+
1010
+ #: plugins/other_widget/widget-button.php:167
1011
+ msgid "Red(.danger)"
1012
+ msgstr ""
1013
+
1014
+ #: plugins/other_widget/widget-child-page-list.php:10
1015
+ msgid "Child Page List"
1016
+ msgstr ""
1017
+
1018
+ #: plugins/other_widget/widget-child-page-list.php:15
1019
+ #: plugins/other_widget/widget-child-page-list.php:50
1020
+ msgid "Display the child pages list from ancestor page."
1021
+ msgstr ""
1022
+
1023
+ #: plugins/other_widget/widget-new-posts.php:11
1024
+ #: plugins/other_widget/widget-new-posts.php:181
1025
+ msgid "Recent Posts"
1026
+ msgstr ""
1027
+
1028
+ #: plugins/other_widget/widget-new-posts.php:16
1029
+ msgid "Displays a list of your most recent posts"
1030
+ msgstr ""
1031
+
1032
+ #: plugins/other_widget/widget-new-posts.php:208
1033
+ msgid "Display Format"
1034
+ msgstr ""
1035
+
1036
+ #: plugins/other_widget/widget-new-posts.php:209
1037
+ msgid "Thumbnail"
1038
+ msgstr ""
1039
+
1040
+ #: plugins/other_widget/widget-new-posts.php:209
1041
+ #: plugins/other_widget/widget-new-posts.php:210
1042
+ msgid "Date"
1043
+ msgstr ""
1044
+
1045
+ #: plugins/other_widget/widget-new-posts.php:210
1046
+ #: plugins/other_widget/widget-taxonomies.php:24
1047
+ #: plugins/other_widget/widget-taxonomies.php:54
1048
+ #: plugins/other_widget/widget-taxonomies.php:55
1049
+ msgid "Category"
1050
+ msgstr ""
1051
+
1052
+ #: plugins/other_widget/widget-new-posts.php:213
1053
+ msgid "Order by"
1054
+ msgstr ""
1055
+
1056
+ #: plugins/other_widget/widget-new-posts.php:214
1057
+ msgid "Publish date"
1058
+ msgstr ""
1059
+
1060
+ #: plugins/other_widget/widget-new-posts.php:215
1061
+ msgid "Modified date"
1062
+ msgstr ""
1063
+
1064
+ #: plugins/other_widget/widget-new-posts.php:219
1065
+ msgid "Display count"
1066
+ msgstr ""
1067
+
1068
+ #: plugins/other_widget/widget-new-posts.php:224
1069
+ msgid "Slug for the custom type you want to display"
1070
+ msgstr ""
1071
+
1072
+ #: plugins/other_widget/widget-new-posts.php:229
1073
+ msgid "taxonomy ID"
1074
+ msgstr ""
1075
+
1076
+ #: plugins/other_widget/widget-new-posts.php:231
1077
+ msgid "if you need filtering by term, add the term ID separate by \",\"."
1078
+ msgstr ""
1079
+
1080
+ #: plugins/other_widget/widget-new-posts.php:233 plugins/sns/sns_admin.php:88
1081
+ msgid "if empty this area, I will do not filtering."
1082
+ msgstr ""
1083
+
1084
+ #: plugins/other_widget/widget-new-posts.php:238
1085
+ msgid "Destination URL:"
1086
+ msgstr ""
1087
+
1088
+ #: plugins/other_widget/widget-new-posts.php:241
1089
+ msgid "Notation text:"
1090
+ msgstr ""
1091
+
1092
+ #: plugins/other_widget/widget-page.php:9
1093
+ msgid "page content to widget"
1094
+ msgstr ""
1095
+
1096
+ #: plugins/other_widget/widget-page.php:14
1097
+ msgid "Displays a page contents to widget."
1098
+ msgstr ""
1099
+
1100
+ #: plugins/other_widget/widget-page.php:48
1101
+ msgid "Display the entered title"
1102
+ msgstr ""
1103
+
1104
+ #: plugins/other_widget/widget-page.php:52
1105
+ msgid "Display the title of page"
1106
+ msgstr ""
1107
+
1108
+ #: plugins/other_widget/widget-page.php:56
1109
+ msgid "Do not display titles"
1110
+ msgstr ""
1111
+
1112
+ #: plugins/other_widget/widget-page.php:70
1113
+ #: plugins/other_widget/widget-taxonomies.php:74
1114
+ msgid "Display page"
1115
+ msgstr ""
1116
+
1117
+ #: plugins/other_widget/widget-page.php:96 plugins/pageList_ancestor.php:95
1118
+ msgid "Display a page list from ancestor"
1119
+ msgstr ""
1120
+
1121
+ #: plugins/other_widget/widget-page.php:218
1122
+ msgid "Edit"
1123
+ msgstr ""
1124
+
1125
+ #: plugins/other_widget/widget-pr-blocks.php:9
1126
+ msgid "PR Blocks"
1127
+ msgstr ""
1128
+
1129
+ #: plugins/other_widget/widget-pr-blocks.php:14
1130
+ msgid "Displays a circle image or icon font for pr blocks"
1131
+ msgstr ""
1132
+
1133
+ #: plugins/other_widget/widget-pr-blocks.php:23
1134
+ msgid "Service"
1135
+ msgstr ""
1136
+
1137
+ #: plugins/other_widget/widget-pr-blocks.php:33
1138
+ msgid "Company"
1139
+ msgstr ""
1140
+
1141
+ #: plugins/other_widget/widget-pr-blocks.php:43
1142
+ msgid "Recruit"
1143
+ msgstr ""
1144
+
1145
+ #: plugins/other_widget/widget-pr-blocks.php:53
1146
+ msgid "Contact"
1147
+ msgstr ""
1148
+
1149
+ #: plugins/other_widget/widget-pr-blocks.php:74
1150
+ msgid "The choice of the number of columns:"
1151
+ msgstr ""
1152
+
1153
+ #: plugins/other_widget/widget-pr-blocks.php:76
1154
+ msgid "3column"
1155
+ msgstr ""
1156
+
1157
+ #: plugins/other_widget/widget-pr-blocks.php:77
1158
+ msgid "4column"
1159
+ msgstr ""
1160
+
1161
+ #: plugins/other_widget/widget-pr-blocks.php:79
1162
+ msgid ""
1163
+ "If you change the number of columns, click to \"Save\" botton and exit the "
1164
+ "edit page. When restart the edit page, the column input form is increased or "
1165
+ "decreased."
1166
+ msgstr ""
1167
+
1168
+ #: plugins/other_widget/widget-pr-blocks.php:86
1169
+ #: plugins/other_widget/widget-pr-blocks.php:243
1170
+ msgid "PR Block"
1171
+ msgstr ""
1172
+
1173
+ #: plugins/other_widget/widget-pr-blocks.php:107
1174
+ msgid "Icon"
1175
+ msgstr ""
1176
+
1177
+ #: plugins/other_widget/widget-pr-blocks.php:110
1178
+ msgid "Class name of the icon font you want to use:"
1179
+ msgstr ""
1180
+
1181
+ #: plugins/other_widget/widget-pr-blocks.php:113
1182
+ msgid " ex:fa-file-text-o"
1183
+ msgstr ""
1184
+
1185
+ #: plugins/other_widget/widget-pr-blocks.php:117
1186
+ #: plugins/other_widget/widget-profile.php:149
1187
+ msgid "Icon color:"
1188
+ msgstr ""
1189
+
1190
+ #: plugins/other_widget/widget-pr-blocks.php:121
1191
+ #: plugins/other_widget/widget-profile.php:134
1192
+ msgid "Icon Background:"
1193
+ msgstr ""
1194
+
1195
+ #: plugins/other_widget/widget-pr-blocks.php:125
1196
+ #: plugins/other_widget/widget-profile.php:140
1197
+ msgid "Solid color"
1198
+ msgstr ""
1199
+
1200
+ #: plugins/other_widget/widget-pr-blocks.php:129
1201
+ #: plugins/other_widget/widget-profile.php:143 plugins/sns/sns.php:187
1202
+ msgid "No background"
1203
+ msgstr ""
1204
+
1205
+ #: plugins/other_widget/widget-pr-blocks.php:135
1206
+ msgid "PR Image"
1207
+ msgstr ""
1208
+
1209
+ #: plugins/other_widget/widget-pr-blocks.php:136
1210
+ msgid "When you have an image. Image is displayed with priority"
1211
+ msgstr ""
1212
+
1213
+ #: plugins/other_widget/widget-profile.php:9
1214
+ #: plugins/other_widget/widget-profile.php:25
1215
+ msgid "Profile"
1216
+ msgstr ""
1217
+
1218
+ #: plugins/other_widget/widget-profile.php:14
1219
+ msgid "Displays a your profile"
1220
+ msgstr ""
1221
+
1222
+ #: plugins/other_widget/widget-profile.php:33
1223
+ msgid "Profile Text"
1224
+ msgstr ""
1225
+
1226
+ #: plugins/other_widget/widget-profile.php:53
1227
+ msgid "Select Profile image:"
1228
+ msgstr ""
1229
+
1230
+ #: plugins/other_widget/widget-profile.php:71
1231
+ msgid "Cut out round the image."
1232
+ msgstr ""
1233
+
1234
+ #: plugins/other_widget/widget-profile.php:75
1235
+ msgid "Media size (Optional)"
1236
+ msgstr ""
1237
+
1238
+ #: plugins/other_widget/widget-profile.php:85
1239
+ msgid "Align left"
1240
+ msgstr ""
1241
+
1242
+ #: plugins/other_widget/widget-profile.php:88
1243
+ msgid "Align center"
1244
+ msgstr ""
1245
+
1246
+ #: plugins/other_widget/widget-profile.php:92
1247
+ msgid "Text float to image."
1248
+ msgstr ""
1249
+
1250
+ #: plugins/other_widget/widget-profile.php:96
1251
+ msgid "Profile Text:"
1252
+ msgstr ""
1253
+
1254
+ #: plugins/other_widget/widget-profile.php:100
1255
+ msgid "Facebook URL:"
1256
+ msgstr ""
1257
+
1258
+ #: plugins/other_widget/widget-profile.php:105
1259
+ msgid "Twitter URL:"
1260
+ msgstr ""
1261
+
1262
+ #: plugins/other_widget/widget-profile.php:110
1263
+ msgid "Email Address:"
1264
+ msgstr ""
1265
+
1266
+ #: plugins/other_widget/widget-profile.php:115
1267
+ msgid "Youtube URL:"
1268
+ msgstr ""
1269
+
1270
+ #: plugins/other_widget/widget-profile.php:120
1271
+ msgid "RSS URL:"
1272
+ msgstr ""
1273
+
1274
+ #: plugins/other_widget/widget-profile.php:125
1275
+ msgid "instagram URL:"
1276
+ msgstr ""
1277
+
1278
+ #: plugins/other_widget/widget-profile.php:129
1279
+ msgid "linkedin URL:"
1280
+ msgstr ""
1281
+
1282
+ #: plugins/other_widget/widget-profile.php:145
1283
+ msgid ""
1284
+ "* When \"Icon Background: Fill\" is selected and \"Icon color\" is not "
1285
+ "specified, each brand color will be painted."
1286
+ msgstr ""
1287
+
1288
+ #: plugins/other_widget/widget-side-child-page-list.php:12
1289
+ msgid "child pages list"
1290
+ msgstr ""
1291
+
1292
+ #: plugins/other_widget/widget-side-child-page-list.php:17
1293
+ msgid "Displays list of child page for the current page."
1294
+ msgstr ""
1295
+
1296
+ #: plugins/other_widget/widget-taxonomies.php:10
1297
+ msgid "Categories/Custom taxonomies list"
1298
+ msgstr ""
1299
+
1300
+ #: plugins/other_widget/widget-taxonomies.php:15
1301
+ msgid "Displays a categories and custom taxonomies list."
1302
+ msgstr ""
1303
+
1304
+ #: plugins/other_widget/widget-taxonomies.php:70
1305
+ msgid "Label to display"
1306
+ msgstr ""
1307
+
1308
+ #: plugins/other_widget/widget-taxonomies.php:83
1309
+ msgid "Do not display terms without posts"
1310
+ msgstr ""
1311
+
1312
+ #: plugins/other_widget/widget-taxonomies.php:95
1313
+ msgid "Blog"
1314
+ msgstr ""
1315
+
1316
+ #: plugins/other_widget/widget-taxonomies.php:100
1317
+ #: plugins/template-tags/template-tags.php:135
1318
+ msgid "Archives"
1319
+ msgstr ""
1320
+
1321
+ #: plugins/post-type-manager/class.post-type-manager.php:21
1322
+ #: plugins/post-type-manager/class.post-type-manager.php:22
1323
+ #: plugins/post-type-manager/class.post-type-manager.php:64
1324
+ msgid "Custom Post Type Setting"
1325
+ msgstr ""
1326
+
1327
+ #: plugins/post-type-manager/class.post-type-manager.php:86
1328
+ msgid "Post Type ID(Required)"
1329
+ msgstr ""
1330
+
1331
+ #: plugins/post-type-manager/class.post-type-manager.php:87
1332
+ msgid "20 characters or less in alphanumeric"
1333
+ msgstr ""
1334
+
1335
+ #: plugins/post-type-manager/class.post-type-manager.php:92
1336
+ msgid "title"
1337
+ msgstr ""
1338
+
1339
+ #: plugins/post-type-manager/class.post-type-manager.php:93
1340
+ msgid "editor"
1341
+ msgstr ""
1342
+
1343
+ #: plugins/post-type-manager/class.post-type-manager.php:94
1344
+ msgid "author"
1345
+ msgstr ""
1346
+
1347
+ #: plugins/post-type-manager/class.post-type-manager.php:95
1348
+ msgid "thumbnail"
1349
+ msgstr ""
1350
+
1351
+ #: plugins/post-type-manager/class.post-type-manager.php:96
1352
+ msgid "excerpt"
1353
+ msgstr ""
1354
+
1355
+ #: plugins/post-type-manager/class.post-type-manager.php:97
1356
+ msgid "comments"
1357
+ msgstr ""
1358
+
1359
+ #: plugins/post-type-manager/class.post-type-manager.php:98
1360
+ msgid "revisions"
1361
+ msgstr ""
1362
+
1363
+ #: plugins/post-type-manager/class.post-type-manager.php:102
1364
+ msgid "Supports(Required)"
1365
+ msgstr ""
1366
+
1367
+ #: plugins/post-type-manager/class.post-type-manager.php:114
1368
+ msgid "Menu position(optional)"
1369
+ msgstr ""
1370
+
1371
+ #: plugins/post-type-manager/class.post-type-manager.php:115
1372
+ msgid "Please enter a number."
1373
+ msgstr ""
1374
+
1375
+ #: plugins/post-type-manager/class.post-type-manager.php:121
1376
+ msgid "Custom taxonomies(optional)"
1377
+ msgstr ""
1378
+
1379
+ #: plugins/post-type-manager/class.post-type-manager.php:134
1380
+ msgid "Custon taxonomy name(slug)"
1381
+ msgstr ""
1382
+
1383
+ #: plugins/post-type-manager/class.post-type-manager.php:138
1384
+ msgid "Custon taxonomy label"
1385
+ msgstr ""
1386
+
1387
+ #: plugins/post-type-manager/class.post-type-manager.php:144
1388
+ msgid "Hierarchy"
1389
+ msgstr ""
1390
+
1391
+ #: plugins/post-type-manager/class.post-type-manager.php:145
1392
+ msgid "Make it a tag (do not hierarchize)"
1393
+ msgstr ""
1394
+
1395
+ #: plugins/post-type-manager/class.post-type-manager.php:200
1396
+ #, php-format
1397
+ msgid ""
1398
+ "Please save a <a href=\"%s\">permanent link configuration</a> After updating "
1399
+ "the setting."
1400
+ msgstr ""
1401
+
1402
+ #: plugins/sitemap_page/sitemap_admin.php:9
1403
+ msgid "HTML Sitemap Settings"
1404
+ msgstr ""
1405
+
1406
+ #: plugins/sitemap_page/sitemap_admin.php:13
1407
+ msgid "Exclude page Settings"
1408
+ msgstr ""
1409
+
1410
+ #: plugins/sitemap_page/sitemap_admin.php:15
1411
+ msgid "Input you want to exclude page id."
1412
+ msgstr ""
1413
+
1414
+ #: plugins/sitemap_page/sitemap_admin.php:17
1415
+ msgid ""
1416
+ "* Please enter separated by \",\"(commas) if there is more than one page ID "
1417
+ "that you want to exclude."
1418
+ msgstr ""
1419
+
1420
+ #: plugins/sitemap_page/sitemap_page.php:31
1421
+ msgid "HTML Sitemap"
1422
+ msgstr ""
1423
+
1424
+ #: plugins/sitemap_page/sitemap_page.php:238
1425
+ msgid "Display a HTML sitemap"
1426
+ msgstr ""
1427
+
1428
+ #: plugins/sns/function_fbPagePlugin.php:13
1429
+ msgid "Displays a Facebook Page Plugin"
1430
+ msgstr ""
1431
+
1432
+ #: plugins/sns/function_fbPagePlugin.php:89
1433
+ msgid "Height"
1434
+ msgstr ""
1435
+
1436
+ #: plugins/sns/function_fbPagePlugin.php:94
1437
+ msgid "Show Friend's Faces"
1438
+ msgstr ""
1439
+
1440
+ #: plugins/sns/function_fbPagePlugin.php:99
1441
+ msgid "Hide Cover Photo"
1442
+ msgstr ""
1443
+
1444
+ #: plugins/sns/function_fbPagePlugin.php:104
1445
+ msgid "Show Page Posts"
1446
+ msgstr ""
1447
+
1448
+ #: plugins/sns/function_follow.php:16
1449
+ msgid "Follow me"
1450
+ msgstr ""
1451
+
1452
+ #: plugins/sns/function_follow.php:44
1453
+ msgid "Edit follow button"
1454
+ msgstr ""
1455
+
1456
+ #: plugins/sns/function_meta_box.php:28
1457
+ msgid "Sns Title"
1458
+ msgstr ""
1459
+
1460
+ #: plugins/sns/function_meta_box.php:39
1461
+ msgid "if filled this area then override title of OGP and Twitter Card"
1462
+ msgstr ""
1463
+
1464
+ #: plugins/sns/sns.php:24
1465
+ msgid "SNS"
1466
+ msgstr ""
1467
+
1468
+ #: plugins/sns/sns.php:124
1469
+ msgctxt "facebook language code"
1470
+ msgid "en_US"
1471
+ msgstr ""
1472
+
1473
+ #: plugins/sns/sns.php:173 plugins/sns/sns_admin.php:1
1474
+ msgid "SNS Settings"
1475
+ msgstr ""
1476
+
1477
+ #: plugins/sns/sns.php:203
1478
+ msgid "Btn color"
1479
+ msgstr ""
1480
+
1481
+ #: plugins/sns/sns_admin.php:13
1482
+ msgid "facebook application ID"
1483
+ msgstr ""
1484
+
1485
+ #: plugins/sns/sns_admin.php:15
1486
+ msgid "I will check and get the application ID"
1487
+ msgstr ""
1488
+
1489
+ #: plugins/sns/sns_admin.php:16
1490
+ msgid ""
1491
+ "* If an application ID is not specified, neither a Like button nor the "
1492
+ "comment field displays and operates correctly."
1493
+ msgstr ""
1494
+
1495
+ #: plugins/sns/sns_admin.php:17
1496
+ msgid ""
1497
+ "Please search for terms as [get Facebook application ID] If you do not know "
1498
+ "much about how to get application ID for Facebook."
1499
+ msgstr ""
1500
+
1501
+ #: plugins/sns/sns_admin.php:21
1502
+ msgid "facebook page URL"
1503
+ msgstr ""
1504
+
1505
+ #: plugins/sns/sns_admin.php:26
1506
+ msgid "OG default image"
1507
+ msgstr ""
1508
+
1509
+ #: plugins/sns/sns_admin.php:27
1510
+ msgid ""
1511
+ "If, for example someone pressed the Facebook [Like] button, this is the "
1512
+ "image that appears on the Facebook timeline."
1513
+ msgstr ""
1514
+
1515
+ #: plugins/sns/sns_admin.php:28
1516
+ msgid "If a featured image is specified for the page, it takes precedence."
1517
+ msgstr ""
1518
+
1519
+ #: plugins/sns/sns_admin.php:30
1520
+ msgid "Select an image"
1521
+ msgstr ""
1522
+
1523
+ #: plugins/sns/sns_admin.php:32
1524
+ msgid ""
1525
+ "* Picture sizes are 300x300 pixels or more and picture ratio 16:9 is "
1526
+ "recommended."
1527
+ msgstr ""
1528
+
1529
+ #: plugins/sns/sns_admin.php:36
1530
+ msgid "twitter ID"
1531
+ msgstr ""
1532
+
1533
+ #: plugins/sns/sns_admin.php:41
1534
+ msgid "OG tags"
1535
+ msgstr ""
1536
+
1537
+ #: plugins/sns/sns_admin.php:43
1538
+ msgid "Print the OG tags"
1539
+ msgstr ""
1540
+
1541
+ #: plugins/sns/sns_admin.php:44
1542
+ msgid ""
1543
+ "If other plug-ins are used for the OG, do not output the OG using this "
1544
+ "plugin."
1545
+ msgstr ""
1546
+
1547
+ #: plugins/sns/sns_admin.php:49
1548
+ msgid "Twitter Card tags"
1549
+ msgstr ""
1550
+
1551
+ #: plugins/sns/sns_admin.php:51
1552
+ msgid "Print the Twitter Card tags"
1553
+ msgstr ""
1554
+
1555
+ #: plugins/sns/sns_admin.php:56
1556
+ msgid "Social bookmark buttons"
1557
+ msgstr ""
1558
+
1559
+ #: plugins/sns/sns_admin.php:57
1560
+ msgid "Print the social bookmark buttons"
1561
+ msgstr ""
1562
+
1563
+ #: plugins/sns/sns_admin.php:60
1564
+ msgid "Exclude Post Types"
1565
+ msgstr ""
1566
+
1567
+ #: plugins/sns/sns_admin.php:82
1568
+ msgid "Exclude Post ID"
1569
+ msgstr ""
1570
+
1571
+ #: plugins/sns/sns_admin.php:86
1572
+ msgid ""
1573
+ "if you need filtering by post_ID, add the ignore post_ID separate by \",\"."
1574
+ msgstr ""
1575
+
1576
+ #: plugins/sns/sns_admin.php:90
1577
+ msgid "example"
1578
+ msgstr ""
1579
+
1580
+ #: plugins/sns/sns_admin.php:98
1581
+ msgid "Follow me box"
1582
+ msgstr ""
1583
+
1584
+ #: plugins/sns/sns_admin.php:99
1585
+ msgid "Print the Follow me box"
1586
+ msgstr ""
1587
+
1588
+ #: plugins/sns/sns_admin.php:101
1589
+ msgid "Follow me box title"
1590
+ msgstr ""
1591
+
1592
+ #: plugins/sns/sns_admin.php:108
1593
+ msgid "Share button for display"
1594
+ msgstr ""
1595
+
1596
+ #: plugins/sns/sns_admin.php:111
1597
+ msgid "Facebook"
1598
+ msgstr ""
1599
+
1600
+ #: plugins/sns/sns_admin.php:112
1601
+ msgid "Twitter"
1602
+ msgstr ""
1603
+
1604
+ #: plugins/sns/sns_admin.php:113
1605
+ msgid "Hatena"
1606
+ msgstr ""
1607
+
1608
+ #: plugins/sns/sns_admin.php:114
1609
+ msgid "Pocket"
1610
+ msgstr ""
1611
+
1612
+ #: plugins/sns/sns_admin.php:115
1613
+ msgid "LINE (mobile only)"
1614
+ msgstr ""
1615
+
1616
+ #: plugins/template-tags/template-tags.php:94
1617
+ #, php-format
1618
+ msgid "Author: %s"
1619
+ msgstr ""
1620
+
1621
+ #: plugins/template-tags/template-tags.php:96
1622
+ #: plugins/template-tags/template-tags.php:178
1623
+ msgctxt "yearly archives date format"
1624
+ msgid "Y"
1625
+ msgstr ""
1626
+
1627
+ #: plugins/template-tags/template-tags.php:98
1628
+ #: plugins/template-tags/template-tags.php:182
1629
+ msgctxt "monthly archives date format"
1630
+ msgid "F Y"
1631
+ msgstr ""
1632
+
1633
+ #: plugins/template-tags/template-tags.php:100
1634
+ msgctxt "daily archives date format"
1635
+ msgid "F j, Y"
1636
+ msgstr ""
1637
+
1638
+ #: plugins/template-tags/template-tags.php:103
1639
+ msgctxt "post format archive title"
1640
+ msgid "Asides"
1641
+ msgstr ""
1642
+
1643
+ #: plugins/template-tags/template-tags.php:105
1644
+ msgctxt "post format archive title"
1645
+ msgid "Galleries"
1646
+ msgstr ""
1647
+
1648
+ #: plugins/template-tags/template-tags.php:107
1649
+ msgctxt "post format archive title"
1650
+ msgid "Images"
1651
+ msgstr ""
1652
+
1653
+ #: plugins/template-tags/template-tags.php:109
1654
+ msgctxt "post format archive title"
1655
+ msgid "Videos"
1656
+ msgstr ""
1657
+
1658
+ #: plugins/template-tags/template-tags.php:111
1659
+ msgctxt "post format archive title"
1660
+ msgid "Quotes"
1661
+ msgstr ""
1662
+
1663
+ #: plugins/template-tags/template-tags.php:113
1664
+ msgctxt "post format archive title"
1665
+ msgid "Links"
1666
+ msgstr ""
1667
+
1668
+ #: plugins/template-tags/template-tags.php:115
1669
+ msgctxt "post format archive title"
1670
+ msgid "Statuses"
1671
+ msgstr ""
1672
+
1673
+ #: plugins/template-tags/template-tags.php:117
1674
+ msgctxt "post format archive title"
1675
+ msgid "Audio"
1676
+ msgstr ""
1677
+
1678
+ #: plugins/template-tags/template-tags.php:119
1679
+ msgctxt "post format archive title"
1680
+ msgid "Chats"
1681
+ msgstr ""
1682
+
1683
+ #: plugins/template-tags/template-tags.php:166
1684
+ #: plugins/template-tags/template-tags.php:174
1685
+ #, php-format
1686
+ msgid "About %s"
1687
+ msgstr ""
1688
+
1689
+ #: plugins/template-tags/template-tags.php:179
1690
+ #, php-format
1691
+ msgctxt "Yearly archive description"
1692
+ msgid "Article of %s."
1693
+ msgstr ""
1694
+
1695
+ #: plugins/template-tags/template-tags.php:183
1696
+ #: plugins/template-tags/template-tags.php:187
1697
+ #: plugins/template-tags/template-tags.php:192
1698
+ #, php-format
1699
+ msgctxt "Archive description"
1700
+ msgid "Article of %s."
1701
+ msgstr ""
1702
+
1703
+ #: plugins/template-tags/template-tags.php:211 plugins/wp_title.php:59
1704
+ #, php-format
1705
+ msgid "Page of %s"
1706
+ msgstr ""
1707
+
1708
+ #: plugins/wp_title.php:47
1709
+ #, php-format
1710
+ msgid "Search Results for : %s"
1711
+ msgstr ""
1712
+
1713
+ #: plugins/wp_title.php:50
1714
+ msgid "Not found"
1715
+ msgstr ""
1716
+
1717
+ #: plugins/wp_title.php:71 plugins/wp_title.php:83 plugins/wp_title.php:87
1718
+ msgid "&lt;title&gt; tag of homepage"
1719
+ msgstr ""
1720
+
1721
+ #: plugins/wp_title.php:91
1722
+ msgid "title of the site"
1723
+ msgstr ""
1724
+
1725
+ #: plugins/wp_title.php:92
1726
+ #, php-format
1727
+ msgid "Normally \"%1$s\" is placed in the title tags of all the pages."
1728
+ msgstr ""
1729
+
1730
+ #: plugins/wp_title.php:93
1731
+ #, php-format
1732
+ msgid ""
1733
+ "For example, it appears in the form of <br />&lt;title&gt;page title | "
1734
+ "%1$s&lt;/title&gt;<br /> if using a static page."
1735
+ msgstr ""
1736
+
1737
+ #: plugins/wp_title.php:95
1738
+ #, php-format
1739
+ msgid ""
1740
+ "However, it might have negative impact on search engine rankings if the &lt;"
1741
+ "title&gt; is too long, <strong>therefore please include the most popular "
1742
+ "keywords in a summarized manner, keeping the %s as short as possible.</"
1743
+ "strong>"
1744
+ msgstr ""
1745
+
1746
+ #: plugins/wp_title.php:97
1747
+ msgid "Tagline"
1748
+ msgstr ""
1749
+
1750
+ #: plugins/wp_title.php:98
1751
+ #, php-format
1752
+ msgid ""
1753
+ "In the top page will be output usually in the form of <br />&lt;title&gt;"
1754
+ "%1$s | %2$s&lt;/title&gt;"
1755
+ msgstr ""
1756
+
1757
+ #: plugins/wp_title.php:99
1758
+ msgid ""
1759
+ "However, it may be too long in the above format. If the input to the input "
1760
+ "field of the following, its contents will be reflected."
1761
+ msgstr ""
1762
+
1763
+ #: plugins_admin/admin_bar.php:28
1764
+ msgid "Active Setting"
1765
+ msgstr ""
1766
+
1767
+ #: plugins_admin/admin_bar.php:36
1768
+ msgid "Main Setting"
1769
+ msgstr ""
1770
+
1771
+ #: plugins_admin/content-meta-box.php:11
1772
+ msgid "Setting of insert items"
1773
+ msgstr ""
1774
+
1775
+ #: plugins_admin/customize-panel.php:28
1776
+ msgid "ExUnit Settings"
1777
+ msgstr ""
1778
+
1779
+ #: plugins_admin/dashboard_info_widget.php:18
1780
+ msgid "News from VK All in One Expansion Unit"
1781
+ msgstr ""
1782
+
1783
+ #: plugins_admin/disable_guide.php:17
1784
+ msgid "Edit Guide"
1785
+ msgstr ""
1786
+
1787
+ #: plugins_admin/vk-admin/class.vk-admin.php:100
1788
+ msgid "Sorry, there is no post"
1789
+ msgstr ""
1790
+
1791
+ #: vkExUnit.php:77
1792
+ #, php-format
1793
+ msgid "The current PHP version(%s) is too old, so VK ExUnit will not work."
1794
+ msgstr ""
1795
+
1796
+ #: vkExUnit.php:79
1797
+ msgid "VK ExUnit supports PHP5.6 or later."
1798
+ msgstr ""
1799
+
1800
+ #: vkExUnit.php:91
1801
+ #, php-format
1802
+ msgid "Current PHP Version(%s) is old."
1803
+ msgstr ""
1804
+
1805
+ #: vkExUnit.php:92
1806
+ #, php-format
1807
+ msgid "%s supports PHP5.6 or later."
1808
+ msgstr ""
1809
+
1810
+ #: vkExUnit_admin.php:3
1811
+ msgid "Enable setting"
1812
+ msgstr ""
1813
+
1814
+ #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1815
+ msgid "Select all"
1816
+ msgstr ""
1817
+
1818
+ #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1819
+ msgid "Function"
1820
+ msgstr ""
1821
+
1822
+ #: vkExUnit_admin.php:16 vkExUnit_admin.php:74
1823
+ msgid "Description"
1824
+ msgstr ""
1825
+
1826
+ #: vkExUnit_admin.php:80
1827
+ msgid "Extension Setting"
1828
+ msgstr ""
1829
+
1830
+ #: vkExUnit_admin.php:85
1831
+ msgid "Extention contents"
1832
+ msgstr ""
1833
+
1834
+ #: vkExUnit_admin.php:86
1835
+ msgid "set extension contents to loop_end hook"
1836
+ msgstr ""
1837
+
1838
+ #: vkExUnit_admin.php:92
1839
+ msgid "Plugin setting options"
1840
+ msgstr ""
1841
+
1842
+ #: vkExUnit_admin.php:94
1843
+ msgid "Delete myOptions when deactivate me."
1844
+ msgstr ""
trunk/plugins/auto_eyecatch.php ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * VkExUnit auto_eyecatch.php
4
+ * insert thumbnail for top of content automatically
5
+ *
6
+ * @package VkExUnit
7
+ * @author shoji imamura<imamura@vektor-inc.co.jp>
8
+ * @since 8/Jul/2015
9
+ */
10
+
11
+ class vExUnit_eyecatch {
12
+ private static $instance;
13
+
14
+ public static $allowed_post_types = array( 'post', 'page' );
15
+
16
+ public static function instance() {
17
+ if ( isset( self::$instance ) ) {
18
+ return self::$instance; }
19
+
20
+ self::$instance = new vExUnit_eyecatch;
21
+ self::$instance->run_init();
22
+ return self::$instance;
23
+ }
24
+
25
+
26
+ private function __construct() {
27
+ /*** do noting ***/
28
+ }
29
+
30
+
31
+ protected function run_init() {
32
+ add_action( 'admin_menu', array( $this, 'add_custom_field' ) );
33
+ add_action( 'save_post' , array( $this, 'save_custom_field' ) );
34
+ add_filter( 'the_content', array( $this, 'set_eyecatch' ), 1 );
35
+ }
36
+
37
+
38
+ public function add_custom_field() {
39
+ foreach ( self::$allowed_post_types as $post_type ) {
40
+ add_meta_box( 'vkExUnit_EyeCatch', __( 'Automatic EyeCatch', 'vkExUnit' ), array( $this, 'render_meta_box' ), $post_type, 'normal', 'high' );
41
+ }
42
+ }
43
+
44
+
45
+ public function render_meta_box() {
46
+ global $post;
47
+ $disable_autoeyecatch = get_post_meta( get_the_id(), 'vkExUnit_EyeCatch_disable', true );
48
+
49
+ echo '<input type="hidden" name="_nonce_vkExUnit__custom_auto_eyecatch" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="'.wp_create_nonce( "vkEx_AYC_" . get_the_id() ).'" />';
50
+ echo '<label ><input type="checkbox" name="vkExUnit_auto_eyecatch" value="true" ' . ( ($disable_autoeyecatch)? 'checked' : '' ) . ' />'.__( 'Do not set eyecatch image automatic.', 'vkExUnit' ).'</label>';
51
+
52
+ }
53
+
54
+
55
+ public function save_custom_field( $post_id ) {
56
+
57
+ $metaKeyword = isset( $_POST['_nonce_vkExUnit__custom_auto_eyecatch'] ) ? htmlspecialchars( $_POST['_nonce_vkExUnit__custom_auto_eyecatch'] ) : null;
58
+
59
+ $keyword = get_post_meta( $post_id, 'vkExUnit_metaKeyword', true );
60
+
61
+ // if autosave then deny
62
+ if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
63
+ return $post_id; }
64
+
65
+ if ( ! wp_verify_nonce( $metaKeyword, "vkEx_AYC_" . $post_id ) ) {
66
+ return $post_id;
67
+ }
68
+
69
+ delete_post_meta( $post_id, 'vkExUnit_EyeCatch_disable' );
70
+ if ( isset( $_POST['vkExUnit_auto_eyecatch'] ) && $_POST['vkExUnit_auto_eyecatch'] ) {
71
+ add_post_meta( $post_id, 'vkExUnit_EyeCatch_disable', true );
72
+ }
73
+ }
74
+
75
+
76
+ public static function is_my_turn() {
77
+
78
+ if ( vkExUnit_is_excerpt() ) { return false; }
79
+
80
+ global $is_pagewidget;
81
+ if( $is_pagewidget ){ return false; }
82
+
83
+ if ( get_the_id() ) {
84
+
85
+ if ( in_array( get_post_type( get_the_id() ), self::$allowed_post_types ) ) {
86
+
87
+ if ( has_post_thumbnail( get_the_id() ) ) {
88
+
89
+ if ( ! get_post_meta( get_the_id(), 'vkExUnit_EyeCatch_disable', true ) ) {
90
+
91
+ return true;
92
+ }
93
+ }
94
+ }
95
+ }
96
+
97
+ return false;
98
+ }
99
+
100
+
101
+ public function set_eyecatch( $content ) {
102
+
103
+ if ( ! self::is_my_turn() ) { return $content; }
104
+
105
+ $imageHtml = self::render_eyecatch( get_the_id() );
106
+
107
+ $content = $imageHtml . $content;
108
+
109
+ return $content;
110
+ }
111
+
112
+
113
+ public function render_eyecatch( $post_id ) {
114
+ $html = '';
115
+
116
+ $image_tag = get_the_post_thumbnail( $post_id, 'large' );
117
+
118
+ $html = '<div class="veu_autoEyeCatchBox">' . $image_tag . '</div>';
119
+ return $html;
120
+ }
121
+ }
122
+
123
+ vExUnit_eyecatch::instance();
trunk/plugins/bootstrap.php ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+
4
+ function vkExUnit_bootstrap_customize_register( $wp_customize ) {
5
+
6
+ if ( is_null( $wp_customize->get_section( 'vkExUnit_settings' ) ) ) {
7
+ $wp_customize->add_section(
8
+ 'vkExUnit_settings', array(
9
+ 'title' => veu_get_prefix() . __( 'Settings', 'vkExUnit' ),
10
+ 'priority' => 500,
11
+ )
12
+ );
13
+ }
14
+
15
+ $wp_customize->add_setting(
16
+ 'vkExUnit_colors[color_key]', array(
17
+ 'default' => '#337ab7',
18
+ 'type' => 'option',
19
+ 'capability' => 'edit_theme_options',
20
+ 'sanitize_callback' => 'sanitize_hex_color',
21
+ )
22
+ );
23
+
24
+ $wp_customize->add_setting(
25
+ 'vkExUnit_colors[color_key_dark]', array(
26
+ 'default' => '#2e6da4',
27
+ 'type' => 'option',
28
+ 'capability' => 'edit_theme_options',
29
+ 'sanitize_callback' => 'sanitize_hex_color',
30
+ )
31
+ );
32
+
33
+ $wp_customize->add_control(
34
+ new WP_Customize_Color_Control(
35
+ $wp_customize, 'color_key', array(
36
+ 'label' => __( 'Key color', 'vkExUnit' ),
37
+ 'section' => 'vkExUnit_settings',
38
+ 'settings' => 'vkExUnit_colors[color_key]',
39
+ 'priority' => 502,
40
+ )
41
+ )
42
+ );
43
+
44
+ $wp_customize->add_control(
45
+ new WP_Customize_Color_Control(
46
+ $wp_customize, 'color_key_dark', array(
47
+ 'label' => __( 'Key color(dark)', 'vkExUnit' ),
48
+ 'section' => 'vkExUnit_settings',
49
+ 'settings' => 'vkExUnit_colors[color_key_dark]',
50
+ 'priority' => 503,
51
+ )
52
+ )
53
+ );
54
+ }
55
+ add_action( 'customize_register', 'vkExUnit_bootstrap_customize_register' );
56
+
57
+
58
+ function vkExUnit_bootstrap_custom_keycolor() {
59
+ $options = get_option( 'lightning_theme_options' );
60
+ if ( empty( $options ) ) {
61
+ $options = get_option( 'vkExUnit_colors' );
62
+ }
63
+
64
+ $color_key = ( ! empty( $options['color_key'] ) ) ? esc_html( $options['color_key'] ) : '#337ab7 ';
65
+ $color_key_dark = ( ! empty( $options['color_key_dark'] ) ) ? esc_html( $options['color_key_dark'] ) : '#2e6da4 ';
66
+ ?>
67
+ <!-- [ <?php echo esc_html( veu_get_name() ); ?> Common ] -->
68
+ <style type="text/css">
69
+ .veu_color_txt_key { color:<?php echo $color_key_dark; ?> ; }
70
+ .veu_color_bg_key { background-color:<?php echo $color_key_dark; ?> ; }
71
+ .veu_color_border_key { border-color:<?php echo $color_key_dark; ?> ; }
72
+ a { color:<?php echo $color_key_dark; ?> ; }
73
+ a:hover { color:<?php echo $color_key; ?> ; }
74
+ .btn-default { border-color:<?php echo $color_key; ?>;color:<?php echo $color_key; ?>;}
75
+ .btn-default:focus,
76
+ .btn-default:hover { border-color:<?php echo $color_key; ?>;background-color: <?php echo $color_key; ?>; }
77
+ .btn-primary { background-color:<?php echo $color_key; ?>;border-color:<?php echo $color_key_dark; ?>; }
78
+ .btn-primary:focus,
79
+ .btn-primary:hover { background-color:<?php echo $color_key_dark; ?>;border-color:<?php echo $color_key; ?>; }
80
+ </style>
81
+ <!-- [ / <?php echo esc_html( veu_get_name() ); ?> Common ] -->
82
+ <?php
83
+
84
+ }
85
+ add_action( 'wp_head', 'vkExUnit_bootstrap_custom_keycolor' );
trunk/plugins/call-to-action-config.php ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*-------------------------------------------*/
4
+ /* Load modules
5
+ /*-------------------------------------------*/
6
+ if ( ! class_exists( 'Vk_Call_To_Action' ) )
7
+ {
8
+ require_once( 'call-to-action/class-vk-call-to-action.php' );
9
+
10
+ global $vk_call_to_action_textdomain;
11
+ $vk_call_to_action_textdomain = 'vkExUnit';
12
+ }
trunk/plugins/call-to-action/_scss/_call-to-action.scss ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*-------------------------------------------*/
2
+ /* .veu_cta
3
+ /*-------------------------------------------*/
4
+
5
+ $section_margin : 30px;
6
+
7
+ @mixin veu_content_bottom_section { display:block; overflow:hidden;margin-top:$section_margin;margin-bottom:$section_margin;background-color: #efefef; }
8
+ @mixin veu_content_bottom_section_title { display:block; overflow:hidden;margin:0;padding: 12px 20px 10px;background-color: #333;color:#fff;font-size:22px;line-height: 1.2em; }
9
+ @mixin veu_content_bottom_section_body { display:block; overflow:hidden; padding:1.5em 1.5em 2em; }
10
+
11
+ .veu_cta { @include veu_content_bottom_section;
12
+ .cta_title { @include veu_content_bottom_section_title; }
13
+ .cta_body { @include veu_content_bottom_section_body;line-height: 170%; }
14
+ .cta_body_image { margin-bottom:1.5em; }
15
+ .cta_body_image img { max-width: 250px; }
16
+ .cta_body_image_center { display:block; overflow:hidden;text-align: center;
17
+ img { display:block; margin:0 auto 15px;max-width: 100%; }
18
+ }
19
+
20
+ .cta_body_txt { display:block; overflow:hidden; }
21
+ .cta_body_link { clear:both;margin-top:1.5em; }
22
+ }
23
+
24
+ @media (max-width: 767px){
25
+ .veu_cta {
26
+ .cta_body_image img { display:block; margin:0 auto 1.5em;max-width: 100%; }
27
+ }
28
+ }
29
+
30
+ @media (min-width: 768px){
31
+ .veu_cta {
32
+ .cta_body_image_right { float:right;margin-left:30px; }
33
+ .cta_body_image_left { float:left;margin-right:30px; }
34
+ }
35
+ }
trunk/plugins/call-to-action/class-vk-call-to-action.php ADDED
@@ -0,0 +1,630 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ このファイルの元ファイルは
5
+ https://github.com/vektor-inc/vektor-wp-libraries
6
+ にあります。修正の際は上記リポジトリのデータを修正してください。
7
+ */
8
+
9
+ // namespace Vektor\ExUnit\Package\Cta;
10
+
11
+ if ( ! class_exists( 'Vk_Call_To_Action' ) ) {
12
+
13
+ class Vk_Call_To_Action {
14
+
15
+ const POST_TYPE = 'cta';
16
+
17
+ const CONTENT_NUMBER = 100;
18
+
19
+ public static function init() {
20
+ add_action( 'init', array( __CLASS__, 'set_posttype' ) );
21
+ add_action( 'vkExUnit_package_init', array( __CLASS__, 'option_init' ) );
22
+ add_action( 'admin_menu', array( __CLASS__, 'add_custom_field' ) );
23
+ add_action( 'save_post', array( __CLASS__, 'save_custom_field' ) );
24
+ add_action( 'widgets_init', array( __CLASS__, 'widget_init' ) );
25
+ if ( veu_content_filter_state() == 'content' ) {
26
+ add_filter( 'the_content', array( __CLASS__, 'content_filter' ), self::CONTENT_NUMBER, 1 );
27
+ } else {
28
+ add_action( 'loop_end', array( __CLASS__, 'set_content_loopend' ), self::CONTENT_NUMBER, 1 );
29
+ }
30
+ require_once dirname( __FILE__ ) . '/widget-call-to-action.php';
31
+ }
32
+
33
+ public static function widget_init() {
34
+ return register_widget( 'Widget_CTA' );
35
+ }
36
+
37
+ public static function set_content_loopend( $query ) {
38
+ if ( ! $query->is_main_query() ) {
39
+ return;
40
+ }
41
+ if ( ! is_single() ) {
42
+ return;
43
+ }
44
+ echo self::content_filter( '' );
45
+ }
46
+
47
+
48
+ public static function option_init() {
49
+ vkExUnit_register_setting(
50
+ 'Call To Action', // tab label.
51
+ 'vkExUnit_cta_settings', // name attr
52
+ array( __CLASS__, 'sanitize_config' ), // sanitaise function name
53
+ array( __CLASS__, 'render_configPage' ) // setting_page function name
54
+ );
55
+ }
56
+
57
+
58
+ public static function set_posttype() {
59
+ global $vk_call_to_action_textdomain;
60
+ $labels = array(
61
+ 'name' => 'CTA',
62
+ 'singular_name' => 'CTA',
63
+ 'edit_item' => __( 'Edit CTA', $vk_call_to_action_textdomain ),
64
+ 'add_new_item' => __( 'Add new CTA', $vk_call_to_action_textdomain ),
65
+ 'new_item' => __( 'New CTA', $vk_call_to_action_textdomain ),
66
+ );
67
+
68
+ $args = array(
69
+ 'labels' => $labels,
70
+ 'public' => false,
71
+ 'publicly_queryable' => false,
72
+ 'has_archive' => true,
73
+ 'show_ui' => true,
74
+ 'show_in_menu' => true,
75
+ 'menu_position' => 5,
76
+ 'query_var' => true,
77
+ 'rewrite' => true,
78
+ 'capability_type' => 'post',
79
+ 'has_archive' => false,
80
+ 'hierarchical' => false,
81
+ 'taxonomies' => array(),
82
+ 'supports' => array( 'title' ),
83
+ );
84
+ register_post_type( self::POST_TYPE, $args );
85
+ }
86
+
87
+
88
+ public static function add_custom_field() {
89
+ global $vk_call_to_action_textdomain;
90
+ $post_types = get_post_types(
91
+ array(
92
+ '_builtin' => false,
93
+ 'public' => true,
94
+ )
95
+ );
96
+ foreach ( $post_types as $key => $post ) {
97
+ add_meta_box( 'vkExUnit_cta', __( 'Call to Action setting', $vk_call_to_action_textdomain ), array( __CLASS__, 'render_meta_box' ), $post, 'normal', 'high' );
98
+ }
99
+ add_meta_box( 'vkExUnit_cta', __( 'Call to Action setting', $vk_call_to_action_textdomain ), array( __CLASS__, 'render_meta_box' ), 'page', 'normal', 'high' );
100
+ add_meta_box( 'vkExUnit_cta', __( 'Call to Action setting', $vk_call_to_action_textdomain ), array( __CLASS__, 'render_meta_box' ), 'post', 'normal', 'high' );
101
+
102
+ add_meta_box( 'vkExUnit_cta_url', __( 'CTA Contents', $vk_call_to_action_textdomain ), array( __CLASS__, 'render_meta_box_cta' ), self::POST_TYPE, 'normal', 'high' );
103
+ }
104
+
105
+ /**
106
+ * CTAメイン設定画面のurl
107
+ * ExUnitと単体プラグインなどによって変動する
108
+ * @return [type] [description]
109
+ */
110
+ public static function setting_page_url() {
111
+ if ( veu_is_cta_active() ) {
112
+ $setting_page_url = admin_url( 'admin.php?page=vkExUnit_main_setting#vkExUnit_cta_settings' );
113
+ } else {
114
+ $setting_page_url = admin_url( 'options-general.php?page=vk_cta_options' );
115
+ }
116
+ return $setting_page_url;
117
+ }
118
+
119
+ public static function render_meta_box() {
120
+ global $vk_call_to_action_textdomain;
121
+ echo '<input type="hidden" name="_nonce_vkExUnit_custom_cta" id="_nonce_vkExUnit__custom_field_metaKeyword" value="' . wp_create_nonce( plugin_basename( __FILE__ ) ) . '" />';
122
+
123
+ $ctas = self::get_ctas( true, ' - ' );
124
+ // ランダムを先頭に追加
125
+ array_unshift(
126
+ $ctas, array(
127
+ 'key' => 'random',
128
+ 'label' => __( 'Random', $vk_call_to_action_textdomain ),
129
+ )
130
+ );
131
+ array_unshift(
132
+ $ctas, array(
133
+ 'key' => 'disable',
134
+ 'label' => __( 'Disable display', $vk_call_to_action_textdomain ),
135
+ )
136
+ );
137
+ array_unshift(
138
+ $ctas, array(
139
+ 'key' => 0,
140
+ 'label' => __( 'Follow common setting', $vk_call_to_action_textdomain ),
141
+ )
142
+ );
143
+ $now = get_post_meta( get_the_id(), 'vkexunit_cta_each_option', true );
144
+ ?>
145
+ <input type="hidden" name="_vkExUnit_cta_switch" value="cta_number" />
146
+
147
+ <select name="vkexunit_cta_each_option" id="vkexunit_cta_each_option">
148
+ <?php foreach ( $ctas as $cta ) : ?>
149
+ <option value="<?php echo $cta['key']; ?>" <?php echo( $cta['key'] == $now ) ? 'selected' : ''; ?> ><?php echo $cta['label']; ?></option>
150
+ <?php endforeach; ?>
151
+ </select>
152
+ <p>
153
+ <a href="<?php echo self::setting_page_url(); ?>" class="button button-default" target="_blank"><?php _e( 'CTA common setting', $vk_call_to_action_textdomain ); ?></a>
154
+ <a href="<?php echo admin_url( 'edit.php?post_type=cta' ); ?>" class="button button-default" target="_blank"><?php _e( 'Show CTA index page', $vk_call_to_action_textdomain ); ?></a>
155
+ </p>
156
+ <?php
157
+ }
158
+
159
+
160
+ public static function render_meta_box_cta() {
161
+
162
+ global $vk_call_to_action_textdomain;
163
+ echo '<input type="hidden" name="_nonce_vkExUnit_custom_cta" id="_nonce_vkExUnit__custom_field_metaKeyword" value="' . wp_create_nonce( plugin_basename( __FILE__ ) ) . '" />';
164
+ $imgid = get_post_meta( get_the_id(), 'vkExUnit_cta_img', true );
165
+ $cta_image = wp_get_attachment_image_src( $imgid, 'large' );
166
+ $image_position = get_post_meta( get_the_id(), 'vkExUnit_cta_img_position', true );
167
+ ?>
168
+ <style>
169
+ #message.updated a {display:none;}
170
+ #thumbnail_box { max-width:300px; max-height:300px; }
171
+ #cta-thumbnail_image { max-width:300px; max-height:300px; }
172
+ #cta-thumbnail_image.noimage { display:none; }
173
+ #cta-thumbnail_control.add #media_thumb_url_add { display:inline; }
174
+ #cta-thumbnail_control.add #media_thumb_url_change,
175
+ #cta-thumbnail_control.add #media_thumb_url_remove { display:none; }
176
+ #cta-thumbnail_control.change #media_thumb_url_add { display:none; }
177
+ #cta-thumbnail_control.change #media_thumb_url_change,
178
+ #cta-thumbnail_control.change #media_thumb_url_remove { display:inline; }
179
+ .form-table input[type=text],
180
+ .form-table input[type=url],
181
+ .form-table textarea { width:80%; }
182
+ </style>
183
+ <script type="text/javascript">
184
+ jQuery(document).ready(function($){
185
+ var custom_uploader;
186
+ jQuery('.cta-media_btn').click(function(e) {
187
+ e.preventDefault();
188
+
189
+ if (custom_uploader) {
190
+ custom_uploader.open();
191
+ return;
192
+ }
193
+ custom_uploader = wp.media({
194
+ title: 'Choose Image',
195
+ library: {type: 'image'},
196
+ button: {text: 'Choose Image'},
197
+ multiple: false,
198
+ });
199
+
200
+ custom_uploader.on('select', function() {
201
+ var images = custom_uploader.state().get('selection');
202
+ images.each(function(file){
203
+ jQuery('#cta-thumbnail_image').attr('src', file.toJSON().url).removeClass("noimage");
204
+ jQuery('.vkExUnit_cta_img').val(file.toJSON().id);
205
+ jQuery('#cta-thumbnail_control').removeClass("add").addClass("change");
206
+ });
207
+ });
208
+ custom_uploader.open();
209
+ });
210
+ jQuery('#cta-thumbnail_control #media_thumb_url_remove').on('click', function(){
211
+ jQuery('#cta-thumbnail_image').attr('src', '').addClass("noimage");
212
+ jQuery('.vkExUnit_cta_img').val('');
213
+ jQuery('#cta-thumbnail_control').removeClass("change").addClass("add");
214
+ return false;
215
+ });
216
+ });
217
+ </script>
218
+ <input type="hidden" name="_vkExUnit_cta_switch" value="cta_content" />
219
+ <table class="form-table">
220
+ <tr>
221
+ <th><?php _e( 'CTA image', $vk_call_to_action_textdomain ); ?></th>
222
+ <td>
223
+ <div id="cta-thumbnail_box" >
224
+ <img id="cta-thumbnail_image" src="<?php echo ( $cta_image ) ? $cta_image[0] : ''; ?>" class="<?php echo ( $cta_image ) ? '' : 'noimage'; ?>" />
225
+ </div>
226
+ <div id="cta-thumbnail_control" class="<?php echo ( $cta_image ) ? 'change' : 'add'; ?>">
227
+ <button id="media_thumb_url_add" class="cta-media_btn button button-default"><?php _e( 'Add image', $vk_call_to_action_textdomain ); ?></button>
228
+ <button id="media_thumb_url_change" class="cta-media_btn button button-default"><?php _e( 'Change image', $vk_call_to_action_textdomain ); ?></button>
229
+ <button id="media_thumb_url_remove" class="button button-default"><?php _e( 'Remove image', $vk_call_to_action_textdomain ); ?></button>
230
+ </div>
231
+ <input type="hidden" name="vkExUnit_cta_img" class="vkExUnit_cta_img" value="<?php echo $imgid; ?>" />
232
+ </td>
233
+ </tr>
234
+ <tr><th><label for="vkExUnit_cta_img_position"><?php _e( 'CTA image position', $vk_call_to_action_textdomain ); ?></label></th>
235
+ <td>
236
+ <select name="vkExUnit_cta_img_position" id="vkExUnit_cta_img_position">
237
+ <option value="right" <?php echo ( $image_position == 'right' ) ? 'selected' : ''; ?> ><?php _e( 'right', $vk_call_to_action_textdomain ); ?></option>
238
+ <option value="center" <?php echo ( $image_position == 'center' ) ? 'selected' : ''; ?> ><?php _e( 'center', $vk_call_to_action_textdomain ); ?></option>
239
+ <option value="left" <?php echo ( $image_position == 'left' ) ? 'selected' : ''; ?> ><?php _e( 'left', $vk_call_to_action_textdomain ); ?></option>
240
+ </select>
241
+ </td></tr>
242
+ <tr><th>
243
+ <label for="vkExUnit_cta_button_text"><?php _e( 'Button text', $vk_call_to_action_textdomain ); ?></label></th><td>
244
+ <input type="text" name="vkExUnit_cta_button_text" id="vkExUnit_cta_button_text" value="<?php echo esc_html( get_post_meta( get_the_id(), 'vkExUnit_cta_button_text', true ) ); ?>" />
245
+ </td></tr>
246
+ <tr><th>
247
+ <label for="vkExUnit_cta_button_icon"><?php _e( 'Button icon', $vk_call_to_action_textdomain ); ?></label></th><td>
248
+ <p><?php _e( 'To choose your favorite icon, and enter the class.', $vk_call_to_action_textdomain ); ?><br>
249
+ <label for="icon_before"><?php _e( 'Before :', $vk_call_to_action_textdomain ); ?>
250
+ <input type="text" name="vkExUnit_cta_button_icon_before" id="vkExUnit_cta_button_icon_before" value="<?php echo get_post_meta( get_the_id(), 'vkExUnit_cta_button_icon_before', true ); ?>" /><br>
251
+ <label for="icon_after"><?php _e( 'After :', $vk_call_to_action_textdomain ); ?>
252
+ <input type="text" name="vkExUnit_cta_button_icon_after" id="vkExUnit_cta_button_icon_after" value="<?php echo get_post_meta( get_the_id(), 'vkExUnit_cta_button_icon_after', true ); ?>" /><br>
253
+
254
+ <?php
255
+ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
256
+ echo Vk_Font_Awesome_Versions::ex_and_link();
257
+ }
258
+ ?>
259
+
260
+ </p>
261
+ </td></tr>
262
+ <tr><th>
263
+ <label for="vkExUnit_cta_url"><?php _e( 'Button link url', $vk_call_to_action_textdomain ); ?></label></th><td>
264
+ <input type="url" name="vkExUnit_cta_url" id="vkExUnit_cta_url" placeholder="https://" value="<?php echo get_post_meta( get_the_id(), 'vkExUnit_cta_url', true ); ?>" />
265
+ </td></tr>
266
+ <tr><th>
267
+
268
+ <?php
269
+ $target_blank = get_post_meta( get_the_id(), 'vkExUnit_cta_url_blank', true );
270
+ if ( $target_blank == 'window_self' ) {
271
+ $checked = ' checked';
272
+ } else {
273
+ $checked = '';
274
+ }
275
+ ?>
276
+ <label for="vkExUnit_cta_url_blank"><?php _e( 'Target window', $vk_call_to_action_textdomain ); ?></label></th><td>
277
+ <input type="checkbox" id="vkExUnit_cta_url_blank" name="vkExUnit_cta_url_blank" value="window_self"<?php echo $checked; ?> />
278
+ <label for="vkExUnit_cta_url_blank"><?php _e( 'Open in a self window', 'vkExUnit' ); ?></label>
279
+ </td></tr>
280
+ <tr><th><label for="vkExUnit_cta_text"><?php _e( 'Text message', $vk_call_to_action_textdomain ); ?>
281
+ </th>
282
+ <td>
283
+ <textarea name="vkExUnit_cta_text" id="vkExUnit_cta_text" rows="10em" cols="50em"><?php echo get_post_meta( get_the_id(), 'vkExUnit_cta_text', true ); ?></textarea>
284
+ </td></tr>
285
+ </table>
286
+ <a href="<?php echo admin_url( 'admin.php?page=vkExUnit_main_setting#vkExUnit_cta_settings' ); ?>" class="button button-default" target="_blank"><?php _e( 'CTA setting', $vk_call_to_action_textdomain ); ?></a>
287
+ <?php
288
+ }
289
+
290
+ /**
291
+ * [save_custom_field description]
292
+ * @param [type] $post_id [description]
293
+ * @return [type] [description]
294
+ */
295
+ public static function save_custom_field( $post_id ) {
296
+ if ( ! isset( $_POST['_vkExUnit_cta_switch'] ) ) {
297
+ return $post_id; }
298
+ $noonce = isset( $_POST['_nonce_vkExUnit_custom_cta'] ) ? htmlspecialchars( $_POST['_nonce_vkExUnit_custom_cta'] ) : null;
299
+
300
+ // if autosave is to deny
301
+ if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
302
+ return $post_id; }
303
+
304
+ if ( ! wp_verify_nonce( $noonce, plugin_basename( __FILE__ ) ) ) {
305
+ return $post_id;
306
+ }
307
+
308
+ if ( $_POST['_vkExUnit_cta_switch'] == 'cta_number' ) {
309
+ $data = $_POST['vkexunit_cta_each_option'];
310
+
311
+ if ( get_post_meta( $post_id, 'vkexunit_cta_each_option' ) == '' ) {
312
+ add_post_meta( $post_id, 'vkexunit_cta_each_option', $data, true );
313
+ } elseif ( $data != get_post_meta( $post_id, 'vkexunit_cta_each_option', true ) ) {
314
+ update_post_meta( $post_id, 'vkexunit_cta_each_option', $data );
315
+ } elseif ( ! $data ) {
316
+ delete_post_meta( $post_id, 'vkexunit_cta_each_option', get_post_meta( $post_id, 'vkexunit_cta_each_option', true ) );
317
+ }
318
+ return $post_id;
319
+ } elseif ( $_POST['_vkExUnit_cta_switch'] == 'cta_content' ) {
320
+
321
+ // カスタムフィールドの設定
322
+ $custom_fields = array(
323
+ 'vkExUnit_cta_img' => array(
324
+ 'escape_type' => '',
325
+ ),
326
+ 'vkExUnit_cta_img_position' => array(
327
+ 'escape_type' => '',
328
+ ),
329
+ 'vkExUnit_cta_button_text' => array(
330
+ 'escape_type' => 'stripslashes',
331
+ ),
332
+ 'vkExUnit_cta_button_icon' => array(
333
+ 'escape_type' => 'stripslashes',
334
+ ),
335
+ 'vkExUnit_cta_button_icon_before' => array(
336
+ 'escape_type' => 'stripslashes',
337
+ ),
338
+ 'vkExUnit_cta_button_icon_after' => array(
339
+ 'escape_type' => 'stripslashes',
340
+ ),
341
+ 'vkExUnit_cta_url' => array(
342
+ 'escape_type' => '',
343
+ ),
344
+ 'vkExUnit_cta_url_blank' => array(
345
+ 'escape_type' => '',
346
+ ),
347
+ 'vkExUnit_cta_text' => array(
348
+ 'escape_type' => 'stripslashes',
349
+ ),
350
+ );
351
+
352
+ // カスタムフィールドの保存
353
+ foreach ( $custom_fields as $custom_field_name => $custom_field_options ) {
354
+
355
+ if ( isset( $_POST[ $custom_field_name ] ) ) {
356
+ if ( isset( $custom_field_name['escape_type'] ) && $custom_field_name['escape_type'] == 'stripslashes' ) {
357
+ $data = stripslashes( $_POST[ $custom_field_name ] );
358
+ } else {
359
+ $data = $_POST[ $custom_field_name ];
360
+ }
361
+ }
362
+
363
+ if ( get_post_meta( $post_id, $custom_field_name ) == '' ) {
364
+ // データが今までなかったらカスタムフィールドに新規保存
365
+ add_post_meta( $post_id, $custom_field_name, $data, true );
366
+ } elseif ( $data != get_post_meta( $post_id, $custom_field_name, true ) ) {
367
+ // 保存されてたデータと送信されてきたデータが違ったら更新
368
+ update_post_meta( $post_id, $custom_field_name, $data );
369
+ } elseif ( ! $data ) {
370
+ // データが送信されてこなかった(空のデータが送られてきた)らフィールドの値を削除
371
+ delete_post_meta( $post_id, $custom_field_name, get_post_meta( $post_id, $custom_field_name, true ) );
372
+ }
373
+ } // foreach ( $custom_fields as $key => $custom_field_name ) {
374
+
375
+ return $post_id;
376
+ }
377
+ }
378
+
379
+
380
+ /**
381
+ * [get_cta_post description]
382
+ * @param [type] $id [description]
383
+ * @return [type] [description]
384
+ */
385
+ public static function get_cta_post( $id ) {
386
+ $args = array(
387
+ 'post_type' => self::POST_TYPE,
388
+ 'p' => $id,
389
+ 'post_count' => 1,
390
+ );
391
+ $query = new \WP_Query( $args );
392
+ if ( ! $query->post_count ) {
393
+ return null; }
394
+
395
+ return $query->posts[0];
396
+ }
397
+
398
+
399
+ public static function render_cta_content( $id ) {
400
+ if ( ! $id ) {
401
+ return ''; }
402
+ $post = self::get_cta_post( $id );
403
+
404
+ // たぶん何か必ず $post にはデータが返ってくるので事実上不要
405
+ if ( ! $post ) {
406
+ return ''; }
407
+
408
+ include dirname( __FILE__ ) . '/view-actionbox.php';
409
+ return $content;
410
+ }
411
+
412
+ public static function cta_id_random() {
413
+ // ランダムに抽出したCTAの投稿IDを返す
414
+ // CTAの投稿をランダムで1件取得
415
+ $args = array(
416
+ 'post_type' => self::POST_TYPE, //投稿タイプを指定
417
+ 'posts_per_page' => 1, // 1ページでの表示件数を指定
418
+ 'orderby' => 'rand', // 表示順をランダムで取得
419
+ );
420
+ $cta_post = get_posts( $args );
421
+ if ( $cta_post && isset( $cta_post[0] ) ) {
422
+ return $cta_post[0]->ID;
423
+ }
424
+ }
425
+
426
+ public static function is_cta_id( $id = null ) {
427
+
428
+ // 表示する投稿のIDを取得
429
+ if ( ! $id ) {
430
+ $id = get_the_id(); }
431
+ // ?
432
+ if ( ! $id ) {
433
+ return null; }
434
+
435
+ // 各投稿編集画面で プルダウンで指定されている 表示するCTAの投稿ID(もしくは共通設定や非表示)
436
+ $post_config = get_post_meta( $id, 'vkexunit_cta_each_option', true );
437
+
438
+ // 「共通設定を使用」じゃなかった場合
439
+ if ( $post_config ) {
440
+
441
+ // 「表示しない」が選択されていたら $id には nullを返す( CTAは表示されない )
442
+ if ( $post_config == 'disable' ) {
443
+ return null; }
444
+
445
+ // 「表示しない」が選択されていたら $id には nullを返す( CTAは表示されない )
446
+ if ( $post_config == 'random' ) {
447
+ return self::cta_id_random();
448
+ }
449
+ return $post_config;
450
+ }
451
+
452
+ ////////////////////////////////////////
453
+ // 共通設定を使用の場合
454
+ ////////////////////////////////////////
455
+ // 今表示している記事の投稿タイプを取得
456
+ $post_type = get_post_type( $id );
457
+ // 投稿タイプ別にどのCTAを共通設定として表示するかの情報を取得
458
+ $option = self::get_option();
459
+
460
+ // 今表示している記事の投稿タイプのとき どのCTAを表示するかの設定が
461
+ // 定義されており なおかつ 数字で入っている場合
462
+ if (
463
+ isset( $option[ $post_type ] ) &&
464
+ is_numeric( $option[ $post_type ] )
465
+ // $option[ $post_type ] > 0
466
+ ) {
467
+ // その数字(表示するCTAの投稿ID)を返す
468
+ return $option[ $post_type ];
469
+ } else {
470
+ return self::cta_id_random();
471
+ }
472
+ return null;
473
+ }
474
+
475
+ public static function content_filter( $content ) {
476
+ // 固定ページウィジェットの場合
477
+ if ( self::is_pagewidget() ) {
478
+ return $content; }
479
+ // Ligthning Advanced Unit のウィジェットだと...思う...
480
+ if ( self::is_contentsarea_posts_widget() ) {
481
+ return $content; }
482
+ // 抜粋の場合
483
+ if ( vkExUnit_is_excerpt() ) {
484
+ return $content;
485
+ }
486
+ // 上記以外の場合に出力
487
+ $content .= self::render_cta_content( self::is_cta_id() );
488
+ return $content;
489
+ }
490
+
491
+
492
+ public static function is_pagewidget() {
493
+ global $is_pagewidget;
494
+ return ( $is_pagewidget ) ? true : false;
495
+ }
496
+
497
+
498
+ public static function is_contentsarea_posts_widget() {
499
+ global $is_contentsarea_posts_widget;
500
+ return ( $is_contentsarea_posts_widget ) ? true : false;
501
+ }
502
+
503
+
504
+ public static function sanitize_config( $input ) {
505
+ $posttypes = array_merge(
506
+ array(
507
+ 'post' => 'post',
508
+ 'page' => 'page',
509
+ ), get_post_types(
510
+ array(
511
+ 'public' => true,
512
+ '_builtin' => false,
513
+ ), 'names'
514
+ )
515
+ );
516
+ $option = get_option( 'vkExUnit_cta_settings' );
517
+ if ( ! $option ) {
518
+ $current_option = self::get_default_option();
519
+ }
520
+ foreach ( $input as $key => $value ) {
521
+ if ( $value == 'random' ) {
522
+ $option[ $key ] = 'random';
523
+ } else {
524
+ $option[ $key ] = ( is_numeric( $value ) ) ? $value : 0;
525
+ }
526
+ }
527
+ return $option;
528
+ }
529
+
530
+
531
+ public static function get_default_option() {
532
+ $option = array();
533
+ $posttypes = array_merge(
534
+ array(
535
+ 'post' => 'post',
536
+ 'page' => 'page',
537
+ ), get_post_types(
538
+ array(
539
+ 'public' => true,
540
+ '_builtin' => false,
541
+ ), 'names'
542
+ )
543
+ );
544
+ foreach ( $posttypes as $key => $posttype ) {
545
+ $option[ $posttype ] = false;
546
+ }
547
+ return $option;
548
+ }
549
+
550
+
551
+ public static function get_option( $show_label = false ) {
552
+ $default = self::get_default_option();
553
+ $option = get_option( 'vkExUnit_cta_settings' );
554
+
555
+ // ↓ これであかんの?
556
+ // $output_option = wp_parse_args( $option, $default );
557
+
558
+ if ( ! $option || ! is_array( $option ) ) {
559
+ return $default; }
560
+
561
+ $posttypes = array_merge(
562
+ array(
563
+ 'post' => 'post',
564
+ 'page' => 'page',
565
+ ), get_post_types(
566
+ array(
567
+ 'public' => true,
568
+ '_builtin' => false,
569
+ ), 'names'
570
+ )
571
+ );
572
+
573
+ $output_option = array();
574
+ foreach ( $posttypes as $key => $posttype ) {
575
+ $output_option[ $posttype ] = ( isset( $option[ $posttype ] ) ) ? $option[ $posttype ] : $default[ $posttype ];
576
+ }
577
+
578
+ return $output_option;
579
+ }
580
+
581
+
582
+ public static function get_ctas( $show_label = false, $head = '' ) {
583
+ $args = array(
584
+ 'post_type' => self::POST_TYPE,
585
+ 'nopaging' => true,
586
+ 'post_count' => -1,
587
+ );
588
+ $query = new \WP_Query( $args );
589
+ $ctas = array();
590
+ foreach ( $query->posts as $key => $post ) {
591
+ if ( $show_label ) {
592
+ $ctas[] = array(
593
+ 'key' => $post->ID,
594
+ 'label' => $head . $post->post_title,
595
+ );
596
+ } else {
597
+ $ctas[] = $post->ID;
598
+ }
599
+ }
600
+ return $ctas;
601
+ }
602
+
603
+
604
+ public static function render_configPage() {
605
+ global $vk_call_to_action_textdomain;
606
+ $options = self::get_option();
607
+ $ctas = self::get_ctas( true, ' - ' );
608
+
609
+ // ランダムを先頭に追加
610
+ array_unshift(
611
+ $ctas, array(
612
+ 'key' => 'random',
613
+ 'label' => __( 'Random', $vk_call_to_action_textdomain ),
614
+ )
615
+ );
616
+ // 表示しないを先頭に追加
617
+ array_unshift(
618
+ $ctas, array(
619
+ 'key' => 0,
620
+ 'label' => __( 'Disable display', $vk_call_to_action_textdomain ),
621
+ )
622
+ );
623
+
624
+ include dirname( __FILE__ ) . '/view-adminsetting.php';
625
+ }
626
+ }
627
+
628
+ Vk_Call_To_Action::init();
629
+
630
+ } // if ( ! class_exists( 'Vk_Call_To_Action' ) )
trunk/plugins/call-to-action/view-actionbox.php ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ このファイルの元ファイルは
5
+ https://github.com/vektor-inc/vektor-wp-libraries
6
+ にあります。修正の際は上記リポジトリのデータを修正してください。
7
+ */
8
+
9
+ global $vk_call_to_action_textdomain;
10
+
11
+ $fa = '';
12
+ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
13
+ $fa = Vk_Font_Awesome_Versions::print_fa();
14
+ }
15
+
16
+ $btn_text = get_post_meta( $id, 'vkExUnit_cta_button_text', true );
17
+ $btn_before = get_post_meta( $id, 'vkExUnit_cta_button_icon_before', true );
18
+ if ( $btn_before ) {
19
+ $btn_before = '<i class="' . $fa . esc_attr( $btn_before ) . ' font_icon"></i> ';
20
+ }
21
+ $btn_after = get_post_meta( $id, 'vkExUnit_cta_button_icon_after', true );
22
+ if ( $btn_after ) {
23
+ $btn_after = ' <i class="' . $fa . esc_attr( $btn_after ) . ' font_icon"></i>';
24
+ }
25
+ $url = get_post_meta( $id, 'vkExUnit_cta_url', true );
26
+ $text = get_post_meta( $id, 'vkExUnit_cta_text', true );
27
+ $text = preg_replace( '/\n/', '<br/>', $text );
28
+ $imgid = get_post_meta( $id, 'vkExUnit_cta_img', true );
29
+
30
+
31
+ $image_position = get_post_meta( $id, 'vkExUnit_cta_img_position', true );
32
+ if ( ! $image_position ) {
33
+ $image_position = 'right'; }
34
+
35
+ $content = '';
36
+ $content .= '<section class="veu_cta" id="veu_cta-' . $id . '">';
37
+ $content .= '<h1 class="cta_title">' . $post->post_title . '</h1>';
38
+ $content .= '<div class="cta_body">';
39
+
40
+
41
+ ////// 別ウィンドウで開くかどうかのカスタムフィールドの値を取得 //////
42
+ $target_blank = get_post_meta( $id, 'vkExUnit_cta_url_blank', true );
43
+ if ( $target_blank != 'window_self' ) {
44
+ $target = ' target="_blank"';
45
+ } else {
46
+ $target = '';
47
+ }
48
+ ////////////////////////////////////////////////////////////
49
+
50
+
51
+ if ( $imgid ) {
52
+ $cta_image = wp_get_attachment_image_src( $imgid, 'large' );
53
+ $content .= '<div class="cta_body_image cta_body_image_' . $image_position . '">';
54
+ $content .= ( $url ) ? '<a href="' . $url . '"' . $target . '>' : '';
55
+ $content .= '<img src="' . $cta_image[0] . '" />';
56
+ $content .= ( $url ) ? '</a>' : '';
57
+ $content .= '</div>';
58
+ }
59
+ $content .= '<div class="cta_body_txt ' . ( ( $imgid ) ? 'image_exist' : 'image_no' ) . '">';
60
+ $content .= do_shortcode( $text );
61
+ $content .= '</div>';
62
+ if ( $url && $btn_text ) {
63
+ $content .= '<div class="cta_body_link">';
64
+ $content .= '<a href="' . $url . '" class="btn btn-primary btn-block btn-lg"' . $target . '>';
65
+ $content .= $btn_before . $btn_text . $btn_after;
66
+ $content .= '</a>';
67
+ $content .= '</div>';
68
+ }
69
+ $content .= '</div><!-- [ /.vkExUnit_cta_body ] -->';
70
+ $content .= '</section>';
71
+
72
+ if ( $url = get_edit_post_link( $post->ID ) ) {
73
+ $content .= '<div class="veu_adminEdit"><a href="' . $url . '" class="btn btn-default" target="_blank">' . __( 'Edit CTA', $vk_call_to_action_textdomain ) . '</a></div>';
74
+ }
trunk/plugins/call-to-action/view-adminsetting.php ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ このファイルの元ファイルは
5
+ https://github.com/vektor-inc/vektor-wp-libraries
6
+ にあります。修正の際は上記リポジトリのデータを修正してください。
7
+ */
8
+
9
+ /*
10
+ Main setting Page
11
+ */
12
+ global $vk_call_to_action_textdomain;
13
+ ?>
14
+
15
+ <h3><?php _e( 'Call To Action', $vk_call_to_action_textdomain ); ?></h3>
16
+
17
+ <div id="on_setting" class="sectionBox">
18
+ <p>
19
+ <?php _e( 'Display the CTA at the end of the post content.', $vk_call_to_action_textdomain ); ?><br/>
20
+ <?php _e( 'The CTA stands for "Call to action" and this is the area that prompts the user behavior.', $vk_call_to_action_textdomain ); ?><br/>
21
+ <?php _e( 'As an example, text message and a link button for induction to the free sample download page.', $vk_call_to_action_textdomain ); ?></p>
22
+
23
+ <h4><?php _e( 'How to use', $vk_call_to_action_textdomain ); ?></h4>
24
+
25
+ <ol>
26
+ <li><?php _e( 'You register the contents on "CTA" that you want to display to bottom of the content.', $vk_call_to_action_textdomain ); ?></li>
27
+ <li><?php _e( 'Choose the CTA to be displayed from the following.', $vk_call_to_action_textdomain ); ?></li>
28
+ <li><?php _e( 'If you want to switch the CTA to be displayed on each post, please set in the details page of such posting.', $vk_call_to_action_textdomain ); ?></li>
29
+ </ol>
30
+
31
+ <a href="<?php echo admin_url( 'edit.php?post_type=cta' ); ?>" class="button button-default" target="_blank"><?php _e( 'Show CTA index page', $vk_call_to_action_textdomain ); ?></a>
32
+
33
+ <table class="form-table">
34
+ <?php foreach ( $options as $type => $value ) : ?>
35
+ <tr><th><label ><?php echo get_post_type_object( $type )->label; ?></label></th>
36
+ <td><select name="vkExUnit_cta_settings[<?php echo $type; ?>]" id="vkExUnit_cta_settings">
37
+ <?php foreach ( $ctas as $cta ) : ?>
38
+ <option value="<?php echo $cta['key']; ?>" <?php echo( $value == $cta['key'] ) ? 'selected' : ''; ?> ><?php echo $cta['label']; ?></option>
39
+ <?php endforeach; ?>
40
+ </select>
41
+  <a href="<?php echo admin_url( 'edit.php?post_type=' . $type ); ?>" class="button button-default" target="_blank"><?php _e( 'Show index page', $vk_call_to_action_textdomain ); ?></a>
42
+ </td></tr>
43
+ <?php endforeach; ?>
44
+ </table>
45
+ <?php submit_button(); ?>
46
+ </div>
trunk/plugins/call-to-action/widget-call-to-action.php ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ このファイルの元ファイルは
5
+ https://github.com/vektor-inc/vektor-wp-libraries
6
+ にあります。修正の際は上記リポジトリのデータを修正してください。
7
+ */
8
+
9
+ // namespace Vektor\ExUnit\Package\Cta;
10
+
11
+
12
+ /*-------------------------------------------*/
13
+ /* Contact widget
14
+ /*-------------------------------------------*/
15
+ class Widget_CTA extends \WP_Widget {
16
+
17
+
18
+ function __construct() {
19
+ global $vk_call_to_action_textdomain;
20
+ $widget_name = veu_get_prefix() . __( 'CTA', $vk_call_to_action_textdomain );
21
+
22
+ parent::__construct(
23
+ 'vkExUnit_cta',
24
+ $widget_name,
25
+ array(
26
+ 'description' => __( 'Select CTA and display it.', $vk_call_to_action_textdomain ),
27
+ )
28
+ );
29
+ }
30
+
31
+
32
+ function widget( $args, $instance ) {
33
+ if ( isset( $instance['id'] ) && $instance['id'] ) {
34
+ echo $args['before_widget'];
35
+ if ( $instance['id'] == 'random' ) {
36
+ $instance['id'] = Vk_Call_To_Action::cta_id_random();
37
+ }
38
+ echo Vk_Call_To_Action::render_cta_content( $instance['id'] );
39
+ echo $args['after_widget'];
40
+ }
41
+ return;
42
+ }
43
+
44
+
45
+ function update( $new_instance, $old_instance ) {
46
+ $cta_wid = array();
47
+ if ( $new_instance['id'] == 'random' ) {
48
+ $cta_wid['id'] = 'random';
49
+ } else {
50
+ $cta_wid['id'] = ( Vk_Call_To_Action::POST_TYPE == get_post_type( $new_instance['id'] ) ) ? $new_instance['id'] : null;
51
+ }
52
+ return $cta_wid;
53
+ }
54
+
55
+
56
+ function form( $instance ) {
57
+ global $vk_call_to_action_textdomain;
58
+ $defaults = array(
59
+ 'id' => null,
60
+ );
61
+ $instance = \wp_parse_args( (array) $instance, $defaults );
62
+ $value = $instance['id'];
63
+ $ctas = Vk_Call_To_Action::get_ctas( true, '- ' );
64
+ ?>
65
+ <div style="padding:1em 0;">
66
+ <?php _e( 'Please select CTA to display.', $vk_call_to_action_textdomain ); ?>
67
+ </div>
68
+ <div style="padding-bottom: 0.5em;">
69
+ <?php
70
+ // ランダムを先頭に追加
71
+ array_unshift(
72
+ $ctas, array(
73
+ 'key' => 'random',
74
+ 'label' => __( 'Random', $vk_call_to_action_textdomain ),
75
+ )
76
+ );
77
+ ?>
78
+ <input type="hidden" name="_vkExUnit_cta_switch" value="cta_number" />
79
+ <select name="<?php echo $this->get_field_name( 'id' ); ?>" style="width: 100%" >
80
+ <option value="">[ <?php _e( 'Please select', $vk_call_to_action_textdomain ); ?> ]</option>
81
+ <?php foreach ( $ctas as $cta ) : ?>
82
+ <option value="<?php echo $cta['key']; ?>" <?php echo( $value == $cta['key'] ) ? 'selected' : ''; ?> ><?php echo $cta['label']; ?></option>
83
+ <?php endforeach; ?>
84
+ </select>
85
+ </div>
86
+ <div style="padding-bottom: 1em;">
87
+ <a href="<?php echo admin_url( 'edit.php?post_type=cta' ); ?>" class="button button-default" target="_blank">
88
+ <?php _e( 'Show CTA index page', $vk_call_to_action_textdomain ); ?>
89
+ </a>
90
+ <a href="<?php echo admin_url( 'admin.php?page=vkExUnit_main_setting#vkExUnit_cta_settings' ); ?>" class="button button-default" target="_blank">
91
+ <?php _e( 'CTA setting', $vk_call_to_action_textdomain ); ?>
92
+ </a>
93
+ </div>
94
+ <?php
95
+ return $instance;
96
+ }
97
+ }
trunk/plugins/child_page_index.php ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*-------------------------------------------*/
4
+ /* Child page index
5
+ /*-------------------------------------------*/
6
+
7
+ function veu_child_page_excerpt( $post ) {
8
+
9
+ // そもそも post_excerpt が存在しなかったらreturn( $post自体が正しく受け取れてない )
10
+ if ( ! isset( $post->post_excerpt ) ) {
11
+ return; }
12
+
13
+ // 抜粋を取得
14
+ $page_excerpt = nl2br( esc_textarea( strip_tags( $post->post_excerpt ) ) );
15
+
16
+ // 抜粋欄が未入力だった場合(本文欄の内容を引っ張る)
17
+ if ( ! $page_excerpt ) {
18
+
19
+ // 本文欄から取得し、タグを除去
20
+ $page_excerpt = esc_textarea( strip_tags( $post->post_content ) );
21
+
22
+ if ( 90 < mb_strlen( $page_excerpt ) ) {
23
+ // 90文字でトリム
24
+ $page_excerpt = mb_substr( $page_excerpt, 0, 90 );
25
+ // ... を追加
26
+ $page_excerpt .= '...';
27
+
28
+ }
29
+ }
30
+
31
+ $page_excerpt = str_replace( PHP_EOL, '', $page_excerpt );
32
+
33
+ return $page_excerpt;
34
+ }
35
+
36
+ add_shortcode( 'vkExUnit_childs', 'vkExUnit_childPageIndex_shortcode' );
37
+ function vkExUnit_childPageIndex_shortcode() {
38
+
39
+ global $is_pagewidget;
40
+
41
+ if ( $is_pagewidget ) {
42
+
43
+ global $widget_pageid;
44
+ $parentId = $widget_pageid;
45
+
46
+ } else {
47
+
48
+ global $post;
49
+ if ( ! is_page() || ! get_post_meta( $post->ID, 'vkExUnit_childPageIndex', true ) ) {
50
+ return false; }
51
+ $parentId = $post->ID;
52
+
53
+ }
54
+
55
+ $args = array(
56
+ 'post_type' => 'page',
57
+ 'posts_per_page' => -1,
58
+ 'order' => 'ASC',
59
+ 'orderby' => 'menu_order',
60
+ 'post_parent' => $parentId,
61
+ );
62
+ $childrens = get_posts( $args );
63
+
64
+ if ( empty( $childrens ) ) {
65
+ wp_reset_query();
66
+ return false; }
67
+
68
+ $childPageList_html = PHP_EOL . '<div class="veu_childPage_list">' . PHP_EOL;
69
+ foreach ( $childrens as $children ) :
70
+
71
+ $postExcerpt = veu_child_page_excerpt( $children );
72
+
73
+ // Page Item build
74
+ $childPageList_html .= '<a href="' . esc_url( get_permalink( $children->ID ) ) . '" class="childPage_list_box"><div class="childPage_list_box_inner">';
75
+ $childPageList_html .= '<h3 class="childPage_list_title">' . esc_html( strip_tags( $children->post_title ) ) . '</h3>';
76
+ $childPageList_html .= '<div class="childPage_list_body">';
77
+ $childPageList_html .= apply_filters( 'veu_child_index_thumbnail', get_the_post_thumbnail( $children->ID, 'thumbnail' ) );
78
+ $childPageList_html .= '<p class="childPage_list_text">' . $postExcerpt . '</p>';
79
+ $childPageList_html .= '<span class="childPage_list_more btn btn-primary btn-xs">' . __( 'Read more', 'vkExUnit' ) . '</span>';
80
+ $childPageList_html .= '</div>';
81
+
82
+ $childPageList_html .= '</div></a>' . PHP_EOL;
83
+ endforeach;
84
+
85
+ $childPageList_html .= PHP_EOL . '</div><!-- [ /.childPage_list ] -->' . PHP_EOL;
86
+ wp_reset_query();
87
+
88
+ return $childPageList_html;
89
+ }
90
+
91
+
92
+ if ( veu_content_filter_state() == 'content' ) {
93
+ add_filter( 'the_content', 'vkExUnit_childPageIndex_contentHook', 7, 1 );
94
+ } else {
95
+ add_action( 'loop_end', 'vkExUnit_chidPageIndex_loopend', 10, 1 );
96
+ }
97
+
98
+
99
+ function vkExUnit_chidPageIndex_loopend( $query ) {
100
+ if ( ! $query->is_main_query() ) {
101
+ return;
102
+ }
103
+ echo vkExUnit_childPageIndex_shortcode();
104
+ }
105
+
106
+ /*-------------------------------------------*/
107
+ /* Print Child Page Box at Page
108
+ /*-------------------------------------------*/
109
+ function vkExUnit_childPageIndex_contentHook( $content ) {
110
+
111
+ // 抜粋だったらそのまま返す
112
+ if ( vkExUnit_is_excerpt() ) {
113
+ return $content; }
114
+
115
+ // ウィジェットだったらそのまま返す
116
+ global $is_pagewidget;
117
+ if ( $is_pagewidget ) {
118
+ return $content; }
119
+
120
+ // 固定ページじゅあないか、子ページインデックスを出力する設定でない場合はそのまま返す
121
+ global $post;
122
+ if ( ! is_page() || ! get_post_meta( $post->ID, 'vkExUnit_childPageIndex', true ) ) {
123
+ return $content; }
124
+
125
+ $content .= "\n[vkExUnit_childs]";
126
+
127
+ return $content;
128
+ }
129
+
130
+ /*-------------------------------------------*/
131
+ /* admin_metabox_activate
132
+ /*-------------------------------------------*/
133
+ add_filter( 'veu_content_meta_box_activation', 'vkExUnit_childPageIndex_admin_metabox_activate', 10, 1 );
134
+ function vkExUnit_childPageIndex_admin_metabox_activate( $flag ) {
135
+ return true;
136
+ }
137
+
138
+ /*-------------------------------------------*/
139
+ /* admin_metabox_content
140
+ /*-------------------------------------------*/
141
+ add_action( 'veu_content_meta_box_content', 'veu_child_page_index_admin_metabox_content' );
142
+ function veu_child_page_index_admin_metabox_content() {
143
+ global $post;
144
+ // childPageIndex display
145
+ $enable = get_post_meta( $post->ID, 'vkExUnit_childPageIndex', true );?>
146
+ <div>
147
+ <input type="hidden" name="_nonce_vkExUnit__custom_field_childPageIndex" id="_nonce_vkExUnit__custom_field_childPageIndex" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" />
148
+ <label for="vkExUnit_childPageIndex">
149
+ <input type="checkbox" id="vkExUnit_childPageIndex" name="vkExUnit_childPageIndex"<?php echo ( $enable ) ? ' checked' : ''; ?> />
150
+ <?php _e( 'Display a child page index', 'vkExUnit' ); ?>
151
+ </label>
152
+ </div>
153
+ <?php
154
+ }
155
+
156
+ /*-------------------------------------------*/
157
+ /* save_custom_field
158
+ /*-------------------------------------------*/
159
+ add_action( 'save_post', 'veu_child_page_index_save_custom_field' );
160
+ function veu_child_page_index_save_custom_field( $post_id ) {
161
+ $childPageIndex = isset( $_POST['_nonce_vkExUnit__custom_field_childPageIndex'] ) ? htmlspecialchars( $_POST['_nonce_vkExUnit__custom_field_childPageIndex'] ) : null;
162
+
163
+ if ( ! wp_verify_nonce( $childPageIndex, plugin_basename( __FILE__ ) ) ) {
164
+ return $post_id;
165
+ }
166
+
167
+ if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
168
+ return $post_id; }
169
+
170
+ $data = isset( $_POST['vkExUnit_childPageIndex'] ) ? htmlspecialchars( $_POST['vkExUnit_childPageIndex'] ) : null;
171
+
172
+ if ( 'page' == $data ) {
173
+ if ( ! current_user_can( 'edit_page', $post_id ) ) {
174
+ return $post_id; }
175
+ }
176
+
177
+ if ( '' == get_post_meta( $post_id, 'vkExUnit_childPageIndex' ) ) {
178
+ add_post_meta( $post_id, 'vkExUnit_childPageIndex', $data, true );
179
+ } elseif ( $data != get_post_meta( $post_id, 'vkExUnit_childPageIndex' ) ) {
180
+ update_post_meta( $post_id, 'vkExUnit_childPageIndex', $data );
181
+ } elseif ( '' == $data ) {
182
+ delete_post_meta( $post_id, 'vkExUnit_childPageIndex' );
183
+ }
184
+
185
+ do_action( 'vkExUnit_customField_Page_save_customField' );
186
+ }
trunk/plugins/contact-section/contact-section.php ADDED
@@ -0,0 +1,525 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * VkExUnit contact_section.php
4
+ * display contaxt box at after content of page.
5
+ *
6
+ * @package VkExUnit
7
+ * @author shoji imamura<imamura@vektor-inc.co.jp>
8
+ * @since 26/Jun/2015
9
+ */
10
+
11
+
12
+
13
+ /*-------------------------------------------*/
14
+ /* load files
15
+ /*-------------------------------------------*/
16
+ /* VkExUnit_Contact
17
+ public static function instance() {
18
+ private function __construct() {
19
+ protected function run_init() {
20
+ public function set_content_loopend( $query ) {
21
+ public function activate_metabox( $flag ) {
22
+ public function options_init() {
23
+ public static function get_option() {
24
+ public function options_page() {
25
+ public function option_sanitaize( $option ) {
26
+ public function render_meta_box() {
27
+ public function save_custom_field_postdata( $post_id ) {
28
+ public static function is_my_turn() {
29
+ public function set_content( $content ) {
30
+
31
+ // View
32
+ public static function render_contact_section_html() {
33
+ public static function render_widget_contact_btn_html() {
34
+ /*-------------------------------------------*/
35
+ /* Contact Button Widget
36
+ /*-------------------------------------------*/
37
+ /* Contact Section Widget
38
+ /*-------------------------------------------*/
39
+
40
+
41
+ /*-------------------------------------------*/
42
+ /* load files
43
+ /*-------------------------------------------*/
44
+ require_once 'customizer.php';
45
+
46
+
47
+ /*-------------------------------------------*/
48
+ /* VkExUnit_Contact
49
+ /*-------------------------------------------*/
50
+ class VkExUnit_Contact {
51
+
52
+ // singleton instance
53
+ private static $instance;
54
+
55
+ public static function instance() {
56
+ if ( isset( self::$instance ) ) {
57
+ return self::$instance;
58
+ }
59
+
60
+ self::$instance = new VkExUnit_Contact;
61
+ self::$instance->run_init();
62
+ return self::$instance;
63
+ }
64
+
65
+ private function __construct() {
66
+ /***
67
+ * do noting
68
+ ***/
69
+ }
70
+
71
+
72
+ protected function run_init() {
73
+ add_action( 'vkExUnit_package_init', array( $this, 'options_init' ) );
74
+ add_action( 'save_post', array( $this, 'save_custom_field_postdata' ) );
75
+ add_shortcode( 'vkExUnit_contact_section', array( $this, 'shortcode' ) );
76
+
77
+ // 固定ページ編集画にお問い合わせ情報を表示のチェックボックスを表示する
78
+ add_filter( 'veu_content_meta_box_activation', array( $this, 'activate_metabox' ), 10, 1 );
79
+ add_action( 'veu_content_meta_box_content', array( $this, 'render_meta_box' ) );
80
+
81
+ if ( veu_content_filter_state() == 'content' ) {
82
+ add_filter( 'the_content', array( $this, 'set_content' ), 10, 1 );
83
+ } else {
84
+ add_action( 'loop_end', array( $this, 'set_content_loopend' ), 10, 1 );
85
+ }
86
+ }
87
+
88
+
89
+ public function set_content_loopend( $query ) {
90
+ if ( ! $query->is_main_query() ) {
91
+ return;
92
+ }
93
+ echo self::render_contact_section_html();
94
+ }
95
+
96
+
97
+ public function activate_metabox( $flag ) {
98
+ return true;
99
+ }
100
+
101
+
102
+ public function options_init() {
103
+ vkExUnit_register_setting(
104
+ __( 'Contact Information', 'vkExUnit' ), // tab label.
105
+ 'vkExUnit_contact', // name attr
106
+ array( $this, 'option_sanitaize' ), // sanitaise function name
107
+ array( $this, 'options_page' ) // setting_page function name
108
+ );
109
+ }
110
+
111
+
112
+ public static function get_option() {
113
+ $default = array(
114
+ 'contact_txt' => __( 'Please feel free to inquire.', 'vkExUnit' ),
115
+ 'tel_number' => '000-000-0000',
116
+ 'contact_time' => __( 'Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vkExUnit' ),
117
+ 'contact_link' => home_url(),
118
+ 'button_text' => __( 'Contact us', 'vkExUnit' ),
119
+ 'button_text_small' => '',
120
+ 'short_text' => __( 'Contact us', 'vkExUnit' ),
121
+ 'contact_image' => '',
122
+ 'contact_html' => '',
123
+ );
124
+ $option = get_option( 'vkExUnit_contact' );
125
+ return wp_parse_args( $option, $default );
126
+ }
127
+
128
+
129
+ public function options_page() {
130
+ $options = self::get_option();
131
+ ?>
132
+ <h3><?php _e( 'Contact Information', 'vkExUnit' ); ?></h3>
133
+ <div id="meta_description" class="sectionBox">
134
+ <?php _e( 'The contents entered here will be reflected in the bottom of each fixed page, the "Contact Section" widget, the "Contact Button" widget, etc.', 'vkExUnit' ); ?>
135
+ <br/>
136
+ <?php _e( 'When I display it on the page, it is necessary to classify a check into "Display Contact Section" checkbox with the edit page of each page.', 'vkExUnit' ); ?>
137
+
138
+ <table class="form-table">
139
+ <tr>
140
+ <th scope="row"><label for="contact_txt"><?php _e( 'Message', 'vkExUnit' ); ?></label></th>
141
+ <td>
142
+ <input type="text" name="vkExUnit_contact[contact_txt]" id="contact_txt" value="<?php echo esc_attr( $options['contact_txt'] ); ?>" style="width:50%;" /><br />
143
+ <span><?php _e( 'ex) ', 'vkExUnit' ); ?><?php _e( 'Please feel free to inquire.', 'vkExUnit' ); ?></span>
144
+ </td>
145
+ </tr>
146
+ <tr>
147
+ <th scope="row"><label for="tel_number"><?php _e( 'Phone number', 'vkExUnit' ); ?></label></th>
148
+ <td>
149
+ <input type="text" name="vkExUnit_contact[tel_number]" id="tel_number" value="<?php echo esc_attr( $options['tel_number'] ); ?>" style="width:50%;" /><br />
150
+ <span><?php _e( 'ex) ', 'vkExUnit' ); ?>000-000-0000</span>
151
+ </td>
152
+ </tr>
153
+ <tr>
154
+ <th scope="row"><label for="contact_time"><?php _e( 'Office hours', 'vkExUnit' ); ?></label></th>
155
+ <td>
156
+ <textarea cols="20" rows="2" name="vkExUnit_contact[contact_time]" id="contact_time" value="" style="width:50%;" /><?php echo esc_attr( $options['contact_time'] ); ?></textarea><br />
157
+ <span><?php _e( 'ex) ', 'vkExUnit' ); ?><?php _e( 'Office hours', 'vkExUnit' ); ?> 9:00 - 18:00 [ <?php _e( 'Weekdays except holidays', 'vkExUnit' ); ?> ]</span>
158
+ </td>
159
+ </tr>
160
+ <!-- he URL of contact page -->
161
+ <tr>
162
+ <th scope="row"><label for="contact_link"><?php _e( 'The contact page URL', 'vkExUnit' ); ?></label></th>
163
+ <td>
164
+ <input type="text" name="vkExUnit_contact[contact_link]" id="contact_link" value="<?php echo esc_attr( $options['contact_link'] ); ?>" class="width-500" /><br />
165
+ <span><?php _e( 'ex) ', 'vkExUnit' ); ?>http://www.********.com/contact/ <?php _e( 'or', 'vkExUnit' ); ?> /contact/</span><br />
166
+ <?php _e( '* If you fill in the blank, widget\'s contact button does not appear.', 'vkExUnit' ); ?>
167
+ </td>
168
+ </tr>
169
+ <tr>
170
+ <th scope="row"><label for="sub_sitename"><?php _e( 'Contact button Text', 'vkExUnit' ); ?></label></th>
171
+ <td>
172
+ <textarea cols="20" rows="2" name="vkExUnit_contact[button_text]" id="sub_sitename" value="" style="width:50%;" /><?php echo esc_attr( $options['button_text'] ); ?></textarea><br />
173
+ <span><?php _e( 'ex) ', 'vkExUnit' ); ?><?php _e( 'Contact Us from email.', 'vkExUnit' ); ?></span>
174
+ </td>
175
+ </tr>
176
+ <!-- Company address -->
177
+ <tr>
178
+ <th scope="row"><label for="button_text_small"><?php _e( 'Contact button text( sub )', 'vkExUnit' ); ?></label></th>
179
+ <td>
180
+ <textarea cols="20" rows="2" name="vkExUnit_contact[button_text_small]" id="button_text_small" value="" style="width:50%;" /><?php echo $options['button_text_small']; ?></textarea><br />
181
+ <span><?php _e( 'ex) ', 'vkExUnit' ); ?>
182
+ <?php _e( 'Email contact form', 'vkExUnit' ); ?>
183
+ </span>
184
+ </td>
185
+ </tr>
186
+ <tr>
187
+ <th scope="row"><label for="widget_text"><?php _e( 'Contact button short text for side widget', 'vkExUnit' ); ?></label></th>
188
+ <td>
189
+ <?php $short_text = ( isset( $options['short_text'] ) && $options['short_text'] ) ? $options['short_text'] : ''; ?>
190
+ <input type="text" name="vkExUnit_contact[short_text]" id="widget_text" value="<?php echo esc_attr( $short_text ); ?>" style="width:50%;" /><br />
191
+ <span><?php _e( 'This will used to "Contact Button" widget.', 'vkExUnit' ); ?></span>
192
+ </td>
193
+ </tr>
194
+ </table>
195
+ <button onclick="javascript:jQuery('#vkEx_contact_info').toggle(); return false;" class="button"><?php _e( 'Advanced Setting', 'vkExUnit' ); ?></button>
196
+ <?php
197
+ $display = '';
198
+ if ( ! $options['contact_image'] and ! $options['contact_html'] ) {
199
+ $display = ' style="display:none;"';
200
+ }
201
+ ?>
202
+ <table class="form-table" id="vkEx_contact_info"<?php echo $display; ?>>
203
+ <tr>
204
+ <th><?php _e( 'Inquiry Banner image', 'vkExUnit' ); ?></th>
205
+ <td><input type="text" name="vkExUnit_contact[contact_image]" id="contact_image" value="<?php echo $options['contact_image']; ?>" style="width:60%;" />
206
+ <button id="media_src_contact_image" class="media_btn button button-default"><?php _e( 'Select Image' ); ?></button>
207
+ <p><?php _e( 'Display the image instead of the above inquiry information', 'vkExUnit' ); ?><p>
208
+ </td>
209
+ </tr>
210
+ <tr>
211
+ <th><?php _e( 'Display HTML message instead of the standard', 'vkExUnit' ); ?></th>
212
+ <td><textarea cols="20" rows="5" name="vkExUnit_contact[contact_html]" id="contact_html" value="" style="width:100%;"><?php echo $options['contact_html']; ?></textarea>
213
+ <p><?php _e( 'HTML takes precedence over image', 'vkExUnit' ); ?></p>
214
+ </td>
215
+ </tr>
216
+ </table>
217
+ <?php submit_button(); ?>
218
+ </div>
219
+ <?php
220
+ }
221
+
222
+ public function option_sanitaize( $option ) {
223
+ $option['contact_html'] = stripslashes( $option['contact_html'] );
224
+ return $option;
225
+ }
226
+
227
+
228
+ public function render_meta_box() {
229
+ $enable = get_post_meta( get_the_id(), 'vkExUnit_contact_enable', true );
230
+ ?>
231
+ <div>
232
+ <input type="hidden" name="_nonce_vkExUnit_contact" id="_nonce_vkExUnit__custom_auto_eyecatch_noonce" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" />
233
+ <label for="vkExUnit_contact">
234
+ <input type="checkbox" id="vkExUnit_contact" name="vkExUnit_contact_enable"<?php echo ( $enable ) ? ' checked' : ''; ?> />
235
+ <?php _e( 'Display Contact Section', 'vkExUnit' ); ?>
236
+ </label>
237
+ </div>
238
+ <?php
239
+ }
240
+
241
+
242
+ public function save_custom_field_postdata( $post_id ) {
243
+ $childPageIndex = isset( $_POST['_nonce_vkExUnit_contact'] ) ? htmlspecialchars( $_POST['_nonce_vkExUnit_contact'] ) : null;
244
+
245
+ if ( ! wp_verify_nonce( $childPageIndex, plugin_basename( __FILE__ ) ) ) {
246
+ return $post_id;
247
+ }
248
+
249
+ if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
250
+ return $post_id;
251
+ }
252
+
253
+ $data = isset( $_POST['vkExUnit_contact_enable'] ) ? htmlspecialchars( $_POST['vkExUnit_contact_enable'] ) : null;
254
+
255
+ if ( 'page' == $data ) {
256
+ if ( ! current_user_can( 'edit_page', $post_id ) ) {
257
+ return $post_id;
258
+ }
259
+ }
260
+
261
+ if ( '' == get_post_meta( $post_id, 'vkExUnit_contact_enable' ) ) {
262
+ add_post_meta( $post_id, 'vkExUnit_contact_enable', $data, true );
263
+ } elseif ( $data != get_post_meta( $post_id, 'vkExUnit_contact_enable' ) ) {
264
+ update_post_meta( $post_id, 'vkExUnit_contact_enable', $data );
265
+ } elseif ( '' == $data ) {
266
+ delete_post_meta( $post_id, 'vkExUnit_contact_enable' );
267
+ }
268
+ }
269
+
270
+
271
+ public static function is_my_turn() {
272
+ // 固定ページウィジェットの場合出力しない
273
+ global $is_pagewidget;
274
+ if ( $is_pagewidget ) {
275
+ return false;
276
+ }
277
+
278
+ // 抜粋では表示しない
279
+ if ( vkExUnit_is_excerpt() ) {
280
+ return false;
281
+ }
282
+
283
+ // 固定ページ以外では表示しない
284
+ if ( get_post_type() == 'page' ) {
285
+ // 固定ページで問い合わせ先情報にチェックが入っている時
286
+ if ( get_post_meta( get_the_id(), 'vkExUnit_contact_enable', true ) ) {
287
+ return true;
288
+ }
289
+ } else {
290
+ return false;
291
+ }
292
+
293
+ }
294
+
295
+ public function set_content( $content ) {
296
+ if ( ! self::is_my_turn() ) {
297
+ return $content;
298
+ }
299
+
300
+ $content .= '[vkExUnit_contact_section]';
301
+ return $content;
302
+ }
303
+
304
+
305
+ /*-------------------------------------------*/
306
+ /* contact_section_html
307
+ /*-------------------------------------------*/
308
+
309
+ public static function render_contact_section_html() {
310
+ $options = self::get_option();
311
+ $cont = '';
312
+ $cont .= '<section class="veu_contact veu_contentAddSection">';
313
+
314
+ if ( $options['contact_html'] ) {
315
+ $cont .= $options['contact_html'];
316
+
317
+ } elseif ( $options['contact_image'] ) {
318
+ $cont .= '<a href="' . esc_url( $options['contact_link'] ) . '">';
319
+ $cont .= '<img src="' . esc_attr( $options['contact_image'] ) . '" alt="contact_txt">';
320
+ $cont .= '</a>';
321
+
322
+ } else {
323
+ $cont .= '<div class="contact_frame">';
324
+ $cont .= '<p class="contact_txt">';
325
+ $cont .= '<span class="contact_txt_catch">' . nl2br( esc_textarea( $options['contact_txt'] ) ) . '</span>';
326
+ if ( wp_is_mobile() ) {
327
+ $cont .= '<a href="tel:' . $options['tel_number'] . '" >';
328
+ }
329
+ $cont .= '<span class="contact_txt_tel veu_color_txt_key">' . $options['tel_number'] . '</span>';
330
+ if ( wp_is_mobile() ) {
331
+ $cont .= '</a>';
332
+ }
333
+ $cont .= '<span class="contact_txt_time">' . nl2br( esc_textarea( $options['contact_time'] ) ) . '</span>';
334
+ $cont .= '</p>';
335
+
336
+ if ( $options['contact_link'] && $options['button_text'] ) {
337
+ $cont .= '<a href="' . $options['contact_link'] . '" class="btn btn-primary btn-lg contact_bt">';
338
+ $cont .= '<span class="contact_bt_txt">';
339
+
340
+ // Envelope Icon
341
+ $class = 'fa fa-envelope-o';
342
+ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
343
+ $class = Vk_Font_Awesome_Versions::class_switch( $class, 'far fa-envelope' );
344
+ }
345
+ $cont .= '<i class="' . $class . '"></i> ';
346
+
347
+ $cont .= wp_kses_post( $options['button_text'] );
348
+
349
+ // Arrow Icon
350
+ $class = 'fa fa-arrow-circle-o-right';
351
+ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
352
+ $class = Vk_Font_Awesome_Versions::class_switch( $class, 'far fa-arrow-alt-circle-right' );
353
+ }
354
+ $cont .= ' <i class="' . $class . '"></i>';
355
+
356
+ $cont .= '</span>';
357
+
358
+ if ( isset( $options['button_text_small'] ) && $options['button_text_small'] ) {
359
+ $cont .= '<span class="contact_bt_subTxt">' . $options['button_text_small'] . '</span>';
360
+ }
361
+
362
+ $cont .= '</a>';
363
+ }
364
+ $cont .= '</div>';
365
+ }
366
+ $cont .= '</section>';
367
+ if ( current_user_can( 'edit_theme_options' ) && ! is_customize_preview() ) {
368
+ $cont .= '<div class="veu_adminEdit"><a href="' . admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_contact" class="btn btn-default" target="_blank">' . __( 'Edit contact information', 'vkExUnit' ) . '</a></div>';
369
+ }
370
+
371
+ $cont = apply_filters( 'vkExUnit_contact_custom', $cont );
372
+
373
+ return $cont;
374
+ }
375
+
376
+ public function shortcode() {
377
+ return self::render_contact_section_html();
378
+ }
379
+ /*-------------------------------------------*/
380
+ /* render_widget_contact_btn_html
381
+ /*-------------------------------------------*/
382
+
383
+ public static function render_widget_contact_btn_html() {
384
+ $options = self::get_option();
385
+ $cont = '';
386
+
387
+ if ( ( isset( $options['contact_link'] ) && $options['contact_link'] )
388
+ && ( isset( $options['short_text'] ) && $options['short_text'] )
389
+ ) {
390
+
391
+ $cont .= '<a href="' . esc_url( $options['contact_link'] ) . '" class="btn btn-primary btn-lg btn-block contact_bt"><span class="contact_bt_txt">';
392
+
393
+ // Envelope Icon
394
+ $class = 'fa fa-envelope-o';
395
+ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
396
+ $class = Vk_Font_Awesome_Versions::class_switch( $class, 'far fa-envelope' );
397
+ }
398
+ $cont .= '<i class="' . $class . '"></i> ';
399
+
400
+ $cont .= $options['short_text'];
401
+
402
+ // Arrow Icon
403
+ $class = 'fa fa-arrow-circle-o-right';
404
+ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
405
+ $class = Vk_Font_Awesome_Versions::class_switch( $class, 'far fa-arrow-alt-circle-right' );
406
+ }
407
+ $cont .= ' <i class="' . $class . '"></i>';
408
+
409
+ $cont .= '</span>';
410
+ if ( isset( $options['button_text_small'] ) && $options['button_text_small'] ) {
411
+ $cont .= '<span class="contact_bt_subTxt contact_bt_subTxt_side">' . $options['button_text_small'] . '</span>';
412
+ }
413
+ $cont .= '</a>';
414
+ }
415
+ if ( current_user_can( 'edit_theme_options' ) ) {
416
+ $class = 'fa fa-pencil-square-o';
417
+ if ( class_exists( 'Vk_Font_Awesome_Versions' ) ) {
418
+ $class = Vk_Font_Awesome_Versions::class_switch( $class, 'fas fa-edit' );
419
+ }
420
+ $cont .= '<div class="veu_adminEdit"><a href="' . admin_url() . 'admin.php?page=vkExUnit_main_setting#vkExUnit_contact" class="btn btn-default" target="_blank"><i class="' . $class . '"></i> ' . __( 'Edit contact information', 'vkExUnit' ) . '</a></div>';
421
+ }
422
+ return $cont;
423
+ }
424
+
425
+ }
426
+
427
+ VkExUnit_Contact::instance();
428
+
429
+ /*-------------------------------------------*/
430
+ /* Contact Button Widget
431
+ /*-------------------------------------------*/
432
+
433
+ class WP_Widget_VkExUnit_Contact_Button extends WP_Widget {
434
+
435
+ function __construct() {
436
+ $widget_name = veu_get_prefix() . __( 'Contact Button', 'vkExUnit' );
437
+ $widget_description = __( 'Display contact button.', 'vkExUnit' );
438
+ $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit' ), veu_get_little_short_name() ) . ' ) ';
439
+ parent::__construct(
440
+ 'vkExUnit_contact',
441
+ $widget_name,
442
+ array(
443
+ 'description' => $widget_description,
444
+ )
445
+ );
446
+ }
447
+
448
+
449
+ function widget( $args, $instance ) {
450
+ echo $args['before_widget'];
451
+ echo '<div class="veu_contact">';
452
+ echo VkExUnit_Contact::render_widget_contact_btn_html();
453
+ echo '</div>';
454
+ echo $args['after_widget'];
455
+ }
456
+
457
+
458
+ function update( $new_instance, $old_instance ) {
459
+ return $new_instance;
460
+ }
461
+
462
+
463
+ function form( $instance ) {
464
+ echo '<div style="padding:1em 0;">';
465
+ $widget_description = __( 'Display contact button', 'vkExUnit' );
466
+ $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit' ), veu_get_little_short_name() ) . ' ) ';
467
+ echo $widget_description;
468
+ echo '</div>';
469
+ return $instance;
470
+ }
471
+ }
472
+
473
+ add_action( 'widgets_init', 'veu_widget_contact_button' );
474
+ function veu_widget_contact_button() {
475
+ return register_widget( 'WP_Widget_VkExUnit_Contact_Button' );
476
+ }
477
+
478
+
479
+ /*-------------------------------------------*/
480
+ /* Contact Section Widget
481
+ /*-------------------------------------------*/
482
+ class WP_Widget_VkExUnit_Contact_Section extends WP_Widget {
483
+
484
+ function __construct() {
485
+
486
+ $widget_name = veu_get_prefix() . __( 'Contact Section', 'vkExUnit' );
487
+ $widget_description = __( 'Display Phone number and contact button etc.', 'vkExUnit' );
488
+ $widget_description .= ' ( ' . sprintf( __( 'It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit' ), veu_get_little_short_name() ) . ' ) ';
489
+
490
+ parent::__construct(
491
+ 'vkExUnit_contact_section',
492
+ $widget_name,
493
+ array(
494
+ 'description' => $widget_description,
495
+ )
496
+ );
497
+ }
498
+
499
+
500
+ function widget( $args, $instance ) {
501
+ echo $args['before_widget'];
502
+ echo '<div class="veu_contact">';
503
+ echo VkExUnit_Contact::render_contact_section_html();
504
+ echo '</div>';
505
+ echo $args['after_widget'];
506
+ }
507
+
508
+
509
+ function update( $new_instance, $old_instance ) {
510
+ return $new_instance;
511
+ }
512
+
513
+
514
+ function form( $instance ) {
515
+ echo '<div style="padding:1em 0;">';
516
+ _e( sprintf( __( '*It is necessary to set the "%s" -> "Contact Information" section in "Main setting" page.', 'vkExUnit' ), veu_get_little_short_name() ) );
517
+ echo '</div>';
518
+ return $instance;
519
+ }
520
+ }
521
+
522
+ add_action( 'widgets_init', 'veu_widget_contact_section' );
523
+ function veu_widget_contact_section() {
524
+ return register_widget( 'WP_Widget_VkExUnit_Contact_Section' );
525
+ }
trunk/plugins/contact-section/customizer.php ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*-------------------------------------------*/
3
+ /* Add Customize Panel
4
+ /*-------------------------------------------*/
5
+ // カスタマイザーで「ExUnit設定」のパネルが表示されるようにする
6
+ add_filter( 'veu_customize_panel_activation', 'veu_customize_panel_activation_contact' );
7
+ function veu_customize_panel_activation_contact() {
8
+ return true;
9
+ }
10
+
11
+ // カスタマイズ関数を実行
12
+ // if ( apply_filters('veu_customize_panel_activation', false ) ){
13
+ add_action( 'customize_register', 'veu_customize_register_contact', 20 );
14
+ // }
15
+
16
+ function veu_customize_register_contact( $wp_customize ) {
17
+
18
+ /*-------------------------------------------*/
19
+ /* Contact Settings
20
+ /*-------------------------------------------*/
21
+ $wp_customize->add_section(
22
+ 'veu_contact_setting', array(
23
+ 'title' => __( 'Contact Settings', 'vkExUnit' ),
24
+ 'priority' => 1000,
25
+ 'panel' => 'veu_setting',
26
+ )
27
+ );
28
+
29
+ // Contact Description
30
+ $wp_customize->add_setting( 'veu_contact_description', array( 'sanitize_callback' => 'sanitize_text_field' ) );
31
+
32
+ $custom_html = '<p>';
33
+ $custom_html .= __( 'The contents entered here will be reflected in the bottom of each fixed page, the "Contact Section" widget, the "Contact Button" widget, etc.', 'vkExUnit' );
34
+ $custom_html .= '<br>';
35
+ $custom_html .= __( 'When I display it on the page, it is necessary to classify a check into "Display Contact Section" checkbox with the edit page of each page.', 'vkExUnit' );
36
+ $custom_html .= '</p>';
37
+
38
+ $wp_customize->add_control(
39
+ new ExUnit_Custom_Html(
40
+ $wp_customize, 'veu_contact_description', array(
41
+ // 'label' => __( '', 'vkExUnit' ),
42
+ 'section' => 'veu_contact_setting',
43
+ 'type' => 'text',
44
+ 'priority' => 1,
45
+ 'custom_html' => $custom_html,
46
+ )
47
+ )
48
+ );
49
+
50
+ // Message
51
+ $wp_customize->add_setting(
52
+ 'vkExUnit_contact[contact_txt]', array(
53
+ 'default' => __( 'Please feel free to inquire.', 'vkExUnit' ),
54
+ 'type' => 'option', // 保存先 option or theme_mod
55
+ 'capability' => 'edit_theme_options',
56
+ 'sanitize_callback' => 'sanitize_text_field',
57
+ )
58
+ );
59
+
60
+ $wp_customize->add_control(
61
+ 'contact_txt', array(
62
+ 'label' => __( 'Message', 'vkExUnit' ),
63
+ 'section' => 'veu_contact_setting',
64
+ 'settings' => 'vkExUnit_contact[contact_txt]',
65
+ 'type' => 'text',
66
+ 'priority' => 1,
67
+ 'description' => __( 'ex) ', 'vkExUnit' ) . __( 'Please feel free to inquire.', 'vkExUnit' ),
68
+ )
69
+ );
70
+
71
+ // Phone number
72
+ $wp_customize->add_setting(
73
+ 'vkExUnit_contact[tel_number]', array(
74
+ 'default' => '000-000-0000',
75
+ 'type' => 'option', // 保存先 option or theme_mod
76
+ 'capability' => 'edit_theme_options',
77
+ 'sanitize_callback' => 'sanitize_text_field',
78
+ )
79
+ );
80
+
81
+ $wp_customize->add_control(
82
+ 'tel_number', array(
83
+ 'label' => __( 'Phone number', 'vkExUnit' ),
84
+ 'section' => 'veu_contact_setting',
85
+ 'settings' => 'vkExUnit_contact[tel_number]',
86
+ 'type' => 'text',
87
+ 'priority' => 1,
88
+ 'description' => __( 'ex) ', 'vkExUnit' ) . '000-000-0000',
89
+ )
90
+ );
91
+
92
+ // Office hours
93
+ $wp_customize->add_setting(
94
+ 'vkExUnit_contact[contact_time]', array(
95
+ 'default' => __( 'Office hours 9:00 - 18:00 [ Weekdays except holidays ]', 'vkExUnit' ),
96
+ 'type' => 'option', // 保存先 option or theme_mod
97
+ 'capability' => 'edit_theme_options',
98
+ 'sanitize_callback' => 'sanitize_text_field',
99
+ )
100
+ );
101
+
102
+ $wp_customize->add_control(
103
+ 'contact_time', array(
104
+ 'label' => __( 'Office hours', 'vkExUnit' ),
105
+ 'section' => 'veu_contact_setting',
106
+ 'settings' => 'vkExUnit_contact[contact_time]',
107
+ 'type' => 'text',
108
+ 'priority' => 1,
109
+ 'description' => __( 'ex) ', 'vkExUnit' ) . __( 'Office hours', 'vkExUnit' ) . ' 9:00 - 18:00 [ ' . __( 'Weekdays except holidays', 'vkExUnit' ) . ' ]',
110
+ )
111
+ );
112
+
113
+ // The contact page URL
114
+ $wp_customize->add_setting(
115
+ 'vkExUnit_contact[contact_link]', array(
116
+ 'default' => home_url( '/contact/' ),
117
+ 'type' => 'option', // 保存先 option or theme_mod
118
+ 'capability' => 'edit_theme_options',
119
+ 'sanitize_callback' => 'sanitize_text_field',
120
+ )
121
+ );
122
+
123
+ $wp_customize->add_control(
124
+ 'contact_link', array(
125
+ 'label' => __( 'The contact page URL', 'vkExUnit' ),
126
+ 'section' => 'veu_contact_setting',
127
+ 'settings' => 'vkExUnit_contact[contact_link]',
128
+ 'type' => 'text',
129
+ 'priority' => 1,
130
+ 'description' => __( 'ex) ', 'vkExUnit' ) . 'https://www.********.com/contact/ ' . __( 'or', 'vkExUnit' ) . ' /contact/<br>' . __( '* If you fill in the blank, widget\'s contact button does not appear.', 'vkExUnit' ),
131
+ )
132
+ );
133
+
134
+ // Contact button Text
135
+ $wp_customize->add_setting(
136
+ 'vkExUnit_contact[button_text]', array(
137
+ 'default' => __( 'Contact us', 'vkExUnit' ),
138
+ 'type' => 'option', // 保存先 option or theme_mod
139
+ 'capability' => 'edit_theme_options',
140
+ 'sanitize_callback' => 'sanitize_text_field',
141
+ )
142
+ );
143
+
144
+ $wp_customize->add_control(
145
+ 'button_text', array(
146
+ 'label' => __( 'Contact button Text', 'vkExUnit' ),
147
+ 'section' => 'veu_contact_setting',
148
+ 'settings' => 'vkExUnit_contact[button_text]',
149
+ 'type' => 'text',
150
+ 'priority' => 1,
151
+ 'description' => __( 'ex) ', 'vkExUnit' ) . __( 'Contact Us from email.', 'vkExUnit' ),
152
+ )
153
+ );
154
+
155
+ // Contact button text( sub )
156
+ $wp_customize->add_setting(
157
+ 'vkExUnit_contact[button_text_small]', array(
158
+ 'default' => '',
159
+ 'type' => 'option', // 保存先 option or theme_mod
160
+ 'capability' => 'edit_theme_options',
161
+ 'sanitize_callback' => 'sanitize_text_field',
162
+ )
163
+ );
164
+
165
+ $wp_customize->add_control(
166
+ 'button_text_small', array(
167
+ 'label' => __( 'Contact button text( sub )', 'vkExUnit' ),
168
+ 'section' => 'veu_contact_setting',
169
+ 'settings' => 'vkExUnit_contact[button_text_small]',
170
+ 'type' => 'textarea',
171
+ 'priority' => 1,
172
+ 'description' => __( 'ex) ', 'vkExUnit' ) . __( 'Email contact form', 'vkExUnit' ),
173
+ )
174
+ );
175
+
176
+ // Contact button short text for side widget
177
+ $wp_customize->add_setting(
178
+ 'vkExUnit_contact[short_text]', array(
179
+ 'default' => __( 'Contact us', 'vkExUnit' ),
180
+ 'type' => 'option', // 保存先 option or theme_mod
181
+ 'capability' => 'edit_theme_options',
182
+ 'sanitize_callback' => 'sanitize_text_field',
183
+ )
184
+ );
185
+
186
+ $wp_customize->add_control(
187
+ 'short_text', array(
188
+ 'label' => __( 'Contact button short text for side widget', 'vkExUnit' ),
189
+ 'section' => 'veu_contact_setting',
190
+ 'settings' => 'vkExUnit_contact[short_text]',
191
+ 'type' => 'text',
192
+ 'priority' => 1,
193
+ 'description' => __( 'This will used to "Contact Button" widget.', 'vkExUnit' ),
194
+ )
195
+ );
196
+
197
+ // image up load
198
+ $wp_customize->add_setting(
199
+ 'vkExUnit_contact[contact_image]', array(
200
+ 'default' => '',
201
+ 'type' => 'option',
202
+ 'capability' => 'edit_theme_options',
203
+ 'sanitize_callback' => 'esc_url_raw',
204
+ )
205
+ );
206
+
207
+ $decription = __( 'Display the image instead of the above inquiry information', 'vkExUnit' );
208
+ $skin = get_option( 'lightning_design_skin' );
209
+ if ( $skin == 'fort' || $skin == 'pale' ) {
210
+ $decription .= '<br>* ' . __( 'It is not reflected in the header.', 'vkExUnit' );
211
+ }
212
+ $wp_customize->add_control(
213
+ new WP_Customize_Image_Control(
214
+ $wp_customize,
215
+ 'contact_image',
216
+ array(
217
+ 'label' => __( 'Inquiry Banner image', 'vkExUnit' ),
218
+ 'section' => 'veu_contact_setting',
219
+ 'settings' => 'vkExUnit_contact[contact_image]',
220
+ 'priority' => 1,
221
+ 'description' => $decription,
222
+ )
223
+ )
224
+ );
225
+
226
+ // Display HTML message instead of the standard
227
+ $wp_customize->add_setting(
228
+ 'vkExUnit_contact[contact_html]', array(
229
+ 'default' => '',
230
+ 'type' => 'option', // 保存先 option or theme_mod
231
+ 'capability' => 'edit_theme_options',
232
+ 'sanitize_callback' => 'sanitize_text_field',
233
+ )
234
+ );
235
+
236
+ $decription = __( 'HTML takes precedence over image', 'vkExUnit' );
237
+ $skin = get_option( 'lightning_design_skin' );
238
+ if ( $skin == 'fort' || $skin == 'pale' ) {
239
+ $decription .= '<br>* ' . __( 'It is not reflected in the header.', 'vkExUnit' );
240
+ }
241
+ $wp_customize->add_control(
242
+ 'contact_html', array(
243
+ 'label' => __( 'Display HTML message instead of the standard', 'vkExUnit' ),
244
+ 'section' => 'veu_contact_setting',
245
+ 'settings' => 'vkExUnit_contact[contact_html]',
246
+ 'type' => 'textarea',
247
+ 'priority' => 1,
248
+ 'description' => $decription,
249
+ )
250
+ );
251
+
252
+ /*-------------------------------------------*/
253
+ /* Add Edit Customize Link Btn
254
+ /*-------------------------------------------*/
255
+ $wp_customize->selective_refresh->add_partial(
256
+ 'vkExUnit_contact[contact_txt]', array(
257
+ 'selector' => '.veu_contact',
258
+ 'render_callback' => '',
259
+ )
260
+ );
261
+ }
trunk/plugins/css_customize/css_customize-edit.php ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="wrap">
2
+ <h2><?php echo vkExUnit_get_name(); ?> <?php _e( 'CSS Customize', 'vkExUnit' ) ?></h2>
3
+ <div class="fileedit-sub"></div>
4
+ <?php echo $data['mess']; ?>
5
+ <p><?php _e( 'You can add custom CSS here.', 'vkExUnit' );?></p>
6
+ <?php if ( get_locale() == 'ja' ) { ?>
7
+ <p>CSSのカスタマイズについては、<a href="https://www.vektor-inc.co.jp/post/css_customize/" target="_blank">こちらのページ</a>を参照してください。</p>
8
+ <?php } ?>
9
+ <form action="<?php echo $_SERVER['REQUEST_URI']; ?>" method="post" id="template">
10
+ <textarea name="bv-css-css" cols="70" rows="10" id="newcontent"><?php echo esc_attr($data['customCss']); ?></textarea>
11
+ <?php wp_nonce_field( 'biz-vektor-css-submit', 'biz-vektor-css-nonce'); ?>
12
+ <p class="submit">
13
+ <input type="submit" name="bv-css-submit" class="button button-primary" value="<?php _e( 'Save CSS', 'vkExUnit' ); ?>" />
14
+ </p>
15
+ </form>
16
+
17
+ </div>
trunk/plugins/css_customize/css_customize-single.php ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Custom CSS Widget
4
+ /* ------------------------------------------- */
5
+
6
+ add_action( 'admin_menu', 'veu_custom_css_hooks' );
7
+ add_action( 'save_post', 'veu_save_custom_css' );
8
+ // </head>タグの直上に出力させたいので第三引数に 50 を設定
9
+ add_action( 'wp_head', 'veu_insert_custom_css', 50 );
10
+
11
+
12
+ /*
13
+ メタボックス生成
14
+ /* ------------------------------------------------ */
15
+ function veu_custom_css_hooks() {
16
+
17
+ $post_types = get_post_types( array( 'public' => true ) );
18
+
19
+ foreach ( $post_types as $post_type ) {
20
+ add_meta_box(
21
+ 'veu_custom_css', // (必須) 編集画面セクションの HTML ID
22
+ __( 'Custom CSS', 'vkExUnit' ), // (必須) 編集画面セクションのタイトル、画面上に表示される
23
+ 'veu_custom_css_input', // (必須) 編集画面セクションに HTML 出力する関数.
24
+ $post_type, // (オプション)編集画面セクションを表示する書き込み画面のタイプ(例: 'post'、 'page'、 'dashboard'、 'link'、 'attachment'、 'custom_post_type'、 'comment')
25
+ 'normal', // (オプション) 編集画面セクションが表示される部分 ('normal', 'advanced' または (2.7 以降) 'side')
26
+ 'high' // (オプション) ボックスが表示される優先度 ('high', 'core', 'default' または 'low')
27
+ );
28
+ }
29
+
30
+ } // function veu_custom_css_hooks() {
31
+
32
+
33
+ /*
34
+ 入力用テキストエリアを生成
35
+ /* ------------------------------------------------ */
36
+ function veu_custom_css_input() {
37
+ global $post;
38
+ // wp_create_nonce( 'veu_custom-css' ) の引数は「(オプション) アクションの名前」
39
+ // Nonce はウェブサイトやデータベースを、予期せぬまたは重複したリクエストによって取り返しの付かない変更が起きてしまうことから保護する処理
40
+ echo '<input type="hidden" name="veu_custom_css_noncename" id="veu_custom_css_noncename" value="' . wp_create_nonce( 'veu_custom-css' ) . '" />';
41
+ // 投稿/ページの編集画面でメタ情報をカスタムフィールド欄に表示させないために、
42
+ // get_post_meta の「カスタムフィールドの名前」の前にアンダースコアをつける
43
+ echo '<textarea name="veu_custom_css" id="veu_custom_css" rows="5" cols="30" style="width:100%;">' . get_post_meta( $post->ID, '_veu_custom_css', true ) . '</textarea>';
44
+
45
+ } // function veu_custom_css_input() {
46
+
47
+
48
+ /*
49
+ 入力されたテキストエリアの内容を保存
50
+ /* ------------------------------------------------ */
51
+ function veu_save_custom_css( $post_id ) {
52
+
53
+ // wp_verify_nonce( $_POST['veu_custom_css_noncename'], 'veu_custom-css' )の引数は「(必須) 検証する nonce,(オプション) アクションの名前」
54
+ // nonce が正しいもので有効期限が切れていないことを、指定されたアクションとの関係も含めて確かめる処理
55
+ $noonce = isset( $_POST['veu_custom_css_noncename'] ) ? htmlspecialchars( $_POST['veu_custom_css_noncename'] ) : null;
56
+ if ( ! wp_verify_nonce( $noonce, 'veu_custom-css' ) ) {
57
+ return $post_id;
58
+ }
59
+ // 自動保存時には処理をしないように
60
+ if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
61
+ return $post_id;
62
+ }
63
+ $custom_css = $_POST['veu_custom_css'];
64
+ // 指定した投稿に存在するカスタムフィールドの値を更新
65
+ update_post_meta( $post_id, '_veu_custom_css', $custom_css );
66
+
67
+ } // function veu_save_custom_css($post_id) {
68
+
69
+
70
+ /*
71
+ 入力された CSS をソースに出力
72
+ /* ------------------------------------------------ */
73
+ function veu_insert_custom_css() {
74
+
75
+ if ( is_singular() ) {
76
+ // if 現在の WordPress クエリにループできる結果があるかどうか
77
+ // while 記事がある間ループして1件ずつ処理する
78
+ if ( have_posts() ) :
79
+ while ( have_posts() ) :
80
+ the_post();
81
+ // preg_replace で改行を削除して wp_kses_post でエスケープする
82
+ echo '<style type="text/css">' . wp_kses_post( preg_replace( '/(?:\n|\r|\r\n)/', '', get_post_meta( get_the_ID(), '_veu_custom_css', true ) ) ) . '</style>';
83
+ endwhile;
84
+ endif;
85
+ // ページ上の別の場所で同じクエリを再利用するために、ループの投稿情報を巻き戻し、前回と同じ順序で先頭の投稿を取得できるように
86
+ rewind_posts();
87
+ }
88
+
89
+ } // function veu_insert_custom_css() {
trunk/plugins/css_customize/css_customize.php ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $wp_theme = wp_get_theme();
3
+
4
+ $customize = new biz_vektor_css_customize();
5
+
6
+
7
+ class biz_vektor_css_customize {
8
+
9
+ public function __construct() {
10
+ $this->set_hook();
11
+ }
12
+
13
+
14
+ public function set_hook() {
15
+ add_action( 'admin_footer', array( $this, 'css_customize_page_js_and_css' ) );
16
+ add_action( 'wp_head', array( $this, 'biz_vektor_css_customize_push_css' ), 200 );
17
+ add_action( 'admin_menu', array( $this, 'biz_vektor_css_customize_menu' ) );
18
+ add_action( 'vkExUnit_action_adminbar', array( $this, 'admin_bar' ) );
19
+ require_once( vkExUnit_get_directory() . '/plugins/css_customize/css_customize-single.php' );
20
+ }
21
+
22
+ public function admin_bar( $wp_admin_bar ) {
23
+ // 「CSSカスタマイズ」は edit_theme_options 権限にはアクセスさせない
24
+ if ( current_user_can( 'activate_plugins' ) ) {
25
+ $wp_admin_bar->add_node(
26
+ array(
27
+ 'parent' => 'veu_adminlink',
28
+ 'id' => 'veu_adminlink_css',
29
+ 'title' => __( 'CSS Customize', 'vkExUnit' ),
30
+ 'href' => admin_url() . 'admin.php?page=vkExUnit_css_customize',
31
+ )
32
+ );
33
+ }
34
+ }
35
+
36
+ /*-------------------------------------------*/
37
+ /* CSSカスタマイズ」のメニュー
38
+ /*-------------------------------------------*/
39
+ public function biz_vektor_css_customize_menu() {
40
+ // $capability_required = veu_get_capability_required();
41
+ add_submenu_page(
42
+ 'vkExUnit_setting_page',
43
+ __( 'CSS Customize', 'vkExUnit' ),
44
+ __( 'CSS Customize', 'vkExUnit' ),
45
+ // $capability_required, // edit_theme_optionsのユーザーにもアクセスさせないため
46
+ 'activate_plugins',
47
+ 'vkExUnit_css_customize',
48
+ array( $this, 'biz_vektor_css_customize_render_page' )
49
+ );
50
+ }
51
+
52
+
53
+ public function biz_vektor_css_customize_render_page() {
54
+
55
+ $data = $this->biz_vektor_css_customize_valid_form();
56
+
57
+ include( vkExUnit_get_directory() . '/plugins/css_customize/css_customize-edit.php' );
58
+ }
59
+
60
+
61
+ /*-------------------------------------------*/
62
+ /* 設定画面のCSSとJS
63
+ /*-------------------------------------------*/
64
+ public function css_customize_page_js_and_css( $hook_suffix ) {
65
+ global $hook_suffix;
66
+ if (
67
+ $hook_suffix == 'appearance_page_theme-css-customize' ||
68
+ $hook_suffix == 'appearance_page_bv_grid_unit_options'
69
+ ) {
70
+ ?>
71
+ <script type="text/javascript">
72
+ jQuery(document).ready(function($){
73
+ jQuery("#tipsBody dl").each(function(){
74
+ var targetId = jQuery(this).attr("id");
75
+ var targetTxt = jQuery(this).find("dt").text();
76
+ var listItem = '<li><a href="#'+ targetId +'">'+ targetTxt +'</a></li>'
77
+ jQuery('#tipsList ul').append(listItem);
78
+ });
79
+ });
80
+ </script>
81
+
82
+
83
+ <?php
84
+ }
85
+ }
86
+
87
+
88
+ public function biz_vektor_css_customize_valid_form() {
89
+
90
+ $data = array(
91
+ 'mess' => '',
92
+ 'customCss' => '',
93
+ );
94
+
95
+ if ( isset( $_POST['bv-css-submit'] ) && ! empty( $_POST['bv-css-submit'] )
96
+ && isset( $_POST['bv-css-css'] )
97
+ && isset( $_POST['biz-vektor-css-nonce'] ) && wp_verify_nonce( $_POST['biz-vektor-css-nonce'], 'biz-vektor-css-submit' ) ) {
98
+ $cleanCSS = strip_tags( stripslashes( trim( $_POST['bv-css-css'] ) ) );
99
+
100
+ if ( update_option( 'vkExUnit_css_customize', $cleanCSS ) ) {
101
+ $data['mess'] = '<div id="message" class="updated"><p>' . __( 'Your custom CSS was saved.', 'biz-vektor' ) . '</p></div>'; }
102
+ } else {
103
+ if ( isset( $_POST['bv-css-submit'] ) && ! empty( $_POST['bv-css-submit'] ) ) {
104
+ $data['mess'] = '<div id="message" class="error"><p>' . __( 'Error occured. Please try again.', 'biz-vektor' ) . '</p></div>'; }
105
+ }
106
+
107
+ $data['customCss'] = $this->biz_vektor_css_customize_get_css();
108
+
109
+ return $data;
110
+ }
111
+
112
+
113
+ public function biz_vektor_css_customize_get_css() {
114
+
115
+ if ( get_option( 'vkExUnit_css_customize' ) ) {
116
+ return get_option( 'vkExUnit_css_customize' ); } else {
117
+ return ''; }
118
+ }
119
+
120
+
121
+ public function biz_vektor_css_customize_push_css() {
122
+
123
+ if ( get_option( 'vkExUnit_css_customize' ) ) {
124
+ $css_customize = get_option( 'vkExUnit_css_customize' );
125
+ // delete br
126
+ $css_customize = str_replace( PHP_EOL, '', $css_customize );
127
+ // delete tab
128
+ $css_customize = preg_replace( '/[\n\r\t]/', '', $css_customize );
129
+ // multi space convert to single space
130
+ $css_customize = preg_replace( '/\s(?=\s)/', '', $css_customize );
131
+ ?>
132
+ <style type="text/css">/* <?php echo veu_get_short_name(); ?> CSS Customize */<?php echo $css_customize; ?>/* End <?php echo veu_get_short_name(); ?> CSS Customize */</style>
133
+ <?php
134
+ } // if ( get_option( 'vkExUnit_css_customize' ) ) {
135
+ } // public function biz_vektor_css_customize_push_css() {
136
+ }
trunk/plugins/disable_dashbord.php ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <?php
2
+
3
+ add_action('wp_dashboard_setup', 'vkExUnit_disable_dash_hook', 1);
4
+ function vkExUnit_disable_dash_hook(){
5
+ remove_action( 'wp_dashboard_setup', 'vkExUnit_dashboard_widget' );
6
+ }
trunk/plugins/disable_ping-back.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ add_filter( 'xmlrpc_methods', 'vkExUnit_disable_ping' );
4
+ function vkExUnit_disable_ping( $methods ) {
5
+ unset( $methods['pingback.ping'] );
6
+ return $methods;
7
+ }
trunk/plugins/font-awesome-config.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*-------------------------------------------*/
3
+ /* Load modules
4
+ /*-------------------------------------------*/
5
+ if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
6
+ require_once( 'font-awesome/class-vk-font-awesome-versions.php' );
7
+
8
+ global $font_awesome_directory_uri;
9
+ $font_awesome_directory_uri = plugins_url( '', __FILE__ ) . '/font-awesome/';
10
+
11
+ global $vk_font_awesome_version_prefix_customize_panel;
12
+ $vk_font_awesome_version_prefix_customize_panel = veu_get_prefix();
13
+
14
+ global $set_enqueue_handle_style;
15
+ $set_enqueue_handle_style = 'vkExUnit_common_style';
16
+ }
trunk/plugins/font-awesome/class-vk-font-awesome-versions.php ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
4
+
5
+ class Vk_Font_Awesome_Versions {
6
+
7
+ private static $version_default = '5_WebFonts_CSS';
8
+
9
+ static function init() {
10
+ add_action( 'customize_register', array( __CLASS__, 'customize_register' ) );
11
+ add_action( 'wp_enqueue_scripts', array( __CLASS__, 'load_font_awesome' ), 3 );
12
+ add_action( 'admin_init', array( __CLASS__, 'load_admin_font_awesome' ) );
13
+ add_action( 'enqueue_block_editor_assets', array( __CLASS__, 'load_gutenberg_font_awesome' ) );
14
+ add_action( 'wp_head', array( __CLASS__, 'dynamic_css' ), 3 );
15
+ add_filter( 'body_class', array( __CLASS__, 'add_body_class_fa_version' ) );
16
+ }
17
+
18
+ static function versions() {
19
+ global $font_awesome_directory_uri;
20
+ $versions = array(
21
+ '5_SVG_JS' => array(
22
+ 'label' => '5 SVG with JS ( ' . __( 'Not recommended', 'vkExUnit' ) . ' )',
23
+ 'version' => '5.6',
24
+ 'type' => 'svg-with-js',
25
+ /* [ Notice ] use editor css*/
26
+ 'url_css' => $font_awesome_directory_uri . 'versions/5.6.0/css/all.min.css',
27
+ 'url_js' => $font_awesome_directory_uri . 'versions/5.6.0/js/all.min.js',
28
+ ),
29
+ '5_WebFonts_CSS' => array(
30
+ 'label' => '5 Web Fonts with CSS',
31
+ 'version' => '5.6',
32
+ 'type' => 'web-fonts-with-css',
33
+ 'url_css' => $font_awesome_directory_uri . 'versions/5.6.0/css/all.min.css',
34
+ 'url_js' => '',
35
+ ),
36
+ '4.7' => array(
37
+ 'label' => '4.7 ( ' . __( 'Not recommended', 'vkExUnit' ) . ' )',
38
+ 'version' => '4.7',
39
+ 'type' => 'web-fonts-with-css',
40
+ 'url_css' => $font_awesome_directory_uri . 'versions/4.7.0/css/font-awesome.min.css',
41
+ 'url_js' => '',
42
+ ),
43
+ );
44
+ return $versions;
45
+ }
46
+
47
+ public static function get_option_fa() {
48
+ $current = get_option( 'vk_font_awesome_version', self::$version_default );
49
+ if ( $current == '5.0_WebFonts_CSS' ) {
50
+ update_option( 'vk_font_awesome_version', '5_WebFonts_CSS' );
51
+ $current = '5_WebFonts_CSS';
52
+ } elseif ( $current == '5.0_SVG_JS' ) {
53
+ update_option( 'vk_font_awesome_version', '5_SVG_JS' );
54
+ $current = '5_SVG_JS';
55
+ }
56
+ return $current;
57
+ }
58
+
59
+ public static function current_info() {
60
+ $versions = self::versions();
61
+ $current_option = self::get_option_fa();
62
+ $current_info = $versions[ $current_option ];
63
+ return $current_info;
64
+ }
65
+
66
+ public static function ex_and_link() {
67
+ $current_option = self::get_option_fa();
68
+ if ( $current_option == '5_WebFonts_CSS' || $current_option == '5_SVG_JS' ) {
69
+ $ex_and_link = '<strong>Font Awesome 5</strong><br>' . __( 'Ex ) ', 'vkExUnit' ) . 'far fa-file-alt [ <a href="//fontawesome.com/icons?d=gallery&m=free" target="_blank">Icon list</a> ]';
70
+ } else {
71
+ $ex_and_link = '<strong>Font Awesome 4.7</strong><br>' . __( 'Ex ) ', 'vkExUnit' ) . 'fa-file-text-o [ <a href="//fontawesome.com/v4.7.0/icons/" target="_blank">Icon list</a> ]';
72
+ }
73
+ return $ex_and_link;
74
+ }
75
+
76
+ /**
77
+ * When use Font Awesome 4,7 then print 'fa '.
78
+ * @var strings;
79
+ */
80
+ public static function print_fa() {
81
+ $fa = '';
82
+ $current_option = self::get_option_fa();
83
+ if ( $current_option == '4.7' ) {
84
+ $fa = 'fa ';
85
+ }
86
+ return $fa;
87
+ }
88
+
89
+ static function load_font_awesome() {
90
+ $current = self::current_info();
91
+ if ( $current['type'] === 'svg-with-js' ) {
92
+ wp_enqueue_script( 'font-awesome-js', $current['url_js'], array(), $current['version'] );
93
+ // [ Danger ] This script now causes important errors
94
+ // wp_add_inline_script( 'font-awesome-js', 'FontAwesomeConfig = { searchPseudoElements: true };', 'before' );
95
+ } else {
96
+ wp_enqueue_style( 'font-awesome', $current['url_css'], array(), $current['version'] );
97
+ }
98
+ }
99
+
100
+ static function load_admin_font_awesome() {
101
+ $current = self::current_info();
102
+ add_editor_style( $current['url_css'] );
103
+ }
104
+
105
+ static function load_gutenberg_font_awesome() {
106
+ $current_info = self::current_info();
107
+ wp_enqueue_style( 'gutenberg-font-awesome', $current_info['url_css'], array(), $current_info['version'] );
108
+ }
109
+
110
+ /**
111
+ * add body class
112
+ * @return [type] [description]
113
+ */
114
+ static function add_body_class_fa_version( $class ) {
115
+ $current_option = self::get_option_fa();
116
+ if ( $current_option == '4.7' ) {
117
+ $class[] = 'fa_v4';
118
+ } elseif ( $current_option == '5_WebFonts_CSS' ) {
119
+ $class[] = 'fa_v5_css';
120
+ } elseif ( $current_option == '5_SVG_JS' ) {
121
+ $class[] = 'fa_v5_svg';
122
+ }
123
+ return $class;
124
+ }
125
+
126
+ /**
127
+ * Output dynbamic css according to Font Awesome versions
128
+ * @return [type] [description]
129
+ */
130
+ static function dynamic_css() {
131
+ $current = self::get_option_fa();
132
+ $dynamic_css = '';
133
+ if ( $current == '4.7' ) {
134
+ $dynamic_css = '.tagcloud a:before { font-family:FontAwesome;content:"\f02b"; }';
135
+ } elseif ( $current == '5_WebFonts_CSS' ) {
136
+ $dynamic_css = '.tagcloud a:before { font-family: "Font Awesome 5 Free";content: "\f02b";font-weight: bold; }';
137
+ } elseif ( $current == '5_SVG_JS' ) {
138
+ $dynamic_css = '.tagcloud a:before { content:"" }';
139
+ }
140
+ // delete before after space
141
+ $dynamic_css = trim( $dynamic_css );
142
+ // convert tab and br to space
143
+ $dynamic_css = preg_replace( '/[\n\r\t]/', '', $dynamic_css );
144
+ // Change multiple spaces to single space
145
+ $dynamic_css = preg_replace( '/\s(?=\s)/', '', $dynamic_css );
146
+
147
+ global $set_enqueue_handle_style;
148
+ wp_add_inline_style( $set_enqueue_handle_style, $dynamic_css );
149
+ }
150
+
151
+ public static function class_switch( $class_v4 = '', $class_v5 = '' ) {
152
+ $current_option = self::get_option_fa();
153
+ if ( $current_option == '5_WebFonts_CSS' || $current_option == '5_SVG_JS' ) {
154
+ return $class_v5;
155
+ } else {
156
+ return $class_v4;
157
+ }
158
+ }
159
+
160
+ /*-------------------------------------------*/
161
+ /* customize_register
162
+ /*-------------------------------------------*/
163
+ static function customize_register( $wp_customize ) {
164
+
165
+ global $vk_font_awesome_version_prefix_customize_panel;
166
+
167
+ $wp_customize->add_section(
168
+ 'VK Font Awesome', array(
169
+ 'title' => $vk_font_awesome_version_prefix_customize_panel . __( 'Font Awesome', 'vkExUnit' ),
170
+ 'priority' => 450,
171
+ )
172
+ );
173
+
174
+ $wp_customize->add_setting(
175
+ 'vk_font_awesome_version', array(
176
+ 'default' => '5_WebFonts_CSS',
177
+ 'type' => 'option',
178
+ 'capability' => 'edit_theme_options',
179
+ 'sanitize_callback' => 'sanitize_text_field',
180
+ )
181
+ );
182
+
183
+ $versions = Vk_Font_Awesome_Versions::versions();
184
+ foreach ( $versions as $key => $value ) {
185
+ $choices[ $key ] = $value['label'];
186
+ }
187
+
188
+ $wp_customize->add_control(
189
+ 'vk_font_awesome_version', array(
190
+ 'label' => __( 'Font Awesome Version', 'vkExUnit' ),
191
+ 'section' => 'VK Font Awesome',
192
+ 'settings' => 'vk_font_awesome_version',
193
+ 'description' => __( '4.7 will be abolished in the near future.', 'vkExUnit' ),
194
+ 'type' => 'select',
195
+ 'priority' => '',
196
+ 'choices' => $choices,
197
+ )
198
+ );
199
+ } // static function customize_register( $wp_customize ) {
200
+
201
+ } // Vk_Font_Awesome_Versions
202
+ Vk_Font_Awesome_Versions::init();
203
+ } // if ( ! class_exists( 'Vk_Font_Awesome_Versions' ) ) {
trunk/plugins/font-awesome/versions/4.7.0/HELP-US-OUT.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
2
+ Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
3
+ comprehensive icon sets or copy and paste your own.
4
+
5
+ Please. Check it out.
6
+
7
+ -Dave Gandy
trunk/plugins/font-awesome/versions/4.7.0/css/font-awesome.css ADDED
@@ -0,0 +1,2337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ */
5
+ /* FONT PATH
6
+ * -------------------------- */
7
+ @font-face {
8
+ font-family: 'FontAwesome';
9
+ src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
10
+ 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');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+ .fa {
15
+ display: inline-block;
16
+ font: normal normal normal 14px/1 FontAwesome;
17
+ font-size: inherit;
18
+ text-rendering: auto;
19
+ -webkit-font-smoothing: antialiased;
20
+ -moz-osx-font-smoothing: grayscale;
21
+ }
22
+ /* makes the font 33% larger relative to the icon container */
23
+ .fa-lg {
24
+ font-size: 1.33333333em;
25
+ line-height: 0.75em;
26
+ vertical-align: -15%;
27
+ }
28
+ .fa-2x {
29
+ font-size: 2em;
30
+ }
31
+ .fa-3x {
32
+ font-size: 3em;
33
+ }
34
+ .fa-4x {
35
+ font-size: 4em;
36
+ }
37
+ .fa-5x {
38
+ font-size: 5em;
39
+ }
40
+ .fa-fw {
41
+ width: 1.28571429em;
42
+ text-align: center;
43
+ }
44
+ .fa-ul {
45
+ padding-left: 0;
46
+ margin-left: 2.14285714em;
47
+ list-style-type: none;
48
+ }
49
+ .fa-ul > li {
50
+ position: relative;
51
+ }
52
+ .fa-li {
53
+ position: absolute;
54
+ left: -2.14285714em;
55
+ width: 2.14285714em;
56
+ top: 0.14285714em;
57
+ text-align: center;
58
+ }
59
+ .fa-li.fa-lg {
60
+ left: -1.85714286em;
61
+ }
62
+ .fa-border {
63
+ padding: .2em .25em .15em;
64
+ border: solid 0.08em #eeeeee;
65
+ border-radius: .1em;
66
+ }
67
+ .fa-pull-left {
68
+ float: left;
69
+ }
70
+ .fa-pull-right {
71
+ float: right;
72
+ }
73
+ .fa.fa-pull-left {
74
+ margin-right: .3em;
75
+ }
76
+ .fa.fa-pull-right {
77
+ margin-left: .3em;
78
+ }
79
+ /* Deprecated as of 4.4.0 */
80
+ .pull-right {
81
+ float: right;
82
+ }
83
+ .pull-left {
84
+ float: left;
85
+ }
86
+ .fa.pull-left {
87
+ margin-right: .3em;
88
+ }
89
+ .fa.pull-right {
90
+ margin-left: .3em;
91
+ }
92
+ .fa-spin {
93
+ -webkit-animation: fa-spin 2s infinite linear;
94
+ animation: fa-spin 2s infinite linear;
95
+ }
96
+ .fa-pulse {
97
+ -webkit-animation: fa-spin 1s infinite steps(8);
98
+ animation: fa-spin 1s infinite steps(8);
99
+ }
100
+ @-webkit-keyframes fa-spin {
101
+ 0% {
102
+ -webkit-transform: rotate(0deg);
103
+ transform: rotate(0deg);
104
+ }
105
+ 100% {
106
+ -webkit-transform: rotate(359deg);
107
+ transform: rotate(359deg);
108
+ }
109
+ }
110
+ @keyframes fa-spin {
111
+ 0% {
112
+ -webkit-transform: rotate(0deg);
113
+ transform: rotate(0deg);
114
+ }
115
+ 100% {
116
+ -webkit-transform: rotate(359deg);
117
+ transform: rotate(359deg);
118
+ }
119
+ }
120
+ .fa-rotate-90 {
121
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
122
+ -webkit-transform: rotate(90deg);
123
+ -ms-transform: rotate(90deg);
124
+ transform: rotate(90deg);
125
+ }
126
+ .fa-rotate-180 {
127
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
128
+ -webkit-transform: rotate(180deg);
129
+ -ms-transform: rotate(180deg);
130
+ transform: rotate(180deg);
131
+ }
132
+ .fa-rotate-270 {
133
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
134
+ -webkit-transform: rotate(270deg);
135
+ -ms-transform: rotate(270deg);
136
+ transform: rotate(270deg);
137
+ }
138
+ .fa-flip-horizontal {
139
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
140
+ -webkit-transform: scale(-1, 1);
141
+ -ms-transform: scale(-1, 1);
142
+ transform: scale(-1, 1);
143
+ }
144
+ .fa-flip-vertical {
145
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
146
+ -webkit-transform: scale(1, -1);
147
+ -ms-transform: scale(1, -1);
148
+ transform: scale(1, -1);
149
+ }
150
+ :root .fa-rotate-90,
151
+ :root .fa-rotate-180,
152
+ :root .fa-rotate-270,
153
+ :root .fa-flip-horizontal,
154
+ :root .fa-flip-vertical {
155
+ filter: none;
156
+ }
157
+ .fa-stack {
158
+ position: relative;
159
+ display: inline-block;
160
+ width: 2em;
161
+ height: 2em;
162
+ line-height: 2em;
163
+ vertical-align: middle;
164
+ }
165
+ .fa-stack-1x,
166
+ .fa-stack-2x {
167
+ position: absolute;
168
+ left: 0;
169
+ width: 100%;
170
+ text-align: center;
171
+ }
172
+ .fa-stack-1x {
173
+ line-height: inherit;
174
+ }
175
+ .fa-stack-2x {
176
+ font-size: 2em;
177
+ }
178
+ .fa-inverse {
179
+ color: #ffffff;
180
+ }
181
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
182
+ readers do not read off random characters that represent icons */
183
+ .fa-glass:before {
184
+ content: "\f000";
185
+ }
186
+ .fa-music:before {
187
+ content: "\f001";
188
+ }
189
+ .fa-search:before {
190
+ content: "\f002";
191
+ }
192
+ .fa-envelope-o:before {
193
+ content: "\f003";
194
+ }
195
+ .fa-heart:before {
196
+ content: "\f004";
197
+ }
198
+ .fa-star:before {
199
+ content: "\f005";
200
+ }
201
+ .fa-star-o:before {
202
+ content: "\f006";
203
+ }
204
+ .fa-user:before {
205
+ content: "\f007";
206
+ }
207
+ .fa-film:before {
208
+ content: "\f008";
209
+ }
210
+ .fa-th-large:before {
211
+ content: "\f009";
212
+ }
213
+ .fa-th:before {
214
+ content: "\f00a";
215
+ }
216
+ .fa-th-list:before {
217
+ content: "\f00b";
218
+ }
219
+ .fa-check:before {
220
+ content: "\f00c";
221
+ }
222
+ .fa-remove:before,
223
+ .fa-close:before,
224
+ .fa-times:before {
225
+ content: "\f00d";
226
+ }
227
+ .fa-search-plus:before {
228
+ content: "\f00e";
229
+ }
230
+ .fa-search-minus:before {
231
+ content: "\f010";
232
+ }
233
+ .fa-power-off:before {
234
+ content: "\f011";
235
+ }
236
+ .fa-signal:before {
237
+ content: "\f012";
238
+ }
239
+ .fa-gear:before,
240
+ .fa-cog:before {
241
+ content: "\f013";
242
+ }
243
+ .fa-trash-o:before {
244
+ content: "\f014";
245
+ }
246
+ .fa-home:before {
247
+ content: "\f015";
248
+ }
249
+ .fa-file-o:before {
250
+ content: "\f016";
251
+ }
252
+ .fa-clock-o:before {
253
+ content: "\f017";
254
+ }
255
+ .fa-road:before {
256
+ content: "\f018";
257
+ }
258
+ .fa-download:before {
259
+ content: "\f019";
260
+ }
261
+ .fa-arrow-circle-o-down:before {
262
+ content: "\f01a";
263
+ }
264
+ .fa-arrow-circle-o-up:before {
265
+ content: "\f01b";
266
+ }
267
+ .fa-inbox:before {
268
+ content: "\f01c";
269
+ }
270
+ .fa-play-circle-o:before {
271
+ content: "\f01d";
272
+ }
273
+ .fa-rotate-right:before,
274
+ .fa-repeat:before {
275
+ content: "\f01e";
276
+ }
277
+ .fa-refresh:before {
278
+ content: "\f021";
279
+ }
280
+ .fa-list-alt:before {
281
+ content: "\f022";
282
+ }
283
+ .fa-lock:before {
284
+ content: "\f023";
285
+ }
286
+ .fa-flag:before {
287
+ content: "\f024";
288
+ }
289
+ .fa-headphones:before {
290
+ content: "\f025";
291
+ }
292
+ .fa-volume-off:before {
293
+ content: "\f026";
294
+ }
295
+ .fa-volume-down:before {
296
+ content: "\f027";
297
+ }
298
+ .fa-volume-up:before {
299
+ content: "\f028";
300
+ }
301
+ .fa-qrcode:before {
302
+ content: "\f029";
303
+ }
304
+ .fa-barcode:before {
305
+ content: "\f02a";
306
+ }
307
+ .fa-tag:before {
308
+ content: "\f02b";
309
+ }
310
+ .fa-tags:before {
311
+ content: "\f02c";
312
+ }
313
+ .fa-book:before {
314
+ content: "\f02d";
315
+ }
316
+ .fa-bookmark:before {
317
+ content: "\f02e";
318
+ }
319
+ .fa-print:before {
320
+ content: "\f02f";
321
+ }
322
+ .fa-camera:before {
323
+ content: "\f030";
324
+ }
325
+ .fa-font:before {
326
+ content: "\f031";
327
+ }
328
+ .fa-bold:before {
329
+ content: "\f032";
330
+ }
331
+ .fa-italic:before {
332
+ content: "\f033";
333
+ }
334
+ .fa-text-height:before {
335
+ content: "\f034";
336
+ }
337
+ .fa-text-width:before {
338
+ content: "\f035";
339
+ }
340
+ .fa-align-left:before {
341
+ content: "\f036";
342
+ }
343
+ .fa-align-center:before {
344
+ content: "\f037";
345
+ }
346
+ .fa-align-right:before {
347
+ content: "\f038";
348
+ }
349
+ .fa-align-justify:before {
350
+ content: "\f039";
351
+ }
352
+ .fa-list:before {
353
+ content: "\f03a";
354
+ }
355
+ .fa-dedent:before,
356
+ .fa-outdent:before {
357
+ content: "\f03b";
358
+ }
359
+ .fa-indent:before {
360
+ content: "\f03c";
361
+ }
362
+ .fa-video-camera:before {
363
+ content: "\f03d";
364
+ }
365
+ .fa-photo:before,
366
+ .fa-image:before,
367
+ .fa-picture-o:before {
368
+ content: "\f03e";
369
+ }
370
+ .fa-pencil:before {
371
+ content: "\f040";
372
+ }
373
+ .fa-map-marker:before {
374
+ content: "\f041";
375
+ }
376
+ .fa-adjust:before {
377
+ content: "\f042";
378
+ }
379
+ .fa-tint:before {
380
+ content: "\f043";
381
+ }
382
+ .fa-edit:before,
383
+ .fa-pencil-square-o:before {
384
+ content: "\f044";
385
+ }
386
+ .fa-share-square-o:before {
387
+ content: "\f045";
388
+ }
389
+ .fa-check-square-o:before {
390
+ content: "\f046";
391
+ }
392
+ .fa-arrows:before {
393
+ content: "\f047";
394
+ }
395
+ .fa-step-backward:before {
396
+ content: "\f048";
397
+ }
398
+ .fa-fast-backward:before {
399
+ content: "\f049";
400
+ }
401
+ .fa-backward:before {
402
+ content: "\f04a";
403
+ }
404
+ .fa-play:before {
405
+ content: "\f04b";
406
+ }
407
+ .fa-pause:before {
408
+ content: "\f04c";
409
+ }
410
+ .fa-stop:before {
411
+ content: "\f04d";
412
+ }
413
+ .fa-forward:before {
414
+ content: "\f04e";
415
+ }
416
+ .fa-fast-forward:before {
417
+ content: "\f050";
418
+ }
419
+ .fa-step-forward:before {
420
+ content: "\f051";
421
+ }
422
+ .fa-eject:before {
423
+ content: "\f052";
424
+ }
425
+ .fa-chevron-left:before {
426
+ content: "\f053";
427
+ }
428
+ .fa-chevron-right:before {
429
+ content: "\f054";
430
+ }
431
+ .fa-plus-circle:before {
432
+ content: "\f055";
433
+ }
434
+ .fa-minus-circle:before {
435
+ content: "\f056";
436
+ }
437
+ .fa-times-circle:before {
438
+ content: "\f057";
439
+ }
440
+ .fa-check-circle:before {
441
+ content: "\f058";
442
+ }
443
+ .fa-question-circle:before {
444
+ content: "\f059";
445
+ }
446
+ .fa-info-circle:before {
447
+ content: "\f05a";
448
+ }
449
+ .fa-crosshairs:before {
450
+ content: "\f05b";
451
+ }
452
+ .fa-times-circle-o:before {
453
+ content: "\f05c";
454
+ }
455
+ .fa-check-circle-o:before {
456
+ content: "\f05d";
457
+ }
458
+ .fa-ban:before {
459
+ content: "\f05e";
460
+ }
461
+ .fa-arrow-left:before {
462
+ content: "\f060";
463
+ }
464
+ .fa-arrow-right:before {
465
+ content: "\f061";
466
+ }
467
+ .fa-arrow-up:before {
468
+ content: "\f062";
469
+ }
470
+ .fa-arrow-down:before {
471
+ content: "\f063";
472
+ }
473
+ .fa-mail-forward:before,
474
+ .fa-share:before {
475
+ content: "\f064";
476
+ }
477
+ .fa-expand:before {
478
+ content: "\f065";
479
+ }
480
+ .fa-compress:before {
481
+ content: "\f066";
482
+ }
483
+ .fa-plus:before {
484
+ content: "\f067";
485
+ }
486
+ .fa-minus:before {
487
+ content: "\f068";
488
+ }
489
+ .fa-asterisk:before {
490
+ content: "\f069";
491
+ }
492
+ .fa-exclamation-circle:before {
493
+ content: "\f06a";
494
+ }
495
+ .fa-gift:before {
496
+ content: "\f06b";
497
+ }
498
+ .fa-leaf:before {
499
+ content: "\f06c";
500
+ }
501
+ .fa-fire:before {
502
+ content: "\f06d";
503
+ }
504
+ .fa-eye:before {
505
+ content: "\f06e";
506
+ }
507
+ .fa-eye-slash:before {
508
+ content: "\f070";
509
+ }
510
+ .fa-warning:before,
511
+ .fa-exclamation-triangle:before {
512
+ content: "\f071";
513
+ }
514
+ .fa-plane:before {
515
+ content: "\f072";
516
+ }
517
+ .fa-calendar:before {
518
+ content: "\f073";
519
+ }
520
+ .fa-random:before {
521
+ content: "\f074";
522
+ }
523
+ .fa-comment:before {
524
+ content: "\f075";
525
+ }
526
+ .fa-magnet:before {
527
+ content: "\f076";
528
+ }
529
+ .fa-chevron-up:before {
530
+ content: "\f077";
531
+ }
532
+ .fa-chevron-down:before {
533
+ content: "\f078";
534
+ }
535
+ .fa-retweet:before {
536
+ content: "\f079";
537
+ }
538
+ .fa-shopping-cart:before {
539
+ content: "\f07a";
540
+ }
541
+ .fa-folder:before {
542
+ content: "\f07b";
543
+ }
544
+ .fa-folder-open:before {
545
+ content: "\f07c";
546
+ }
547
+ .fa-arrows-v:before {
548
+ content: "\f07d";
549
+ }
550
+ .fa-arrows-h:before {
551
+ content: "\f07e";
552
+ }
553
+ .fa-bar-chart-o:before,
554
+ .fa-bar-chart:before {
555
+ content: "\f080";
556
+ }
557
+ .fa-twitter-square:before {
558
+ content: "\f081";
559
+ }
560
+ .fa-facebook-square:before {
561
+ content: "\f082";
562
+ }
563
+ .fa-camera-retro:before {
564
+ content: "\f083";
565
+ }
566
+ .fa-key:before {
567
+ content: "\f084";
568
+ }
569
+ .fa-gears:before,
570
+ .fa-cogs:before {
571
+ content: "\f085";
572
+ }
573
+ .fa-comments:before {
574
+ content: "\f086";
575
+ }
576
+ .fa-thumbs-o-up:before {
577
+ content: "\f087";
578
+ }
579
+ .fa-thumbs-o-down:before {
580
+ content: "\f088";
581
+ }
582
+ .fa-star-half:before {
583
+ content: "\f089";
584
+ }
585
+ .fa-heart-o:before {
586
+ content: "\f08a";
587
+ }
588
+ .fa-sign-out:before {
589
+ content: "\f08b";
590
+ }
591
+ .fa-linkedin-square:before {
592
+ content: "\f08c";
593
+ }
594
+ .fa-thumb-tack:before {
595
+ content: "\f08d";
596
+ }
597
+ .fa-external-link:before {
598
+ content: "\f08e";
599
+ }
600
+ .fa-sign-in:before {
601
+ content: "\f090";
602
+ }
603
+ .fa-trophy:before {
604
+ content: "\f091";
605
+ }
606
+ .fa-github-square:before {
607
+ content: "\f092";
608
+ }
609
+ .fa-upload:before {
610
+ content: "\f093";
611
+ }
612
+ .fa-lemon-o:before {
613
+ content: "\f094";
614
+ }
615
+ .fa-phone:before {
616
+ content: "\f095";
617
+ }
618
+ .fa-square-o:before {
619
+ content: "\f096";
620
+ }
621
+ .fa-bookmark-o:before {
622
+ content: "\f097";
623
+ }
624
+ .fa-phone-square:before {
625
+ content: "\f098";
626
+ }
627
+ .fa-twitter:before {
628
+ content: "\f099";
629
+ }
630
+ .fa-facebook-f:before,
631
+ .fa-facebook:before {
632
+ content: "\f09a";
633
+ }
634
+ .fa-github:before {
635
+ content: "\f09b";
636
+ }
637
+ .fa-unlock:before {
638
+ content: "\f09c";
639
+ }
640
+ .fa-credit-card:before {
641
+ content: "\f09d";
642
+ }
643
+ .fa-feed:before,
644
+ .fa-rss:before {
645
+ content: "\f09e";
646
+ }
647
+ .fa-hdd-o:before {
648
+ content: "\f0a0";
649
+ }
650
+ .fa-bullhorn:before {
651
+ content: "\f0a1";
652
+ }
653
+ .fa-bell:before {
654
+ content: "\f0f3";
655
+ }
656
+ .fa-certificate:before {
657
+ content: "\f0a3";
658
+ }
659
+ .fa-hand-o-right:before {
660
+ content: "\f0a4";
661
+ }
662
+ .fa-hand-o-left:before {
663
+ content: "\f0a5";
664
+ }
665
+ .fa-hand-o-up:before {
666
+ content: "\f0a6";
667
+ }
668
+ .fa-hand-o-down:before {
669
+ content: "\f0a7";
670
+ }
671
+ .fa-arrow-circle-left:before {
672
+ content: "\f0a8";
673
+ }
674
+ .fa-arrow-circle-right:before {
675
+ content: "\f0a9";
676
+ }
677
+ .fa-arrow-circle-up:before {
678
+ content: "\f0aa";
679
+ }
680
+ .fa-arrow-circle-down:before {
681
+ content: "\f0ab";
682
+ }
683
+ .fa-globe:before {
684
+ content: "\f0ac";
685
+ }
686
+ .fa-wrench:before {
687
+ content: "\f0ad";
688
+ }
689
+ .fa-tasks:before {
690
+ content: "\f0ae";
691
+ }
692
+ .fa-filter:before {
693
+ content: "\f0b0";
694
+ }
695
+ .fa-briefcase:before {
696
+ content: "\f0b1";
697
+ }
698
+ .fa-arrows-alt:before {
699
+ content: "\f0b2";
700
+ }
701
+ .fa-group:before,
702
+ .fa-users:before {
703
+ content: "\f0c0";
704
+ }
705
+ .fa-chain:before,
706
+ .fa-link:before {
707
+ content: "\f0c1";
708
+ }
709
+ .fa-cloud:before {
710
+ content: "\f0c2";
711
+ }
712
+ .fa-flask:before {
713
+ content: "\f0c3";
714
+ }
715
+ .fa-cut:before,
716
+ .fa-scissors:before {
717
+ content: "\f0c4";
718
+ }
719
+ .fa-copy:before,
720
+ .fa-files-o:before {
721
+ content: "\f0c5";
722
+ }
723
+ .fa-paperclip:before {
724
+ content: "\f0c6";
725
+ }
726
+ .fa-save:before,
727
+ .fa-floppy-o:before {
728
+ content: "\f0c7";
729
+ }
730
+ .fa-square:before {
731
+ content: "\f0c8";
732
+ }
733
+ .fa-navicon:before,
734
+ .fa-reorder:before,
735
+ .fa-bars:before {
736
+ content: "\f0c9";
737
+ }
738
+ .fa-list-ul:before {
739
+ content: "\f0ca";
740
+ }
741
+ .fa-list-ol:before {
742
+ content: "\f0cb";
743
+ }
744
+ .fa-strikethrough:before {
745
+ content: "\f0cc";
746
+ }
747
+ .fa-underline:before {
748
+ content: "\f0cd";
749
+ }
750
+ .fa-table:before {
751
+ content: "\f0ce";
752
+ }
753
+ .fa-magic:before {
754
+ content: "\f0d0";
755
+ }
756
+ .fa-truck:before {
757
+ content: "\f0d1";
758
+ }
759
+ .fa-pinterest:before {
760
+ content: "\f0d2";
761
+ }
762
+ .fa-pinterest-square:before {
763
+ content: "\f0d3";
764
+ }
765
+ .fa-google-plus-square:before {
766
+ content: "\f0d4";
767
+ }
768
+ .fa-google-plus:before {
769
+ content: "\f0d5";
770
+ }
771
+ .fa-money:before {
772
+ content: "\f0d6";
773
+ }
774
+ .fa-caret-down:before {
775
+ content: "\f0d7";
776
+ }
777
+ .fa-caret-up:before {
778
+ content: "\f0d8";
779
+ }
780
+ .fa-caret-left:before {
781
+ content: "\f0d9";
782
+ }
783
+ .fa-caret-right:before {
784
+ content: "\f0da";
785
+ }
786
+ .fa-columns:before {
787
+ content: "\f0db";
788
+ }
789
+ .fa-unsorted:before,
790
+ .fa-sort:before {
791
+ content: "\f0dc";
792
+ }
793
+ .fa-sort-down:before,
794
+ .fa-sort-desc:before {
795
+ content: "\f0dd";
796
+ }
797
+ .fa-sort-up:before,
798
+ .fa-sort-asc:before {
799
+ content: "\f0de";
800
+ }
801
+ .fa-envelope:before {
802
+ content: "\f0e0";
803
+ }
804
+ .fa-linkedin:before {
805
+ content: "\f0e1";
806
+ }
807
+ .fa-rotate-left:before,
808
+ .fa-undo:before {
809
+ content: "\f0e2";
810
+ }
811
+ .fa-legal:before,
812
+ .fa-gavel:before {
813
+ content: "\f0e3";
814
+ }
815
+ .fa-dashboard:before,
816
+ .fa-tachometer:before {
817
+ content: "\f0e4";
818
+ }
819
+ .fa-comment-o:before {
820
+ content: "\f0e5";
821
+ }
822
+ .fa-comments-o:before {
823
+ content: "\f0e6";
824
+ }
825
+ .fa-flash:before,
826
+ .fa-bolt:before {
827
+ content: "\f0e7";
828
+ }
829
+ .fa-sitemap:before {
830
+ content: "\f0e8";
831
+ }
832
+ .fa-umbrella:before {
833
+ content: "\f0e9";
834
+ }
835
+ .fa-paste:before,
836
+ .fa-clipboard:before {
837
+ content: "\f0ea";
838
+ }
839
+ .fa-lightbulb-o:before {
840
+ content: "\f0eb";
841
+ }
842
+ .fa-exchange:before {
843
+ content: "\f0ec";
844
+ }
845
+ .fa-cloud-download:before {
846
+ content: "\f0ed";
847
+ }
848
+ .fa-cloud-upload:before {
849
+ content: "\f0ee";
850
+ }
851
+ .fa-user-md:before {
852
+ content: "\f0f0";
853
+ }
854
+ .fa-stethoscope:before {
855
+ content: "\f0f1";
856
+ }
857
+ .fa-suitcase:before {
858
+ content: "\f0f2";
859
+ }
860
+ .fa-bell-o:before {
861
+ content: "\f0a2";
862
+ }
863
+ .fa-coffee:before {
864
+ content: "\f0f4";
865
+ }
866
+ .fa-cutlery:before {
867
+ content: "\f0f5";
868
+ }
869
+ .fa-file-text-o:before {
870
+ content: "\f0f6";
871
+ }
872
+ .fa-building-o:before {
873
+ content: "\f0f7";
874
+ }
875
+ .fa-hospital-o:before {
876
+ content: "\f0f8";
877
+ }
878
+ .fa-ambulance:before {
879
+ content: "\f0f9";
880
+ }
881
+ .fa-medkit:before {
882
+ content: "\f0fa";
883
+ }
884
+ .fa-fighter-jet:before {
885
+ content: "\f0fb";
886
+ }
887
+ .fa-beer:before {
888
+ content: "\f0fc";
889
+ }
890
+ .fa-h-square:before {
891
+ content: "\f0fd";
892
+ }
893
+ .fa-plus-square:before {
894
+ content: "\f0fe";
895
+ }
896
+ .fa-angle-double-left:before {
897
+ content: "\f100";
898
+ }
899
+ .fa-angle-double-right:before {
900
+ content: "\f101";
901
+ }
902
+ .fa-angle-double-up:before {
903
+ content: "\f102";
904
+ }
905
+ .fa-angle-double-down:before {
906
+ content: "\f103";
907
+ }
908
+ .fa-angle-left:before {
909
+ content: "\f104";
910
+ }
911
+ .fa-angle-right:before {
912
+ content: "\f105";
913
+ }
914
+ .fa-angle-up:before {
915
+ content: "\f106";
916
+ }
917
+ .fa-angle-down:before {
918
+ content: "\f107";
919
+ }
920
+ .fa-desktop:before {
921
+ content: "\f108";
922
+ }
923
+ .fa-laptop:before {
924
+ content: "\f109";
925
+ }
926
+ .fa-tablet:before {
927
+ content: "\f10a";
928
+ }
929
+ .fa-mobile-phone:before,
930
+ .fa-mobile:before {
931
+ content: "\f10b";
932
+ }
933
+ .fa-circle-o:before {
934
+ content: "\f10c";
935
+ }
936
+ .fa-quote-left:before {
937
+ content: "\f10d";
938
+ }
939
+ .fa-quote-right:before {
940
+ content: "\f10e";
941
+ }
942
+ .fa-spinner:before {
943
+ content: "\f110";
944
+ }
945
+ .fa-circle:before {
946
+ content: "\f111";
947
+ }
948
+ .fa-mail-reply:before,
949
+ .fa-reply:before {
950
+ content: "\f112";
951
+ }
952
+ .fa-github-alt:before {
953
+ content: "\f113";
954
+ }
955
+ .fa-folder-o:before {
956
+ content: "\f114";
957
+ }
958
+ .fa-folder-open-o:before {
959
+ content: "\f115";
960
+ }
961
+ .fa-smile-o:before {
962
+ content: "\f118";
963
+ }
964
+ .fa-frown-o:before {
965
+ content: "\f119";
966
+ }
967
+ .fa-meh-o:before {
968
+ content: "\f11a";
969
+ }
970
+ .fa-gamepad:before {
971
+ content: "\f11b";
972
+ }
973
+ .fa-keyboard-o:before {
974
+ content: "\f11c";
975
+ }
976
+ .fa-flag-o:before {
977
+ content: "\f11d";
978
+ }
979
+ .fa-flag-checkered:before {
980
+ content: "\f11e";
981
+ }
982
+ .fa-terminal:before {
983
+ content: "\f120";
984
+ }
985
+ .fa-code:before {
986
+ content: "\f121";
987
+ }
988
+ .fa-mail-reply-all:before,
989
+ .fa-reply-all:before {
990
+ content: "\f122";
991
+ }
992
+ .fa-star-half-empty:before,
993
+ .fa-star-half-full:before,
994
+ .fa-star-half-o:before {
995
+ content: "\f123";
996
+ }
997
+ .fa-location-arrow:before {
998
+ content: "\f124";
999
+ }
1000
+ .fa-crop:before {
1001
+ content: "\f125";
1002
+ }
1003
+ .fa-code-fork:before {
1004
+ content: "\f126";
1005
+ }
1006
+ .fa-unlink:before,
1007
+ .fa-chain-broken:before {
1008
+ content: "\f127";
1009
+ }
1010
+ .fa-question:before {
1011
+ content: "\f128";
1012
+ }
1013
+ .fa-info:before {
1014
+ content: "\f129";
1015
+ }
1016
+ .fa-exclamation:before {
1017
+ content: "\f12a";
1018
+ }
1019
+ .fa-superscript:before {
1020
+ content: "\f12b";
1021
+ }
1022
+ .fa-subscript:before {
1023
+ content: "\f12c";
1024
+ }
1025
+ .fa-eraser:before {
1026
+ content: "\f12d";
1027
+ }
1028
+ .fa-puzzle-piece:before {
1029
+ content: "\f12e";
1030
+ }
1031
+ .fa-microphone:before {
1032
+ content: "\f130";
1033
+ }
1034
+ .fa-microphone-slash:before {
1035
+ content: "\f131";
1036
+ }
1037
+ .fa-shield:before {
1038
+ content: "\f132";
1039
+ }
1040
+ .fa-calendar-o:before {
1041
+ content: "\f133";
1042
+ }
1043
+ .fa-fire-extinguisher:before {
1044
+ content: "\f134";
1045
+ }
1046
+ .fa-rocket:before {
1047
+ content: "\f135";
1048
+ }
1049
+ .fa-maxcdn:before {
1050
+ content: "\f136";
1051
+ }
1052
+ .fa-chevron-circle-left:before {
1053
+ content: "\f137";
1054
+ }
1055
+ .fa-chevron-circle-right:before {
1056
+ content: "\f138";
1057
+ }
1058
+ .fa-chevron-circle-up:before {
1059
+ content: "\f139";
1060
+ }
1061
+ .fa-chevron-circle-down:before {
1062
+ content: "\f13a";
1063
+ }
1064
+ .fa-html5:before {
1065
+ content: "\f13b";
1066
+ }
1067
+ .fa-css3:before {
1068
+ content: "\f13c";
1069
+ }
1070
+ .fa-anchor:before {
1071
+ content: "\f13d";
1072
+ }
1073
+ .fa-unlock-alt:before {
1074
+ content: "\f13e";
1075
+ }
1076
+ .fa-bullseye:before {
1077
+ content: "\f140";
1078
+ }
1079
+ .fa-ellipsis-h:before {
1080
+ content: "\f141";
1081
+ }
1082
+ .fa-ellipsis-v:before {
1083
+ content: "\f142";
1084
+ }
1085
+ .fa-rss-square:before {
1086
+ content: "\f143";
1087
+ }
1088
+ .fa-play-circle:before {
1089
+ content: "\f144";
1090
+ }
1091
+ .fa-ticket:before {
1092
+ content: "\f145";
1093
+ }
1094
+ .fa-minus-square:before {
1095
+ content: "\f146";
1096
+ }
1097
+ .fa-minus-square-o:before {
1098
+ content: "\f147";
1099
+ }
1100
+ .fa-level-up:before {
1101
+ content: "\f148";
1102
+ }
1103
+ .fa-level-down:before {
1104
+ content: "\f149";
1105
+ }
1106
+ .fa-check-square:before {
1107
+ content: "\f14a";
1108
+ }
1109
+ .fa-pencil-square:before {
1110
+ content: "\f14b";
1111
+ }
1112
+ .fa-external-link-square:before {
1113
+ content: "\f14c";
1114
+ }
1115
+ .fa-share-square:before {
1116
+ content: "\f14d";
1117
+ }
1118
+ .fa-compass:before {
1119
+ content: "\f14e";
1120
+ }
1121
+ .fa-toggle-down:before,
1122
+ .fa-caret-square-o-down:before {
1123
+ content: "\f150";
1124
+ }
1125
+ .fa-toggle-up:before,
1126
+ .fa-caret-square-o-up:before {
1127
+ content: "\f151";
1128
+ }
1129
+ .fa-toggle-right:before,
1130
+ .fa-caret-square-o-right:before {
1131
+ content: "\f152";
1132
+ }
1133
+ .fa-euro:before,
1134
+ .fa-eur:before {
1135
+ content: "\f153";
1136
+ }
1137
+ .fa-gbp:before {
1138
+ content: "\f154";
1139
+ }
1140
+ .fa-dollar:before,
1141
+ .fa-usd:before {
1142
+ content: "\f155";
1143
+ }
1144
+ .fa-rupee:before,
1145
+ .fa-inr:before {
1146
+ content: "\f156";
1147
+ }
1148
+ .fa-cny:before,
1149
+ .fa-rmb:before,
1150
+ .fa-yen:before,
1151
+ .fa-jpy:before {
1152
+ content: "\f157";
1153
+ }
1154
+ .fa-ruble:before,
1155
+ .fa-rouble:before,
1156
+ .fa-rub:before {
1157
+ content: "\f158";
1158
+ }
1159
+ .fa-won:before,
1160
+ .fa-krw:before {
1161
+ content: "\f159";
1162
+ }
1163
+ .fa-bitcoin:before,
1164
+ .fa-btc:before {
1165
+ content: "\f15a";
1166
+ }
1167
+ .fa-file:before {
1168
+ content: "\f15b";
1169
+ }
1170
+ .fa-file-text:before {
1171
+ content: "\f15c";
1172
+ }
1173
+ .fa-sort-alpha-asc:before {
1174
+ content: "\f15d";
1175
+ }
1176
+ .fa-sort-alpha-desc:before {
1177
+ content: "\f15e";
1178
+ }
1179
+ .fa-sort-amount-asc:before {
1180
+ content: "\f160";
1181
+ }
1182
+ .fa-sort-amount-desc:before {
1183
+ content: "\f161";
1184
+ }
1185
+ .fa-sort-numeric-asc:before {
1186
+ content: "\f162";
1187
+ }
1188
+ .fa-sort-numeric-desc:before {
1189
+ content: "\f163";
1190
+ }
1191
+ .fa-thumbs-up:before {
1192
+ content: "\f164";
1193
+ }
1194
+ .fa-thumbs-down:before {
1195
+ content: "\f165";
1196
+ }
1197
+ .fa-youtube-square:before {
1198
+ content: "\f166";
1199
+ }
1200
+ .fa-youtube:before {
1201
+ content: "\f167";
1202
+ }
1203
+ .fa-xing:before {
1204
+ content: "\f168";
1205
+ }
1206
+ .fa-xing-square:before {
1207
+ content: "\f169";
1208
+ }
1209
+ .fa-youtube-play:before {
1210
+ content: "\f16a";
1211
+ }
1212
+ .fa-dropbox:before {
1213
+ content: "\f16b";
1214
+ }
1215
+ .fa-stack-overflow:before {
1216
+ content: "\f16c";
1217
+ }
1218
+ .fa-instagram:before {
1219
+ content: "\f16d";
1220
+ }
1221
+ .fa-flickr:before {
1222
+ content: "\f16e";
1223
+ }
1224
+ .fa-adn:before {
1225
+ content: "\f170";
1226
+ }
1227
+ .fa-bitbucket:before {
1228
+ content: "\f171";
1229
+ }
1230
+ .fa-bitbucket-square:before {
1231
+ content: "\f172";
1232
+ }
1233
+ .fa-tumblr:before {
1234
+ content: "\f173";
1235
+ }
1236
+ .fa-tumblr-square:before {
1237
+ content: "\f174";
1238
+ }
1239
+ .fa-long-arrow-down:before {
1240
+ content: "\f175";
1241
+ }
1242
+ .fa-long-arrow-up:before {
1243
+ content: "\f176";
1244
+ }
1245
+ .fa-long-arrow-left:before {
1246
+ content: "\f177";
1247
+ }
1248
+ .fa-long-arrow-right:before {
1249
+ content: "\f178";
1250
+ }
1251
+ .fa-apple:before {
1252
+ content: "\f179";
1253
+ }
1254
+ .fa-windows:before {
1255
+ content: "\f17a";
1256
+ }
1257
+ .fa-android:before {
1258
+ content: "\f17b";
1259
+ }
1260
+ .fa-linux:before {
1261
+ content: "\f17c";
1262
+ }
1263
+ .fa-dribbble:before {
1264
+ content: "\f17d";
1265
+ }
1266
+ .fa-skype:before {
1267
+ content: "\f17e";
1268
+ }
1269
+ .fa-foursquare:before {
1270
+ content: "\f180";
1271
+ }
1272
+ .fa-trello:before {
1273
+ content: "\f181";
1274
+ }
1275
+ .fa-female:before {
1276
+ content: "\f182";
1277
+ }
1278
+ .fa-male:before {
1279
+ content: "\f183";
1280
+ }
1281
+ .fa-gittip:before,
1282
+ .fa-gratipay:before {
1283
+ content: "\f184";
1284
+ }
1285
+ .fa-sun-o:before {
1286
+ content: "\f185";
1287
+ }
1288
+ .fa-moon-o:before {
1289
+ content: "\f186";
1290
+ }
1291
+ .fa-archive:before {
1292
+ content: "\f187";
1293
+ }
1294
+ .fa-bug:before {
1295
+ content: "\f188";
1296
+ }
1297
+ .fa-vk:before {
1298
+ content: "\f189";
1299
+ }
1300
+ .fa-weibo:before {
1301
+ content: "\f18a";
1302
+ }
1303
+ .fa-renren:before {
1304
+ content: "\f18b";
1305
+ }
1306
+ .fa-pagelines:before {
1307
+ content: "\f18c";
1308
+ }
1309
+ .fa-stack-exchange:before {
1310
+ content: "\f18d";
1311
+ }
1312
+ .fa-arrow-circle-o-right:before {
1313
+ content: "\f18e";
1314
+ }
1315
+ .fa-arrow-circle-o-left:before {
1316
+ content: "\f190";
1317
+ }
1318
+ .fa-toggle-left:before,
1319
+ .fa-caret-square-o-left:before {
1320
+ content: "\f191";
1321
+ }
1322
+ .fa-dot-circle-o:before {
1323
+ content: "\f192";
1324
+ }
1325
+ .fa-wheelchair:before {
1326
+ content: "\f193";
1327
+ }
1328
+ .fa-vimeo-square:before {
1329
+ content: "\f194";
1330
+ }
1331
+ .fa-turkish-lira:before,
1332
+ .fa-try:before {
1333
+ content: "\f195";
1334
+ }
1335
+ .fa-plus-square-o:before {
1336
+ content: "\f196";
1337
+ }
1338
+ .fa-space-shuttle:before {
1339
+ content: "\f197";
1340
+ }
1341
+ .fa-slack:before {
1342
+ content: "\f198";
1343
+ }
1344
+ .fa-envelope-square:before {
1345
+ content: "\f199";
1346
+ }
1347
+ .fa-wordpress:before {
1348
+ content: "\f19a";
1349
+ }
1350
+ .fa-openid:before {
1351
+ content: "\f19b";
1352
+ }
1353
+ .fa-institution:before,
1354
+ .fa-bank:before,
1355
+ .fa-university:before {
1356
+ content: "\f19c";
1357
+ }
1358
+ .fa-mortar-board:before,
1359
+ .fa-graduation-cap:before {
1360
+ content: "\f19d";
1361
+ }
1362
+ .fa-yahoo:before {
1363
+ content: "\f19e";
1364
+ }
1365
+ .fa-google:before {
1366
+ content: "\f1a0";
1367
+ }
1368
+ .fa-reddit:before {
1369
+ content: "\f1a1";
1370
+ }
1371
+ .fa-reddit-square:before {
1372
+ content: "\f1a2";
1373
+ }
1374
+ .fa-stumbleupon-circle:before {
1375
+ content: "\f1a3";
1376
+ }
1377
+ .fa-stumbleupon:before {
1378
+ content: "\f1a4";
1379
+ }
1380
+ .fa-delicious:before {
1381
+ content: "\f1a5";
1382
+ }
1383
+ .fa-digg:before {
1384
+ content: "\f1a6";
1385
+ }
1386
+ .fa-pied-piper-pp:before {
1387
+ content: "\f1a7";
1388
+ }
1389
+ .fa-pied-piper-alt:before {
1390
+ content: "\f1a8";
1391
+ }
1392
+ .fa-drupal:before {
1393
+ content: "\f1a9";
1394
+ }
1395
+ .fa-joomla:before {
1396
+ content: "\f1aa";
1397
+ }
1398
+ .fa-language:before {
1399
+ content: "\f1ab";
1400
+ }
1401
+ .fa-fax:before {
1402
+ content: "\f1ac";
1403
+ }
1404
+ .fa-building:before {
1405
+ content: "\f1ad";
1406
+ }
1407
+ .fa-child:before {
1408
+ content: "\f1ae";
1409
+ }
1410
+ .fa-paw:before {
1411
+ content: "\f1b0";
1412
+ }
1413
+ .fa-spoon:before {
1414
+ content: "\f1b1";
1415
+ }
1416
+ .fa-cube:before {
1417
+ content: "\f1b2";
1418
+ }
1419
+ .fa-cubes:before {
1420
+ content: "\f1b3";
1421
+ }
1422
+ .fa-behance:before {
1423
+ content: "\f1b4";
1424
+ }
1425
+ .fa-behance-square:before {
1426
+ content: "\f1b5";
1427
+ }
1428
+ .fa-steam:before {
1429
+ content: "\f1b6";
1430
+ }
1431
+ .fa-steam-square:before {
1432
+ content: "\f1b7";
1433
+ }
1434
+ .fa-recycle:before {
1435
+ content: "\f1b8";
1436
+ }
1437
+ .fa-automobile:before,
1438
+ .fa-car:before {
1439
+ content: "\f1b9";
1440
+ }
1441
+ .fa-cab:before,
1442
+ .fa-taxi:before {
1443
+ content: "\f1ba";
1444
+ }
1445
+ .fa-tree:before {
1446
+ content: "\f1bb";
1447
+ }
1448
+ .fa-spotify:before {
1449
+ content: "\f1bc";
1450
+ }
1451
+ .fa-deviantart:before {
1452
+ content: "\f1bd";
1453
+ }
1454
+ .fa-soundcloud:before {
1455
+ content: "\f1be";
1456
+ }
1457
+ .fa-database:before {
1458
+ content: "\f1c0";
1459
+ }
1460
+ .fa-file-pdf-o:before {
1461
+ content: "\f1c1";
1462
+ }
1463
+ .fa-file-word-o:before {
1464
+ content: "\f1c2";
1465
+ }
1466
+ .fa-file-excel-o:before {
1467
+ content: "\f1c3";
1468
+ }
1469
+ .fa-file-powerpoint-o:before {
1470
+ content: "\f1c4";
1471
+ }
1472
+ .fa-file-photo-o:before,
1473
+ .fa-file-picture-o:before,
1474
+ .fa-file-image-o:before {
1475
+ content: "\f1c5";
1476
+ }
1477
+ .fa-file-zip-o:before,
1478
+ .fa-file-archive-o:before {
1479
+ content: "\f1c6";
1480
+ }
1481
+ .fa-file-sound-o:before,
1482
+ .fa-file-audio-o:before {
1483
+ content: "\f1c7";
1484
+ }
1485
+ .fa-file-movie-o:before,
1486
+ .fa-file-video-o:before {
1487
+ content: "\f1c8";
1488
+ }
1489
+ .fa-file-code-o:before {
1490
+ content: "\f1c9";
1491
+ }
1492
+ .fa-vine:before {
1493
+ content: "\f1ca";
1494
+ }
1495
+ .fa-codepen:before {
1496
+ content: "\f1cb";
1497
+ }
1498
+ .fa-jsfiddle:before {
1499
+ content: "\f1cc";
1500
+ }
1501
+ .fa-life-bouy:before,
1502
+ .fa-life-buoy:before,
1503
+ .fa-life-saver:before,
1504
+ .fa-support:before,
1505
+ .fa-life-ring:before {
1506
+ content: "\f1cd";
1507
+ }
1508
+ .fa-circle-o-notch:before {
1509
+ content: "\f1ce";
1510
+ }
1511
+ .fa-ra:before,
1512
+ .fa-resistance:before,
1513
+ .fa-rebel:before {
1514
+ content: "\f1d0";
1515
+ }
1516
+ .fa-ge:before,
1517
+ .fa-empire:before {
1518
+ content: "\f1d1";
1519
+ }
1520
+ .fa-git-square:before {
1521
+ content: "\f1d2";
1522
+ }
1523
+ .fa-git:before {
1524
+ content: "\f1d3";
1525
+ }
1526
+ .fa-y-combinator-square:before,
1527
+ .fa-yc-square:before,
1528
+ .fa-hacker-news:before {
1529
+ content: "\f1d4";
1530
+ }
1531
+ .fa-tencent-weibo:before {
1532
+ content: "\f1d5";
1533
+ }
1534
+ .fa-qq:before {
1535
+ content: "\f1d6";
1536
+ }
1537
+ .fa-wechat:before,
1538
+ .fa-weixin:before {
1539
+ content: "\f1d7";
1540
+ }
1541
+ .fa-send:before,
1542
+ .fa-paper-plane:before {
1543
+ content: "\f1d8";
1544
+ }
1545
+ .fa-send-o:before,
1546
+ .fa-paper-plane-o:before {
1547
+ content: "\f1d9";
1548
+ }
1549
+ .fa-history:before {
1550
+ content: "\f1da";
1551
+ }
1552
+ .fa-circle-thin:before {
1553
+ content: "\f1db";
1554
+ }
1555
+ .fa-header:before {
1556
+ content: "\f1dc";
1557
+ }
1558
+ .fa-paragraph:before {
1559
+ content: "\f1dd";
1560
+ }
1561
+ .fa-sliders:before {
1562
+ content: "\f1de";
1563
+ }
1564
+ .fa-share-alt:before {
1565
+ content: "\f1e0";
1566
+ }
1567
+ .fa-share-alt-square:before {
1568
+ content: "\f1e1";
1569
+ }
1570
+ .fa-bomb:before {
1571
+ content: "\f1e2";
1572
+ }
1573
+ .fa-soccer-ball-o:before,
1574
+ .fa-futbol-o:before {
1575
+ content: "\f1e3";
1576
+ }
1577
+ .fa-tty:before {
1578
+ content: "\f1e4";
1579
+ }
1580
+ .fa-binoculars:before {
1581
+ content: "\f1e5";
1582
+ }
1583
+ .fa-plug:before {
1584
+ content: "\f1e6";
1585
+ }
1586
+ .fa-slideshare:before {
1587
+ content: "\f1e7";
1588
+ }
1589
+ .fa-twitch:before {
1590
+ content: "\f1e8";
1591
+ }
1592
+ .fa-yelp:before {
1593
+ content: "\f1e9";
1594
+ }
1595
+ .fa-newspaper-o:before {
1596
+ content: "\f1ea";
1597
+ }
1598
+ .fa-wifi:before {
1599
+ content: "\f1eb";
1600
+ }
1601
+ .fa-calculator:before {
1602
+ content: "\f1ec";
1603
+ }
1604
+ .fa-paypal:before {
1605
+ content: "\f1ed";
1606
+ }
1607
+ .fa-google-wallet:before {
1608
+ content: "\f1ee";
1609
+ }
1610
+ .fa-cc-visa:before {
1611
+ content: "\f1f0";
1612
+ }
1613
+ .fa-cc-mastercard:before {
1614
+ content: "\f1f1";
1615
+ }
1616
+ .fa-cc-discover:before {
1617
+ content: "\f1f2";
1618
+ }
1619
+ .fa-cc-amex:before {
1620
+ content: "\f1f3";
1621
+ }
1622
+ .fa-cc-paypal:before {
1623
+ content: "\f1f4";
1624
+ }
1625
+ .fa-cc-stripe:before {
1626
+ content: "\f1f5";
1627
+ }
1628
+ .fa-bell-slash:before {
1629
+ content: "\f1f6";
1630
+ }
1631
+ .fa-bell-slash-o:before {
1632
+ content: "\f1f7";
1633
+ }
1634
+ .fa-trash:before {
1635
+ content: "\f1f8";
1636
+ }
1637
+ .fa-copyright:before {
1638
+ content: "\f1f9";
1639
+ }
1640
+ .fa-at:before {
1641
+ content: "\f1fa";
1642
+ }
1643
+ .fa-eyedropper:before {
1644
+ content: "\f1fb";
1645
+ }
1646
+ .fa-paint-brush:before {
1647
+ content: "\f1fc";
1648
+ }
1649
+ .fa-birthday-cake:before {
1650
+ content: "\f1fd";
1651
+ }
1652
+ .fa-area-chart:before {
1653
+ content: "\f1fe";
1654
+ }
1655
+ .fa-pie-chart:before {
1656
+ content: "\f200";
1657
+ }
1658
+ .fa-line-chart:before {
1659
+ content: "\f201";
1660
+ }
1661
+ .fa-lastfm:before {
1662
+ content: "\f202";
1663
+ }
1664
+ .fa-lastfm-square:before {
1665
+ content: "\f203";
1666
+ }
1667
+ .fa-toggle-off:before {
1668
+ content: "\f204";
1669
+ }
1670
+ .fa-toggle-on:before {
1671
+ content: "\f205";
1672
+ }
1673
+ .fa-bicycle:before {
1674
+ content: "\f206";
1675
+ }
1676
+ .fa-bus:before {
1677
+ content: "\f207";
1678
+ }
1679
+ .fa-ioxhost:before {
1680
+ content: "\f208";
1681
+ }
1682
+ .fa-angellist:before {
1683
+ content: "\f209";
1684
+ }
1685
+ .fa-cc:before {
1686
+ content: "\f20a";
1687
+ }
1688
+ .fa-shekel:before,
1689
+ .fa-sheqel:before,
1690
+ .fa-ils:before {
1691
+ content: "\f20b";
1692
+ }
1693
+ .fa-meanpath:before {
1694
+ content: "\f20c";
1695
+ }
1696
+ .fa-buysellads:before {
1697
+ content: "\f20d";
1698
+ }
1699
+ .fa-connectdevelop:before {
1700
+ content: "\f20e";
1701
+ }
1702
+ .fa-dashcube:before {
1703
+ content: "\f210";
1704
+ }
1705
+ .fa-forumbee:before {
1706
+ content: "\f211";
1707
+ }
1708
+ .fa-leanpub:before {
1709
+ content: "\f212";
1710
+ }
1711
+ .fa-sellsy:before {
1712
+ content: "\f213";
1713
+ }
1714
+ .fa-shirtsinbulk:before {
1715
+ content: "\f214";
1716
+ }
1717
+ .fa-simplybuilt:before {
1718
+ content: "\f215";
1719
+ }
1720
+ .fa-skyatlas:before {
1721
+ content: "\f216";
1722
+ }
1723
+ .fa-cart-plus:before {
1724
+ content: "\f217";
1725
+ }
1726
+ .fa-cart-arrow-down:before {
1727
+ content: "\f218";
1728
+ }
1729
+ .fa-diamond:before {
1730
+ content: "\f219";
1731
+ }
1732
+ .fa-ship:before {
1733
+ content: "\f21a";
1734
+ }
1735
+ .fa-user-secret:before {
1736
+ content: "\f21b";
1737
+ }
1738
+ .fa-motorcycle:before {
1739
+ content: "\f21c";
1740
+ }
1741
+ .fa-street-view:before {
1742
+ content: "\f21d";
1743
+ }
1744
+ .fa-heartbeat:before {
1745
+ content: "\f21e";
1746
+ }
1747
+ .fa-venus:before {
1748
+ content: "\f221";
1749
+ }
1750
+ .fa-mars:before {
1751
+ content: "\f222";
1752
+ }
1753
+ .fa-mercury:before {
1754
+ content: "\f223";
1755
+ }
1756
+ .fa-intersex:before,
1757
+ .fa-transgender:before {
1758
+ content: "\f224";
1759
+ }
1760
+ .fa-transgender-alt:before {
1761
+ content: "\f225";
1762
+ }
1763
+ .fa-venus-double:before {
1764
+ content: "\f226";
1765
+ }
1766
+ .fa-mars-double:before {
1767
+ content: "\f227";
1768
+ }
1769
+ .fa-venus-mars:before {
1770
+ content: "\f228";
1771
+ }
1772
+ .fa-mars-stroke:before {
1773
+ content: "\f229";
1774
+ }
1775
+ .fa-mars-stroke-v:before {
1776
+ content: "\f22a";
1777
+ }
1778
+ .fa-mars-stroke-h:before {
1779
+ content: "\f22b";
1780
+ }
1781
+ .fa-neuter:before {
1782
+ content: "\f22c";
1783
+ }
1784
+ .fa-genderless:before {
1785
+ content: "\f22d";
1786
+ }
1787
+ .fa-facebook-official:before {
1788
+ content: "\f230";
1789
+ }
1790
+ .fa-pinterest-p:before {
1791
+ content: "\f231";
1792
+ }
1793
+ .fa-whatsapp:before {
1794
+ content: "\f232";
1795
+ }
1796
+ .fa-server:before {
1797
+ content: "\f233";
1798
+ }
1799
+ .fa-user-plus:before {
1800
+ content: "\f234";
1801
+ }
1802
+ .fa-user-times:before {
1803
+ content: "\f235";
1804
+ }
1805
+ .fa-hotel:before,
1806
+ .fa-bed:before {
1807
+ content: "\f236";
1808
+ }
1809
+ .fa-viacoin:before {
1810
+ content: "\f237";
1811
+ }
1812
+ .fa-train:before {
1813
+ content: "\f238";
1814
+ }
1815
+ .fa-subway:before {
1816
+ content: "\f239";
1817
+ }
1818
+ .fa-medium:before {
1819
+ content: "\f23a";
1820
+ }
1821
+ .fa-yc:before,
1822
+ .fa-y-combinator:before {
1823
+ content: "\f23b";
1824
+ }
1825
+ .fa-optin-monster:before {
1826
+ content: "\f23c";
1827
+ }
1828
+ .fa-opencart:before {
1829
+ content: "\f23d";
1830
+ }
1831
+ .fa-expeditedssl:before {
1832
+ content: "\f23e";
1833
+ }
1834
+ .fa-battery-4:before,
1835
+ .fa-battery:before,
1836
+ .fa-battery-full:before {
1837
+ content: "\f240";
1838
+ }
1839
+ .fa-battery-3:before,
1840
+ .fa-battery-three-quarters:before {
1841
+ content: "\f241";
1842
+ }
1843
+ .fa-battery-2:before,
1844
+ .fa-battery-half:before {
1845
+ content: "\f242";
1846
+ }
1847
+ .fa-battery-1:before,
1848
+ .fa-battery-quarter:before {
1849
+ content: "\f243";
1850
+ }
1851
+ .fa-battery-0:before,
1852
+ .fa-battery-empty:before {
1853
+ content: "\f244";
1854
+ }
1855
+ .fa-mouse-pointer:before {
1856
+ content: "\f245";
1857
+ }
1858
+ .fa-i-cursor:before {
1859
+ content: "\f246";
1860
+ }
1861
+ .fa-object-group:before {
1862
+ content: "\f247";
1863
+ }
1864
+ .fa-object-ungroup:before {
1865
+ content: "\f248";
1866
+ }
1867
+ .fa-sticky-note:before {
1868
+ content: "\f249";
1869
+ }
1870
+ .fa-sticky-note-o:before {
1871
+ content: "\f24a";
1872
+ }
1873
+ .fa-cc-jcb:before {
1874
+ content: "\f24b";
1875
+ }
1876
+ .fa-cc-diners-club:before {
1877
+ content: "\f24c";
1878
+ }
1879
+ .fa-clone:before {
1880
+ content: "\f24d";
1881
+ }
1882
+ .fa-balance-scale:before {
1883
+ content: "\f24e";
1884
+ }
1885
+ .fa-hourglass-o:before {
1886
+ content: "\f250";
1887
+ }
1888
+ .fa-hourglass-1:before,
1889
+ .fa-hourglass-start:before {
1890
+ content: "\f251";
1891
+ }
1892
+ .fa-hourglass-2:before,
1893
+ .fa-hourglass-half:before {
1894
+ content: "\f252";
1895
+ }
1896
+ .fa-hourglass-3:before,
1897
+ .fa-hourglass-end:before {
1898
+ content: "\f253";
1899
+ }
1900
+ .fa-hourglass:before {
1901
+ content: "\f254";
1902
+ }
1903
+ .fa-hand-grab-o:before,
1904
+ .fa-hand-rock-o:before {
1905
+ content: "\f255";
1906
+ }
1907
+ .fa-hand-stop-o:before,
1908
+ .fa-hand-paper-o:before {
1909
+ content: "\f256";
1910
+ }
1911
+ .fa-hand-scissors-o:before {
1912
+ content: "\f257";
1913
+ }
1914
+ .fa-hand-lizard-o:before {
1915
+ content: "\f258";
1916
+ }
1917
+ .fa-hand-spock-o:before {
1918
+ content: "\f259";
1919
+ }
1920
+ .fa-hand-pointer-o:before {
1921
+ content: "\f25a";
1922
+ }
1923
+ .fa-hand-peace-o:before {
1924
+ content: "\f25b";
1925
+ }
1926
+ .fa-trademark:before {
1927
+ content: "\f25c";
1928
+ }
1929
+ .fa-registered:before {
1930
+ content: "\f25d";
1931
+ }
1932
+ .fa-creative-commons:before {
1933
+ content: "\f25e";
1934
+ }
1935
+ .fa-gg:before {
1936
+ content: "\f260";
1937
+ }
1938
+ .fa-gg-circle:before {
1939
+ content: "\f261";
1940
+ }
1941
+ .fa-tripadvisor:before {
1942
+ content: "\f262";
1943
+ }
1944
+ .fa-odnoklassniki:before {
1945
+ content: "\f263";
1946
+ }
1947
+ .fa-odnoklassniki-square:before {
1948
+ content: "\f264";
1949
+ }
1950
+ .fa-get-pocket:before {
1951
+ content: "\f265";
1952
+ }
1953
+ .fa-wikipedia-w:before {
1954
+ content: "\f266";
1955
+ }
1956
+ .fa-safari:before {
1957
+ content: "\f267";
1958
+ }
1959
+ .fa-chrome:before {
1960
+ content: "\f268";
1961
+ }
1962
+ .fa-firefox:before {
1963
+ content: "\f269";
1964
+ }
1965
+ .fa-opera:before {
1966
+ content: "\f26a";
1967
+ }
1968
+ .fa-internet-explorer:before {
1969
+ content: "\f26b";
1970
+ }
1971
+ .fa-tv:before,
1972
+ .fa-television:before {
1973
+ content: "\f26c";
1974
+ }
1975
+ .fa-contao:before {
1976
+ content: "\f26d";
1977
+ }
1978
+ .fa-500px:before {
1979
+ content: "\f26e";
1980
+ }
1981
+ .fa-amazon:before {
1982
+ content: "\f270";
1983
+ }
1984
+ .fa-calendar-plus-o:before {
1985
+ content: "\f271";
1986
+ }
1987
+ .fa-calendar-minus-o:before {
1988
+ content: "\f272";
1989
+ }
1990
+ .fa-calendar-times-o:before {
1991
+ content: "\f273";
1992
+ }
1993
+ .fa-calendar-check-o:before {
1994
+ content: "\f274";
1995
+ }
1996
+ .fa-industry:before {
1997
+ content: "\f275";
1998
+ }
1999
+ .fa-map-pin:before {
2000
+ content: "\f276";
2001
+ }
2002
+ .fa-map-signs:before {
2003
+ content: "\f277";
2004
+ }
2005
+ .fa-map-o:before {
2006
+ content: "\f278";
2007
+ }
2008
+ .fa-map:before {
2009
+ content: "\f279";
2010
+ }
2011
+ .fa-commenting:before {
2012
+ content: "\f27a";
2013
+ }
2014
+ .fa-commenting-o:before {
2015
+ content: "\f27b";
2016
+ }
2017
+ .fa-houzz:before {
2018
+ content: "\f27c";
2019
+ }
2020
+ .fa-vimeo:before {
2021
+ content: "\f27d";
2022
+ }
2023
+ .fa-black-tie:before {
2024
+ content: "\f27e";
2025
+ }
2026
+ .fa-fonticons:before {
2027
+ content: "\f280";
2028
+ }
2029
+ .fa-reddit-alien:before {
2030
+ content: "\f281";
2031
+ }
2032
+ .fa-edge:before {
2033
+ content: "\f282";
2034
+ }
2035
+ .fa-credit-card-alt:before {
2036
+ content: "\f283";
2037
+ }
2038
+ .fa-codiepie:before {
2039
+ content: "\f284";
2040
+ }
2041
+ .fa-modx:before {
2042
+ content: "\f285";
2043
+ }
2044
+ .fa-fort-awesome:before {
2045
+ content: "\f286";
2046
+ }
2047
+ .fa-usb:before {
2048
+ content: "\f287";
2049
+ }
2050
+ .fa-product-hunt:before {
2051
+ content: "\f288";
2052
+ }
2053
+ .fa-mixcloud:before {
2054
+ content: "\f289";
2055
+ }
2056
+ .fa-scribd:before {
2057
+ content: "\f28a";
2058
+ }
2059
+ .fa-pause-circle:before {
2060
+ content: "\f28b";
2061
+ }
2062
+ .fa-pause-circle-o:before {
2063
+ content: "\f28c";
2064
+ }
2065
+ .fa-stop-circle:before {
2066
+ content: "\f28d";
2067
+ }
2068
+ .fa-stop-circle-o:before {
2069
+ content: "\f28e";
2070
+ }
2071
+ .fa-shopping-bag:before {
2072
+ content: "\f290";
2073
+ }
2074
+ .fa-shopping-basket:before {
2075
+ content: "\f291";
2076
+ }
2077
+ .fa-hashtag:before {
2078
+ content: "\f292";
2079
+ }
2080
+ .fa-bluetooth:before {
2081
+ content: "\f293";
2082
+ }
2083
+ .fa-bluetooth-b:before {
2084
+ content: "\f294";
2085
+ }
2086
+ .fa-percent:before {
2087
+ content: "\f295";
2088
+ }
2089
+ .fa-gitlab:before {
2090
+ content: "\f296";
2091
+ }
2092
+ .fa-wpbeginner:before {
2093
+ content: "\f297";
2094
+ }
2095
+ .fa-wpforms:before {
2096
+ content: "\f298";
2097
+ }
2098
+ .fa-envira:before {
2099
+ content: "\f299";
2100
+ }
2101
+ .fa-universal-access:before {
2102
+ content: "\f29a";
2103
+ }
2104
+ .fa-wheelchair-alt:before {
2105
+ content: "\f29b";
2106
+ }
2107
+ .fa-question-circle-o:before {
2108
+ content: "\f29c";
2109
+ }
2110
+ .fa-blind:before {
2111
+ content: "\f29d";
2112
+ }
2113
+ .fa-audio-description:before {
2114
+ content: "\f29e";
2115
+ }
2116
+ .fa-volume-control-phone:before {
2117
+ content: "\f2a0";
2118
+ }
2119
+ .fa-braille:before {
2120
+ content: "\f2a1";
2121
+ }
2122
+ .fa-assistive-listening-systems:before {
2123
+ content: "\f2a2";
2124
+ }
2125
+ .fa-asl-interpreting:before,
2126
+ .fa-american-sign-language-interpreting:before {
2127
+ content: "\f2a3";
2128
+ }
2129
+ .fa-deafness:before,
2130
+ .fa-hard-of-hearing:before,
2131
+ .fa-deaf:before {
2132
+ content: "\f2a4";
2133
+ }
2134
+ .fa-glide:before {
2135
+ content: "\f2a5";
2136
+ }
2137
+ .fa-glide-g:before {
2138
+ content: "\f2a6";
2139
+ }
2140
+ .fa-signing:before,
2141
+ .fa-sign-language:before {
2142
+ content: "\f2a7";
2143
+ }
2144
+ .fa-low-vision:before {
2145
+ content: "\f2a8";
2146
+ }
2147
+ .fa-viadeo:before {
2148
+ content: "\f2a9";
2149
+ }
2150
+ .fa-viadeo-square:before {
2151
+ content: "\f2aa";
2152
+ }
2153
+ .fa-snapchat:before {
2154
+ content: "\f2ab";
2155
+ }
2156
+ .fa-snapchat-ghost:before {
2157
+ content: "\f2ac";
2158
+ }
2159
+ .fa-snapchat-square:before {
2160
+ content: "\f2ad";
2161
+ }
2162
+ .fa-pied-piper:before {
2163
+ content: "\f2ae";
2164
+ }
2165
+ .fa-first-order:before {
2166
+ content: "\f2b0";
2167
+ }
2168
+ .fa-yoast:before {
2169
+ content: "\f2b1";
2170
+ }
2171
+ .fa-themeisle:before {
2172
+ content: "\f2b2";
2173
+ }
2174
+ .fa-google-plus-circle:before,
2175
+ .fa-google-plus-official:before {
2176
+ content: "\f2b3";
2177
+ }
2178
+ .fa-fa:before,
2179
+ .fa-font-awesome:before {
2180
+ content: "\f2b4";
2181
+ }
2182
+ .fa-handshake-o:before {
2183
+ content: "\f2b5";
2184
+ }
2185
+ .fa-envelope-open:before {
2186
+ content: "\f2b6";
2187
+ }
2188
+ .fa-envelope-open-o:before {
2189
+ content: "\f2b7";
2190
+ }
2191
+ .fa-linode:before {
2192
+ content: "\f2b8";
2193
+ }
2194
+ .fa-address-book:before {
2195
+ content: "\f2b9";
2196
+ }
2197
+ .fa-address-book-o:before {
2198
+ content: "\f2ba";
2199
+ }
2200
+ .fa-vcard:before,
2201
+ .fa-address-card:before {
2202
+ content: "\f2bb";
2203
+ }
2204
+ .fa-vcard-o:before,
2205
+ .fa-address-card-o:before {
2206
+ content: "\f2bc";
2207
+ }
2208
+ .fa-user-circle:before {
2209
+ content: "\f2bd";
2210
+ }
2211
+ .fa-user-circle-o:before {
2212
+ content: "\f2be";
2213
+ }
2214
+ .fa-user-o:before {
2215
+ content: "\f2c0";
2216
+ }
2217
+ .fa-id-badge:before {
2218
+ content: "\f2c1";
2219
+ }
2220
+ .fa-drivers-license:before,
2221
+ .fa-id-card:before {
2222
+ content: "\f2c2";
2223
+ }
2224
+ .fa-drivers-license-o:before,
2225
+ .fa-id-card-o:before {
2226
+ content: "\f2c3";
2227
+ }
2228
+ .fa-quora:before {
2229
+ content: "\f2c4";
2230
+ }
2231
+ .fa-free-code-camp:before {
2232
+ content: "\f2c5";
2233
+ }
2234
+ .fa-telegram:before {
2235
+ content: "\f2c6";
2236
+ }
2237
+ .fa-thermometer-4:before,
2238
+ .fa-thermometer:before,
2239
+ .fa-thermometer-full:before {
2240
+ content: "\f2c7";
2241
+ }
2242
+ .fa-thermometer-3:before,
2243
+ .fa-thermometer-three-quarters:before {
2244
+ content: "\f2c8";
2245
+ }
2246
+ .fa-thermometer-2:before,
2247
+ .fa-thermometer-half:before {
2248
+ content: "\f2c9";
2249
+ }
2250
+ .fa-thermometer-1:before,
2251
+ .fa-thermometer-quarter:before {
2252
+ content: "\f2ca";
2253
+ }
2254
+ .fa-thermometer-0:before,
2255
+ .fa-thermometer-empty:before {
2256
+ content: "\f2cb";
2257
+ }
2258
+ .fa-shower:before {
2259
+ content: "\f2cc";
2260
+ }
2261
+ .fa-bathtub:before,
2262
+ .fa-s15:before,
2263
+ .fa-bath:before {
2264
+ content: "\f2cd";
2265
+ }
2266
+ .fa-podcast:before {
2267
+ content: "\f2ce";
2268
+ }
2269
+ .fa-window-maximize:before {
2270
+ content: "\f2d0";
2271
+ }
2272
+ .fa-window-minimize:before {
2273
+ content: "\f2d1";
2274
+ }
2275
+ .fa-window-restore:before {
2276
+ content: "\f2d2";
2277
+ }
2278
+ .fa-times-rectangle:before,
2279
+ .fa-window-close:before {
2280
+ content: "\f2d3";
2281
+ }
2282
+ .fa-times-rectangle-o:before,
2283
+ .fa-window-close-o:before {
2284
+ content: "\f2d4";
2285
+ }
2286
+ .fa-bandcamp:before {
2287
+ content: "\f2d5";
2288
+ }
2289
+ .fa-grav:before {
2290
+ content: "\f2d6";
2291
+ }
2292
+ .fa-etsy:before {
2293
+ content: "\f2d7";
2294
+ }
2295
+ .fa-imdb:before {
2296
+ content: "\f2d8";
2297
+ }
2298
+ .fa-ravelry:before {
2299
+ content: "\f2d9";
2300
+ }
2301
+ .fa-eercast:before {
2302
+ content: "\f2da";
2303
+ }
2304
+ .fa-microchip:before {
2305
+ content: "\f2db";
2306
+ }
2307
+ .fa-snowflake-o:before {
2308
+ content: "\f2dc";
2309
+ }
2310
+ .fa-superpowers:before {
2311
+ content: "\f2dd";
2312
+ }
2313
+ .fa-wpexplorer:before {
2314
+ content: "\f2de";
2315
+ }
2316
+ .fa-meetup:before {
2317
+ content: "\f2e0";
2318
+ }
2319
+ .sr-only {
2320
+ position: absolute;
2321
+ width: 1px;
2322
+ height: 1px;
2323
+ padding: 0;
2324
+ margin: -1px;
2325
+ overflow: hidden;
2326
+ clip: rect(0, 0, 0, 0);
2327
+ border: 0;
2328
+ }
2329
+ .sr-only-focusable:active,
2330
+ .sr-only-focusable:focus {
2331
+ position: static;
2332
+ width: auto;
2333
+ height: auto;
2334
+ margin: 0;
2335
+ overflow: visible;
2336
+ clip: auto;
2337
+ }
trunk/plugins/font-awesome/versions/4.7.0/css/font-awesome.min.css ADDED
@@ -0,0 +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:normal;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(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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:before,.fa-battery-full: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language: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-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-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:before,.fa-thermometer-full: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-bathtub:before,.fa-s15:before,.fa-bath: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}
trunk/plugins/font-awesome/versions/4.7.0/fonts/FontAwesome.otf ADDED
Binary file
trunk/plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.eot ADDED
Binary file
trunk/plugins/font-awesome/versions/4.7.0/fonts/fontawesome-webfont.svg ADDED
@@ -0,0 +1,2671 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg>
4
+ <metadata>
5
+ Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
6
+ By ,,,
7
+ Copyright Dave Gandy 2016. All rights reserved.
8
+ </metadata>
9
+ <defs>
10
+ <font id="FontAwesome" horiz-adv-x="1536" >
11
+ <font-face
12
+ font-family="FontAwesome"
13
+ font-weight="400"
14
+ font-stretch="normal"
15
+ units-per-em="1792"
16
+ panose-1="0 0 0 0 0 0 0 0 0 0"
17
+ ascent="1536"
18
+ descent="-256"
19
+ bbox="-1.02083 -256.962 2304.6 1537.02"
20
+ underline-thickness="0"
21
+ underline-position="0"
22
+ unicode-range="U+0020-F500"
23
+ />
24
+ <missing-glyph horiz-adv-x="896"
25
+ d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
26
+ <glyph glyph-name=".notdef" horiz-adv-x="896"
27
+ d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
28
+ <glyph glyph-name=".null" horiz-adv-x="0"
29
+ />
30
+ <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597"
31
+ />
32
+ <glyph glyph-name="space" unicode=" " horiz-adv-x="448"
33
+ />
34
+ <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1792"
35
+ />
36
+ <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1792"
37
+ />
38
+ <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1792"
39
+ />
40
+ <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1792"
41
+ />
42
+ <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1792"
43
+ />
44
+ <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792"
45
+ />
46
+ <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1792"
47
+ />
48
+ <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1792"
49
+ />
50
+ <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1792"
51
+ />
52
+ <glyph glyph-name="glass" unicode="&#xf000;" horiz-adv-x="1792"
53
+ d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
54
+ <glyph glyph-name="music" unicode="&#xf001;"
55
+ d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
56
+ t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
57
+ <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="1664"
58
+ d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
59
+ t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
60
+ <glyph glyph-name="envelope" unicode="&#xf003;" horiz-adv-x="1792"
61
+ d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
62
+ t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
63
+ M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
64
+ <glyph glyph-name="heart" unicode="&#xf004;" horiz-adv-x="1792"
65
+ d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
66
+ q-18 -18 -44 -18z" />
67
+ <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="1664"
68
+ d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
69
+ l502 -73q56 -9 56 -46z" />
70
+ <glyph glyph-name="star_empty" unicode="&#xf006;" horiz-adv-x="1664"
71
+ d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
72
+ l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
73
+ <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280"
74
+ d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
75
+ t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
76
+ <glyph glyph-name="film" unicode="&#xf008;" horiz-adv-x="1920"
77
+ d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
78
+ q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
79
+ t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
80
+ q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
81
+ t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
82
+ <glyph glyph-name="th_large" unicode="&#xf009;" horiz-adv-x="1664"
83
+ d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
84
+ h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
85
+ <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792"
86
+ d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
87
+ q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
88
+ h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
89
+ q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
90
+ <glyph glyph-name="th_list" unicode="&#xf00b;" horiz-adv-x="1792"
91
+ d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
92
+ q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
93
+ h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
94
+ <glyph glyph-name="ok" unicode="&#xf00c;" horiz-adv-x="1792"
95
+ d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
96
+ <glyph glyph-name="remove" unicode="&#xf00d;" horiz-adv-x="1408"
97
+ d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
98
+ t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
99
+ <glyph glyph-name="zoom_in" unicode="&#xf00e;" horiz-adv-x="1664"
100
+ d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
101
+ q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
102
+ t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
103
+ <glyph glyph-name="zoom_out" unicode="&#xf010;" horiz-adv-x="1664"
104
+ d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
105
+ M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
106
+ " />
107
+ <glyph glyph-name="off" unicode="&#xf011;"
108
+ d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
109
+ t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
110
+ <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792"
111
+ d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
112
+ v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
113
+ <glyph glyph-name="cog" unicode="&#xf013;"
114
+ d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
115
+ q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
116
+ l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
117
+ q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
118
+ <glyph glyph-name="trash" unicode="&#xf014;" horiz-adv-x="1408"
119
+ d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
120
+ q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
121
+ q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
122
+ <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="1664"
123
+ d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
124
+ l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
125
+ <glyph glyph-name="file_alt" unicode="&#xf016;"
126
+ d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
127
+ " />
128
+ <glyph glyph-name="time" unicode="&#xf017;"
129
+ d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
130
+ q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
131
+ <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="1920"
132
+ d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
133
+ q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
134
+ <glyph glyph-name="download_alt" unicode="&#xf019;" horiz-adv-x="1664"
135
+ d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
136
+ q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
137
+ <glyph glyph-name="download" unicode="&#xf01a;"
138
+ d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
139
+ t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
140
+ <glyph glyph-name="upload" unicode="&#xf01b;"
141
+ d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
142
+ t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
143
+ <glyph glyph-name="inbox" unicode="&#xf01c;"
144
+ d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
145
+ q25 -61 25 -123z" />
146
+ <glyph glyph-name="play_circle" unicode="&#xf01d;"
147
+ d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
148
+ q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
149
+ <glyph glyph-name="repeat" unicode="&#xf01e;"
150
+ d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
151
+ l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
152
+ <glyph glyph-name="refresh" unicode="&#xf021;"
153
+ d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
154
+ q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
155
+ q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
156
+ <glyph glyph-name="list_alt" unicode="&#xf022;" horiz-adv-x="1792"
157
+ d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
158
+ M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
159
+ M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
160
+ t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
161
+ t47 -113z" />
162
+ <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="1152"
163
+ d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
164
+ <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="1792"
165
+ d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
166
+ t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
167
+ <glyph glyph-name="headphones" unicode="&#xf025;" horiz-adv-x="1664"
168
+ d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
169
+ t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
170
+ t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
171
+ <glyph glyph-name="volume_off" unicode="&#xf026;" horiz-adv-x="768"
172
+ d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
173
+ <glyph glyph-name="volume_down" unicode="&#xf027;" horiz-adv-x="1152"
174
+ d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
175
+ t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
176
+ <glyph glyph-name="volume_up" unicode="&#xf028;" horiz-adv-x="1664"
177
+ d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
178
+ t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
179
+ t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
180
+ t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
181
+ <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="1408"
182
+ d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
183
+ M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
184
+ <glyph glyph-name="barcode" unicode="&#xf02a;" horiz-adv-x="1792"
185
+ d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
186
+ M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
187
+ <glyph glyph-name="tag" unicode="&#xf02b;"
188
+ d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
189
+ l715 -714q37 -39 37 -91z" />
190
+ <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="1920"
191
+ d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
192
+ l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
193
+ <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="1664"
194
+ d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
195
+ q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
196
+ q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
197
+ t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
198
+ <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="1280"
199
+ d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
200
+ <glyph glyph-name="print" unicode="&#xf02f;" horiz-adv-x="1664"
201
+ d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
202
+ v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
203
+ <glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920"
204
+ d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
205
+ q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
206
+ <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="1664"
207
+ d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
208
+ q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
209
+ q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
210
+ <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="1408"
211
+ d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
212
+ q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
213
+ t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
214
+ t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
215
+ <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="1024"
216
+ d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
217
+ q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
218
+ <glyph glyph-name="text_height" unicode="&#xf034;" horiz-adv-x="1792"
219
+ d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
220
+ t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
221
+ q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
222
+ q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
223
+ <glyph glyph-name="text_width" unicode="&#xf035;"
224
+ d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
225
+ t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
226
+ q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
227
+ t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
228
+ t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
229
+ <glyph glyph-name="align_left" unicode="&#xf036;" horiz-adv-x="1792"
230
+ d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
231
+ t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
232
+ <glyph glyph-name="align_center" unicode="&#xf037;" horiz-adv-x="1792"
233
+ d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
234
+ h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
235
+ <glyph glyph-name="align_right" unicode="&#xf038;" horiz-adv-x="1792"
236
+ d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
237
+ t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
238
+ <glyph glyph-name="align_justify" unicode="&#xf039;" horiz-adv-x="1792"
239
+ d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
240
+ t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
241
+ <glyph glyph-name="list" unicode="&#xf03a;" horiz-adv-x="1792"
242
+ d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
243
+ t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
244
+ q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
245
+ t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
246
+ q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
247
+ <glyph glyph-name="indent_left" unicode="&#xf03b;" horiz-adv-x="1792"
248
+ d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
249
+ t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
250
+ q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
251
+ <glyph glyph-name="indent_right" unicode="&#xf03c;" horiz-adv-x="1792"
252
+ d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
253
+ t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
254
+ q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
255
+ <glyph glyph-name="facetime_video" unicode="&#xf03d;" horiz-adv-x="1792"
256
+ d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
257
+ q39 -17 39 -59z" />
258
+ <glyph glyph-name="picture" unicode="&#xf03e;" horiz-adv-x="1920"
259
+ d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
260
+ q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
261
+ <glyph glyph-name="pencil" unicode="&#xf040;"
262
+ d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
263
+ q53 0 91 -38l235 -234q37 -39 37 -91z" />
264
+ <glyph glyph-name="map_marker" unicode="&#xf041;" horiz-adv-x="1024"
265
+ d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
266
+ <glyph glyph-name="adjust" unicode="&#xf042;"
267
+ d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
268
+ <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="1024"
269
+ d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
270
+ q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
271
+ <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="1792"
272
+ d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
273
+ q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
274
+ l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
275
+ <glyph glyph-name="share" unicode="&#xf045;" horiz-adv-x="1664"
276
+ d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
277
+ q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
278
+ t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
279
+ <glyph glyph-name="check" unicode="&#xf046;" horiz-adv-x="1664"
280
+ d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
281
+ q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
282
+ q24 -24 24 -57t-24 -57z" />
283
+ <glyph glyph-name="move" unicode="&#xf047;" horiz-adv-x="1792"
284
+ d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
285
+ t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
286
+ <glyph glyph-name="step_backward" unicode="&#xf048;" horiz-adv-x="1024"
287
+ d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
288
+ <glyph glyph-name="fast_backward" unicode="&#xf049;" horiz-adv-x="1792"
289
+ d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
290
+ q19 19 32 13t13 -32v-710q4 10 13 19z" />
291
+ <glyph glyph-name="backward" unicode="&#xf04a;" horiz-adv-x="1664"
292
+ d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
293
+ <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="1408"
294
+ d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
295
+ <glyph glyph-name="pause" unicode="&#xf04c;"
296
+ d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
297
+ <glyph glyph-name="stop" unicode="&#xf04d;"
298
+ d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
299
+ <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="1664"
300
+ d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
301
+ <glyph glyph-name="fast_forward" unicode="&#xf050;" horiz-adv-x="1792"
302
+ d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
303
+ q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
304
+ <glyph glyph-name="step_forward" unicode="&#xf051;" horiz-adv-x="1024"
305
+ d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
306
+ <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="1538"
307
+ d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
308
+ <glyph glyph-name="chevron_left" unicode="&#xf053;" horiz-adv-x="1280"
309
+ d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
310
+ <glyph glyph-name="chevron_right" unicode="&#xf054;" horiz-adv-x="1280"
311
+ d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
312
+ <glyph glyph-name="plus_sign" unicode="&#xf055;"
313
+ d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
314
+ t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
+ <glyph glyph-name="minus_sign" unicode="&#xf056;"
316
+ d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
317
+ t103 -385.5z" />
318
+ <glyph glyph-name="remove_sign" unicode="&#xf057;"
319
+ d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
320
+ q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
321
+ <glyph glyph-name="ok_sign" unicode="&#xf058;"
322
+ d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
323
+ t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
324
+ <glyph glyph-name="question_sign" unicode="&#xf059;"
325
+ d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
326
+ q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
327
+ t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
328
+ <glyph glyph-name="info_sign" unicode="&#xf05a;"
329
+ d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
330
+ t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
331
+ <glyph glyph-name="screenshot" unicode="&#xf05b;"
332
+ d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
333
+ q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
334
+ q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
335
+ <glyph glyph-name="remove_circle" unicode="&#xf05c;"
336
+ d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
337
+ l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
338
+ t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
339
+ <glyph glyph-name="ok_circle" unicode="&#xf05d;"
340
+ d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
341
+ t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
342
+ <glyph glyph-name="ban_circle" unicode="&#xf05e;"
343
+ d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
344
+ t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
345
+ <glyph glyph-name="arrow_left" unicode="&#xf060;"
346
+ d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
347
+ t32.5 -90.5z" />
348
+ <glyph glyph-name="arrow_right" unicode="&#xf061;"
349
+ d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
350
+ <glyph glyph-name="arrow_up" unicode="&#xf062;" horiz-adv-x="1664"
351
+ d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
352
+ q37 -39 37 -91z" />
353
+ <glyph glyph-name="arrow_down" unicode="&#xf063;" horiz-adv-x="1664"
354
+ d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
355
+ <glyph glyph-name="share_alt" unicode="&#xf064;" horiz-adv-x="1792"
356
+ d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
357
+ t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
358
+ <glyph glyph-name="resize_full" unicode="&#xf065;"
359
+ d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
360
+ q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
361
+ <glyph glyph-name="resize_small" unicode="&#xf066;"
362
+ d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
363
+ t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
364
+ <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="1408"
365
+ d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
366
+ <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="1408"
367
+ d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
368
+ <glyph glyph-name="asterisk" unicode="&#xf069;" horiz-adv-x="1664"
369
+ d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
370
+ q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
371
+ <glyph glyph-name="exclamation_sign" unicode="&#xf06a;"
372
+ d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
373
+ q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
374
+ <glyph glyph-name="gift" unicode="&#xf06b;"
375
+ d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
376
+ q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
377
+ t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
378
+ <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="1792"
379
+ d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
380
+ q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
381
+ t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
382
+ <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="1408"
383
+ d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
384
+ q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
385
+ <glyph glyph-name="eye_open" unicode="&#xf06e;" horiz-adv-x="1792"
386
+ d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
387
+ t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
388
+ <glyph glyph-name="eye_close" unicode="&#xf070;" horiz-adv-x="1792"
389
+ d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
390
+ q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
391
+ q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
392
+ " />
393
+ <glyph glyph-name="warning_sign" unicode="&#xf071;" horiz-adv-x="1792"
394
+ d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
395
+ q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
396
+ <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="1408"
397
+ d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
398
+ q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
399
+ <glyph glyph-name="calendar" unicode="&#xf073;" horiz-adv-x="1664"
400
+ d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
401
+ M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
402
+ q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
403
+ h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
404
+ <glyph glyph-name="random" unicode="&#xf074;" horiz-adv-x="1792"
405
+ d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
406
+ t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
407
+ v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
408
+ t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
409
+ <glyph glyph-name="comment" unicode="&#xf075;" horiz-adv-x="1792"
410
+ d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
411
+ q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
412
+ <glyph glyph-name="magnet" unicode="&#xf076;"
413
+ d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
414
+ q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
415
+ <glyph glyph-name="chevron_up" unicode="&#xf077;" horiz-adv-x="1792"
416
+ d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
417
+ <glyph glyph-name="chevron_down" unicode="&#xf078;" horiz-adv-x="1792"
418
+ d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
419
+ <glyph glyph-name="retweet" unicode="&#xf079;" horiz-adv-x="1920"
420
+ d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
421
+ zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
422
+ " />
423
+ <glyph glyph-name="shopping_cart" unicode="&#xf07a;" horiz-adv-x="1664"
424
+ d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
425
+ t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
426
+ <glyph glyph-name="folder_close" unicode="&#xf07b;" horiz-adv-x="1664"
427
+ d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
428
+ <glyph glyph-name="folder_open" unicode="&#xf07c;" horiz-adv-x="1920"
429
+ d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
430
+ t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
431
+ <glyph glyph-name="resize_vertical" unicode="&#xf07d;" horiz-adv-x="768"
432
+ d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
433
+ <glyph glyph-name="resize_horizontal" unicode="&#xf07e;" horiz-adv-x="1792"
434
+ d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
435
+ <glyph glyph-name="bar_chart" unicode="&#xf080;" horiz-adv-x="2048"
436
+ d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
437
+ <glyph glyph-name="twitter_sign" unicode="&#xf081;"
438
+ d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
439
+ q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
440
+ t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
441
+ <glyph glyph-name="facebook_sign" unicode="&#xf082;"
442
+ d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
443
+ q0 119 84.5 203.5t203.5 84.5h960z" />
444
+ <glyph glyph-name="camera_retro" unicode="&#xf083;" horiz-adv-x="1792"
445
+ d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
446
+ t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
447
+ q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
448
+ <glyph glyph-name="key" unicode="&#xf084;" horiz-adv-x="1792"
449
+ d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
450
+ l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
451
+ t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
452
+ <glyph glyph-name="cogs" unicode="&#xf085;" horiz-adv-x="1920"
453
+ d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
454
+ t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
455
+ l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
456
+ l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
457
+ q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
458
+ t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
459
+ q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
460
+ q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
461
+ <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="1792"
462
+ d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
463
+ q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
464
+ q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
465
+ <glyph glyph-name="thumbs_up_alt" unicode="&#xf087;"
466
+ d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
467
+ t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
468
+ q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
469
+ q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
470
+ <glyph glyph-name="thumbs_down_alt" unicode="&#xf088;"
471
+ d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
472
+ t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
473
+ M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
474
+ h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
475
+ <glyph glyph-name="star_half" unicode="&#xf089;" horiz-adv-x="896"
476
+ d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
477
+ <glyph glyph-name="heart_empty" unicode="&#xf08a;" horiz-adv-x="1792"
478
+ d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
479
+ q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
480
+ q224 0 351 -124t127 -344z" />
481
+ <glyph glyph-name="signout" unicode="&#xf08b;" horiz-adv-x="1664"
482
+ d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
483
+ q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
484
+ <glyph glyph-name="linkedin_sign" unicode="&#xf08c;"
485
+ d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
486
+ q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
487
+ <glyph glyph-name="pushpin" unicode="&#xf08d;" horiz-adv-x="1152"
488
+ d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
489
+ t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
490
+ <glyph glyph-name="external_link" unicode="&#xf08e;" horiz-adv-x="1792"
491
+ d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
492
+ q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
493
+ <glyph glyph-name="signin" unicode="&#xf090;"
494
+ d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
495
+ q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
496
+ <glyph glyph-name="trophy" unicode="&#xf091;" horiz-adv-x="1664"
497
+ d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
498
+ t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
499
+ q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
500
+ <glyph glyph-name="github_sign" unicode="&#xf092;"
501
+ d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
502
+ q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
503
+ t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
504
+ q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
505
+ q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
506
+ <glyph glyph-name="upload_alt" unicode="&#xf093;" horiz-adv-x="1664"
507
+ d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
508
+ t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
509
+ <glyph glyph-name="lemon" unicode="&#xf094;"
510
+ d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
511
+ q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
512
+ q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
513
+ q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
514
+ <glyph glyph-name="phone" unicode="&#xf095;" horiz-adv-x="1408"
515
+ d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
516
+ q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
517
+ t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
518
+ <glyph glyph-name="check_empty" unicode="&#xf096;" horiz-adv-x="1408"
519
+ d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
520
+ q119 0 203.5 -84.5t84.5 -203.5z" />
521
+ <glyph glyph-name="bookmark_empty" unicode="&#xf097;" horiz-adv-x="1280"
522
+ d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
523
+ q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
524
+ <glyph glyph-name="phone_sign" unicode="&#xf098;"
525
+ d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
526
+ t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
527
+ t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
528
+ " />
529
+ <glyph glyph-name="twitter" unicode="&#xf099;" horiz-adv-x="1664"
530
+ d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
531
+ q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
532
+ <glyph glyph-name="facebook" unicode="&#xf09a;" horiz-adv-x="1024"
533
+ d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
534
+ <glyph glyph-name="github" unicode="&#xf09b;"
535
+ d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
536
+ q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
537
+ t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
538
+ q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
539
+ M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
540
+ <glyph glyph-name="unlock" unicode="&#xf09c;" horiz-adv-x="1664"
541
+ d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
542
+ t316.5 -131.5t131.5 -316.5z" />
543
+ <glyph glyph-name="credit_card" unicode="&#xf09d;" horiz-adv-x="1920"
544
+ d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
545
+ q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
546
+ <glyph glyph-name="rss" unicode="&#xf09e;" horiz-adv-x="1408"
547
+ d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
548
+ t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
549
+ q187 -186 294 -425.5t120 -501.5z" />
550
+ <glyph glyph-name="hdd" unicode="&#xf0a0;"
551
+ d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
552
+ h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
553
+ l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
554
+ <glyph glyph-name="bullhorn" unicode="&#xf0a1;" horiz-adv-x="1792"
555
+ d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
556
+ t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
557
+ <glyph glyph-name="bell" unicode="&#xf0a2;" horiz-adv-x="1792"
558
+ d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
559
+ M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
560
+ t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
561
+ <glyph glyph-name="certificate" unicode="&#xf0a3;"
562
+ d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
563
+ l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
564
+ l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
565
+ <glyph glyph-name="hand_right" unicode="&#xf0a4;" horiz-adv-x="1792"
566
+ d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
567
+ q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
568
+ q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
569
+ t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
570
+ <glyph glyph-name="hand_left" unicode="&#xf0a5;" horiz-adv-x="1792"
571
+ d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
572
+ t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
573
+ M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
574
+ q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
575
+ <glyph glyph-name="hand_up" unicode="&#xf0a6;"
576
+ d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
577
+ q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
578
+ t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
579
+ q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
580
+ <glyph glyph-name="hand_down" unicode="&#xf0a7;"
581
+ d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
582
+ t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
583
+ q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
584
+ q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
585
+ <glyph glyph-name="circle_arrow_left" unicode="&#xf0a8;"
586
+ d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
587
+ q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
588
+ <glyph glyph-name="circle_arrow_right" unicode="&#xf0a9;"
589
+ d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
590
+ q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
591
+ <glyph glyph-name="circle_arrow_up" unicode="&#xf0aa;"
592
+ d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
593
+ q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
594
+ <glyph glyph-name="circle_arrow_down" unicode="&#xf0ab;"
595
+ d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
596
+ q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
597
+ <glyph glyph-name="globe" unicode="&#xf0ac;"
598
+ d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
599
+ q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
600
+ q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
601
+ q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
602
+ t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
603
+ q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
604
+ q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
605
+ t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
606
+ t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
607
+ q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
608
+ q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
609
+ q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
610
+ t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
611
+ q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
612
+ q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
613
+ <glyph glyph-name="wrench" unicode="&#xf0ad;" horiz-adv-x="1664"
614
+ d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
615
+ t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
616
+ <glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792"
617
+ d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
618
+ t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
619
+ <glyph glyph-name="filter" unicode="&#xf0b0;" horiz-adv-x="1408"
620
+ d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
621
+ <glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792"
622
+ d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
623
+ t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
624
+ <glyph glyph-name="fullscreen" unicode="&#xf0b2;"
625
+ d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
626
+ l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
627
+ " />
628
+ <glyph glyph-name="group" unicode="&#xf0c0;" horiz-adv-x="1920"
629
+ d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
630
+ t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
631
+ t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
632
+ t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
633
+ <glyph glyph-name="link" unicode="&#xf0c1;" horiz-adv-x="1664"
634
+ d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
635
+ l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
636
+ t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
637
+ q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
638
+ <glyph glyph-name="cloud" unicode="&#xf0c2;" horiz-adv-x="1920"
639
+ d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
640
+ " />
641
+ <glyph glyph-name="beaker" unicode="&#xf0c3;" horiz-adv-x="1664"
642
+ d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
643
+ <glyph glyph-name="cut" unicode="&#xf0c4;" horiz-adv-x="1792"
644
+ d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
645
+ q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
646
+ q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
647
+ q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
648
+ q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
649
+ <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="1792"
650
+ d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
651
+ h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
652
+ <glyph glyph-name="paper_clip" unicode="&#xf0c6;" horiz-adv-x="1408"
653
+ d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
654
+ l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
655
+ z" />
656
+ <glyph glyph-name="save" unicode="&#xf0c7;"
657
+ d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
658
+ h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
659
+ <glyph glyph-name="sign_blank" unicode="&#xf0c8;"
660
+ d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
661
+ <glyph glyph-name="reorder" unicode="&#xf0c9;"
662
+ d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
663
+ t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
664
+ <glyph glyph-name="ul" unicode="&#xf0ca;" horiz-adv-x="1792"
665
+ d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
666
+ t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
667
+ M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
668
+ <glyph glyph-name="ol" unicode="&#xf0cb;" horiz-adv-x="1792"
669
+ d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
670
+ q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
671
+ t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
672
+ q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
673
+ <glyph glyph-name="strikethrough" unicode="&#xf0cc;" horiz-adv-x="1792"
674
+ d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
675
+ l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
676
+ l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
677
+ <glyph glyph-name="underline" unicode="&#xf0cd;"
678
+ d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
679
+ q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
680
+ q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
681
+ q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
682
+ <glyph glyph-name="table" unicode="&#xf0ce;" horiz-adv-x="1664"
683
+ d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
684
+ v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
685
+ q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
686
+ q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
687
+ z" />
688
+ <glyph glyph-name="magic" unicode="&#xf0d0;" horiz-adv-x="1664"
689
+ d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
690
+ l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
691
+ <glyph glyph-name="truck" unicode="&#xf0d1;" horiz-adv-x="1792"
692
+ d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
693
+ t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
694
+ t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
695
+ <glyph glyph-name="pinterest" unicode="&#xf0d2;"
696
+ d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
697
+ q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
698
+ q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
699
+ <glyph glyph-name="pinterest_sign" unicode="&#xf0d3;"
700
+ d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
701
+ t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
702
+ t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
703
+ <glyph glyph-name="google_plus_sign" unicode="&#xf0d4;"
704
+ d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
705
+ h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
706
+ <glyph glyph-name="google_plus" unicode="&#xf0d5;" horiz-adv-x="2304"
707
+ d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
708
+ q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
709
+ <glyph glyph-name="money" unicode="&#xf0d6;" horiz-adv-x="1920"
710
+ d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
711
+ v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
712
+ <glyph glyph-name="caret_down" unicode="&#xf0d7;" horiz-adv-x="1024"
713
+ d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
714
+ <glyph glyph-name="caret_up" unicode="&#xf0d8;" horiz-adv-x="1024"
715
+ d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
716
+ <glyph glyph-name="caret_left" unicode="&#xf0d9;" horiz-adv-x="640"
717
+ d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
718
+ <glyph glyph-name="caret_right" unicode="&#xf0da;" horiz-adv-x="640"
719
+ d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
720
+ <glyph glyph-name="columns" unicode="&#xf0db;" horiz-adv-x="1664"
721
+ d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
722
+ <glyph glyph-name="sort" unicode="&#xf0dc;" horiz-adv-x="1024"
723
+ d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
724
+ <glyph glyph-name="sort_down" unicode="&#xf0dd;" horiz-adv-x="1024"
725
+ d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
726
+ <glyph glyph-name="sort_up" unicode="&#xf0de;" horiz-adv-x="1024"
727
+ d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
728
+ <glyph glyph-name="envelope_alt" unicode="&#xf0e0;" horiz-adv-x="1792"
729
+ d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
730
+ q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
731
+ <glyph glyph-name="linkedin" unicode="&#xf0e1;"
732
+ d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
733
+ q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
734
+ <glyph glyph-name="undo" unicode="&#xf0e2;"
735
+ d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
736
+ t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
737
+ <glyph glyph-name="legal" unicode="&#xf0e3;" horiz-adv-x="1792"
738
+ d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
739
+ t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
740
+ q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
741
+ q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
742
+ <glyph glyph-name="dashboard" unicode="&#xf0e4;" horiz-adv-x="1792"
743
+ d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
744
+ t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
745
+ t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
746
+ q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
747
+ <glyph glyph-name="comment_alt" unicode="&#xf0e5;" horiz-adv-x="1792"
748
+ d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
749
+ q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
750
+ t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
751
+ <glyph glyph-name="comments_alt" unicode="&#xf0e6;" horiz-adv-x="1792"
752
+ d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
753
+ t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
754
+ t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
755
+ q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
756
+ <glyph glyph-name="bolt" unicode="&#xf0e7;" horiz-adv-x="896"
757
+ d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
758
+ <glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="1792"
759
+ d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
760
+ q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
761
+ z" />
762
+ <glyph glyph-name="umbrella" unicode="&#xf0e9;" horiz-adv-x="1664"
763
+ d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
764
+ q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
765
+ q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
766
+ <glyph glyph-name="paste" unicode="&#xf0ea;" horiz-adv-x="1792"
767
+ d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
768
+ h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
769
+ <glyph glyph-name="light_bulb" unicode="&#xf0eb;" horiz-adv-x="1024"
770
+ d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
771
+ q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
772
+ q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
773
+ t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
774
+ <glyph glyph-name="exchange" unicode="&#xf0ec;" horiz-adv-x="1792"
775
+ d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
776
+ q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
777
+ <glyph glyph-name="cloud_download" unicode="&#xf0ed;" horiz-adv-x="1920"
778
+ d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
779
+ q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
780
+ <glyph glyph-name="cloud_upload" unicode="&#xf0ee;" horiz-adv-x="1920"
781
+ d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
782
+ q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
783
+ <glyph glyph-name="user_md" unicode="&#xf0f0;" horiz-adv-x="1408"
784
+ d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
785
+ t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
786
+ t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
787
+ t271.5 -112.5t112.5 -271.5z" />
788
+ <glyph glyph-name="stethoscope" unicode="&#xf0f1;" horiz-adv-x="1408"
789
+ d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
790
+ t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
791
+ t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
792
+ <glyph glyph-name="suitcase" unicode="&#xf0f2;" horiz-adv-x="1792"
793
+ d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
794
+ t66 -158z" />
795
+ <glyph glyph-name="bell_alt" unicode="&#xf0f3;" horiz-adv-x="1792"
796
+ d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
797
+ t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
798
+ <glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="1920"
799
+ d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
800
+ t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
801
+ <glyph glyph-name="food" unicode="&#xf0f5;" horiz-adv-x="1408"
802
+ d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
803
+ t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
804
+ <glyph glyph-name="file_text_alt" unicode="&#xf0f6;"
805
+ d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
806
+ M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
807
+ q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
808
+ <glyph glyph-name="building" unicode="&#xf0f7;" horiz-adv-x="1408"
809
+ d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
810
+ M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
811
+ M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
812
+ M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
813
+ M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
814
+ M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
815
+ M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
816
+ M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
817
+ M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
818
+ M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
819
+ <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="1408"
820
+ d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
821
+ M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
822
+ M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
823
+ M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
824
+ M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
825
+ M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
826
+ t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
827
+ v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
828
+ <glyph glyph-name="ambulance" unicode="&#xf0f9;" horiz-adv-x="1920"
829
+ d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
830
+ t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
831
+ q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
832
+ <glyph glyph-name="medkit" unicode="&#xf0fa;" horiz-adv-x="1792"
833
+ d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
834
+ q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
835
+ <glyph glyph-name="fighter_jet" unicode="&#xf0fb;" horiz-adv-x="1920"
836
+ d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
837
+ q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
838
+ <glyph glyph-name="beer" unicode="&#xf0fc;" horiz-adv-x="1664"
839
+ d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
840
+ <glyph glyph-name="h_sign" unicode="&#xf0fd;"
841
+ d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
842
+ q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
843
+ <glyph glyph-name="f0fe" unicode="&#xf0fe;"
844
+ d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
845
+ q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
846
+ <glyph glyph-name="double_angle_left" unicode="&#xf100;" horiz-adv-x="1024"
847
+ d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
848
+ t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
849
+ <glyph glyph-name="double_angle_right" unicode="&#xf101;" horiz-adv-x="1024"
850
+ d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
851
+ l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
852
+ <glyph glyph-name="double_angle_up" unicode="&#xf102;" horiz-adv-x="1152"
853
+ d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
854
+ q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
855
+ <glyph glyph-name="double_angle_down" unicode="&#xf103;" horiz-adv-x="1152"
856
+ d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
857
+ t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
858
+ <glyph glyph-name="angle_left" unicode="&#xf104;" horiz-adv-x="640"
859
+ d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
860
+ <glyph glyph-name="angle_right" unicode="&#xf105;" horiz-adv-x="640"
861
+ d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
862
+ <glyph glyph-name="angle_up" unicode="&#xf106;" horiz-adv-x="1152"
863
+ d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
864
+ <glyph glyph-name="angle_down" unicode="&#xf107;" horiz-adv-x="1152"
865
+ d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
866
+ <glyph glyph-name="desktop" unicode="&#xf108;" horiz-adv-x="1920"
867
+ d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
868
+ t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
869
+ <glyph glyph-name="laptop" unicode="&#xf109;" horiz-adv-x="1920"
870
+ d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
871
+ M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
872
+ <glyph glyph-name="tablet" unicode="&#xf10a;" horiz-adv-x="1152"
873
+ d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
874
+ q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
875
+ <glyph glyph-name="mobile_phone" unicode="&#xf10b;" horiz-adv-x="768"
876
+ d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
877
+ q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
878
+ <glyph glyph-name="circle_blank" unicode="&#xf10c;"
879
+ d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
880
+ t279.5 -279.5t103 -385.5z" />
881
+ <glyph glyph-name="quote_left" unicode="&#xf10d;" horiz-adv-x="1664"
882
+ d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
883
+ M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
884
+ <glyph glyph-name="quote_right" unicode="&#xf10e;" horiz-adv-x="1664"
885
+ d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
886
+ v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
887
+ <glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1792"
888
+ d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
889
+ t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
890
+ M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
891
+ q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
892
+ <glyph glyph-name="circle" unicode="&#xf111;"
893
+ d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
894
+ <glyph glyph-name="reply" unicode="&#xf112;" horiz-adv-x="1792"
895
+ d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
896
+ l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
897
+ <glyph glyph-name="github_alt" unicode="&#xf113;" horiz-adv-x="1664"
898
+ d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
899
+ q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
900
+ t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
901
+ q0 -87 -27 -168q136 -160 136 -398z" />
902
+ <glyph glyph-name="folder_close_alt" unicode="&#xf114;" horiz-adv-x="1664"
903
+ d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
904
+ q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
905
+ <glyph glyph-name="folder_open_alt" unicode="&#xf115;" horiz-adv-x="1920"
906
+ d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
907
+ v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
908
+ " />
909
+ <glyph glyph-name="expand_alt" unicode="&#xf116;" horiz-adv-x="1792"
910
+ />
911
+ <glyph glyph-name="collapse_alt" unicode="&#xf117;" horiz-adv-x="1792"
912
+ />
913
+ <glyph glyph-name="smile" unicode="&#xf118;"
914
+ d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
915
+ t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
916
+ t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
917
+ <glyph glyph-name="frown" unicode="&#xf119;"
918
+ d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
919
+ t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
920
+ t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
921
+ <glyph glyph-name="meh" unicode="&#xf11a;"
922
+ d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
923
+ t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
924
+ q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
925
+ <glyph glyph-name="gamepad" unicode="&#xf11b;" horiz-adv-x="1920"
926
+ d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
927
+ t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
928
+ t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
929
+ <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="1920"
930
+ d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
931
+ h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
932
+ h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
933
+ q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
934
+ h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
935
+ <glyph glyph-name="flag_alt" unicode="&#xf11d;" horiz-adv-x="1792"
936
+ d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
937
+ h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
938
+ q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
939
+ <glyph glyph-name="flag_checkered" unicode="&#xf11e;" horiz-adv-x="1792"
940
+ d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
941
+ q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
942
+ q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
943
+ q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
944
+ <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1664"
945
+ d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
946
+ t9 -23z" />
947
+ <glyph glyph-name="code" unicode="&#xf121;" horiz-adv-x="1920"
948
+ d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
949
+ l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
950
+ <glyph glyph-name="reply_all" unicode="&#xf122;" horiz-adv-x="1792"
951
+ d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
952
+ q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
953
+ <glyph glyph-name="star_half_empty" unicode="&#xf123;" horiz-adv-x="1664"
954
+ d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
955
+ l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
956
+ <glyph glyph-name="location_arrow" unicode="&#xf124;" horiz-adv-x="1408"
957
+ d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
958
+ <glyph glyph-name="crop" unicode="&#xf125;" horiz-adv-x="1664"
959
+ d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
960
+ v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
961
+ <glyph glyph-name="code_fork" unicode="&#xf126;" horiz-adv-x="1024"
962
+ d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
963
+ q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
964
+ q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
965
+ <glyph glyph-name="unlink" unicode="&#xf127;" horiz-adv-x="1664"
966
+ d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
967
+ q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
968
+ l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
969
+ t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
970
+ <glyph glyph-name="question" unicode="&#xf128;" horiz-adv-x="1024"
971
+ d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
972
+ t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
973
+ <glyph glyph-name="_279" unicode="&#xf129;" horiz-adv-x="640"
974
+ d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
975
+ q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
976
+ <glyph glyph-name="exclamation" unicode="&#xf12a;" horiz-adv-x="640"
977
+ d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
978
+ <glyph glyph-name="superscript" unicode="&#xf12b;"
979
+ d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
980
+ M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
981
+ t-65.5 -51.5t-30.5 -63h232v80h126z" />
982
+ <glyph glyph-name="subscript" unicode="&#xf12c;"
983
+ d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
984
+ M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
985
+ h232v80h126z" />
986
+ <glyph glyph-name="_283" unicode="&#xf12d;" horiz-adv-x="1920"
987
+ d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
988
+ <glyph glyph-name="puzzle_piece" unicode="&#xf12e;" horiz-adv-x="1664"
989
+ d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
990
+ t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
991
+ q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
992
+ q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
993
+ <glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="1152"
994
+ d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
995
+ t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
996
+ <glyph glyph-name="microphone_off" unicode="&#xf131;" horiz-adv-x="1408"
997
+ d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
998
+ q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
999
+ t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
1000
+ <glyph glyph-name="shield" unicode="&#xf132;" horiz-adv-x="1280"
1001
+ d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
1002
+ t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
1003
+ <glyph glyph-name="calendar_empty" unicode="&#xf133;" horiz-adv-x="1664"
1004
+ d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
1005
+ q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
1006
+ <glyph glyph-name="fire_extinguisher" unicode="&#xf134;" horiz-adv-x="1408"
1007
+ d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
1008
+ q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
1009
+ q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
1010
+ <glyph glyph-name="rocket" unicode="&#xf135;" horiz-adv-x="1664"
1011
+ d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
1012
+ q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
1013
+ <glyph glyph-name="maxcdn" unicode="&#xf136;" horiz-adv-x="1792"
1014
+ d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
1015
+ <glyph glyph-name="chevron_sign_left" unicode="&#xf137;"
1016
+ d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
1017
+ t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1018
+ <glyph glyph-name="chevron_sign_right" unicode="&#xf138;"
1019
+ d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
1020
+ t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1021
+ <glyph glyph-name="chevron_sign_up" unicode="&#xf139;"
1022
+ d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
1023
+ t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1024
+ <glyph glyph-name="chevron_sign_down" unicode="&#xf13a;"
1025
+ d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
1026
+ t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1027
+ <glyph glyph-name="html5" unicode="&#xf13b;" horiz-adv-x="1408"
1028
+ d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
1029
+ <glyph glyph-name="css3" unicode="&#xf13c;" horiz-adv-x="1792"
1030
+ d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
1031
+ <glyph glyph-name="anchor" unicode="&#xf13d;" horiz-adv-x="1792"
1032
+ d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
1033
+ q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
1034
+ t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
1035
+ <glyph glyph-name="unlock_alt" unicode="&#xf13e;" horiz-adv-x="1152"
1036
+ d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
1037
+ v-320h736z" />
1038
+ <glyph glyph-name="bullseye" unicode="&#xf140;"
1039
+ d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
1040
+ t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
1041
+ q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1042
+ <glyph glyph-name="ellipsis_horizontal" unicode="&#xf141;" horiz-adv-x="1408"
1043
+ d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
1044
+ q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
1045
+ <glyph glyph-name="ellipsis_vertical" unicode="&#xf142;" horiz-adv-x="384"
1046
+ d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
1047
+ q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
1048
+ <glyph glyph-name="_303" unicode="&#xf143;"
1049
+ d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
1050
+ q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
1051
+ q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1052
+ <glyph glyph-name="play_sign" unicode="&#xf144;"
1053
+ d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
1054
+ q16 -8 32 -8q17 0 32 9z" />
1055
+ <glyph glyph-name="ticket" unicode="&#xf145;" horiz-adv-x="1792"
1056
+ d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
1057
+ t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
1058
+ <glyph glyph-name="minus_sign_alt" unicode="&#xf146;"
1059
+ d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
1060
+ t84.5 -203.5z" />
1061
+ <glyph glyph-name="check_minus" unicode="&#xf147;" horiz-adv-x="1408"
1062
+ d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
1063
+ t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
1064
+ <glyph glyph-name="level_up" unicode="&#xf148;" horiz-adv-x="1024"
1065
+ d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
1066
+ <glyph glyph-name="level_down" unicode="&#xf149;" horiz-adv-x="1024"
1067
+ d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
1068
+ <glyph glyph-name="check_sign" unicode="&#xf14a;"
1069
+ d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
1070
+ t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1071
+ <glyph glyph-name="edit_sign" unicode="&#xf14b;"
1072
+ d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
1073
+ v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1074
+ <glyph glyph-name="_312" unicode="&#xf14c;"
1075
+ d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
1076
+ q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1077
+ <glyph glyph-name="share_sign" unicode="&#xf14d;"
1078
+ d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
1079
+ t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1080
+ <glyph glyph-name="compass" unicode="&#xf14e;"
1081
+ d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
1082
+ t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1083
+ <glyph glyph-name="collapse" unicode="&#xf150;"
1084
+ d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
1085
+ v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1086
+ <glyph glyph-name="collapse_top" unicode="&#xf151;"
1087
+ d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
1088
+ q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1089
+ <glyph glyph-name="_317" unicode="&#xf152;"
1090
+ d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
1091
+ t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1092
+ <glyph glyph-name="eur" unicode="&#xf153;" horiz-adv-x="1024"
1093
+ d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
1094
+ t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
1095
+ l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
1096
+ <glyph glyph-name="gbp" unicode="&#xf154;" horiz-adv-x="1024"
1097
+ d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
1098
+ q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
1099
+ <glyph glyph-name="usd" unicode="&#xf155;" horiz-adv-x="1024"
1100
+ d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
1101
+ t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
1102
+ t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
1103
+ t53 -63.5t31.5 -76.5t13 -94z" />
1104
+ <glyph glyph-name="inr" unicode="&#xf156;" horiz-adv-x="898"
1105
+ d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
1106
+ q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
1107
+ <glyph glyph-name="jpy" unicode="&#xf157;" horiz-adv-x="1027"
1108
+ d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
1109
+ l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
1110
+ <glyph glyph-name="rub" unicode="&#xf158;" horiz-adv-x="1280"
1111
+ d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
1112
+ q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
1113
+ <glyph glyph-name="krw" unicode="&#xf159;" horiz-adv-x="1792"
1114
+ d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
1115
+ t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
1116
+ q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
1117
+ <glyph glyph-name="btc" unicode="&#xf15a;" horiz-adv-x="1280"
1118
+ d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
1119
+ l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
1120
+ t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
1121
+ <glyph glyph-name="file" unicode="&#xf15b;"
1122
+ d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
1123
+ <glyph glyph-name="file_text" unicode="&#xf15c;"
1124
+ d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
1125
+ q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
1126
+ <glyph glyph-name="sort_by_alphabet" unicode="&#xf15d;" horiz-adv-x="1664"
1127
+ d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
1128
+ v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
1129
+ l230 -662h70z" />
1130
+ <glyph glyph-name="_329" unicode="&#xf15e;" horiz-adv-x="1664"
1131
+ d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
1132
+ v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
1133
+ v119h121z" />
1134
+ <glyph glyph-name="sort_by_attributes" unicode="&#xf160;" horiz-adv-x="1792"
1135
+ d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
1136
+ q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
1137
+ q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
1138
+ <glyph glyph-name="sort_by_attributes_alt" unicode="&#xf161;" horiz-adv-x="1792"
1139
+ d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
1140
+ q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
1141
+ q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
1142
+ <glyph glyph-name="sort_by_order" unicode="&#xf162;"
1143
+ d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
1144
+ zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
1145
+ t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
1146
+ <glyph glyph-name="sort_by_order_alt" unicode="&#xf163;"
1147
+ d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
1148
+ t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
1149
+ q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
1150
+ <glyph glyph-name="_334" unicode="&#xf164;" horiz-adv-x="1664"
1151
+ d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
1152
+ q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
1153
+ t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
1154
+ <glyph glyph-name="_335" unicode="&#xf165;" horiz-adv-x="1664"
1155
+ d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
1156
+ t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
1157
+ t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
1158
+ <glyph glyph-name="youtube_sign" unicode="&#xf166;"
1159
+ d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
1160
+ q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
1161
+ q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
1162
+ q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
1163
+ q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
1164
+ h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1165
+ <glyph glyph-name="youtube" unicode="&#xf167;"
1166
+ d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
1167
+ q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
1168
+ q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
1169
+ q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
1170
+ q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
1171
+ <glyph glyph-name="xing" unicode="&#xf168;" horiz-adv-x="1408"
1172
+ d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
1173
+ q25 45 64 45h241q22 0 31 -15z" />
1174
+ <glyph glyph-name="xing_sign" unicode="&#xf169;"
1175
+ d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
1176
+ l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1177
+ <glyph glyph-name="youtube_play" unicode="&#xf16a;" horiz-adv-x="1792"
1178
+ d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
1179
+ l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
1180
+ q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
1181
+ <glyph glyph-name="dropbox" unicode="&#xf16b;" horiz-adv-x="1792"
1182
+ d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
1183
+ <glyph glyph-name="stackexchange" unicode="&#xf16c;"
1184
+ d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
1185
+ <glyph glyph-name="instagram" unicode="&#xf16d;"
1186
+ d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
1187
+ q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
1188
+ t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
1189
+ q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
1190
+ <glyph glyph-name="flickr" unicode="&#xf16e;"
1191
+ d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
1192
+ t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
1193
+ <glyph glyph-name="adn" unicode="&#xf170;"
1194
+ d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1195
+ <glyph glyph-name="f171" unicode="&#xf171;" horiz-adv-x="1408"
1196
+ d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
1197
+ t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
1198
+ t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
1199
+ t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
1200
+ <glyph glyph-name="bitbucket_sign" unicode="&#xf172;"
1201
+ d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
1202
+ t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
1203
+ M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
1204
+ v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1205
+ <glyph glyph-name="tumblr" unicode="&#xf173;" horiz-adv-x="1024"
1206
+ d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
1207
+ q78 2 134 29z" />
1208
+ <glyph glyph-name="tumblr_sign" unicode="&#xf174;"
1209
+ d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
1210
+ M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1211
+ <glyph glyph-name="long_arrow_down" unicode="&#xf175;" horiz-adv-x="768"
1212
+ d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
1213
+ <glyph glyph-name="long_arrow_up" unicode="&#xf176;" horiz-adv-x="768"
1214
+ d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
1215
+ <glyph glyph-name="long_arrow_left" unicode="&#xf177;" horiz-adv-x="1792"
1216
+ d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
1217
+ <glyph glyph-name="long_arrow_right" unicode="&#xf178;" horiz-adv-x="1792"
1218
+ d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
1219
+ <glyph glyph-name="apple" unicode="&#xf179;" horiz-adv-x="1408"
1220
+ d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
1221
+ q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
1222
+ <glyph glyph-name="windows" unicode="&#xf17a;" horiz-adv-x="1664"
1223
+ d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
1224
+ <glyph glyph-name="android" unicode="&#xf17b;" horiz-adv-x="1408"
1225
+ d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
1226
+ t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
1227
+ h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
1228
+ <glyph glyph-name="linux" unicode="&#xf17c;"
1229
+ d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
1230
+ M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
1231
+ q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
1232
+ q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
1233
+ t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
1234
+ q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
1235
+ q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
1236
+ q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
1237
+ q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
1238
+ t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
1239
+ t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
1240
+ q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
1241
+ t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
1242
+ q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
1243
+ t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
1244
+ t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
1245
+ <glyph glyph-name="dribble" unicode="&#xf17d;"
1246
+ d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
1247
+ t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
1248
+ q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
1249
+ t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1250
+ <glyph glyph-name="skype" unicode="&#xf17e;"
1251
+ d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
1252
+ t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
1253
+ q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
1254
+ q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
1255
+ <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1280"
1256
+ d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
1257
+ M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
1258
+ l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
1259
+ <glyph glyph-name="trello" unicode="&#xf181;"
1260
+ d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
1261
+ q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
1262
+ <glyph glyph-name="female" unicode="&#xf182;" horiz-adv-x="1280"
1263
+ d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
1264
+ q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
1265
+ <glyph glyph-name="male" unicode="&#xf183;" horiz-adv-x="1024"
1266
+ d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
1267
+ M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
1268
+ <glyph glyph-name="gittip" unicode="&#xf184;"
1269
+ d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
1270
+ t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1271
+ <glyph glyph-name="sun" unicode="&#xf185;" horiz-adv-x="1792"
1272
+ d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
1273
+ l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
1274
+ q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
1275
+ <glyph glyph-name="_366" unicode="&#xf186;"
1276
+ d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
1277
+ t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
1278
+ <glyph glyph-name="archive" unicode="&#xf187;" horiz-adv-x="1792"
1279
+ d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
1280
+ q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
1281
+ <glyph glyph-name="bug" unicode="&#xf188;" horiz-adv-x="1664"
1282
+ d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
1283
+ q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
1284
+ t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
1285
+ <glyph glyph-name="vk" unicode="&#xf189;" horiz-adv-x="1920"
1286
+ d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
1287
+ t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
1288
+ q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
1289
+ q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
1290
+ q39 5 64 -2.5t31 -16.5z" />
1291
+ <glyph glyph-name="weibo" unicode="&#xf18a;" horiz-adv-x="1792"
1292
+ d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
1293
+ q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
1294
+ q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
1295
+ q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
1296
+ M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
1297
+ <glyph glyph-name="renren" unicode="&#xf18b;"
1298
+ d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
1299
+ q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
1300
+ <glyph glyph-name="_372" unicode="&#xf18c;" horiz-adv-x="1408"
1301
+ d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
1302
+ t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
1303
+ t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
1304
+ t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
1305
+ <glyph glyph-name="stack_exchange" unicode="&#xf18d;" horiz-adv-x="1280"
1306
+ d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
1307
+ " />
1308
+ <glyph glyph-name="_374" unicode="&#xf18e;"
1309
+ d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
1310
+ t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1311
+ <glyph glyph-name="arrow_circle_alt_left" unicode="&#xf190;"
1312
+ d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
1313
+ t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1314
+ <glyph glyph-name="_376" unicode="&#xf191;"
1315
+ d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
1316
+ M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1317
+ <glyph glyph-name="dot_circle_alt" unicode="&#xf192;"
1318
+ d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
1319
+ t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
1320
+ <glyph glyph-name="_378" unicode="&#xf193;" horiz-adv-x="1664"
1321
+ d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
1322
+ q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
1323
+ <glyph glyph-name="vimeo_square" unicode="&#xf194;"
1324
+ d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
1325
+ q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1326
+ <glyph glyph-name="_380" unicode="&#xf195;" horiz-adv-x="1152"
1327
+ d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
1328
+ q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
1329
+ <glyph glyph-name="plus_square_o" unicode="&#xf196;" horiz-adv-x="1408"
1330
+ d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
1331
+ q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
1332
+ <glyph glyph-name="_382" unicode="&#xf197;" horiz-adv-x="2176"
1333
+ d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
1334
+ t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
1335
+ q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
1336
+ <glyph glyph-name="_383" unicode="&#xf198;" horiz-adv-x="1664"
1337
+ d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
1338
+ q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
1339
+ t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
1340
+ <glyph glyph-name="_384" unicode="&#xf199;"
1341
+ d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
1342
+ q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
1343
+ t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
1344
+ <glyph glyph-name="_385" unicode="&#xf19a;" horiz-adv-x="1792"
1345
+ d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
1346
+ t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
1347
+ t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
1348
+ t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
1349
+ t273 -182.5t331.5 -68z" />
1350
+ <glyph glyph-name="_386" unicode="&#xf19b;" horiz-adv-x="1792"
1351
+ d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
1352
+ <glyph glyph-name="_387" unicode="&#xf19c;" horiz-adv-x="2048"
1353
+ d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
1354
+ q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
1355
+ <glyph glyph-name="_388" unicode="&#xf19d;" horiz-adv-x="2304"
1356
+ d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
1357
+ q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
1358
+ <glyph glyph-name="_389" unicode="&#xf19e;"
1359
+ d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
1360
+ q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
1361
+ <glyph glyph-name="uniF1A0" unicode="&#xf1a0;"
1362
+ d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
1363
+ t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
1364
+ <glyph glyph-name="f1a1" unicode="&#xf1a1;" horiz-adv-x="1792"
1365
+ d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
1366
+ t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
1367
+ q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
1368
+ t348 71t348 -71t286 -191t191 -286t71 -348z" />
1369
+ <glyph glyph-name="_392" unicode="&#xf1a2;"
1370
+ d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
1371
+ q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
1372
+ q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
1373
+ q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
1374
+ <glyph glyph-name="_393" unicode="&#xf1a3;"
1375
+ d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
1376
+ v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
1377
+ t385.5 -103t279.5 -279.5t103 -385.5z" />
1378
+ <glyph glyph-name="f1a4" unicode="&#xf1a4;" horiz-adv-x="1920"
1379
+ d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
1380
+ v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
1381
+ <glyph glyph-name="_395" unicode="&#xf1a5;"
1382
+ d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
1383
+ t84.5 -203.5z" />
1384
+ <glyph glyph-name="_396" unicode="&#xf1a6;" horiz-adv-x="2048"
1385
+ d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
1386
+ v-369h123z" />
1387
+ <glyph glyph-name="_397" unicode="&#xf1a7;"
1388
+ d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
1389
+ v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
1390
+ q0 119 84.5 203.5t203.5 84.5h960q119 0 203