first commit
@@ -0,0 +1,36 @@
|
||||
[data-notice="fcf-admin-notice"] {
|
||||
padding: 20px;
|
||||
}
|
||||
[data-notice="fcf-admin-notice"] ~ [data-notice="fcf-admin-notice"] {
|
||||
display: none;
|
||||
}
|
||||
[data-notice="fcf-admin-notice"] img {
|
||||
float: left;
|
||||
width: 82px;
|
||||
height: auto;
|
||||
margin-right: 20px;
|
||||
}
|
||||
[data-notice="fcf-admin-notice"] h2 {
|
||||
max-width: 800px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
line-height: 1.625;
|
||||
}
|
||||
[data-notice="fcf-admin-notice"] p {
|
||||
max-width: 800px;
|
||||
margin: 0;
|
||||
padding: 3px 0;
|
||||
font-size: 16px;
|
||||
line-height: 1.625;
|
||||
}
|
||||
[data-notice="fcf-admin-notice"] p .dashicons {
|
||||
font-size: 16px;
|
||||
line-height: 1.625;
|
||||
}
|
||||
[data-notice="fcf-admin-notice"] .button {
|
||||
margin: 10px 0;
|
||||
}
|
||||
[data-notice="fcf-admin-notice"] > div {
|
||||
clear: both;
|
||||
}
|
||||
1
wp-content/plugins/flexible-checkout-fields/assets/css/admin-notice.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[data-notice="fcf-admin-notice"]{padding:20px}[data-notice="fcf-admin-notice"]~[data-notice="fcf-admin-notice"]{display:none}[data-notice="fcf-admin-notice"] img{float:left;width:82px;height:auto;margin-right:20px}[data-notice="fcf-admin-notice"] h2{max-width:800px;margin:0;padding:0;font-size:16px;line-height:1.625}[data-notice="fcf-admin-notice"] p{max-width:800px;margin:0;padding:3px 0;font-size:16px;line-height:1.625}[data-notice="fcf-admin-notice"] p .dashicons{font-size:16px;line-height:1.625}[data-notice="fcf-admin-notice"] .button{margin:10px 0}[data-notice="fcf-admin-notice"]>div{clear:both}
|
||||
@@ -0,0 +1,30 @@
|
||||
.inspire_checkout_fields_hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.woocommerce-account input.button[name="save_address"]{
|
||||
display: block!important;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.woocommerce-checkout .checkout .form-left{
|
||||
float: left!important;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.woocommerce-checkout .checkout .form-right{
|
||||
float: right!important;
|
||||
}
|
||||
|
||||
.woocommerce-account .woocommerce .form-left{
|
||||
float: left!important;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.woocommerce-account .woocommerce .form-right{
|
||||
float: right!important;
|
||||
}
|
||||
|
||||
span.inspire-file-error {
|
||||
font-weight: bold;
|
||||
}
|
||||
1
wp-content/plugins/flexible-checkout-fields/assets/css/front.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.inspire_checkout_fields_hide{display:none}.woocommerce-account input.button[name="save_address"]{display:block!important;clear:both}.woocommerce-checkout .checkout .form-left{float:left!important;clear:left}.woocommerce-checkout .checkout .form-right{float:right!important}.woocommerce-account .woocommerce .form-left{float:left!important;clear:left}.woocommerce-account .woocommerce .form-right{float:right!important}span.inspire-file-error{font-weight:700}
|
||||
|
After Width: | Height: | Size: 180 B |
|
After Width: | Height: | Size: 178 B |
|
After Width: | Height: | Size: 120 B |
|
After Width: | Height: | Size: 105 B |
|
After Width: | Height: | Size: 111 B |
|
After Width: | Height: | Size: 110 B |
|
After Width: | Height: | Size: 119 B |
|
After Width: | Height: | Size: 101 B |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
474
wp-content/plugins/flexible-checkout-fields/assets/css/jquery-ui.css
vendored
Normal file
@@ -0,0 +1,474 @@
|
||||
/*! jQuery UI - v1.9.2 - 2012-11-23
|
||||
* http://jqueryui.com
|
||||
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
|
||||
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden { display: none; }
|
||||
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
||||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
||||
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
|
||||
.ui-helper-clearfix:after { clear: both; }
|
||||
.ui-helper-clearfix { zoom: 1; }
|
||||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled { cursor: default !important; }
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
|
||||
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
|
||||
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
|
||||
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
|
||||
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
||||
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
|
||||
|
||||
.ui-autocomplete {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* workarounds */
|
||||
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|
||||
|
||||
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
|
||||
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
|
||||
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
||||
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
||||
.ui-button-icons-only { width: 3.4em; }
|
||||
button.ui-button-icons-only { width: 3.7em; }
|
||||
|
||||
/*button text element */
|
||||
.ui-button .ui-button-text { display: block; line-height: 1.4; }
|
||||
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
|
||||
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
|
||||
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
|
||||
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
|
||||
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
|
||||
/* no icon support for input elements, provide padding by default */
|
||||
input.ui-button { padding: .4em 1em; }
|
||||
|
||||
/*button icon element(s) */
|
||||
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
|
||||
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
|
||||
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
|
||||
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
|
||||
|
||||
/*button sets*/
|
||||
.ui-buttonset { margin-right: 7px; }
|
||||
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
|
||||
|
||||
/* workarounds */
|
||||
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
||||
|
||||
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
||||
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
||||
.ui-datepicker .ui-datepicker-next { right:2px; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
||||
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
||||
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
||||
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
|
||||
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
||||
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
||||
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
||||
.ui-datepicker td { border: 0; padding: 1px; }
|
||||
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
||||
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
||||
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
|
||||
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
||||
.ui-datepicker-cover {
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 200px; /*must have*/
|
||||
height: 200px; /*must have*/
|
||||
}
|
||||
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
|
||||
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
|
||||
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
|
||||
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
||||
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
||||
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
||||
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
||||
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
||||
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
||||
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
||||
|
||||
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
|
||||
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
|
||||
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
|
||||
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
|
||||
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
|
||||
.ui-menu .ui-menu-item a.ui-state-focus,
|
||||
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
|
||||
|
||||
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
|
||||
.ui-menu .ui-state-disabled a { cursor: default; }
|
||||
|
||||
/* icon support */
|
||||
.ui-menu-icons { position: relative; }
|
||||
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }
|
||||
|
||||
/* left-aligned */
|
||||
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }
|
||||
|
||||
/* right-aligned */
|
||||
.ui-menu .ui-menu-icon { position: static; float: right; }
|
||||
|
||||
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
||||
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|
||||
.ui-resizable { position: relative;}
|
||||
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
|
||||
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
||||
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
||||
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
||||
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
|
||||
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
|
||||
|
||||
.ui-slider { position: relative; text-align: left; }
|
||||
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
||||
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
|
||||
|
||||
.ui-slider-horizontal { height: .8em; }
|
||||
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
||||
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
||||
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
||||
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
||||
|
||||
.ui-slider-vertical { width: .8em; height: 100px; }
|
||||
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
||||
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
||||
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
||||
.ui-slider-vertical .ui-slider-range-max { top: 0; }
|
||||
.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
|
||||
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
|
||||
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
|
||||
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
|
||||
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
|
||||
.ui-spinner-up { top: 0; }
|
||||
.ui-spinner-down { bottom: 0; }
|
||||
|
||||
/* TR overrides */
|
||||
.ui-spinner .ui-icon-triangle-1-s {
|
||||
/* need to fix icons sprite */
|
||||
background-position:-65px -16px;
|
||||
}
|
||||
|
||||
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
||||
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
|
||||
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
|
||||
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
|
||||
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
||||
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
|
||||
|
||||
.ui-tooltip {
|
||||
padding: 8px;
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
max-width: 300px;
|
||||
-webkit-box-shadow: 0 0 5px #aaa;
|
||||
box-shadow: 0 0 5px #aaa;
|
||||
}
|
||||
/* Fades and background-images don't work well together in IE6, drop the image */
|
||||
* html .ui-tooltip {
|
||||
background-image: none;
|
||||
}
|
||||
body .ui-tooltip { border-width: 2px; }
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
|
||||
.ui-widget .ui-widget { font-size: 1em; }
|
||||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
|
||||
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
|
||||
.ui-widget-content a { color: #222222; }
|
||||
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
|
||||
.ui-widget-header a { color: #222222; }
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
|
||||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
|
||||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
|
||||
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
|
||||
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
|
||||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
|
||||
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
|
||||
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
|
||||
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
|
||||
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
|
||||
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
|
||||
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
|
||||
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
|
||||
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
|
||||
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
|
||||
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
||||
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
|
||||
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
|
||||
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-on { background-position: -96px -144px; }
|
||||
.ui-icon-radio-off { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
|
||||
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
|
||||
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
|
||||
5
wp-content/plugins/flexible-checkout-fields/assets/css/jquery-ui.min.css
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
body {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.print {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
table {
|
||||
|
||||
}
|
||||
tr{
|
||||
|
||||
}
|
||||
td{
|
||||
vertical-align: middle!important;
|
||||
}
|
||||
.pagebreak {
|
||||
page-break-before: always;
|
||||
}
|
||||
|
||||
.no-page-break {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 1.8em;
|
||||
line-height: 1.8em;
|
||||
font-weight: bold!important;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 1.6em;
|
||||
line-height: 1.6em;
|
||||
padding: 0 0 80px 0!important;
|
||||
}
|
||||
|
||||
h3{
|
||||
line-height: 1.2em;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold!important;
|
||||
}
|
||||
|
||||
.product thead tr{
|
||||
background: #cfcfcf;
|
||||
}
|
||||
|
||||
.product tr.color{
|
||||
background: #efefef;
|
||||
}
|
||||
1
wp-content/plugins/flexible-checkout-fields/assets/css/print.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
body{width:100%!important}#wrapper{padding:0!important}.print{display:none!important}td{vertical-align:middle!important}.pagebreak{page-break-before:always}.no-page-break{page-break-after:avoid}h1{font-size:1.8em;line-height:1.8em;font-weight:bold!important}h2{font-size:1.6em;line-height:1.6em;padding:0 0 80px 0!important}h3{line-height:1.2em;font-size:1.2em;font-weight:bold!important}.product thead tr{background:#cfcfcf}.product tr.color{background:#efefef}
|
||||
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
|
||||
Code licensed under the BSD License:
|
||||
http://developer.yahoo.com/yui/license.html
|
||||
version: 2.9.0
|
||||
*/
|
||||
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
|
||||
1
wp-content/plugins/flexible-checkout-fields/assets/css/reset.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
|
||||
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="icomoon" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="align-left" d="M29.248 228.576h599.552c16.224 0 29.248 13.024 29.248 29.248 0 0 0 0 0 0v87.552c0 16.224-13.024 29.248-29.248 29.248 0 0 0 0 0 0h-599.552c-16.224 0.224-29.248-12.8-29.248-29.024 0 0 0 0 0 0v-87.552c0-16.448 13.024-29.472 29.248-29.472 0 0 0 0 0 0zM29.248 813.728h599.552c16.224 0 29.248 13.024 29.248 29.248 0 0 0 0 0 0v87.776c0.224 16.224-12.8 29.248-29.024 29.248 0 0 0 0 0 0h-599.776c-16.224 0-29.248-13.024-29.248-29.248 0 0 0 0 0 0v-87.552c0-16.448 13.024-29.472 29.248-29.472 0 0 0 0 0 0zM987.424 667.424h-950.848c-20.128 0-36.576-16.448-36.576-36.576v-73.152c0-20.128 16.448-36.576 36.576-36.576h950.848c20.128 0 36.576 16.448 36.576 36.576v73.152c0 20.128-16.448 36.576-36.576 36.576zM987.424 82.272h-950.848c-20.128 0-36.576-16.448-36.576-36.576v-73.152c0-20.128 16.448-36.576 36.576-36.576h950.848c20.128 0 36.576 16.448 36.576 36.576v73.152c0 20.128-16.448 36.576-36.576 36.576z" />
|
||||
<glyph unicode="" glyph-name="brush" d="M832 960h-640c-35.392 0-64-28.608-64-64v-448h768v448c0 35.392-28.608 64-64 64zM128 320c0-70.784 57.408-128 128-128h128v-128c0-70.784 57.408-128 128-128s128 57.216 128 128v128h128c70.592 0 128 57.216 128 128v64h-768v-64zM512 112c26.592 0 48-21.408 48-48s-21.6-48-48-48-48 21.6-48 48c0 26.592 21.6 48 48 48z" />
|
||||
<glyph unicode="" glyph-name="calendar-alt" d="M360 384h-80c-13.184 0-24 10.784-24 24v80c0 13.184 10.816 24 24 24h80c13.184 0 24-10.816 24-24v-80c0-13.216-10.816-24-24-24zM576 408v80c0 13.184-10.784 24-24 24h-80c-13.184 0-24-10.816-24-24v-80c0-13.216 10.816-24 24-24h80c13.216 0 24 10.784 24 24zM768 408v80c0 13.184-10.784 24-24 24h-80c-13.216 0-24-10.816-24-24v-80c0-13.216 10.784-24 24-24h80c13.216 0 24 10.784 24 24zM576 216v80c0 13.216-10.784 24-24 24h-80c-13.184 0-24-10.784-24-24v-80c0-13.216 10.816-24 24-24h80c13.216 0 24 10.784 24 24zM384 216v80c0 13.216-10.816 24-24 24h-80c-13.184 0-24-10.784-24-24v-80c0-13.216 10.816-24 24-24h80c13.184 0 24 10.784 24 24zM768 216v80c0 13.216-10.784 24-24 24h-80c-13.216 0-24-10.784-24-24v-80c0-13.216 10.784-24 24-24h80c13.216 0 24 10.784 24 24zM960 736v-704c0-52.992-43.008-96-96-96h-704c-52.992 0-96 43.008-96 96v704c0 52.992 43.008 96 96 96h96v104c0 13.184 10.816 24 24 24h80c13.184 0 24-10.816 24-24v-104h256v104c0 13.184 10.784 24 24 24h80c13.216 0 24-10.816 24-24v-104h96c52.992 0 96-43.008 96-96zM864 44v596h-704v-596c0-6.592 5.408-12 12-12h680c6.592 0 12 5.408 12 12z" />
|
||||
<glyph unicode="" glyph-name="caret-down" horiz-adv-x="1806" d="M121.471 960h1562.724c108.109 0 162.164-130.581 85.637-207.108l-781.058-781.665c-47.374-47.374-124.508-47.374-171.881 0l-781.058 781.665c-76.527 76.527-22.472 207.108 85.637 207.108z" />
|
||||
<glyph unicode="" glyph-name="caret-left" horiz-adv-x="581" d="M580.863 891.137v-885.929c0-61.289-74.028-91.933-117.412-48.549l-443.137 442.792c-26.857 26.857-26.857 70.585 0 97.442l442.792 442.792c43.384 43.384 117.757 12.74 117.757-48.549z" />
|
||||
<glyph unicode="" glyph-name="caret-right" horiz-adv-x="581" d="M0 4.863v886.273c0 61.289 74.028 91.933 117.412 48.549l443.137-443.137c26.857-26.857 26.857-70.585 0-97.442l-443.137-442.792c-43.384-43.384-117.412-12.74-117.412 48.549z" />
|
||||
<glyph unicode="" glyph-name="caret-up" horiz-adv-x="1805" d="M1683.803-64h-1562.404c-108.045 0-162.068 130.504-85.586 206.985l781.202 781.202c47.346 47.346 124.434 47.346 171.779 0l781.202-781.202c75.874-75.874 21.852-206.985-86.193-206.985v0z" />
|
||||
<glyph unicode="" glyph-name="check" d="M347.8 81.2l-332.8 332.8c-20 20-20 52.4 0 72.4l72.4 72.4c20 20 52.4 20 72.4 0l224.2-224.2 480.2 480.2c20 20 52.4 20 72.4 0l72.4-72.4c20-20 20-52.4 0-72.4l-588.799-588.799c-20-20-52.4-20-72.4 0v0z" />
|
||||
<glyph unicode="" glyph-name="check-square" d="M914.272 960h-804.576c-60.576 0-109.728-49.152-109.728-109.728v-804.576c0-60.576 49.152-109.728 109.728-109.728h804.576c60.576 0 109.728 49.152 109.728 109.728v804.576c0 60.576-49.152 109.728-109.728 109.728zM914.272 45.728h-804.576v804.576h804.576v-804.576zM832.224 598.176l-394.528-391.328c-10.752-10.752-28.128-10.528-38.848 0.224l-207.552 209.152c-10.752 10.752-10.528 28.128 0.224 38.848l51.872 51.424c10.752 10.752 28.128 10.528 38.848-0.224l136.672-137.824 323.2 320.448c10.752 10.752 28.128 10.528 38.848-0.224l51.424-51.872c10.752-10.528 10.528-27.872-0.224-38.624v0z" />
|
||||
<glyph unicode="" glyph-name="clock" d="M512 960c-282.848 0-512-229.152-512-512s229.152-512 512-512 512 229.152 512 512-229.152 512-512 512zM512 35.104c-228.128 0-412.896 184.768-412.896 412.896s184.768 412.896 412.896 412.896 412.896-184.768 412.896-412.896-184.768-412.896-412.896-412.896zM639.584 250.624l-175.264 127.392c-6.4 4.736-10.112 12.192-10.112 20.032v339.008c0 13.632 11.136 24.768 24.768 24.768h66.080c13.632 0 24.768-11.136 24.768-24.768v-292.544l137.92-100.32c11.136-8.064 13.408-23.52 5.376-34.688l-38.816-53.472c-8.064-10.944-23.52-13.408-34.688-5.376v0z" />
|
||||
<glyph unicode="" glyph-name="code" d="M446.24 39.264l-97.6 28.32c-10.24 2.88-16 13.6-13.12 23.84l218.368 752.256c2.88 10.24 13.6 16 23.84 13.12l97.6-28.32c10.24-2.88 16-13.6 13.12-23.84l-218.368-752.256c-3.040-10.24-13.6-16.16-23.84-13.12zM263.872 218.752l69.6 74.24c7.36 7.84 6.88 20.32-1.28 27.52l-144.96 127.52 144.96 127.52c8.16 7.2 8.8 19.68 1.28 27.52l-69.6 74.24c-7.2 7.68-19.36 8.16-27.2 0.8l-230.528-215.968c-8.16-7.52-8.16-20.48 0-28l230.528-216.128c7.84-7.36 20-7.040 27.2 0.8v0zM787.328 217.792l230.528 216.128c8.16 7.52 8.16 20.48 0 28l-230.528 216.288c-7.68 7.2-19.84 6.88-27.2-0.8l-69.6-74.24c-7.36-7.84-6.88-20.32 1.28-27.52l144.96-127.68-144.96-127.52c-8.16-7.2-8.8-19.68-1.28-27.52l69.6-74.24c7.2-7.84 19.36-8.16 27.2-0.96v0z" />
|
||||
<glyph unicode="" glyph-name="cog" d="M989.6 324.96l-87.936 50.784c8.864 47.904 8.864 97.024 0 144.928l87.936 50.784c10.112 5.792 14.656 17.76 11.36 28.896-22.912 73.504-61.92 139.968-112.928 195.296-7.84 8.48-20.64 10.528-30.56 4.736l-87.936-50.784c-36.96 31.808-79.488 56.352-125.536 72.48v101.376c0 11.552-8.064 21.664-19.392 24.16-75.776 16.928-153.408 16.096-225.44 0-11.36-2.464-19.392-12.608-19.392-24.16v-101.568c-45.824-16.32-88.352-40.864-125.536-72.48l-87.744 50.784c-10.112 5.792-22.72 3.936-30.56-4.736-51.008-55.136-90.016-121.6-112.928-195.296-3.52-11.136 1.248-23.136 11.36-28.896l87.936-50.784c-8.864-47.904-8.864-97.024 0-144.928l-87.936-50.784c-10.112-5.792-14.656-17.76-11.36-28.896 22.912-73.504 61.92-139.968 112.928-195.296 7.84-8.48 20.64-10.528 30.56-4.736l87.936 50.784c36.96-31.808 79.488-56.352 125.536-72.48v-101.568c0-11.552 8.064-21.664 19.392-24.16 75.776-16.928 153.408-16.096 225.44 0 11.36 2.464 19.392 12.608 19.392 24.16v101.568c45.824 16.32 88.352 40.864 125.536 72.48l87.936-50.784c10.112-5.792 22.72-3.936 30.56 4.736 51.008 55.136 90.016 121.6 112.928 195.296 3.104 11.36-1.44 23.328-11.552 29.12zM511.872 283.040c-91.040 0-165.152 74.112-165.152 165.152s74.112 165.152 165.152 165.152 165.152-74.112 165.152-165.152-74.112-165.152-165.152-165.152z" />
|
||||
<glyph unicode="" glyph-name="cogs" d="M819.456 550.816l-13.12-22.88c-4.8-8.48-15.040-12-24.16-8.64-18.88 7.040-36.16 17.12-51.36 29.76-7.36 6.080-9.28 16.8-4.48 25.12l13.12 22.88c-11.040 12.8-19.68 27.68-25.44 43.84h-26.4c-9.6 0-17.92 6.88-19.52 16.48-3.2 19.2-3.36 39.36 0 59.36 1.6 9.6 9.92 16.64 19.52 16.64h26.4c5.76 16.16 14.4 31.040 25.44 43.84l-13.12 22.88c-4.8 8.32-3.040 19.040 4.48 25.12 15.2 12.64 32.64 22.72 51.36 29.76 9.12 3.36 19.36-0.16 24.16-8.64l13.12-22.88c16.8 3.040 33.92 3.040 50.72 0l13.12 22.88c4.8 8.48 15.040 12 24.16 8.64 18.88-7.040 36.16-17.12 51.36-29.76 7.36-6.080 9.28-16.8 4.48-25.12l-13.12-22.88c11.040-12.8 19.68-27.68 25.44-43.84h26.4c9.6 0 17.92-6.88 19.52-16.48 3.2-19.2 3.36-39.36 0-59.36-1.6-9.6-9.92-16.64-19.52-16.64h-26.4c-5.76-16.16-14.4-31.040-25.44-43.84l13.12-22.88c4.8-8.32 3.040-19.040-4.48-25.12-15.2-12.64-32.64-22.72-51.36-29.76-9.12-3.36-19.36 0.16-24.16 8.64l-13.12 22.88c-16.64-3.040-33.92-3.040-50.72 0zM802.656 644.896c61.6-47.36 131.84 22.88 84.48 84.48-61.6 47.52-131.84-22.88-84.48-84.48zM618.144 398.624l53.92-26.88c16.16-9.28 23.2-28.96 16.8-46.56-14.24-38.72-42.24-74.24-68.16-105.28-11.84-14.24-32.32-17.76-48.48-8.48l-46.56 26.88c-25.6-21.92-55.36-39.36-87.84-50.72v-53.76c0-18.56-13.28-34.56-31.52-37.76-39.36-6.72-80.64-7.040-121.44 0-18.4 3.2-32 19.040-32 37.76v53.76c-32.48 11.52-62.24 28.8-87.84 50.72l-46.56-26.72c-16-9.28-36.64-5.76-48.48 8.48-25.92 31.040-53.28 66.56-67.52 105.12-6.4 17.44 0.64 37.12 16.8 46.56l53.28 26.88c-6.24 33.44-6.24 67.84 0 101.44l-53.28 27.040c-16.16 9.28-23.36 28.96-16.8 46.4 14.24 38.72 41.6 74.24 67.52 105.28 11.84 14.24 32.32 17.76 48.48 8.48l46.56-26.88c25.6 21.92 55.36 39.36 87.84 50.72v53.92c0 18.4 13.12 34.4 31.36 37.6 39.36 6.72 80.8 7.040 121.6 0.16 18.4-3.2 32-19.040 32-37.76v-53.76c32.48-11.52 62.24-28.8 87.84-50.72l46.56 26.88c16 9.28 36.64 5.76 48.48-8.48 25.92-31.040 53.12-66.56 67.36-105.28 6.4-17.44 0.16-37.12-16-46.56l-53.92-26.88c6.24-33.6 6.24-68 0-101.6zM429.984 364.864c94.72 123.2-45.92 263.872-169.12 169.12-94.72-123.2 45.92-263.872 169.12-169.12zM819.456 72.544l-13.12-22.88c-4.8-8.48-15.040-12-24.16-8.64-18.88 7.040-36.16 17.12-51.36 29.76-7.36 6.080-9.28 16.8-4.48 25.12l13.12 22.88c-11.040 12.8-19.68 27.68-25.44 43.84h-26.4c-9.6 0-17.92 6.88-19.52 16.48-3.2 19.2-3.36 39.36 0 59.36 1.6 9.6 9.92 16.64 19.52 16.64h26.4c5.76 16.16 14.4 31.040 25.44 43.84l-13.12 22.88c-4.8 8.32-3.040 19.040 4.48 25.12 15.2 12.64 32.64 22.72 51.36 29.76 9.12 3.36 19.36-0.16 24.16-8.64l13.12-22.88c16.8 3.040 33.92 3.040 50.72 0l13.12 22.88c4.8 8.48 15.040 12 24.16 8.64 18.88-7.040 36.16-17.12 51.36-29.76 7.36-6.080 9.28-16.8 4.48-25.12l-13.12-22.88c11.040-12.8 19.68-27.68 25.44-43.84h26.4c9.6 0 17.92-6.88 19.52-16.48 3.2-19.2 3.36-39.36 0-59.36-1.6-9.6-9.92-16.64-19.52-16.64h-26.4c-5.76-16.16-14.4-31.040-25.44-43.84l13.12-22.88c4.8-8.32 3.040-19.040-4.48-25.12-15.2-12.64-32.64-22.72-51.36-29.76-9.12-3.36-19.36 0.16-24.16 8.64l-13.12 22.88c-16.64-3.040-33.92-3.040-50.72 0zM802.656 166.784c61.6-47.36 131.84 22.88 84.48 84.48-61.6 47.36-131.84-22.88-84.48-84.48v0z" />
|
||||
<glyph unicode="" glyph-name="dollar-sign" d="M642.4 493.184l-216 63.2c-24.992 7.2-42.4 30.592-42.4 56.608 0 32.608 26.4 59.008 59.008 59.008h132.608c24.384 0 48.384-7.392 68.384-20.992 12.192-8.192 28.608-6.208 39.008 4l69.6 68c14.208 13.792 12.192 36.8-3.616 48.992-48.992 38.4-110.208 59.808-172.992 60v96c0 17.6-14.4 32-32 32h-64c-17.6 0-32-14.4-32-32v-96h-4.992c-127.392 0-229.792-109.408-218.016-239.2 8.416-92.192 78.816-167.2 167.616-193.184l204.992-60c24.992-7.392 42.4-30.592 42.4-56.608 0-32.608-26.4-59.008-59.008-59.008h-132.608c-24.384 0-48.384 7.392-68.384 20.992-12.192 8.192-28.608 6.208-39.008-4l-69.6-68c-14.208-13.792-12.192-36.8 3.616-48.992 48.992-38.4 110.208-59.808 172.992-60v-96c0-17.6 14.4-32 32-32h64c17.6 0 32 14.4 32 32v96.384c93.216 1.792 180.608 57.216 211.392 145.408 43.008 123.2-29.216 249.6-144.992 283.392v0z" />
|
||||
<glyph unicode="" glyph-name="ellipsis-v" d="M637.568 61.568c0-69.344-56.224-125.568-125.568-125.568s-125.568 56.224-125.568 125.568c0 69.344 56.224 125.568 125.568 125.568s125.568-56.224 125.568-125.568zM637.568 447.872c0-69.344-56.224-125.568-125.568-125.568s-125.568 56.224-125.568 125.568c0 69.344 56.224 125.568 125.568 125.568s125.568-56.224 125.568-125.568zM637.568 834.432c0-69.344-56.224-125.568-125.568-125.568s-125.568 56.224-125.568 125.568c0 69.344 56.224 125.568 125.568 125.568s125.568-56.224 125.568-125.568z" />
|
||||
<glyph unicode="" glyph-name="exchange-alt" d="M271.904 911.712v-719.52h95.936c42.912 0 63.968-51.968 34.112-82.080l-159.904-159.904c-18.912-18.912-49.312-18.912-67.68 0l-159.904 159.904c-30.368 30.368-9.056 82.080 33.568 82.080h95.936v719.52c0 26.656 21.6 47.968 47.968 47.968h31.968c26.368 0 47.968-21.312 47.968-47.968v0zM799.84-63.68h31.968c26.656 0 47.968 21.312 47.968 47.968v719.52h95.936c42.912 0 63.968 51.712 34.112 82.080l-159.904 159.904c-18.656 18.912-49.024 18.912-67.68 0l-159.904-159.904c-30.368-30.368-8.8-82.080 33.568-82.080h95.936v-719.52c0-26.656 21.6-47.968 47.968-47.968v0z" />
|
||||
<glyph unicode="" glyph-name="eye" d="M511.936 647.136c-18.848-0.352-37.504-3.2-55.456-8.896 8.352-14.592 12.8-31.104 12.8-48 0-54.944-44.64-99.552-99.552-99.552-16.896 0.192-33.408 4.608-48 12.8-30.4-105.248 30.4-215.488 135.84-245.696 105.44-30.4 215.488 30.4 245.888 135.84s-30.4 215.488-135.84 245.888c-18.144 5.152-36.8 7.648-55.648 7.648zM1017.728 473.952c-96.352 188.096-287.296 315.392-505.792 315.392s-409.44-127.296-505.792-315.392c-8.192-16.352-8.192-35.552 0-51.904 96.352-188.096 287.296-315.392 505.792-315.392s409.44 127.296 505.792 315.392c8.352 16.352 8.352 35.552 0 51.904zM511.936 192c-175.296 0-336.192 97.792-422.944 256 86.752 158.24 247.488 256 422.944 256s336.192-97.792 422.944-256c-86.752-158.24-247.488-256-422.944-256z" />
|
||||
<glyph unicode="" glyph-name="font" d="M987.424 82.272h-53.472l-298.752 828.128c-10.048 29.728-37.952 49.6-69.248 49.6h-107.872c-31.328 0-59.2-19.872-69.248-49.6l-298.752-828.128h-53.472c-20.128 0-36.576-16.448-36.576-36.576v-73.152c0-20.128 16.448-36.576 36.576-36.576h292.576c20.128 0 36.576 16.448 36.576 36.576v73.152c0 20.128-16.448 36.576-36.576 36.576h-44.8l53.248 146.272h348.8l53.248-146.272h-44.8c-20.128 0-36.576-16.448-36.576-36.576v-73.152c0-20.128 16.448-36.576 36.576-36.576h292.576c20.128 0 36.576 16.448 36.576 36.576v73.152c0 20.128-16.448 36.576-36.576 36.576zM404.352 411.424l107.648 296 107.648-296h-215.328z" />
|
||||
<glyph unicode="" glyph-name="heading" d="M921.6 789.344v-682.656h68.256c18.784 0 34.144-15.36 34.144-34.144v-68.256c0-18.784-15.36-34.144-34.144-34.144h-341.344c-18.784 0-34.144 15.36-34.144 34.144v68.256c0 18.784 15.36 34.144 34.144 34.144h68.256v273.056h-409.6v-273.056h68.256c18.784 0 34.144-15.36 34.144-34.144v-68.256c0-18.784-15.36-34.144-34.144-34.144h-341.344c-18.784 0-34.144 15.36-34.144 34.144v68.256c0 18.784 15.36 34.144 34.144 34.144h68.256v682.656h-68.256c-18.784 0-34.144 15.36-34.144 34.144v68.256c0 18.784 15.36 34.144 34.144 34.144h341.344c18.784 0 34.144-15.36 34.144-34.144v-68.256c0-18.784-15.36-34.144-34.144-34.144h-68.256v-273.056h409.6v273.056h-68.256c-18.784 0-34.144 15.36-34.144 34.144v68.256c0 18.784 15.36 34.144 34.144 34.144h341.344c18.784 0 34.144-15.36 34.144-34.144v-68.256c0-18.784-15.36-34.144-34.144-34.144h-68.256z" />
|
||||
<glyph unicode="" glyph-name="list-ul" d="M96 864c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96-43.008 96-96 96zM96 544c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96-43.008 96-96 96zM96 224c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96-43.008 96-96 96zM992 192h-640c-17.6 0-32-14.4-32-32v-64c0-17.6 14.4-32 32-32h640c17.6 0 32 14.4 32 32v64c0 17.6-14.4 32-32 32zM992 832h-640c-17.6 0-32-14.4-32-32v-64c0-17.6 14.4-32 32-32h640c17.6 0 32 14.4 32 32v64c0 17.6-14.4 32-32 32zM992 512h-640c-17.6 0-32-14.4-32-32v-64c0-17.6 14.4-32 32-32h640c17.6 0 32 14.4 32 32v64c0 17.6-14.4 32-32 32z" />
|
||||
<glyph unicode="" glyph-name="long-arrow-alt-down" horiz-adv-x="503" d="M343.086 242.514v690.057c0 15.086-12.343 27.429-27.429 27.429h-128c-15.086 0-27.429-12.343-27.429-27.429v-690.057h-105.371c-48.914 0-73.371-59.2-38.857-93.714l196.8-196.8c21.486-21.486 56.229-21.486 77.486 0l196.8 196.8c34.514 34.514 10.057 93.714-38.857 93.714h-105.143z" />
|
||||
<glyph unicode="" glyph-name="long-arrow-alt-left" horiz-adv-x="2083" d="M623.608 261.987h1403.931c30.692 0 55.804 25.112 55.804 55.804v260.418c0 30.692-25.112 55.804-55.804 55.804h-1403.931v214.38c0 99.517-120.443 149.275-190.663 79.055l-400.392-400.392c-43.713-43.713-43.713-114.398 0-157.646l400.392-400.392c70.22-70.22 190.663-20.461 190.663 79.055v213.915z" />
|
||||
<glyph unicode="" glyph-name="long-arrow-alt-right" horiz-adv-x="2083" d="M1459.735 634.013h-1403.931c-30.692 0-55.804-25.112-55.804-55.804v-260.418c0-30.692 25.112-55.804 55.804-55.804h1403.931v-214.38c0-99.517 120.443-149.275 190.663-79.055l400.392 400.392c43.713 43.713 43.713 114.398 0 157.646l-400.392 400.392c-70.22 70.22-190.663 20.461-190.663-79.055v-213.915z" />
|
||||
<glyph unicode="" glyph-name="long-arrow-alt-up" horiz-adv-x="503" d="M160.229 653.486v-690.057c0-15.086 12.343-27.429 27.429-27.429h128c15.086 0 27.429 12.343 27.429 27.429v690.057h105.371c48.914 0 73.371 59.2 38.857 93.714l-196.8 196.8c-21.486 21.486-56.229 21.486-77.486 0l-196.8-196.8c-34.514-34.514-10.057-93.714 38.857-93.714h105.143z" />
|
||||
<glyph unicode="" glyph-name="magic" d="M448 768.032l32 64 64 32-64 32-32 64-32-64-64-32 64-32 32-64zM160.064 640.064l53.376 106.592 106.592 53.376-106.592 53.376-53.376 106.592-53.376-106.592-106.592-53.376 106.592-53.376 53.376-106.592zM863.936 384.096l-53.376-106.592-106.592-53.376 106.592-53.376 53.376-106.592 53.376 106.592 106.592 53.376-106.592 53.376-53.376 106.592zM1005.12 771.648l-169.568 169.568c-12.608 12.608-28.992 18.784-45.376 18.784s-32.8-6.208-45.184-18.784l-726.048-726.048c-24.992-24.992-24.992-65.6 0-90.592l169.568-169.76c12.608-12.608 28.8-18.784 45.184-18.784s32.8 6.208 45.184 18.784l726.048 726.048c25.184 25.184 25.184 65.792 0.192 90.784zM718.976 553.088l-101.792 101.792 172.96 173.152 101.792-101.792-172.96-173.152z" />
|
||||
<glyph unicode="" glyph-name="palette" d="M408.576 949.92c-198.816-38.816-359.008-198.592-398.208-396.8-74.016-374.016 263.392-652.8 517.6-613.408 82.4 12.8 122.816 109.216 84.992 183.392-46.208 90.816 19.808 196.8 121.792 196.8h159.392c71.616 0 129.6 59.2 129.792 130.592-0.992 315.2-287.808 563.2-615.424 499.424zM191.968 319.904c-35.392 0-64 28.608-64 64s28.608 64 64 64 64-28.608 64-64-28.608-64-64-64zM256 575.936c-35.392 0-64 28.608-64 64s28.608 64 64 64 64-28.608 64-64-28.608-64-64-64zM512 703.936c-35.392 0-64 28.608-64 64s28.608 64 64 64 64-28.608 64-64-28.608-64-64-64zM768 575.936c-35.392 0-64 28.608-64 64s28.608 64 64 64 64-28.608 64-64-28.608-64-64-64z" />
|
||||
<glyph unicode="" glyph-name="plus" d="M950.857 557.714h-329.143v329.143c0 40.457-32.686 73.143-73.143 73.143h-73.143c-40.457 0-73.143-32.686-73.143-73.143v-329.143h-329.143c-40.457 0-73.143-32.686-73.143-73.143v-73.143c0-40.457 32.686-73.143 73.143-73.143h329.143v-329.143c0-40.457 32.686-73.143 73.143-73.143h73.143c40.457 0 73.143 32.686 73.143 73.143v329.143h329.143c40.457 0 73.143 32.686 73.143 73.143v73.143c0 40.457-32.686 73.143-73.143 73.143z" />
|
||||
<glyph unicode="" glyph-name="question-circle" d="M512 960c-282.848 0-512-229.376-512-512 0-282.848 229.152-512 512-512s512 229.152 512 512c0 282.624-229.152 512-512 512zM512 35.104c-228.128 0-412.896 184.576-412.896 412.896 0 228.128 184.768 412.896 412.896 412.896s412.896-184.768 412.896-412.896c0-228.128-184.576-412.896-412.896-412.896zM733.312 561.952c0-138.528-149.472-140.608-149.472-191.808v-12.992c0-13.632-11.136-24.768-24.768-24.768h-94.144c-13.632 0-24.768 11.136-24.768 24.768v17.952c0 73.696 55.936 103.232 98.272 126.976 36.32 20.224 58.432 34.080 58.432 61.12 0 35.52-45.408 59.264-82.176 59.264-47.904 0-69.984-22.72-100.96-61.92-8.48-10.528-23.744-12.608-34.464-4.32l-57.408 43.552c-10.528 8.064-12.992 22.912-5.376 33.856 48.736 71.648 110.88 111.904 207.68 111.904 101.152-0.192 209.12-79.264 209.12-183.52zM598.72 216.768c0-47.904-38.816-86.72-86.72-86.72s-86.72 38.816-86.72 86.72 38.816 86.72 86.72 86.72 86.72-38.816 86.72-86.72z" />
|
||||
<glyph unicode="" glyph-name="tasks-alt" d="M278.4 889.6c-9.6 9.6-22.4 9.6-32 0v0l-128-128-44.8 44.8c-9.6 9.6-25.6 9.6-35.2 0v0l-32-32c-9.6-9.6-9.6-25.6 0-35.2v0l96-96c9.6-9.6 25.6-9.6 35.2 0l176 176c9.6 9.6 9.6 25.6 0 35.2l-35.2 35.2zM992 192h-576c-19.2 0-32-16-32-32v-64c0-16 12.8-32 32-32h576c16 0 32 16 32 32v64c0 19.2-16 32-32 32zM992 832h-576c-19.2 0-32-16-32-32v-64c0-19.2 12.8-32 32-32h576c16 0 32 12.8 32 32v64c0 19.2-16 32-32 32zM992 512h-576c-19.2 0-32-12.8-32-32v-64c0-16 12.8-32 32-32h576c16 0 32 16 32 32v64c0 19.2-16 32-32 32z" />
|
||||
<glyph unicode="" glyph-name="tasks" d="M279.232 889.568c-9.408 9.408-24.608 9.408-33.984 0 0 0 0 0 0 0l-127.392-126.592-45.408 44.192c-9.408 9.408-24.608 9.408-33.984 0 0 0 0 0 0 0l-31.392-31.392c-9.408-9.408-9.408-24.608 0-33.984 0 0 0 0 0 0l95.2-94.784c9.792-9.408 25.408-9.408 35.2 0l175.584 175.584c9.408 9.408 9.408 24.608 0.192 33.984l-33.984 32.992zM279.232 571.2c-9.408 9.408-24.608 9.408-33.984 0 0 0 0 0 0 0l-127.392-127.392-45.408 44.192c-9.408 9.408-24.608 9.408-33.984 0 0 0 0 0 0 0l-31.392-31.392c-9.408-9.408-9.408-24.608 0-33.984 0 0 0 0 0 0l95.008-95.008c9.792-9.408 25.408-9.408 35.2 0l175.776 175.808c9.408 9.408 9.408 24.384 0.192 33.792l-33.984 33.984zM992 192.608h-575.968c-17.6 0-32-14.4-32-32v-64c0-17.6 14.4-32 32-32h575.968c17.6 0 32 14.4 32 32v64c0 17.6-14.4 32-32 32zM992 832.576h-575.968c-17.6 0-32-14.4-32-32v-64c0-17.6 14.4-32 32-32h575.968c17.6 0 32 14.4 32 32v64c0 17.6-14.4 32-32 32zM992 512.608h-575.968c-17.6 0-32-14.4-32-32v-64c0-17.6 14.4-32 32-32h575.968c17.6 0 32 14.4 32 32v64c0 17.6-14.4 32-32 32zM279.232 250.016c-9.408 9.408-24.608 9.408-33.984 0 0 0 0 0 0 0l-127.392-127.392-45.408 44.192c-9.408 9.408-24.608 9.408-33.984 0 0 0 0 0 0 0l-31.392-31.392c-9.408-9.408-9.408-24.608 0-33.984 0 0 0 0 0 0l95.008-95.008c9.792-9.408 25.408-9.408 35.2 0l175.776 175.808c9.408 9.408 9.408 24.384 0.192 33.792l-33.984 33.984z" />
|
||||
<glyph unicode="" glyph-name="times" d="M706.036 448l291.2 291.2c35.782 35.782 35.782 93.673 0 129.455l-64.582 64.582c-35.782 35.782-93.673 35.782-129.455 0l-291.2-291.2-291.2 291.2c-35.491 35.782-93.673 35.782-129.164 0l-64.873-64.582c-35.782-35.782-35.782-93.673 0-129.455l291.2-291.2-291.2-291.2c-35.782-35.782-35.782-93.673 0-129.455l64.582-64.582c35.782-35.782 93.673-35.782 129.455 0l291.2 291.2 291.2-291.2c35.782-35.782 93.673-35.782 129.455 0l64.582 64.582c35.782 35.782 35.782 93.673 0 129.455l-291.2 291.2z" />
|
||||
<glyph unicode="" glyph-name="upload" d="M592 192.064h-160c-26.592 0-48 21.408-48 48v336h-175.392c-35.584 0-53.408 43.008-28.192 68.192l304.192 304.384c15.008 15.008 39.584 15.008 54.592 0l304.384-304.384c25.216-25.184 7.392-68.192-28.192-68.192h-175.392v-336c0-26.592-21.408-48-48-48zM1024 208.064v-224c0-26.592-21.408-48-48-48h-928c-26.592 0-48 21.408-48 48v224c0 26.592 21.408 48 48 48h272v-16c0-61.792 50.208-112 112-112h160c61.792 0 112 50.208 112 112v16h272c26.592 0 48-21.408 48-48zM776 32.064c0 22.016-18.016 40-40 40s-40-18.016-40-40 18.016-40 40-40 40 18.016 40 40zM904 32.064c0 22.016-18.016 40-40 40s-40-18.016-40-40 18.016-40 40-40 40 18.016 40 40z" />
|
||||
<glyph unicode="" glyph-name="bookmark" d="M0.267-64c0 348-0.533 637.867 0 1024h1024c0-275.2 0-675.467 0-1024l-511.467 512-512.533-512z" />
|
||||
<glyph unicode="" glyph-name="heart" horiz-adv-x="1170" d="M1056.686 890.057c-125.257 106.743-311.543 87.543-426.514-31.086l-45.029-46.4-45.029 46.4c-114.743 118.629-301.257 137.829-426.514 31.086-143.543-122.514-151.086-342.4-22.629-475.2l442.286-456.686c28.571-29.486 74.971-29.486 103.543 0l442.286 456.686c128.686 132.8 121.143 352.686-22.4 475.2v0z" />
|
||||
<glyph unicode="" glyph-name="star" horiz-adv-x="1070" d="M477.507 924.407l-130.574-264.748-292.143-42.592c-52.39-7.599-73.386-72.186-35.393-109.179l211.359-205.96-49.99-290.943c-8.998-52.59 46.391-91.982 92.782-67.387l261.349 137.373 261.349-137.373c46.391-24.395 101.78 14.797 92.782 67.387l-49.99 290.943 211.359 205.96c37.993 36.993 16.997 101.58-35.393 109.179l-292.143 42.592-130.574 264.748c-23.395 47.191-91.182 47.791-114.778 0v0z" />
|
||||
<glyph unicode="" glyph-name="plugin-symbol" d="M142.222 391.111h-113.778c-15.644 0-28.444-12.8-28.444-28.444v-113.778c0-15.644 12.8-28.444 28.444-28.444h113.778c15.644 0 28.444 12.8 28.444 28.444v113.778c0 15.644-12.8 28.444-28.444 28.444zM142.222 960h-113.778c-15.644 0-28.444-12.8-28.444-28.444v-113.778c0-15.644 12.8-28.444 28.444-28.444h113.778c15.644 0 28.444 12.8 28.444 28.444v113.778c0 15.644-12.8 28.444-28.444 28.444zM142.222 675.556h-113.778c-15.644 0-28.444-12.8-28.444-28.444v-113.778c0-15.644 12.8-28.444 28.444-28.444h113.778c15.644 0 28.444 12.8 28.444 28.444v113.778c0 15.644-12.8 28.444-28.444 28.444zM995.556 362.667h-682.667c-15.644 0-28.444-12.8-28.444-28.444v-56.889c0-15.644 12.8-28.444 28.444-28.444h682.667c15.644 0 28.444 12.8 28.444 28.444v56.889c0 15.644-12.8 28.444-28.444 28.444zM995.556 931.556h-682.667c-15.644 0-28.444-12.8-28.444-28.444v-56.889c0-15.644 12.8-28.444 28.444-28.444h682.667c15.644 0 28.444 12.8 28.444 28.444v56.889c0 15.644-12.8 28.444-28.444 28.444zM995.556 647.111h-682.667c-15.644 0-28.444-12.8-28.444-28.444v-56.889c0-15.644 12.8-28.444 28.444-28.444h682.667c15.644 0 28.444 12.8 28.444 28.444v56.889c0 15.644-12.8 28.444-28.444 28.444zM142.222 106.667h-113.778c-15.644 0-28.444-12.8-28.444-28.444v-113.778c0-15.644 12.8-28.444 28.444-28.444h113.778c15.644 0 28.444 12.8 28.444 28.444v113.778c0 15.644-12.8 28.444-28.444 28.444zM995.556 78.222h-682.667c-15.644 0-28.444-12.8-28.444-28.444v-56.889c0-15.644 12.8-28.444 28.444-28.444h682.667c15.644 0 28.444 12.8 28.444 28.444v56.889c0 15.644-12.8 28.444-28.444 28.444z" />
|
||||
<glyph unicode="" glyph-name="trash-alt" d="M599.999 128h48c13.255 0 24 10.745 24 24v0 432c0 13.255-10.745 24-24 24v0h-48c-13.255 0-24-10.745-24-24v0-432c0-13.255 10.745-24 24-24v0zM927.999 800h-164.82l-68 113.4c-17.083 28.11-47.539 46.6-82.314 46.6-0.016 0-0.032 0-0.048 0h-201.637c-0.002 0-0.004 0-0.006 0-34.775 0-65.231-18.49-82.074-46.175l-0.24-0.425-68.040-113.4h-164.82c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h32v-672c0-53.019 42.981-96 96-96v0h576c53.019 0 96 42.981 96 96v0 672h32c17.673 0 32 14.327 32 32v0 32c0 17.673-14.327 32-32 32v0zM407.679 858.18c2.136 3.511 5.941 5.82 10.286 5.82 0.012 0 0.024 0 0.036 0h187.998c0.004 0 0.009 0 0.014 0 4.345 0 8.15-2.309 10.256-5.767l0.030-0.053 34.92-58.18h-278.44zM799.999 32h-576v672h576zM375.999 128h48c13.255 0 24 10.745 24 24v0 432c0 13.255-10.745 24-24 24v0h-48c-13.255 0-24-10.745-24-24v0-432c0-13.255 10.745-24 24-24v0z" />
|
||||
<glyph unicode="" glyph-name="spinner" d="M608 864c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM512 128c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM928 544c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96zM192 448c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96zM217.844 249.844c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96c0 53.018-42.982 96-96 96zM806.156 249.844c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96c0 53.018-42.98 96-96 96zM217.844 838.156c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.982 96-96 96z" />
|
||||
<glyph unicode="" glyph-name="exclamation-triangle" d="M1012.475 120.866c32.814-56.878-8.375-127.977-73.915-127.977h-853.13c-65.666 0-106.665 71.209-73.915 127.977l426.571 739.605c32.83 56.905 115.058 56.802 147.829 0l426.56-739.605zM512.001 273.778c-45.164 0-81.778-36.613-81.778-81.778s36.613-81.778 81.778-81.778 81.778 36.613 81.778 81.778-36.613 81.778-81.778 81.778zM434.36 567.726l13.188-241.778c0.617-11.314 9.972-20.171 21.301-20.171h86.304c11.33 0 20.684 8.857 21.301 20.171l13.188 241.778c0.667 12.22-9.063 22.496-21.301 22.496h-112.681c-12.238 0-21.966-10.276-21.3-22.496z" />
|
||||
<glyph unicode="" glyph-name="image" d="M928 832h-832c-53.020 0-96-42.98-96-96v-576c0-53.020 42.98-96 96-96h832c53.020 0 96 42.98 96 96v576c0 53.020-42.98 96-96 96zM916 160h-808c-6.627 0-12 5.373-12 12v0 552c0 6.627 5.373 12 12 12v0h808c6.627 0 12-5.373 12-12v0-552c0-6.627-5.373-12-12-12v0zM256 656c-44.182 0-80-35.818-80-80s35.818-80 80-80 80 35.818 80 80-35.818 80-80 80zM192 256h640v160l-175.030 175.030c-9.372 9.372-24.568 9.372-33.942 0l-239.028-239.030-79.030 79.030c-9.372 9.372-24.568 9.372-33.942 0l-79.028-79.030v-96z" />
|
||||
<glyph unicode="" glyph-name="images" horiz-adv-x="1152" d="M960 128v-32c0-53.020-42.98-96-96-96h-768c-53.020 0-96 42.98-96 96v512c0 53.020 42.98 96 96 96h32v-416c0-88.224 71.776-160 160-160h672zM1152 288v512c0 53.020-42.98 96-96 96h-768c-53.020 0-96-42.98-96-96v-512c0-53.020 42.98-96 96-96h768c53.020 0 96 42.98 96 96zM512 704c0-53.020-42.98-96-96-96s-96 42.98-96 96 42.98 96 96 96 96-42.98 96-96zM320 416l111.030 111.030c9.372 9.372 24.568 9.372 33.942 0l79.028-79.030 271.030 271.030c9.372 9.372 24.568 9.372 33.942 0l175.028-175.030v-224h-704v96z" />
|
||||
<glyph unicode="" glyph-name="digits" d="M588.003 441.422c-60.949-16.998-108.18-63.488-125.914-122.722l-0.33-1.282c-4.736-15.503-7.463-33.324-7.463-51.781 0-94.882 72.066-172.934 164.447-182.402l0.781-0.065c-13.826-11.62-29.646-21.542-46.742-29.104l-1.26-0.497c-12.569-6.351-21.038-19.165-21.038-33.955 0-4.518 0.79-8.852 2.24-12.87l-0.083 0.264 22.561-45.761c4.722-14.752 18.315-25.247 34.357-25.247 4.92 0 9.61 0.987 13.881 2.774l-0.238-0.088c132.964 56.642 197.286 141.285 197.286 301.29v24.961c-0.135 100.991-82.036 182.809-183.046 182.809-17.602 0-34.624-2.484-50.734-7.122l1.292 0.318zM637.765 219.495c-0.048 0-0.104 0-0.16 0-25.362 0-45.921 20.56-45.921 45.921s20.56 45.921 45.921 45.921c25.362 0 45.921-20.56 45.921-45.921v0c0 0 0 0 0 0 0-25.306-20.469-45.83-45.752-45.921h-0.009zM240.152 813.754h36.481v-146.085h-36.481c-0.048 0-0.104 0-0.16 0-20.148 0-36.481-16.334-36.481-36.481 0-0.056 0-0.113 0-0.169v0.009-72.962c0-0.048 0-0.104 0-0.16 0-20.148 16.334-36.481 36.481-36.481 0.056 0 0.113 0 0.169 0h219.518c0.048 0 0.105 0 0.161 0 20.060 0 36.321 16.262 36.321 36.321 0 0.113-0.001 0.225-0.002 0.338v-0.017 72.962c0.001 0.095 0.001 0.208 0.001 0.32 0 20.060-16.262 36.321-36.321 36.321-0.057 0-0.113 0-0.17 0h-36.792v256.008c-0.091 20.080-16.389 36.321-36.481 36.321-0.056 0-0.113 0-0.169 0h-109.595c-14.042-0.083-26.155-8.265-31.908-20.109l-0.093-0.212-37.121-72.962c-2.478-4.806-3.931-10.489-3.931-16.513 0-14.136 8.005-26.403 19.73-32.513l0.203-0.096c4.676-2.423 10.209-3.845 16.074-3.845 0.199 0 0.398 0.002 0.597 0.005h-0.030z" />
|
||||
<glyph unicode="" glyph-name="check-double" d="M1010.013 610.402l-79.188 79.188c-18.797 18.797-49.193 18.797-67.79 0l-478.93-478.93-222.767 222.967c-18.797 18.797-49.193 18.797-67.79 0l-79.388-79.388c-18.797-18.797-18.797-49.193 0-67.99l335.951-336.151c18.797-18.797 49.193-18.797 67.79 0l591.913 592.313c18.797 18.997 18.797 49.393 0.2 67.99zM361.508 398.433c12.398-12.598 32.795-12.598 45.193 0l415.939 416.339c12.398 12.598 12.398 32.795 0 45.193l-90.387 90.587c-12.398 12.598-32.795 12.598-45.193 0l-302.956-302.956-110.784 110.984c-12.398 12.598-32.795 12.598-45.193 0l-90.587-90.587c-12.398-12.598-12.398-32.795 0-45.193l223.967-224.367z" />
|
||||
<glyph unicode="" glyph-name="at-email" d="M512 960c-282.961 0-512-228.994-512-512 0-282.961 228.994-512 512-512 99.415 0 196.835 29.192 279.552 83.041 24.785 16.134 30.194 50.143 11.462 73.026l-21.011 25.668c-15.837 19.347-43.724 24.087-64.77 10.589-60.883-39.048-132.327-60.195-205.234-60.195-209.462 0-379.871 170.409-379.871 379.871s170.409 379.871 379.871 379.871c206.739 0 379.871-118.955 379.871-330.323 0-80.074-43.547-164.629-120.093-172.786-35.817 0.937-34.911 26.543-27.821 61.985l48.378 250.034c5.917 30.573-17.505 58.961-48.644 58.961h-92.864c0 0 0 0-0.001 0-14.304 0-26.094-10.761-27.717-24.629l-0.012-0.131-0.021-0.19c-30.342 36.957-83.506 44.955-123.811 44.955-153.972 0-284.554-128.483-284.554-312.692 0-134.819 75.943-218.57 198.194-218.57 55.709 0 118.439 32.283 154.82 79.139 19.658-70.408 83.846-70.406 145.982-70.406 224.842 0 310.295 147.844 310.295 304.33 0 281.491-227.049 462.452-512 462.452zM467.241 331.499c-45.933 0-74.467 32.254-74.467 84.172 0 92.889 63.544 150.15 121.043 150.15 46.022 0 73.499-31.465 73.499-84.17 0-93.029-69.935-150.152-120.074-150.152z" />
|
||||
<glyph unicode="" glyph-name="paragraph" d="M987.427 923.429v-73.143c0-20.198-16.374-36.571-36.571-36.571v0h-109.714v-841.143c0-20.198-16.374-36.571-36.571-36.571v0h-73.143c-20.198 0-36.571 16.374-36.571 36.571v0 841.143h-73.143v-841.143c0-20.198-16.374-36.571-36.571-36.571v0h-73.143c-20.198 0-36.571 16.374-36.571 36.571v0 256h-73.143c-201.978 0-365.714 163.736-365.714 365.714s163.736 365.714 365.714 365.714v0h548.571c20.198 0 36.571-16.374 36.571-36.571v0z" />
|
||||
<glyph unicode="" glyph-name="link" d="M653.225 589.218c119.494-119.618 117.854-311.395 0.72-429.179-0.22-0.24-0.48-0.5-0.72-0.74l-134.4-134.4c-118.54-118.54-311.397-118.524-429.919 0-118.54 118.52-118.54 311.399 0 429.919l74.212 74.212c19.68 19.68 53.572 6.6 54.588-21.212 1.296-35.444 7.652-71.054 19.38-105.442 3.972-11.644 1.134-24.524-7.566-33.224l-26.174-26.174c-56.052-56.052-57.81-147.32-2.31-203.92 56.048-57.158 148.172-57.498 204.65-1.020l134.4 134.38c56.382 56.382 56.146 147.514 0 203.66-7.402 7.388-14.858 13.128-20.682 17.138-8.122 5.632-13.481 14.755-13.892 25.151l-0.002 0.061c-0.792 21.134 6.696 42.912 23.396 59.612l42.108 42.11c11.042 11.042 28.364 12.398 41.168 3.462 15.28-10.741 28.689-22.040 41.044-34.394v0zM935.094 871.101c-118.522 118.524-311.379 118.54-429.919 0l-134.4-134.4c-0.24-0.24-0.5-0.5-0.72-0.74-117.132-117.784-118.774-309.561 0.72-429.179 12.354-12.354 25.763-23.652 40.080-33.749l0.962-0.643c12.804-8.936 30.128-7.578 41.168 3.462l42.108 42.11c16.7 16.7 24.188 38.478 23.396 59.612-0.413 10.457-5.772 19.58-13.788 25.142l-0.106 0.070c-5.824 4.010-13.28 9.75-20.682 17.138-56.146 56.146-56.382 147.278 0 203.66l134.4 134.38c56.478 56.478 148.6 56.138 204.65-1.020 55.5-56.6 53.744-147.868-2.31-203.92l-26.174-26.174c-8.7-8.7-11.538-21.58-7.566-33.224 11.728-34.388 18.084-69.998 19.38-105.442 1.018-27.812 34.908-40.892 54.588-21.212l74.212 74.212c118.542 118.518 118.542 311.397 0.002 429.917z" />
|
||||
<glyph unicode="" glyph-name="paint-brush" d="M334.040 341.32c-80.24-5.16-153.060-35.72-194.38-144.6-4.7-12.42-16-19.96-29.18-19.96-22.22 0-90.92 55.34-110.5 68.7 0.020-164.7 75.88-309.46 256.020-309.46 151.72 0 256 87.54 256 240.38 0 6.22-1.3 12.16-1.94 18.26l-176.020 146.68zM915.78 960c-30.32 0-58.74-13.42-80.42-32.9-408.82-365.2-451.36-373.78-451.36-481.28 0-27.4 6.5-53.52 17.46-77.4l127.64-106.36c14.42-3.6 29.28-6.060 44.78-6.060 124.22 0 196.22 90.94 422.32 512.92 14.76 28.7 27.8 59.7 27.8 91.98 0 57.82-52 99.1-108.22 99.1z" />
|
||||
<glyph unicode="" glyph-name="check-square-multi" d="M914.286 960h-804.571c-60.571 0-109.714-49.143-109.714-109.714v-804.571c0-60.571 49.143-109.714 109.714-109.714h804.571c60.571 0 109.714 49.143 109.714 109.714v804.571c0 60.571-49.143 109.714-109.714 109.714zM914.286 45.714h-804.571v804.571h804.571v-804.571zM831.543 552.229l-50.743 50.743c-12.114 12.114-31.543 12.114-43.429 0l-307.429-307.2-142.857 143.086c-12.114 12.114-31.543 12.114-43.429 0l-50.971-50.971c-12.114-12.114-12.114-31.543 0-43.657l215.543-215.543c12.114-12.114 31.543-12.114 43.429 0l379.657 379.886c12.114 12.114 12.114 31.771 0.229 43.657v0zM415.543 416.229c8-8 21.029-8 29.029 0l266.743 267.2c8 8 8 21.029 0 29.029l-58.057 58.057c-8 8-21.029 8-29.029 0l-194.286-194.286-71.086 71.086c-8 8-21.029 8-29.029 0l-58.057-58.057c-8-8-8-21.029 0-29.029l143.771-144z" />
|
||||
<glyph unicode="" glyph-name="phone" d="M986.8 910.8l-208 48c-22.6 5.2-45.8-6.6-55-27.8l-96-224c-8.4-19.6-2.8-42.6 13.8-56l121.2-99.2c-72-153.4-197.8-281-354.4-354.4l-99.2 121.2c-13.6 16.6-36.4 22.2-56 13.8l-224-96c-21.4-9.4-33.2-32.6-28-55.2l48-208c5-21.6 24.2-37.2 46.8-37.2 512.2 0 928 415 928 928 0 22.4-15.4 41.8-37.2 46.8z" />
|
||||
<glyph unicode="" glyph-name="eye-slash" d="M241.117 709.171c70.879 55.2 161.759 97.231 270.878 97.231 129.279 0 232.798-58.943 308.157-128.959 74.879-69.439 124.959-151.199 148.639-209.758 5.28-12.64 5.28-26.72 0-39.36-21.44-51.68-64.479-124.479-127.839-189.438l168.319-131.839c16.64-13.12 19.68-37.28 6.56-53.92s-37.28-19.68-53.92-6.56l-947.198 742.41c-16.691 13.088-19.617 37.216-6.534 53.91 13.085 16.691 37.212 19.617 53.916 6.534l179.022-140.252zM356.956 618.404l144.479-113.279c6.72 13.6 10.56 28.96 10.56 46.72 0 16.96-6.24 34.24-13.44 49.12 4.48 0.48 8.96 2.080 13.44 2.080 84.799 0 153.599-68.799 153.599-153.599 0-23.36-4.64-44.16-14.24-63.039l63.199-48.32c17.76 32.64 27.84 70.079 27.84 111.359 0 125.759-103.199 230.398-230.398 230.398-59.679 0-114.239-24.16-155.039-61.439zM511.995 89.608c-129.279 0-232.798 58.879-308.157 128.959-74.847 70.879-124.895 152.639-148.703 209.758-5.248 12.64-5.248 26.72 0 39.36 15.264 36.64 41.328 83.999 77.807 131.519l150.895-118.879c-1.44-10.56-2.24-21.28-2.24-30.88 0-128.639 103.199-231.838 230.398-231.838 29.92 0 58.559 5.76 84.799 16.16l117.119-92.159c-58.079-31.36-125.439-52-201.918-52v0z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,41 @@
|
||||
jQuery( document ).ready( function() {
|
||||
|
||||
var notice_selector = '[data-notice="fcf-admin-notice"]';
|
||||
var button_close_selector = '.notice-dismiss';
|
||||
var button_hide_selector = '[data-notice-button]';
|
||||
|
||||
var notice_wrapper = document.querySelector( notice_selector );
|
||||
if ( ! notice_wrapper ) {
|
||||
return;
|
||||
}
|
||||
|
||||
var close_notice = function ( is_permanently ) {
|
||||
jQuery.ajax(
|
||||
notice_wrapper.getAttribute( 'data-notice-url' ),
|
||||
{
|
||||
type: 'POST',
|
||||
data: {
|
||||
action: notice_wrapper.getAttribute( 'data-notice-action' ),
|
||||
is_permanently: ( is_permanently ) ? 1 : 0,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
if ( is_permanently ) {
|
||||
notice_wrapper.querySelector( button_close_selector ).click();
|
||||
}
|
||||
}
|
||||
|
||||
var click_on_close = function( e ) {
|
||||
notice_wrapper.removeEventListener( 'click', click_on_close );
|
||||
|
||||
if ( e.target.matches( button_close_selector ) ) {
|
||||
close_notice( false );
|
||||
} else if ( e.target.matches( button_hide_selector ) ) {
|
||||
close_notice( true );
|
||||
}
|
||||
}
|
||||
|
||||
notice_wrapper.addEventListener( 'click', click_on_close );
|
||||
|
||||
} );
|
||||
4
wp-content/plugins/flexible-checkout-fields/assets/js/admin-notice.min.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
jQuery(document).ready(function(){var notice_selector='[data-notice="fcf-admin-notice"]';var button_close_selector='.notice-dismiss';var button_hide_selector='[data-notice-button]';var notice_wrapper=document.querySelector(notice_selector);if(!notice_wrapper){return}
|
||||
var close_notice=function(is_permanently){jQuery.ajax(notice_wrapper.getAttribute('data-notice-url'),{type:'POST',data:{action:notice_wrapper.getAttribute('data-notice-action'),is_permanently:(is_permanently)?1:0,},});if(is_permanently){notice_wrapper.querySelector(button_close_selector).click()}}
|
||||
var click_on_close=function(e){notice_wrapper.removeEventListener('click',click_on_close);if(e.target.matches(button_close_selector)){close_notice(!1)}else if(e.target.matches(button_hide_selector)){close_notice(!0)}}
|
||||
notice_wrapper.addEventListener('click',click_on_close)})
|
||||
@@ -0,0 +1,22 @@
|
||||
(function($) {
|
||||
$(function() {
|
||||
|
||||
var i = 0;
|
||||
|
||||
$('.post-type-shop_order .edit_address .form-field').each(function () {
|
||||
if($(this).width() != 100){
|
||||
if(i % 2 == 0){
|
||||
$(this).addClass('form-left');
|
||||
}
|
||||
else{
|
||||
$(this).addClass('form-right');
|
||||
}
|
||||
i++;
|
||||
}
|
||||
else{
|
||||
i = 0;
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
})(jQuery);
|
||||
2
wp-content/plugins/flexible-checkout-fields/assets/js/admin.min.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
(function($){$(function(){var i=0;$('.post-type-shop_order .edit_address .form-field').each(function(){if($(this).width()!=100){if(i%2==0){$(this).addClass('form-left')}else{$(this).addClass('form-right')}
|
||||
i++}else{i=0}})})})(jQuery)
|
||||
@@ -0,0 +1,68 @@
|
||||
jQuery(document).on("click",".inspire-file-add-button",function() {
|
||||
jQuery(this).parent().find('input[type=file]').click();
|
||||
});
|
||||
|
||||
jQuery(document).on("click",".inspire-file-delete-button",function() {
|
||||
jQuery(this).parent().find('input[type=file]').val('');
|
||||
jQuery(this).parent().find('input[type=text]').val('');
|
||||
jQuery(this).parent().find('.inspire-file-info').empty();
|
||||
jQuery(this).parent().find('.inspire-file-info').hide();
|
||||
jQuery(this).parent().find('.inspire-file-delete-button').hide();
|
||||
jQuery(this).parent().find('.inspire-file-add-button').show();
|
||||
jQuery(this).parent().find('input[type=text]').trigger('change');
|
||||
});
|
||||
|
||||
jQuery(document).on("change",".inspire-file-file",function() {
|
||||
var id = jQuery(this).parent().attr('id');
|
||||
var $file_info = jQuery('#' + id).find('.inspire-file-info');
|
||||
var $file_error = jQuery('#' + id).find('.inspire-file-error');
|
||||
var $file_add_button = jQuery('#' + id).find('.inspire-file-add-button');
|
||||
$file_info.empty();
|
||||
$file_error.empty();
|
||||
$file_error.hide();
|
||||
$file_info.show();
|
||||
$file_info.append( words.uploading );
|
||||
jQuery(this).parent().find('input[type=text]').val(jQuery(this).val());
|
||||
$file_add_button.hide();
|
||||
var fd = new FormData();
|
||||
var file = jQuery(this).prop('files')[0];
|
||||
var filename = file.name;
|
||||
fd.append(jQuery(this).attr('field_name'), file);
|
||||
fd.append( 'action', 'cf_upload' );
|
||||
fd.append( 'inspire_upload_nonce', inspire_upload_nonce );
|
||||
|
||||
jQuery('#place_order').prop('disabled',true);
|
||||
|
||||
jQuery.ajax({
|
||||
type: 'POST',
|
||||
url: fcf_ajaxurl,
|
||||
data: fd,
|
||||
contentType: false,
|
||||
processData: false,
|
||||
success: function(response){
|
||||
jQuery('#place_order').prop('disabled',false);
|
||||
if ( response != 0 ) {
|
||||
response = JSON.parse(response);
|
||||
if ( response.status != 'ok' ) {
|
||||
$file_add_button.show();
|
||||
$file_info.empty();
|
||||
$file_info.hide();
|
||||
$file_error.empty();
|
||||
$file_error.append( response.message + '<br/>' );
|
||||
$file_error.show();
|
||||
jQuery('#' + id).find('.inspire-file-file').val('');
|
||||
jQuery('#' + id).find('.inspire-file').val('');
|
||||
jQuery('#' + id).find('.inspire-file').trigger('change');
|
||||
}
|
||||
else {
|
||||
jQuery('#' + id).find('.inspire-file-delete-button').show();
|
||||
$file_error.empty();
|
||||
$file_error.hide();
|
||||
$file_info.empty();
|
||||
$file_info.show();
|
||||
$file_info.append(filename + '<br/>');
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
1
wp-content/plugins/flexible-checkout-fields/assets/js/checkout.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
jQuery(document).on("click",".inspire-file-add-button",function(){jQuery(this).parent().find('input[type=file]').click()});jQuery(document).on("click",".inspire-file-delete-button",function(){jQuery(this).parent().find('input[type=file]').val('');jQuery(this).parent().find('input[type=text]').val('');jQuery(this).parent().find('.inspire-file-info').empty();jQuery(this).parent().find('.inspire-file-info').hide();jQuery(this).parent().find('.inspire-file-delete-button').hide();jQuery(this).parent().find('.inspire-file-add-button').show();jQuery(this).parent().find('input[type=text]').trigger('change')});jQuery(document).on("change",".inspire-file-file",function(){var id=jQuery(this).parent().attr('id');var $file_info=jQuery('#'+id).find('.inspire-file-info');var $file_error=jQuery('#'+id).find('.inspire-file-error');var $file_add_button=jQuery('#'+id).find('.inspire-file-add-button');$file_info.empty();$file_error.empty();$file_error.hide();$file_info.show();$file_info.append(words.uploading);jQuery(this).parent().find('input[type=text]').val(jQuery(this).val());$file_add_button.hide();var fd=new FormData();var file=jQuery(this).prop('files')[0];var filename=file.name;fd.append(jQuery(this).attr('field_name'),file);fd.append('action','cf_upload');fd.append('inspire_upload_nonce',inspire_upload_nonce);jQuery('#place_order').prop('disabled',!0);jQuery.ajax({type:'POST',url:fcf_ajaxurl,data:fd,contentType:!1,processData:!1,success:function(response){jQuery('#place_order').prop('disabled',!1);if(response!=0){response=JSON.parse(response);if(response.status!='ok'){$file_add_button.show();$file_info.empty();$file_info.hide();$file_error.empty();$file_error.append(response.message+'<br/>');$file_error.show();jQuery('#'+id).find('.inspire-file-file').val('');jQuery('#'+id).find('.inspire-file').val('');jQuery('#'+id).find('.inspire-file').trigger('change')}else{jQuery('#'+id).find('.inspire-file-delete-button').show();$file_error.empty();$file_error.hide();$file_info.empty();$file_info.show();$file_info.append(filename+'<br/>')}}}})})
|
||||
@@ -0,0 +1,41 @@
|
||||
/*
|
||||
object-assign
|
||||
(c) Sindre Sorhus
|
||||
@license MIT
|
||||
*/
|
||||
|
||||
/** @license React v0.20.2
|
||||
* scheduler.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v16.13.1
|
||||
* react-is.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react-dom.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/** @license React v17.0.2
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* vanilla-picker v2.12.1
|
||||
* https://vanilla-picker.js.org
|
||||
*
|
||||
* Copyright 2017-2021 Andreas Borgen (https://github.com/Sphinxxxx), Adam Brooks (https://github.com/dissimulate)
|
||||
* Released under the ISC license.
|
||||
*/
|
||||