This commit is contained in:
2026-02-01 00:47:50 +01:00
parent 470854aad4
commit 76b6b2ca03
428 changed files with 53113 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
document.addEventListener('DOMContentLoaded', function() {
// console.log( phpVars );
// When External Permalinks is enabled, remove #new_tab from external permalinks and set target to _blank
if (phpVars.externalPermalinksEnabled) {
var links = document.getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {
var url = links[i].getAttribute('href');
var target = links[i].getAttribute('target');
if (url != null) {
if (url.indexOf('#new_tab') >= 0) {
url = url.replace('#new_tab', '');
target = '_blank';
links[i].setAttribute('href', url);
links[i].setAttribute('target', target);
links[i].setAttribute('rel', 'noopener noreferrer nofollow');
}
}
}
}
});

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
/*! Created by Cloudways
On 15-10-2024 */
var timer,ready=e=>{"loading"!=document.readyState?e():document.addEventListener("DOMContentLoaded",e)};function search_for_banned_links(t,r){if(t.length){var e=-1!==(r=r.startsWith("/")?r.substring(1):r).indexOf("/")?r.indexOf("/"):r.indexOf("?"),n=-1!==e?r.substring(0,e):r;for(let e=0;e<t.length;e++){var i=t[e];if("wp-admin"===i||"wp-login.php"===i){if(n===i)return!0}else if(r.includes(i)||i.includes(r))return!0}}return!1}function breeze_ignore_special_links(e,t){var r=!0;return-1!==t.indexOf("add-to-cart=")&&(r=!1),r=void 0!==e.dataset.product_id&&void 0!==e.dataset.quantity&&void 0!==e.dataset.product_sku?!1:r}ready(()=>{var a=[];addEventListener("mouseover",function(r){var n,i;r.target instanceof HTMLAnchorElement&&(n=new URL(breeze_prefetch.local_url).host,i=r.target.attributes.href?r.target.attributes.href.value:null)&&(-1===i.indexOf(n)&&(i=r.target.href),timer=setTimeout(function(){var e,t;"#"!==i&&(e=i.replace(breeze_prefetch.local_url,""),t=new URL(i).host,""!==i.trim())&&!1===a.includes(i)&&n===t&&!1===search_for_banned_links(breeze_prefetch.ignore_list,e)&&!0===breeze_ignore_special_links(r.target,i)&&(a.push(i.trim()),(t=document.createElement("link")).href=i,t.rel="prefetch",document.head.appendChild(t))},150))}),addEventListener("mouseout",function(e){clearTimeout(timer)})});

View File

@@ -0,0 +1,230 @@
[data-simplebar] {
position: relative;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
}
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit;
}
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: auto !important;
height: auto !important;
z-index: 0;
}
.simplebar-offset {
direction: inherit !important;
box-sizing: inherit !important;
resize: none !important;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
direction: inherit;
box-sizing: border-box !important;
position: relative;
display: block;
height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
width: auto;
max-width: 100%; /* Not required for horizontal scroll to trigger */
max-height: 100%; /* Needed for vertical scroll to trigger */
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
content: ' ';
display: table;
}
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
box-sizing: inherit !important;
height: 100%;
width: 100%;
max-width: 1px;
position: relative;
float: left;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
flex-grow: inherit;
flex-shrink: 0;
flex-basis: 0;
}
.simplebar-height-auto-observer {
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
[data-simplebar].simplebar-dragging {
pointer-events: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
pointer-events: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
pointer-events: all;
}
.simplebar-scrollbar {
position: absolute;
left: 0;
right: 0;
min-height: 10px;
}
.simplebar-scrollbar:before {
position: absolute;
content: '';
background: black;
border-radius: 7px;
left: 2px;
right: 2px;
opacity: 0;
transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
opacity: 0.5;
transition-delay: 0s;
transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px;
}
.simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
left: 2px;
right: 2px;
}
.simplebar-track.simplebar-horizontal {
left: 0;
height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
right: auto;
left: 0;
top: 0;
bottom: 0;
min-height: 0;
min-width: 10px;
width: auto;
}
/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
right: auto;
left: 0;
}
.simplebar-dummy-scrollbar-size {
direction: rtl;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
width: 200%;
height: 200%;
margin: 10px 0;
}
.simplebar-hide-scrollbar {
position: fixed;
left: 0;
visibility: hidden;
overflow-y: scroll;
scrollbar-width: none;
-ms-overflow-style: none;
}

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2330 5110 c-494 -48 -950 -230 -1350 -538 -195 -150 -448 -432 -594
-662 -63 -99 -186 -351 -230 -471 -49 -134 -102 -340 -128 -499 -31 -195 -31
-565 0 -760 45 -276 116 -498 237 -745 132 -269 269 -460 489 -681 221 -220
412 -357 681 -489 247 -121 469 -192 745 -237 195 -31 565 -31 760 0 276 45
498 116 745 237 269 132 460 269 681 489 220 221 357 412 489 681 88 179 132
296 180 476 63 240 78 371 78 649 0 278 -15 409 -78 649 -48 180 -92 297 -180
476 -132 269 -269 460 -489 681 -221 220 -412 357 -681 489 -246 121 -474 193
-740 235 -147 23 -475 34 -615 20z m-215 -1521 c278 -170 1486 -958 1496 -976
16 -29 16 -77 0 -106 -13 -24 -1464 -965 -1542 -1000 -52 -24 -102 -10 -130
37 -18 30 -19 62 -19 1014 0 1086 -3 1028 63 1058 40 17 68 11 132 -27z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,92 @@
/**
* @fileoverview dragscroll - scroll area by dragging
* @version 0.0.8
*
* @license MIT, see http://github.com/asvd/dragscroll
* @copyright 2015 asvd <heliosframework@gmail.com>
*/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define(['exports'], factory);
} else if (typeof exports !== 'undefined') {
factory(exports);
} else {
factory((root.dragscroll = {}));
}
}(this, function (exports) {
var _window = window;
var _document = document;
var mousemove = 'mousemove';
var mouseup = 'mouseup';
var mousedown = 'mousedown';
var EventListener = 'EventListener';
var addEventListener = 'add'+EventListener;
var removeEventListener = 'remove'+EventListener;
var newScrollX, newScrollY;
var dragged = [];
var reset = function(i, el) {
for (i = 0; i < dragged.length;) {
el = dragged[i++];
el = el.container || el;
el[removeEventListener](mousedown, el.md, 0);
_window[removeEventListener](mouseup, el.mu, 0);
_window[removeEventListener](mousemove, el.mm, 0);
}
// cloning into array since HTMLCollection is updated dynamically
dragged = [].slice.call(_document.getElementsByClassName('dragscroll'));
for (i = 0; i < dragged.length;) {
(function(el, lastClientX, lastClientY, pushed, scroller, cont){
(cont = el.container || el)[addEventListener](
mousedown,
cont.md = function(e) {
if (!el.hasAttribute('nochilddrag') ||
_document.elementFromPoint(
e.pageX, e.pageY
) == cont
) {
pushed = 1;
lastClientX = e.clientX;
lastClientY = e.clientY;
e.preventDefault();
}
}, 0
);
_window[addEventListener](
mouseup, cont.mu = function() {pushed = 0;}, 0
);
_window[addEventListener](
mousemove,
cont.mm = function(e) {
if (pushed) {
(scroller = el.scroller||el).scrollLeft -=
newScrollX = (- lastClientX + (lastClientX=e.clientX));
scroller.scrollTop -=
newScrollY = (- lastClientY + (lastClientY=e.clientY));
if (el == _document.body) {
(scroller = _document.documentElement).scrollLeft -= newScrollX;
scroller.scrollTop -= newScrollY;
}
}
}, 0
);
})(dragged[i++]);
}
}
if (_document.readyState == 'complete') {
reset();
} else {
_window[addEventListener]('load', reset, 0);
}
exports.reset = reset;
}));

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,43 @@
<?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="vc_grid_v1" horiz-adv-x="512">
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph unicode="&#x20;" d="" horiz-adv-x="256" />
<glyph unicode="&#xe600;" d="M369.116-30.609l35.995 35.995-218.613 218.613 218.616 218.613-35.998 35.998-254.611-254.611z" />
<glyph unicode="&#xe601;" d="M405.114 224.001l-254.611 254.607-35.995-35.995 218.613-218.613-218.616-218.613 35.998-35.998z" />
<glyph unicode="&#xe602;" d="M200.808 223.998l119.119 119.117-24.645 24.645-143.76-143.762 143.76-143.76 24.643 24.643zM257.171-30.203c140.392 0 254.201 113.809 254.201 254.201s-113.809 254.203-254.201 254.203c-140.387 0-254.199-113.811-254.199-254.203s113.811-254.201 254.199-254.201zM257.173 448.695c124.094 0 224.695-100.599 224.695-224.697s-100.601-224.697-224.695-224.697c-124.094 0-224.7 100.599-224.7 224.697s100.605 224.697 224.7 224.697z" />
<glyph unicode="&#xe603;" d="M194.419 343.117l119.117-119.117-119.119-119.117 24.645-24.645 143.76 143.762-143.76 143.76zM257.173 478.201c-140.392 0-254.201-113.809-254.201-254.201s113.809-254.203 254.201-254.203c140.387 0 254.198 113.811 254.198 254.203s-113.811 254.201-254.199 254.201zM257.171-0.697c-124.094 0-224.695 100.599-224.695 224.697s100.601 224.697 224.695 224.697c124.094 0 224.7-100.599 224.7-224.697s-100.605-224.697-224.7-224.697z" />
<glyph unicode="&#xe604;" d="M255.655-29.763c139.718 0 252.98 113.262 252.98 252.981s-113.262 252.983-252.981 252.983c-139.714 0-252.978-113.265-252.978-252.983s113.265-252.981 252.978-252.981zM293.583 366.289l24.527-24.527-118.548-118.545 118.543-118.545-24.524-24.524-143.070 143.067 143.072 143.074z" />
<glyph unicode="&#xe605;" d="M255.657 476.2c-139.718 0-252.981-113.262-252.981-252.981s113.263-252.983 252.981-252.983c139.714 0 252.978 113.265 252.978 252.983s-113.265 252.981-252.978 252.981zM217.73 80.147l-24.527 24.527 118.548 118.545-118.543 118.545 24.524 24.524 143.070-143.067-143.072-143.074z" />
<glyph unicode="&#xe606;" d="M394.971-19.491c13.942 13.938 13.942 36.541 0 50.479l-193.012 193.012 193.012 193.015c13.938 13.938 13.938 36.541 0 50.476-13.942 13.942-36.541 13.942-50.479 0.003l-218.253-218.252c-10.054-10.051-12.816-24.597-8.37-37.159 1.721-4.858 4.482-9.433 8.37-13.321l218.253-218.256c13.938-13.938 36.541-13.935 50.479 0.003z" />
<glyph unicode="&#xe607;" d="M126.27 467.491c-13.942-13.938-13.942-36.541 0-50.479l193.012-193.012-193.012-193.015c-13.939-13.938-13.939-36.541 0-50.476 13.942-13.942 36.541-13.942 50.479-0.003l218.253 218.252c10.054 10.051 12.815 24.597 8.37 37.159-1.721 4.858-4.482 9.433-8.37 13.321l-218.253 218.256c-13.939 13.938-36.541 13.935-50.479-0.003z" />
<glyph unicode="&#xe608;" d="M305.969 97.394c7.204 7.202 7.204 18.883 0 26.086l-99.737 99.737 99.737 99.739c7.202 7.202 7.202 18.881 0 26.083-7.204 7.204-18.883 7.204-26.084 0.002l-112.783-112.781c-5.195-5.195-6.619-12.711-4.326-19.204 0.888-2.511 2.317-4.874 4.326-6.882l112.783-112.783c7.202-7.2 18.881-7.2 26.084 0.002zM257.887-29.763c139.718 0 252.98 113.264 252.98 252.983 0 139.716-113.262 252.982-252.98 252.982-139.714 0-252.978-113.266-252.978-252.982 0-139.72 113.264-252.982 252.978-252.982zM257.889 446.835c123.499 0 223.616-100.115 223.616-223.618s-100.118-223.62-223.616-223.62c-123.499 0-223.62 100.115-223.62 223.62 0 123.502 100.122 223.618 223.62 223.618z" />
<glyph unicode="&#xe609;" d="M209.808 349.043c-7.204-7.202-7.204-18.883 0-26.086l99.737-99.737-99.737-99.739c-7.202-7.202-7.202-18.881 0-26.084 7.204-7.204 18.883-7.204 26.083-0.002l112.783 112.781c5.195 5.195 6.62 12.711 4.325 19.203-0.888 2.511-2.317 4.874-4.325 6.882l-112.783 112.783c-7.202 7.2-18.881 7.2-26.084-0.002zM257.889 476.202c-139.718 0-252.98-113.264-252.98-252.983 0-139.715 113.263-252.983 252.98-252.983 139.714 0 252.978 113.267 252.978 252.982 0 139.72-113.264 252.982-252.978 252.982zM257.887-0.397c-123.499 0-223.616 100.115-223.616 223.618s100.118 223.62 223.616 223.62c123.498 0 223.62-100.115 223.62-223.62 0-123.502-100.122-223.618-223.62-223.618z" />
<glyph unicode="&#xe60a;" d="M257.561-28.917c139.719 0 252.982 113.266 252.982 252.984 0 139.716-113.263 252.984-252.982 252.984-139.714 0-252.98-113.267-252.98-252.984 0-139.721 113.266-252.984 252.98-252.984zM165.339 237.111l112.784 112.781c7.202 7.202 18.881 7.202 26.084-0.002 7.202-7.202 7.202-18.881 0-26.084l-99.738-99.74 99.738-99.738c7.204-7.204 7.204-18.884 0-26.086-7.202-7.202-18.881-7.204-26.084 0l-112.784 112.784c-2.008 2.008-3.438 4.371-4.326 6.882-2.296 6.491-0.869 14.007 4.326 19.202z" />
<glyph unicode="&#xe60b;" d="M257.563 477.051c-139.719 0-252.982-113.265-252.982-252.984 0-139.716 113.263-252.984 252.982-252.984 139.714 0 252.98 113.267 252.98 252.984 0 139.721-113.265 252.984-252.98 252.984zM349.784 211.023l-112.784-112.781c-7.202-7.202-18.881-7.202-26.084 0.002-7.202 7.202-7.202 18.881 0 26.084l99.738 99.74-99.738 99.738c-7.204 7.204-7.204 18.884 0 26.086 7.202 7.202 18.881 7.204 26.084 0l112.784-112.784c2.008-2.008 3.438-4.371 4.326-6.882 2.296-6.491 0.868-14.007-4.326-19.201z" />
<glyph unicode="&#xe60c;" d="M280.565-19.692c13.858 13.855 13.858 36.322 0 50.177l-191.856 191.856 191.856 191.863c13.851 13.855 13.851 36.322 0 50.173-13.858 13.858-36.322 13.858-50.177 0.004l-216.946-216.949c-9.991-9.988-12.736-24.446-8.316-36.936 1.707-4.827 4.449-9.373 8.316-13.238l216.946-216.949c13.855-13.861 36.322-13.855 50.177 0zM84.563 186.859l391.050 0.003c19.591 0 35.478 15.887 35.478 35.481 0 19.597-15.884 35.481-35.478 35.481h-391.050v-70.966z" />
<glyph unicode="&#xe60d;" d="M233.609 464.377c-13.858-13.855-13.858-36.322 0-50.177l191.856-191.856-191.856-191.863c-13.851-13.855-13.851-36.322 0-50.173 13.858-13.859 36.322-13.859 50.177-0.003l216.946 216.949c9.99 9.988 12.736 24.447 8.317 36.936-1.707 4.827-4.449 9.374-8.317 13.238l-216.946 216.949c-13.855 13.861-36.322 13.855-50.177 0zM429.611 257.826l-391.050-0.004c-19.59 0-35.478-15.887-35.478-35.481 0-19.598 15.884-35.481 35.478-35.481h391.050v70.966z" />
<glyph unicode="&#xe60e;" d="M298.74 439.75l-35.538 35.538-251.358-251.358 251.358-251.351 35.534 35.534-215.817 215.817zM502.784 198.803h-423.812v50.26h423.812v-50.26z" />
<glyph unicode="&#xe60f;" d="M431.709 223.936l-215.82-215.82 35.537-35.538 251.358 251.358-251.358 251.351-35.535-35.534zM11.844 249.063h423.812v-50.26h-423.812v50.26z" />
<glyph unicode="&#xe610;" d="M509.803-27.707v503.416h-503.416v-503.416h503.416zM303.289 359.186l19.113-19.114-116.073-116.070 116.070-116.073-19.111-19.111-135.186 135.185 135.186 135.185z" />
<glyph unicode="&#xe611;" d="M6.388 475.708v-503.416h503.416v503.416h-503.416zM212.9 88.815l-19.113 19.113 116.073 116.070-116.070 116.073 19.112 19.112 135.186-135.185-135.186-135.185z" />
<glyph unicode="&#xe612;" d="M509.708-27.61v503.416h-503.416v-503.416h503.416zM177.811 237.149l112.858 112.86c7.208 7.208 18.893 7.208 26.103-0.002 7.208-7.208 7.208-18.896 0-26.101l-99.808-99.81 99.805-99.805c7.208-7.208 7.21-18.896 0-26.103-7.208-7.208-18.895-7.21-26.103-0.002l-112.858 112.861c-2.012 2.010-3.439 4.377-4.327 6.887-2.294 6.498-0.867 14.018 4.329 19.216z" />
<glyph unicode="&#xe613;" d="M6.292 475.806v-503.416h503.416v503.416h-503.416zM338.189 211.048l-112.858-112.861c-7.208-7.208-18.893-7.208-26.103 0.002-7.208 7.208-7.208 18.896 0 26.101l99.808 99.81-99.805 99.805c-7.208 7.208-7.21 18.896 0 26.103 7.208 7.208 18.895 7.21 26.103 0.002l112.858-112.861c2.012-2.010 3.439-4.376 4.327-6.887 2.294-6.498 0.867-14.018-4.329-19.216z" />
<glyph unicode="&#xe614;" d="M52.182-28.928h408.32c26.933 0 48.767 21.834 48.767 48.767v408.318c0 26.935-21.834 48.769-48.767 48.769h-408.32c-26.933 0-48.767-21.832-48.767-48.769v-408.318c0.002-26.933 21.834-48.767 48.767-48.767zM301.757 359.839l19.206-19.206-116.635-116.633 116.632-116.635-19.204-19.204-135.841 135.839 135.841 135.839z" />
<glyph unicode="&#xe615;" d="M460.503 476.928h-408.32c-26.933 0-48.767-21.834-48.767-48.767v-408.318c0-26.935 21.834-48.769 48.767-48.769h408.32c26.933 0 48.767 21.832 48.767 48.769v408.318c-0.002 26.933-21.834 48.767-48.767 48.767zM210.929 88.161l-19.206 19.206 116.635 116.632-116.632 116.635 19.204 19.204 135.841-135.839-135.841-135.839z" />
<glyph unicode="&#xe616;" d="M54.871-27.709h406.351c26.803 0 48.532 21.729 48.532 48.532v406.351c0 26.805-21.729 48.534-48.532 48.534h-406.353c-26.803 0-48.532-21.726-48.532-48.534v-406.351c0.002-26.803 21.729-48.532 48.534-48.532zM177.856 237.049l112.858 112.86c7.208 7.208 18.893 7.208 26.103-0.002 7.208-7.208 7.208-18.896 0-26.101l-99.808-99.81 99.805-99.805c7.208-7.208 7.21-18.895 0-26.103-7.208-7.208-18.896-7.21-26.103-0.002l-112.858 112.861c-2.012 2.010-3.439 4.377-4.327 6.887-2.294 6.498-0.867 14.018 4.329 19.216z" />
<glyph unicode="&#xe617;" d="M461.219 475.707h-406.351c-26.803 0-48.532-21.729-48.532-48.532v-406.351c0-26.805 21.729-48.534 48.532-48.534h406.353c26.803 0 48.532 21.726 48.532 48.534v406.351c-0.002 26.803-21.729 48.532-48.534 48.532zM338.234 210.949l-112.858-112.861c-7.208-7.208-18.893-7.208-26.103 0.002-7.208 7.208-7.208 18.895 0 26.101l99.808 99.81-99.805 99.805c-7.208 7.208-7.21 18.895 0 26.103 7.208 7.208 18.895 7.21 26.103 0.002l112.858-112.861c2.012-2.010 3.439-4.376 4.327-6.887 2.294-6.498 0.867-14.018-4.329-19.216z" />
<glyph unicode="&#xe618;" d="M262.232 348.921c-8.528 8.527-22.35 8.527-30.875 0.002l-133.483-133.487c-6.146-6.148-7.834-15.043-5.121-22.728 1.051-2.97 2.738-5.77 5.117-8.146l133.486-133.487c8.525-8.525 22.349-8.522 30.874 0.003 8.527 8.525 8.525 22.349 0 30.874l-118.048 118.045 118.050 118.051c8.525 8.524 8.525 22.348 0 30.873zM412.232 348.921c-8.528 8.527-22.35 8.527-30.875 0.002l-133.484-133.487c-6.146-6.148-7.834-15.043-5.121-22.728 1.051-2.97 2.738-5.77 5.117-8.146l133.486-133.487c8.525-8.525 22.349-8.522 30.874 0.003 8.527 8.525 8.525 22.349 0 30.874l-118.047 118.045 118.051 118.051c8.524 8.524 8.524 22.348-0.001 30.873z" />
<glyph unicode="&#xe619;" d="M247.892 59.080c8.528-8.527 22.35-8.527 30.875-0.002l133.483 133.487c6.146 6.148 7.834 15.043 5.121 22.728-1.051 2.97-2.738 5.77-5.117 8.146l-133.484 133.487c-8.525 8.525-22.349 8.522-30.875-0.003s-8.525-22.349 0-30.874l118.047-118.045-118.050-118.051c-8.524-8.523-8.524-22.347 0-30.873zM97.892 59.080c8.528-8.527 22.35-8.527 30.875-0.002l133.485 133.487c6.146 6.148 7.834 15.043 5.121 22.728-1.051 2.97-2.738 5.77-5.117 8.146l-133.487 133.487c-8.525 8.525-22.349 8.522-30.874-0.003-8.527-8.525-8.525-22.349 0-30.874l118.048-118.045-118.051-118.051c-8.524-8.523-8.524-22.347 0-30.873z" />
<glyph unicode="&#xe61a;" d="M177.894 59.078c8.528-8.527 22.349-8.527 30.875-0.002l133.484 133.487c6.146 6.148 7.834 15.043 5.121 22.728-1.051 2.969-2.738 5.769-5.117 8.145l-133.486 133.488c-8.525 8.525-22.349 8.523-30.874-0.002-8.528-8.525-8.525-22.349 0-30.874l118.047-118.045-118.050-118.051c-8.525-8.524-8.525-22.348 0-30.874z" />
<glyph unicode="&#xe61b;" d="M342.232 356.921c-8.528 8.527-22.35 8.527-30.875 0.002l-133.483-133.487c-6.146-6.148-7.834-15.043-5.121-22.728 1.051-2.97 2.738-5.77 5.117-8.146l133.486-133.487c8.525-8.525 22.349-8.522 30.874 0.003 8.527 8.525 8.525 22.349 0 30.874l-118.048 118.045 118.050 118.051c8.525 8.524 8.525 22.348 0 30.873z" />
<glyph unicode="&#xe61c;" d="M467.040 184.032c22.064 0 39.936 17.872 39.936 39.968 0 22.080-17.872 39.968-39.968 39.968h-422.064c-22.064 0-39.952-17.888-39.952-39.968 0-22.096 17.888-39.968 39.968-39.968h422.080z" />
<glyph unicode="&#xe61d;" d="M467.040 184.032c22.064 0 39.936 17.872 39.936 39.968 0 22.080-17.872 39.968-39.968 39.968h-422.064c-22.064 0-39.952-17.888-39.952-39.968 0-22.096 17.888-39.968 39.968-39.968h422.080zM216.016 12.944c0-22.064 17.872-39.936 39.968-39.936 22.080 0 39.968 17.872 39.968 39.968v422.064c0 22.064-17.888 39.952-39.968 39.952-22.096 0-39.968-17.888-39.968-39.968v-422.080z" />
<glyph unicode="&#xe61e;" d="M13.376 363.2c-13.888-13.904-13.888-36.4 0-50.32l217.504-217.44c10-10.016 24.464-12.768 37.024-8.336 4.832 1.696 9.392 4.448 13.28 8.336l217.44 217.44c13.888 13.904 13.888 36.4 0 50.336-13.872 13.84-36.4 13.84-50.32 0l-192.304-192.336-192.32 192.32c-13.904 13.872-36.416 13.872-50.304 0z" />
<glyph unicode="&#xe61f;" d="M498.624 95.472c13.888 13.904 13.888 36.4 0 50.32l-217.504 217.44c-10 10.016-24.464 12.768-37.024 8.336-4.832-1.696-9.392-4.448-13.28-8.336l-217.44-217.44c-13.888-13.904-13.888-36.4 0-50.336 13.872-13.84 36.4-13.84 50.304 0l192.32 192.32 192.32-192.32c13.904-13.856 36.416-13.856 50.304 0.016z" />
<glyph unicode="&#xf0c9;" d="M0 54.857v36.572q0 7.428 5.428 12.857t12.857 5.428h402.286q7.428 0 12.857-5.428t5.428-12.857v-36.572q0-7.428-5.428-12.857t-12.857-5.428h-402.286q-7.428 0-12.857 5.428t-5.428 12.857zM0 201.143v36.572q0 7.428 5.428 12.857t12.857 5.429h402.286q7.428 0 12.857-5.428t5.428-12.857v-36.571q0-7.428-5.428-12.857t-12.857-5.428h-402.286q-7.428 0-12.857 5.428t-5.428 12.857zM0 347.429v36.572q0 7.428 5.428 12.857t12.857 5.428h402.286q7.428 0 12.857-5.428t5.428-12.857v-36.572q0-7.428-5.428-12.857t-12.857-5.428h-402.286q-7.428 0-12.857 5.428t-5.428 12.857z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,52 @@
<?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="vcpb-plugin-icons" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe5c4;" glyph-name="icon-arrow_back" d="M854 468.667v-84h-520l238-240-60-60-342 342 342 342 60-60-238-240h520z" />
<glyph unicode="&#xe5c5;" glyph-name="icon-arrow_drop_down" d="M298 512.667h428l-214-214z" />
<glyph unicode="&#xe5c7;" glyph-name="icon-arrow_drop_up" d="M298 340.667l214 214 214-214h-428z" />
<glyph unicode="&#xe5c8;" glyph-name="icon-arrow_forward" d="M512 768.667l342-342-342-342-60 60 238 240h-520v84h520l-238 240z" />
<glyph unicode="&#xe5ca;" glyph-name="icon-check" d="M384 248.667l452 452 60-60-512-512-238 238 60 60z" />
<glyph unicode="&#xe5cd;" glyph-name="icon-close" d="M810 664.667l-238-238 238-238-60-60-238 238-238-238-60 60 238 238-238 238 60 60 238-238 238 238z" />
<glyph unicode="&#xe5d8;" glyph-name="icon-arrow_upward" d="M170 426.667l342 342 342-342-62-60-238 238v-520h-84v520l-240-238z" />
<glyph unicode="&#xe5db;" glyph-name="icon-arrow_downward" d="M854 426.667l-342-342-342 342 62 60 238-238v520h84v-520l240 238z" />
<glyph unicode="&#xe627;" glyph-name="icon-sync" d="M512 170.667v128l170-170-170-172v128c-188 0-342 154-342 342 0 66 20 130 54 182l62-62c-20-36-30-76-30-120 0-142 114-256 256-256zM512 768.667c188 0 342-154 342-342 0-66-20-130-54-182l-62 62c20 36 30 76 30 120 0 142-114 256-256 256v-128l-170 170 170 172v-128z" />
<glyph unicode="&#xe8b6;" glyph-name="icon-search" d="M406 340.667c106 0 192 86 192 192s-86 192-192 192-192-86-192-192 86-192 192-192zM662 340.667l212-212-64-64-212 212v34l-12 12c-48-42-112-66-180-66-154 0-278 122-278 276s124 278 278 278 276-124 276-278c0-68-24-132-66-180l12-12h34z" />
<glyph unicode="&#xe900;" glyph-name="icon-1-1" horiz-adv-x="2487" d="M0 82.286h2486.857v-146.286h-2486.857v146.286zM0 521.143h2486.857v-146.286h-2486.857v146.286zM0 960h2486.857v-146.286h-2486.857v146.286z" />
<glyph unicode="&#xe901;" glyph-name="icon-1-2_1-2" horiz-adv-x="2487" d="M0 82.286h1170.286v-146.286h-1170.286v146.286zM0 521.143h1170.286v-146.286h-1170.286v146.286zM0 960h1170.286v-146.286h-1170.286v146.286zM1316.571 82.286h1170.286v-146.286h-1170.286v146.286zM1316.571 521.143h1170.286v-146.286h-1170.286v146.286zM1316.571 960h1170.286v-146.286h-1170.286v146.286z" />
<glyph unicode="&#xe902;" glyph-name="icon-1-3_1-3_1-3" horiz-adv-x="2487" d="M0 82.286h731.429v-146.286h-731.429v146.286zM0 521.143h731.429v-146.286h-731.429v146.286zM0 960h731.429v-146.286h-731.429v146.286zM877.714 82.286h804.571v-146.286h-804.571v146.286zM877.714 521.143h804.571v-146.286h-804.571v146.286zM877.714 960h804.571v-146.286h-804.571v146.286zM1828.571 82.286h658.286v-146.286h-658.286v146.286zM1828.571 521.143h658.286v-146.286h-658.286v146.286zM1828.571 960h658.286v-146.286h-658.286v146.286z" />
<glyph unicode="&#xe903;" glyph-name="icon-add_template" d="M0 813.286c0 81.028 65.614 146.714 146.714 146.714h730.572c81.028 0 146.714-65.614 146.714-146.714v-730.572c0-81.028-65.614-146.714-146.714-146.714h-730.572c-81.028 0-146.714 65.614-146.714 146.714v730.572zM97.524 764.714v-146.048h828.952v146.048c0 54.174-43.665 97.762-97.529 97.762h-633.894c-54.128 0-97.529-43.769-97.529-97.762zM194.946 33.524h195.149v487.619h-292.571v-390.114c0-54.232 43.617-97.505 97.422-97.505zM829.080 33.524c53.791 0 97.397 43.273 97.397 97.505v390.114h-438.857v-487.619h341.461z" />
<glyph unicode="&#xe904;" glyph-name="icon-1-4_1-2_1-4" horiz-adv-x="2487" d="M0 82.286h585.143v-146.286h-585.143v146.286zM0 521.143h585.143v-146.286h-585.143v146.286zM0 960h585.143v-146.286h-585.143v146.286zM731.429 82.286h1024v-146.286h-1024v146.286zM731.429 521.143h1024v-146.286h-1024v146.286zM731.429 960h1024v-146.286h-1024v146.286zM1901.714 82.286h585.143v-146.286h-585.143v146.286zM1901.714 521.143h585.143v-146.286h-585.143v146.286zM1901.714 960h585.143v-146.286h-585.143v146.286z" />
<glyph unicode="&#xe905;" glyph-name="icon-1-4_1-4_1-4_1-4" horiz-adv-x="2487" d="M0 82.286h512v-146.286h-512v146.286zM0 521.143h512v-146.286h-512v146.286zM0 960h512v-146.286h-512v146.286zM658.286 82.286h512v-146.286h-512v146.286zM658.286 521.143h512v-146.286h-512v146.286zM658.286 960h512v-146.286h-512v146.286zM1316.571 82.286h512v-146.286h-512v146.286zM1316.571 521.143h512v-146.286h-512v146.286zM1316.571 960h512v-146.286h-512v146.286zM1974.857 82.286h512v-146.286h-512v146.286zM1974.857 521.143h512v-146.286h-512v146.286zM1974.857 960h512v-146.286h-512v146.286z" />
<glyph unicode="&#xe906;" glyph-name="icon-1-4_3-4" horiz-adv-x="2487" d="M0 82.286h658.286v-146.286h-658.286v146.286zM0 521.143h658.286v-146.286h-658.286v146.286zM0 960h658.286v-146.286h-658.286v146.286zM804.571 82.286h1682.286v-146.286h-1682.286v146.286zM804.571 521.143h1682.286v-146.286h-1682.286v146.286zM804.571 960h1682.286v-146.286h-1682.286v146.286z" />
<glyph unicode="&#xe907;" glyph-name="icon-1-6_1-6_1-6_1-2" horiz-adv-x="2487" d="M0 82.286h292.571v-146.286h-292.571v146.286zM0 521.143h292.571v-146.286h-292.571v146.286zM0 960h292.571v-146.286h-292.571v146.286zM438.857 82.286h292.571v-146.286h-292.571v146.286zM438.857 521.143h292.571v-146.286h-292.571v146.286zM438.857 960h292.571v-146.286h-292.571v146.286zM877.714 82.286h292.571v-146.286h-292.571v146.286zM877.714 521.143h292.571v-146.286h-292.571v146.286zM877.714 960h292.571v-146.286h-292.571v146.286zM1316.571 82.286h1170.286v-146.286h-1170.286v146.286zM1316.571 521.143h1170.286v-146.286h-1170.286v146.286zM1316.571 960h1170.286v-146.286h-1170.286v146.286z" />
<glyph unicode="&#xe908;" glyph-name="icon-1-6_1-6_1-6_1-6_1-6_1-6" horiz-adv-x="2487" d="M0 82.286h292.571v-146.286h-292.571v146.286zM0 521.143h292.571v-146.286h-292.571v146.286zM0 960h292.571v-146.286h-292.571v146.286zM438.857 82.286h292.571v-146.286h-292.571v146.286zM438.857 521.143h292.571v-146.286h-292.571v146.286zM438.857 960h292.571v-146.286h-292.571v146.286zM877.714 82.286h292.571v-146.286h-292.571v146.286zM877.714 521.143h292.571v-146.286h-292.571v146.286zM877.714 960h292.571v-146.286h-292.571v146.286zM1316.571 82.286h292.571v-146.286h-292.571v146.286zM1316.571 521.143h292.571v-146.286h-292.571v146.286zM1316.571 960h292.571v-146.286h-292.571v146.286zM1755.429 82.286h292.571v-146.286h-292.571v146.286zM1755.429 521.143h292.571v-146.286h-292.571v146.286zM1755.429 960h292.571v-146.286h-292.571v146.286zM2194.286 82.286h292.571v-146.286h-292.571v146.286zM2194.286 521.143h292.571v-146.286h-292.571v146.286zM2194.286 960h292.571v-146.286h-292.571v146.286z" />
<glyph unicode="&#xe909;" glyph-name="icon-l_15_15_15_15_15" horiz-adv-x="2487" d="M0 82.28h355.597v-146.286h-355.597v146.286zM0 521.138h355.597v-146.286h-355.597v146.286zM0 959.996h355.597v-146.286h-355.597v146.286zM533.396 82.28h355.597v-146.286h-355.597v146.286zM533.396 521.138h355.597v-146.286h-355.597v146.286zM533.396 959.996h355.597v-146.286h-355.597v146.286zM1066.792 82.28h355.597v-146.286h-355.597v146.286zM1066.792 521.138h355.597v-146.286h-355.597v146.286zM1066.792 959.996h355.597v-146.286h-355.597v146.286zM1600.188 82.28h355.597v-146.286h-355.597v146.286zM1600.188 521.138h355.597v-146.286h-355.597v146.286zM1600.188 959.996h355.597v-146.286h-355.597v146.286zM2133.585 82.28h355.597v-146.286h-355.597v146.286zM2133.585 521.138h355.597v-146.286h-355.597v146.286zM2133.585 959.996h355.597v-146.286h-355.597v146.286z" />
<glyph unicode="&#xe90a;" glyph-name="icon-1-6_2-3_1-6" horiz-adv-x="2121" d="M0 9.143c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM0 448c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM0 886.857c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM365.714 9.143c0 40.396 32.982 73.143 72.76 73.143h1244.193c40.184 0 72.76-32.466 72.76-73.143 0-40.396-32.982-73.143-72.76-73.143h-1244.193c-40.184 0-72.76 32.466-72.76 73.143zM365.714 448c0 40.396 32.982 73.143 72.76 73.143h1244.193c40.184 0 72.76-32.466 72.76-73.143 0-40.396-32.982-73.143-72.76-73.143h-1244.193c-40.184 0-72.76 32.466-72.76 73.143zM365.714 886.857c0 40.396 32.982 73.143 72.76 73.143h1244.193c40.184 0 72.76-32.466 72.76-73.143 0-40.396-32.982-73.143-72.76-73.143h-1244.193c-40.184 0-72.76 32.466-72.76 73.143zM1828.571 9.143c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM1828.571 448c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143zM1828.571 886.857c0 40.396 32.428 73.143 73.828 73.143h144.915c40.774 0 73.828-32.466 73.828-73.143 0-40.396-32.428-73.143-73.828-73.143h-144.915c-40.774 0-73.828 32.466-73.828 73.143z" />
<glyph unicode="&#xe90b;" glyph-name="icon-2-3_1-3" horiz-adv-x="2487" d="M0 82.286h1536v-146.286h-1536v146.286zM0 521.143h1536v-146.286h-1536v146.286zM0 960h1536v-146.286h-1536v146.286zM1682.286 82.286h804.571v-146.286h-804.571v146.286zM1682.286 521.143h804.571v-146.286h-804.571v146.286zM1682.286 960h804.571v-146.286h-804.571v146.286z" />
<glyph unicode="&#xe90c;" glyph-name="icon-5-6_1-6" horiz-adv-x="2487" d="M0 82.286h2048v-146.286h-2048v146.286zM0 521.143h2048v-146.286h-2048v146.286zM0 960h2048v-146.286h-2048v146.286zM2194.286 82.286h292.571v-146.286h-292.571v146.286zM2194.286 521.143h292.571v-146.286h-292.571v146.286zM2194.286 960h292.571v-146.286h-292.571v146.286z" />
<glyph unicode="&#xe90d;" glyph-name="icon-add_element" d="M438.857 521.143h-366.034c-39.912 0-72.823-32.747-72.823-73.143 0-40.677 32.604-73.143 72.823-73.143h366.034v-366.034c0-39.912 32.747-72.823 73.143-72.823 40.677 0 73.143 32.604 73.143 72.823v366.034h366.034c39.912 0 72.823 32.747 72.823 73.143 0 40.677-32.604 73.143-72.823 73.143h-366.034v366.034c0 39.912-32.747 72.823-73.143 72.823-40.677 0-73.143-32.604-73.143-72.823v-366.034z" />
<glyph unicode="&#xe90e;" glyph-name="icon-1-6_4-6_1-6" horiz-adv-x="2487" d="M0 82.286h292.571v-146.286h-292.571v146.286zM0 521.143h292.571v-146.286h-292.571v146.286zM0 960h292.571v-146.286h-292.571v146.286zM438.857 82.286h1609.143v-146.286h-1609.143v146.286zM438.857 521.143h1609.143v-146.286h-1609.143v146.286zM438.857 960h1609.143v-146.286h-1609.143v146.286zM2194.286 82.286h292.571v-146.286h-292.571v146.286zM2194.286 521.143h292.571v-146.286h-292.571v146.286zM2194.286 960h292.571v-146.286h-292.571v146.286z" />
<glyph unicode="&#xe90f;" glyph-name="icon-add" d="M448 512h-383.944c-35.599 0-64.056-28.654-64.056-64 0-35.593 28.679-64 64.056-64h383.944v-383.944c0-35.599 28.654-64.056 64-64.056 35.593 0 64 28.679 64 64.056v383.944h383.944c35.599 0 64.056 28.654 64.056 64 0 35.593-28.679 64-64.056 64h-383.944v383.944c0 35.599-28.654 64.056-64 64.056-35.593 0-64-28.679-64-64.056v-383.944z" />
<glyph unicode="&#xe910;" glyph-name="icon-cog" d="M1024 448c0 38.083-27.441 78.683-61.271 90.658s-66.623 41.299-76.165 64.423c-9.542 23.125-7.066 67.131 8.378 99.544 15.423 32.413 6.072 80.545-20.861 107.478-26.912 26.933-75.044 36.263-107.478 20.84-32.413-15.423-76.356-17.941-99.417-8.399s-52.406 42.378-64.423 76.208c-12.038 33.83-52.681 61.25-90.764 61.25s-78.725-27.42-90.764-61.25c-12.038-33.83-41.362-66.666-64.423-76.208s-67.025-7.024-99.438 8.399c-32.413 15.423-80.545 6.093-107.478-20.84s-36.263-75.044-20.84-107.478c15.423-32.434 17.878-76.398 8.294-99.501s-42.272-52.491-76.102-64.465c-33.83-11.975-61.25-52.575-61.25-90.658s27.42-78.725 61.25-90.764c33.83-12.017 66.56-41.404 76.144-64.465 9.584-23.040 7.088-66.983-8.336-99.396s-6.093-80.545 20.84-107.478c26.933-26.912 75.044-36.263 107.478-20.84s76.377 17.92 99.438 8.357c23.082-9.563 52.385-42.483 64.423-76.25s52.681-61.165 90.764-61.165c38.083 0 78.725 27.398 90.764 61.165 12.017 33.767 41.32 66.645 64.381 76.25 23.061 9.584 67.068 7.066 99.459-8.378 32.434-15.423 80.566-6.072 107.478 20.84 26.933 26.933 36.284 75.065 20.861 107.478-15.423 32.434-17.962 76.377-8.42 99.438s42.399 52.406 76.229 64.423c33.83 12.060 61.25 52.702 61.25 90.785zM511.908 209.167c-132.14 0-238.983 106.842-238.983 238.713 0 132.14 106.842 238.983 238.983 238.983 131.844 0 238.713-106.842 238.713-238.983 0-131.871-106.842-238.713-238.713-238.713z" />
<glyph unicode="&#xe911;" glyph-name="icon-content_copy" d="M0 550.594c0 113.001 92.079 204.606 205.196 204.606h340.542c113.327 0 205.196-91.588 205.196-204.606v-409.989c0-113.001-92.079-204.606-205.196-204.606h-340.542c-113.327 0-205.196 91.588-205.196 204.606v409.989zM136.533 482.263v-273.326c0-75.871 61.309-136.404 136.937-136.404h203.992c76.415 0 136.937 61.070 136.937 136.404v273.326c0 75.871-61.309 136.404-136.937 136.404h-203.992c-76.415 0-136.937-61.070-136.937-136.404zM750.933 140.8h67.871c113.117 0 205.196 91.605 205.196 204.606v409.989c0 113.017-91.869 204.606-205.196 204.606h-340.542c-113.117 0-205.196-91.605-205.196-204.606v-0.194h154.644c23.492 40.807 67.586 68.267 118.827 68.267h203.992c75.628 0 136.937-60.532 136.937-136.404v-273.326c0-75.201-60.309-136.188-136.533-136.403v-136.534z" />
<glyph unicode="&#xe912;" glyph-name="icon-delete_empty" d="M512 568.68l-361.986 361.986c-33.563 33.563-87.407 33.377-120.732 0.053-33.557-33.557-33.301-87.378 0.053-120.732l361.986-361.986-361.986-361.986c-33.563-33.563-33.377-87.407-0.053-120.732 33.557-33.557 87.378-33.301 120.732 0.053l361.986 361.986 361.986-361.986c33.563-33.563 87.407-33.377 120.732-0.053 33.557 33.557 33.301 87.378-0.053 120.732l-361.986 361.986 361.986 361.986c33.563 33.563 33.377 87.407 0.053 120.732-33.557 33.557-87.378 33.301-120.732-0.053l-361.986-361.986z" />
<glyph unicode="&#xe913;" glyph-name="icon-dragndrop" d="M960.804 342.927c-39.719 6.856-77.475-19.784-84.331-59.501-0.769-4.449-1.122-8.963-1.056-13.478v-36.49c-0.011-16.831 3.861-33.439 11.312-48.532l10.217-20.799-113.484 113.119-2.189 1.824-72.98 72.98c-28.517 28.517-74.75 28.517-103.267 0s-28.517-74.75 0-103.267l187.194-187.194-18.975 9.122c-14.471 7.998-30.563 12.614-47.072 13.501h-36.49c-40.305 0.13-73.085-32.44-73.213-72.745-0.007-2.027 0.071-4.053 0.233-6.073 4.495-38.746 37.628-67.776 76.629-67.142h255.43c40.305 0 72.98 32.674 72.98 72.98v255.43c1.049 36.896-24.72 69.146-60.938 76.264zM344.83 83.157c-4.449 0.769-8.963 1.122-13.478 1.056h-36.49c-16.831 0.011-33.439-3.861-48.532-11.312l-20.799-10.217 669.591 667.402-8.758-18.61c-6.931-14.598-10.546-30.549-10.582-46.707v-36.49c-0.13-40.305 32.44-73.085 72.745-73.213 2.027-0.007 4.053 0.071 6.073 0.233 38.606 4.481 67.589 37.402 67.142 76.264v255.43c0 40.305-32.674 72.98-72.98 72.98h-255.43c-36.647 0.901-68.649-24.64-75.899-60.573-6.856-39.719 19.784-77.475 59.501-84.331 4.449-0.769 8.963-1.122 13.478-1.056h36.49c16.831-0.011 33.439 3.861 48.532 11.312l20.799 10.217-285.352-283.162-280.973 280.973 18.61-8.758c14.598-6.931 30.549-10.546 46.707-10.582h36.49c40.305-0.13 73.085 32.44 73.213 72.745 0.007 2.027-0.071 4.053-0.233 6.073-4.481 38.606-37.402 67.589-76.264 67.142h-255.43c-40.305 0-72.98-32.674-72.98-72.98v-255.43c-0.901-36.647 24.64-68.649 60.573-75.899 39.719-6.856 77.475 19.784 84.331 59.501 0.769 4.449 1.122 8.963 1.056 13.478v36.49c0.011 16.831-3.861 33.439-11.312 48.532l-10.582 18.245 283.527-282.797-281.703-281.703 9.122 18.975c7.111 14.678 10.851 30.761 10.947 47.072v36.49c0.13 40.305-32.44 73.085-72.745 73.213-2.027 0.007-4.053-0.071-6.073-0.233-38.606-4.481-67.589-37.402-67.142-76.264v-255.43c0-40.305 32.674-72.98 72.98-72.98h255.43c36.647-0.901 68.649 24.64 75.899 60.573 6.856 39.719-19.784 77.475-59.501 84.331z" />
<glyph unicode="&#xe914;" glyph-name="icon-fullscreen_exit" d="M395.15 331.212c-16.348 16.341-38.923 26.435-63.856 26.435-0.017 0-0.034 0-0.050 0s-0.034 0-0.050 0h-240.739c-50.025 0-90.454-40.452-90.454-90.353 0-50.248 40.498-90.353 90.454-90.353h150.487v-150.487c0-50.025 40.452-90.454 90.353-90.454 50.248 0 90.353 40.498 90.353 90.454v240.739c0 0.017 0 0.034 0 0.050s0 0.034 0 0.050c0 25.107-10.111 47.682-26.46 63.987zM783.059 176.941h150.487c50.025 0 90.454 40.452 90.454 90.353 0 50.248-40.498 90.353-90.454 90.353h-240.739c-0.017 0-0.034 0-0.050 0s-0.034 0-0.050 0c-25.107 0-47.682-10.111-63.987-26.46-16.273-16.385-26.366-38.959-26.366-63.893 0-0.017 0-0.034 0-0.050s0-0.034 0-0.050v-240.739c0-50.025 40.452-90.454 90.353-90.454 50.248 0 90.353 40.498 90.353 90.454v150.487zM783.059 719.059v150.487c0 50.025-40.452 90.454-90.353 90.454-50.248 0-90.353-40.498-90.353-90.454v-240.739c0-0.017 0-0.034 0-0.050s0-0.034 0-0.050c0-25.107 10.111-47.682 26.46-63.987 16.385-16.273 38.959-26.366 63.893-26.366 0.017 0 0.034 0 0.050 0s0.034 0 0.050 0h240.739c50.025 0 90.454 40.452 90.454 90.353 0 50.248-40.498 90.353-90.454 90.353h-150.487zM240.941 719.059h-150.487c-50.025 0-90.454-40.452-90.454-90.353 0-50.248 40.498-90.353 90.454-90.353h240.739c0.017 0 0.034 0 0.050 0s0.034 0 0.050 0c25.107 0 47.682 10.111 63.987 26.46 16.273 16.385 26.366 38.959 26.366 63.893 0 0.017 0 0.034 0 0.050s0 0.034 0 0.050v240.739c0 50.025-40.452 90.454-90.353 90.454-50.248 0-90.353-40.498-90.353-90.454v-150.487z" />
<glyph unicode="&#xe915;" glyph-name="icon-fullscreen" d="M21.45-42.6c13.234-13.228 31.509-21.4 51.693-21.4 0.014 0 0.027 0 0.041 0s0.027 0 0.041 0h194.884c40.496 0 73.225 32.747 73.225 73.143 0 40.677-32.784 73.143-73.225 73.143h-121.823v121.823c0 40.496-32.747 73.225-73.143 73.225-40.677 0-73.143-32.784-73.143-73.225v-194.884c0-0.014 0-0.027 0-0.041s0-0.027 0-0.041c0-20.325 8.185-38.6 21.42-51.799zM1002.6-42.55c13.228 13.234 21.4 31.509 21.4 51.693 0 0.014 0 0.027 0 0.041s0 0.027 0 0.041v194.884c0 40.496-32.747 73.225-73.143 73.225-40.677 0-73.143-32.784-73.143-73.225v-121.823h-121.823c-40.496 0-73.225-32.747-73.225-73.143 0-40.677 32.784-73.143 73.225-73.143h194.884c0.014 0 0.027 0 0.041 0s0.027 0 0.041 0c20.325 0 38.6 8.185 51.799 21.42zM1002.55 938.6c-13.234 13.228-31.509 21.4-51.693 21.4-0.014 0-0.027 0-0.041 0s-0.027 0-0.041 0h-194.884c-40.496 0-73.225-32.747-73.225-73.143 0-40.677 32.784-73.143 73.225-73.143h121.823v-121.823c0-40.496 32.747-73.225 73.143-73.225 40.677 0 73.143 32.784 73.143 73.225v194.884c0 0.014 0 0.027 0 0.041s0 0.027 0 0.041c0 20.325-8.185 38.6-21.42 51.799zM21.4 938.55c-13.228-13.234-21.4-31.509-21.4-51.693 0-0.014 0-0.027 0-0.041s0-0.027 0-0.041v-194.884c0-40.496 32.747-73.225 73.143-73.225 40.677 0 73.143 32.784 73.143 73.225v121.823h121.823c40.496 0 73.225 32.747 73.225 73.143 0 40.677-32.784 73.143-73.225 73.143h-194.884c-0.014 0-0.027 0-0.041 0s-0.027 0-0.041 0c-20.325 0-38.6-8.185-51.799-21.42z" />
<glyph unicode="&#xe916;" glyph-name="icon-arrow_drop_right" d="M426.667 233.344v427.989l214.016-214.016z" />
<glyph unicode="&#xe917;" glyph-name="icon-layout_default" d="M0 862.766c0 53.701 44 97.234 97.259 97.234h829.483c53.714 0 97.259-43.618 97.259-97.234v-585.722c0-53.701-44-97.234-97.259-97.234h-829.483c-53.714 0-97.259 43.618-97.259 97.234v585.722zM146.286 765.177v-390.544c0-26.318 21.995-48.537 49.127-48.537h633.175c27.237 0 49.127 21.731 49.127 48.537v390.544c0 26.318-21.995 48.537-49.127 48.537h-633.175c-27.237 0-49.127-21.731-49.127-48.537zM243.81 9.143c0 40.396 32.746 73.143 73.457 73.143h389.467c40.569 0 73.457-32.466 73.457-73.143 0-40.396-32.746-73.143-73.457-73.143h-389.467c-40.569 0-73.457 32.466-73.457 73.143z" />
<glyph unicode="&#xe918;" glyph-name="icon-layout_landscape-smartphones" horiz-adv-x="1297" d="M0 824.021c0 75.099 60.821 135.979 136.357 135.979h1024.352c75.308 0 136.357-60.989 136.357-135.979v-752.041c0-75.099-60.821-135.979-136.357-135.979h-1024.352c-75.308 0-136.357 60.989-136.357 135.979v752.041zM204.8 687.101v-478.202c0-37.631 30.518-68.099 68.164-68.099h751.138c37.616 0 68.164 30.489 68.164 68.099v478.202c0 37.631-30.518 68.099-68.164 68.099h-751.138c-37.616 0-68.164-30.489-68.164-68.099zM750.933 448c0 56.554 45.452 102.4 102.4 102.4 56.554 0 102.4-45.452 102.4-102.4 0-56.554-45.452-102.4-102.4-102.4-56.554 0-102.4 45.452-102.4 102.4z" />
<glyph unicode="&#xe919;" glyph-name="icon-layout_landscape-tablets" horiz-adv-x="1126" d="M25.6 832.132c0 56.481 46.2 102.268 102.122 102.268h870.957c56.4 0 102.122-45.615 102.122-102.268v-768.264c0-56.481-46.2-102.268-102.122-102.268h-870.957c-56.4 0-102.122 45.615-102.122 102.268v768.264zM179.2 729.677v-563.353c0-28.212 23.095-51.123 51.583-51.123h664.834c28.598 0 51.583 22.889 51.583 51.123v563.353c0 28.212-23.095 51.123-51.583 51.123h-664.834c-28.598 0-51.583-22.889-51.583-51.123zM691.2 448c0 42.415 34.089 76.8 76.8 76.8 42.415 0 76.8-34.089 76.8-76.8 0-42.415-34.089-76.8-76.8-76.8-42.415 0-76.8 34.089-76.8 76.8z" />
<glyph unicode="&#xe91a;" glyph-name="icon-layout_portrait-smartphones" horiz-adv-x="808" d="M701.069 960c59.289 0 107.352-48.016 107.352-107.651v-808.699c0-59.454-48.149-107.651-107.352-107.651h-593.717c-59.289 0-107.352 48.016-107.352 107.651v808.699c0 59.454 48.149 107.651 107.352 107.651h593.717zM592.974 798.316h-377.528c-29.709 0-53.762-24.093-53.762-53.814v-593.004c0-29.697 24.070-53.814 53.762-53.814h377.528c29.709 0 53.762 24.093 53.762 53.814v593.004c0 29.697-24.070 53.814-53.762 53.814zM404.211 367.158c44.648 0 80.842-35.883 80.842-80.842 0-44.648-35.883-80.842-80.842-80.842-44.648 0-80.842 35.883-80.842 80.842 0 44.648 35.883 80.842 80.842 80.842z" />
<glyph unicode="&#xe91b;" glyph-name="icon-layout_portrait-tablets" horiz-adv-x="931" d="M814.665 936.727c51.346 0 92.971-42 92.971-92.838v-791.779c0-51.273-41.469-92.838-92.971-92.838h-698.422c-51.346 0-92.971 42-92.971 92.838v791.779c0 51.273 41.469 92.838 92.971 92.838h698.422zM721.524 797.091h-512.139c-25.647 0-46.476-20.995-46.476-46.894v-604.394c0-25.999 20.808-46.894 46.476-46.894h512.139c25.647 0 46.476 20.995 46.476 46.894v604.394c0 25.999-20.808 46.894-46.476 46.894zM465.455 331.636c38.56 0 69.818-30.99 69.818-69.818 0-38.56-30.99-69.818-69.818-69.818-38.56 0-69.818 30.99-69.818 69.818 0 38.56 30.99 69.818 69.818 69.818z" />
<glyph unicode="&#xe91c;" glyph-name="icon-minimize" d="M213.333 192h597.333v-85.333h-597.333v85.333z" />
<glyph unicode="&#xe91d;" glyph-name="icon-mode_edit" horiz-adv-x="956" d="M925.768 793.574l-103.765 103.801c-41.083 41.083-112.688 41.083-153.771 0l-560.561-560.525-77.25-283.322-18.903-18.903c-14.132-14.131-14.168-36.931-0.219-51.172l-0.182-0.728 0.728 0.182c7.066-6.92 16.244-10.453 25.422-10.453 9.324 0 18.648 3.569 25.75 10.671l18.903 18.903 283.322 77.25 560.525 560.561c20.542 20.542 31.869 47.821 31.869 76.886s-11.327 56.344-31.869 76.849zM260.034 317.911l304.797 304.797 86.269-86.269-304.797-304.797-86.269 86.269zM806.001 691.34l-35.134-35.134-86.269 86.269 35.134 35.134c13.549 13.549 37.186 13.585 50.735 0l35.534-35.534c6.774-6.774 10.526-15.77 10.526-25.349-0.036-9.579-3.751-18.611-10.526-25.386z" />
<glyph unicode="&#xe91e;" glyph-name="icon-row_default_fe" horiz-adv-x="2121" d="M0 9.143c0 40.396 33.318 73.143 73.015 73.143h1975.114c40.325 0 73.015-32.466 73.015-73.143 0-40.396-33.318-73.143-73.015-73.143h-1975.114c-40.325 0-73.015 32.466-73.015 73.143zM0 448c0 40.396 33.318 73.143 73.015 73.143h1975.114c40.325 0 73.015-32.466 73.015-73.143 0-40.396-33.318-73.143-73.015-73.143h-1975.114c-40.325 0-73.015 32.466-73.015 73.143zM0 886.857c0 40.396 33.318 73.143 73.015 73.143h1975.114c40.325 0 73.015-32.466 73.015-73.143 0-40.396-33.318-73.143-73.015-73.143h-1975.114c-40.325 0-73.015 32.466-73.015 73.143z" />
<glyph unicode="&#xe91f;" glyph-name="icon-text-block" d="M0 886.857c0 40.396 32.911 73.143 72.823 73.143h878.355c40.219 0 72.823-32.466 72.823-73.143 0-40.396-32.911-73.143-72.823-73.143h-878.355c-40.219 0-72.823 32.466-72.823 73.143zM0 594.286c0 40.396 32.496 73.143 73.564 73.143h681.824c40.628 0 73.564-32.466 73.564-73.143 0-40.396-32.496-73.143-73.564-73.143h-681.824c-40.628 0-73.564 32.466-73.564 73.143zM0 301.714c0 40.396 32.911 73.143 72.823 73.143h878.355c40.219 0 72.823-32.466 72.823-73.143 0-40.396-32.911-73.143-72.823-73.143h-878.355c-40.219 0-72.823 32.466-72.823 73.143zM0 9.143c0 40.396 32.746 73.143 73.457 73.143h389.467c40.569 0 73.457-32.466 73.457-73.143 0-40.396-32.746-73.143-73.457-73.143h-389.467c-40.569 0-73.457 32.466-73.457 73.143z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,735 @@
/*---------------------------------------------------------------------------
[Table Of Contents]
1. Hover style
2. Fixed style
3. Minimal style
4. Nectar Love
---------------------------------------------------------------------------*/
/************ 1. Hover style **************/
#single-below-header .nectar-social.hover {
margin-right: 14px;
}
#single-below-header .nectar-social.hover[data-rm-love="1"] {
margin-right: 0;
}
.nectar-social.hover {
position :relative;
}
.nectar-social.hover > *:not(.share-btn) {
margin-bottom: 14px;
}
.nectar-social.hover > div:not(.share-btn) {
display: inline-block;
}
#ajax-content-wrap .nectar-social.hover .nectar-love-button span {
padding-left: 0;
}
.nectar-social.hover .share-btn i {
-webkit-transition: none;
transition: none;
}
.nectar-social.hover .share-btn,
.nectar-social.hover > div span,
body .nectar-social.hover .nectar-love .nectar-love-count {
font-size: 14px;
line-height: 28px;
}
.nectar-social.hover > div a > span {
-webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span {
cursor: pointer;
-webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .share-btn,
.nectar-social.hover > div a {
display: inline-block;
border: 2px solid rgba(0,0,0,0.1);
padding: 6px 20px;
-webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
transition: border-color .45s cubic-bezier(0.25,1,0.33,1);
border-radius: 100px;
}
.nectar-social.hover .share-btn,
.nectar-social.hover > div a > span,
.sharing-default-minimal .nectar-love {
color: #888;
}
#single-meta .nectar-social.hover .share-btn {
padding-left: 20px;
}
.nectar-social.hover .share-btn:hover,
.nectar-social.hover > div a:hover {
border-color: rgba(0,0,0,0.5);
}
.nectar-social.hover .nectar-social-inner {
position: absolute;
left: 0;
pointer-events: none;
width: 300px;
}
.nectar-social.hover .share-btn {
margin-right: 14px;
}
.nectar-social.hover i.icon-default-style[class^="icon-"],
.nectar-social.hover i[class^="icon-"] {
margin-right: 7px;
font-size: 18px;
line-height: 23px;
height: 20px;
-webkit-transition: color .45s cubic-bezier(0.25,1,0.33,1);
transition: color .45s cubic-bezier(0.25,1,0.33,1);
}
.nectar-social.hover .nectar-social-inner a i {
font-size: 16px;
}
.nectar-social.hover .nectar-social-inner a {
transform: translateX(-20px);
opacity: 0;
height: 45px;
width: 45px;
padding: 0;
color: #ddd;
margin: 0 14px 14px 0;
text-align: center;
line-height: 43px;
}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a {
width: 45px;
}
.portfolio-items .col .custom-content .nectar-social.hover .nectar-social-inner a {
margin: 0 14px 14px 0;
}
.portfolio-items .col .custom-content .nectar-social.hover.visible .share-btn,
.portfolio-items .col .custom-content .nectar-social.hover.visible .nectar-love-button,
.portfolio-items .col .custom-content .nectar-social.hover:not(.visible) .nectar-social-inner a {
opacity: 0!important;
}
.portfolio-items .custom-content .nectar-social.hover .nectar-love {
height: auto;
}
.nectar-social.hover[data-position="right"] .nectar-social-inner a {
transform: translateX(20px);
}
.nectar-social.hover[data-position="right"] .share-btn {
float: right;
margin-left: 14px;
margin-right: 0;
}
.nectar-social.hover[data-position="right"] .nectar-social-inner {
left: auto;
text-align: right;
right: 0;
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(2) {
transition-delay: 0.03s;
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(3) {
transition-delay: 0.06s;
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(4) {
transition-delay: 0.09s;
}
.nectar-social.hover.visible .nectar-social-inner a:not(:hover):nth-child(5) {
transition-delay: 0.12s;
}
.nectar-social.hover .share-btn,
.nectar-social.hover .nectar-love-button,
.nectar-social.hover .nectar-social-inner a {
-webkit-transition: all 0.4s cubic-bezier(0.25,1,0.33,1);
transition: all 0.4s cubic-bezier(0.25,1,0.33,1), ;
}
.nectar-social.hover.visible .share-btn,
.nectar-social.hover.visible .nectar-love-button {
opacity: 0;
pointer-events: none;
}
.nectar-social.hover.visible .nectar-social-inner a,
.nectar-social.hover.visible[data-position="right"] .nectar-social-inner a {
transform: translateX(0px);
opacity: 1;
}
.nectar-social.hover.visible .nectar-social-inner {
pointer-events: all;
}
/************ 2. Fixed style **************/
.nectar-social.fixed > a:before {
background-color: #000;
}
@media only screen and (max-width:999px){
.nectar-social.fixed >a{
transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
-webkit-transition:all 0.35s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:scale(0);
transform:scale(0)
}
.nectar-social.fixed{
margin: 0;
height:50px;
pointer-events:none
}
.nectar-social.fixed.visible >a{
-webkit-transform:scale(1);
transform:scale(1)
}
.nectar-social.fixed.visible{
pointer-events:auto
}
}
.nectar-social.fixed {
position:fixed;
right:34px;
bottom:34px;
height:50px;
width:50px;
line-height:50px;
z-index:1000
}
.nectar-social.fixed >a {
height:50px;
width:50px;
line-height:52px;
text-align:center;
display:block;
position:absolute;
bottom:0;
left:0;
z-index:10;
}
.nectar-social.fixed >a:before{
display:block;
content:'';
position:absolute;
top:0;
left:0;
width:100%;
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
height:100%;
transform: translateZ(0);
backface-visibility:hidden;
border-radius:50%
}
.nectar-social.fixed:hover >a:before{
box-shadow:0 7px 15px rgba(0,0,0,0.2)
}
.nectar-social.fixed >a >[class^="icon-"].icon-default-style{
font-size:16px;
height: 50px;
width: 50px;
line-height: 50px;
color:#fff;
left:-1px;
top: 0;
z-index: 10;
position: relative;
}
.nectar-social.fixed .nectar-social-inner {
position:absolute;
height:50px;
width:50px;
bottom:0;
left:0;
z-index:1;
text-align:center
}
.nectar-social.fixed .nectar-social-inner a{
display:block;
line-height:36px;
height:36px;
padding:0;
margin:0;
width:36px;
left:7px;
position:absolute;
opacity:0;
border:none;
top:0;
box-shadow:0 7px 15px rgba(0,0,0,0.2);
border-radius:50%;
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1)
}
.nectar-social.fixed >a:after,
.nectar-social.fixed .nectar-social-inner a:after{
background-color:#fff;
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
opacity:0;
content:'';
display:block;
border-radius:50%
}
.nectar-social.fixed a:after{
-webkit-transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1);
transition:opacity 0.25s cubic-bezier(.15,0.2,.1,1)
}
@keyframes socialButtonFlash{
0%{
opacity:0;
transform:scale(1)
}
25%{
opacity:0.22;
transform:scale(1.1115)
}
100%{
opacity:0;
transform:scale(1.23)
}
}
.nectar-social.fixed:hover >a:after{
-webkit-animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
animation:socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards
}
.nectar-social.fixed a:hover:after{
opacity:0.2
}
.nectar-social.fixed:hover >a:before{
-webkit-transform:scale(1.23) translateZ(0);
transform:scale(1.23) translateZ(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(1){
transform:translateY(0px) scale(0);
-webkit-transform:translateY(0px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(2){
-webkit-transform:translateY(-36px) scale(0);
transform:translateY(-36px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(3){
-webkit-transform:translateY(-86px) scale(0);
transform:translateY(-86px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(4){
-webkit-transform:translateY(-136px) scale(0);
transform:translateY(-136px) scale(0)
}
.nectar-social.fixed .nectar-social-inner a:nth-child(5){
-webkit-transform:translateY(-186px) scale(0);
transform:translateY(-186px) scale(0)
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(1){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-56px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-56px) scale(1);
opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(2){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-106px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-106px) scale(1);
opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(3){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-156px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-156px) scale(1);
opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(4){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-206px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-206px) scale(1);
opacity:1
}
.nectar-social.fixed:hover .nectar-social-inner a:nth-child(5){
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
-webkit-transform:translateY(-256px) scale(1);
transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
transform:translateY(-256px) scale(1);
opacity:1
}
.nectar-social.fixed:hover{
height:340px
}
body .nectar-social.fixed a i,
#ajax-content-wrap .nectar-social.fixed a i{
color:#fff;
font-size:14px;
top: 0;
padding-right:0;
display: block;
}
body .nectar-social.fixed .nectar-social-inner a i,
#ajax-content-wrap .nectar-social.fixed .nectar-social-inner a i {
height:36px;
line-height:36px;
width:36px;
}
.nectar-social.fixed .google-plus-share i{
font-size:12px
}
/************ 3. Minimal style **************/
.sharing-default-minimal .nectar-social .love-text { display: inline; }
.sharing-default-minimal .nectar-social .love-text,
.sharing-default-minimal .nectar-social .social-text,
#ajax-content-wrap .sharing-default-minimal .nectar-social .social-text {
display: inline-block;
opacity:1;
font-size: 15px;
line-height: 15px;
}
.sharing-default-minimal .nectar-social .facebook-share,
.nectar-social.hover .facebook-share:hover,
#single-below-header .nectar-social.hover .facebook-share:hover {
border-color:#6a75c8;
color:#6a75c8;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share,
.nectar-social.hover .twitter-share:hover,
#single-below-header .nectar-social.hover .twitter-share:hover {
border-color:#6abaf7;
color:#6abaf7;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .linkedin-share,
.nectar-social.hover .linkedin-share:hover,
#single-below-header .nectar-social.hover .linkedin-share:hover {
border-color:#2e82d9;
color:#2e82d9;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share,
.nectar-social.hover .pinterest-share:hover,
#single-below-header .nectar-social.hover .pinterest-share:hover {
border-color:#f00;
color:#f00;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .facebook-share i{
height:15px;
font-size:15px;
line-height:19px;
color:#6a75c8;
padding-right: 3px;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .twitter-share i{
height:15px;
font-size:16px;
line-height:18px;
padding-right: 3px;
color:#6abaf7;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .google-plus-share i{
height:15px;
font-size:14px;
line-height:19px;
padding-right: 3px;
color:#f05660;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .linkedin-share i{
height:15px;
font-size:14px;
color:#2e82d9;
padding-right: 3px;
line-height:16px;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-social .pinterest-share i{
height:15px;
font-size:16px;
color:#f00;
padding-right: 3px;
line-height:18px;
transition:all 0.2s ease
}
/* Minimal coloring */
.sharing-default-minimal .nectar-social .facebook-share:hover,
.nectar-social.fixed .facebook-share,
.nectar-social.vertical .nectar-social-inner a.facebook-share:hover {
background-color:#6a75c8;
}
.sharing-default-minimal .nectar-social .twitter-share:hover,
.nectar-social.fixed .twitter-share,
.nectar-social.vertical .nectar-social-inner a.twitter-share:hover {
background-color:#6abaf7;
}
.sharing-default-minimal .nectar-social .linkedin-share:hover,
.nectar-social.fixed .linkedin-share,
.nectar-social.vertical .nectar-social-inner a.linkedin-share:hover {
background-color:#2e82d9;
}
.sharing-default-minimal .nectar-social .pinterest-share:hover,
.nectar-social.fixed .pinterest-share,
.nectar-social.vertical .nectar-social-inner a.pinterest-share:hover {
background-color:#f00;
}
.sharing-default-minimal .nectar-social a:hover {
color:#fff
}
#ajax-content-wrap .sharing-default-minimal .nectar-social .nectar-love,
body .sharing-default-minimal .nectar-social .nectar-love {
margin-top: 0;
font-size: 15px;
line-height: 22px;
}
body .sharing-default-minimal .n-shortcode{
border-right:none!important;
top:-1px;
position:relative
}
.col.centered-text .sharing-default-minimal .nectar-social-inner {
text-align: center;
}
.sharing-default-minimal .nectar-social-inner .nectar-love {
border:2px solid rgba(0,0,0,0.2);
padding:7px 9px 7px 30px!important;
margin-top:50px;
height:auto!important;
font-size:12px;
margin-right:10px;
line-height:20px;
position:relative;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love.loved{
border-color:transparent;
background-color: #000;
}
.sharing-default-minimal .n-shortcode .nectar-love .icon-salient-heart-2,
body .sharing-default-minimal .nectar-love i{
font-size:14px!important;
margin-right:8px;
line-height:20px;
transition:all 0.2s ease
}
#ajax-content-wrap .sharing-default-minimal .nectar-love i,
body .sharing-default-minimal .hovered .nectar-love i{
color:rgba(0,0,0,0.2);
transform:scale(1);
opacity:1;
position:relative
}
.sharing-default-minimal .total_loves{
background-color:rgba(0,0,0,0.2);
color: #fff;
border-radius:100px;
padding:2px 8px!important;
margin-left:28px;
float:right;
line-height:12px;
transition:all 0.2s ease
}
.sharing-default-minimal .nectar-love .total_loves .nectar-love-count{
font-size:10px;
line-height: 16px;
opacity:1
}
.sharing-default-minimal .nectar-love:hover{
background-color:#000
}
.sharing-default-minimal .nectar-love:hover .total_loves,
.sharing-default-minimal .nectar-love.loved .total_loves{
background-color:rgba(255,255,255,0.25)
}
.sharing-default-minimal .nectar-love .icon-salient-heart-2:before{
content:"\e00e"!important
}
.sharing-default-minimal .total_loves{
display:block
}
.sharing-default-minimal a:hover .total_loves,
.sharing-default-minimal .nectar-love.loved .total_loves{
color:#fff
}
#page-header-bg[data-post-hs="default_minimal"] h1,
body.single-post .heading-title[data-header-style="default_minimal"] .entry-title{
text-align:center;
margin:0 auto
}
.sharing-default-minimal{
text-align:left
}
.sharing-default-minimal .nectar-social-inner >a{
border:2px solid #000;
padding:9px 30px!important;
margin-right:10px
}
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a,
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-love{
border-radius:100px;
line-height:1px;
margin:10px 13px 10px 0;
height:auto;
display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a,
.sharing-default-minimal .nectar-love{
line-height:1px;
margin:10px 13px 10px 0;
height:auto;
display:inline-block
}
.sharing-default-minimal .nectar-social-inner >a,
body[data-button-style^="rounded"] .sharing-default-minimal .nectar-social-inner >a {
line-height: 18px;
}
.sharing-default-minimal .nectar-social .facebook-share:hover i,
.sharing-default-minimal .nectar-social .twitter-share:hover i,
.sharing-default-minimal .nectar-social .google-plus-share:hover i,
.sharing-default-minimal .nectar-social .linkedin-share:hover i,
.sharing-default-minimal .nectar-social .pinterest-share:hover i,
.sharing-default-minimal .nectar-love:hover i,
.sharing-default-minimal .nectar-love:hover,
.sharing-default-minimal .nectar-love.loved i,
.sharing-default-minimal .nectar-love.loved,
body .sharing-default-minimal .hovered .nectar-love.loved i,
#footer-outer .sharing-default-minimal .nectar-social a:hover {
color:#fff!important
}
.post.masonry-blog-item .post-meta .nectar-love-wrap{
float:right
}
/************ 4. Nectar Love **************/
.nectar-love-wrap .nectar-love-count {
margin-left: 5px;
font-size: 14px;
line-height: 14px;
}
body .nectar-love-wrap .total_loves {
line-height: 14px;
}
.nectar-love-wrap {
line-height:19px
}
article.post .post-meta .nectar-love-wrap {
text-align: center;
}
body .nectar-love-wrap i[class^="icon-"] {
font-size: 14px;
height: 14px;
top: -1px;
transition: color 0.2s ease;
line-height: 14px;
}
.nectar-love{
-webkit-transition:background-color 0.2s linear;
transition:background-color 0.2s linear;
width:auto;
color:inherit;
line-height:11px;
font-size:14px;
display:inline-block
}
.nectar-love span{
font-weight:400;
color:inherit;
font-size:12px;
line-height:12px;
display:inline-block
}
.nectar-social .social-text,
.nectar-social .love-text,
.nectar-love .love-text { display: none; }
body .pinterest-share i,
body .facebook-share i,
body .twitter-share i,
body .linkedin-share i,
.nectar-social .icon-default-style.steadysets-icon-share,
body [class^="icon-"].icon-salient-heart,
body [class^="icon-"].icon-salient-heart-2 {
background-color:transparent;
border-radius: 0px;
font-weight:normal;
font-size:20px;
height:20px;
width:auto;
line-height:20px;
color:#ddd;
}
.nectar-social.hover .pinterest-share i,
.nectar-social.hover .facebook-share i,
.nectar-social.hover .twitter-share i,
.nectar-social.hover .linkedin-share i {
color: inherit;
}
.nectar-social .nectar-social-inner a,
.nectar-social .nectar-love-button .nectar-love,
.nectar-social.fixed > a {
text-decoration: none!important;
}
.sharing-default-minimal.post-bottom,
.salient-social-outer.post-bottom {
margin-top: 40px;
}

View File

@@ -0,0 +1,308 @@
/**
* Salient Social.
*
* @author ThemeNectar
*/
/* global jQuery */
jQuery(document).ready(function ($) {
"use strict";
function NectarSocial() {
this.$body = $('body');
this.$window = $(window);
this.$wpAdminBar = $('#wpadminbar');
this.usingMobileBrowser = (navigator.userAgent.match(/(Android|iPod|iPhone|iPad|BlackBerry|IEMobile|Opera Mini)/)) ? true : false;
// Events.
this.mouseEvents();
// Nectar Love
this.nectarLove();
// Fixed to bottom social sharing style.
if( $('body').find('.nectar-social.fixed').length > 0 ) {
this.fixedStyle();
}
}
NectarSocial.prototype.mouseEvents = function() {
this.$body.on('click', '#single-below-header .nectar-social a', function () {
return false;
});
$('body.single-product .nectar-social').addClass('woo');
this.$body.on('click', '.facebook-share:not(.inactive)', this.facebookShare);
this.$body.on('click', '.nectar-social:not(".woo") .twitter-share:not(.inactive)', this.twitterShare);
this.$body.on('click', '.nectar-social.woo .twitter-share', this.wooTwitterShare);
this.$body.on('click', '.nectar-social:not(".woo") .linkedin-share:not(.inactive)', this.linkedInShare);
this.$body.on('click', '.nectar-social.woo .linkedin-share', this.woolinkedInShare);
this.$body.on('click', '.nectar-social:not(".woo") .pinterest-share:not(.inactive)', this.pinterestShare);
this.$body.on('click', '.nectar-social.woo .pinterest-share', this.wooPinterestShare);
this.$body.on('click', '.nectar-social.fixed > a', function () {
return false;
});
// Hover style
// desktop
if (!this.usingMobileBrowser) {
var $socialTimeout;
this.$body.on('mouseenter', '.nectar-social.hover .share-btn', function () {
clearTimeout($socialTimeout);
// Hide other sibling items when needed.
if( $(this).parents('[id*="-meta"]').length > 0 ) {
$(this).parents('[id*="-meta"]').addClass('social-hovered');
}
if( $(this).parents('#single-below-header').length > 0 ) {
$(this).parents('#single-below-header').addClass('social-hovered');
}
$(this).parent().addClass('visible');
});
this.$body.on('mouseleave', '.nectar-social.hover', function () {
var $that = $(this);
$socialTimeout = setTimeout(function () {
$that.removeClass('visible');
if( $that.parents('[id*="-meta"]').length > 0 ) {
$that.parents('[id*="-meta"]').removeClass('social-hovered');
}
if( $that.parents('#single-below-header').length > 0 ) {
$that.parents('#single-below-header').removeClass('social-hovered');
}
}, 200);
});
}
// Click triggered on mobile
else {
this.$body.on('click', '.nectar-social.hover .share-btn', function () {
// Hide other sibling items when needed.
if( $(this).parents('[id*="-meta"]').length > 0 ) {
$(this).parents('[id*="-meta"]').addClass('social-hovered');
}
if( $(this).parents('#single-below-header').length > 0 ) {
$(this).parents('#single-below-header').addClass('social-hovered');
}
$(this).parent().addClass('visible');
return false;
});
}
};
NectarSocial.prototype.facebookShare = function() {
var windowLocation = window.location.href.replace(window.location.hash, '');
window.open('https://www.facebook.com/sharer/sharer.php?u=' + encodeURIComponent(windowLocation), "facebookWindow", "height=380,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0");
return false;
};
NectarSocial.prototype.twitterShare = function() {
var windowLocation = window.location.href.replace(window.location.hash, '');
var $pageTitle;
if ($(".section-title h1").length > 0) {
$pageTitle = encodeURIComponent($(".section-title h1").text());
} else {
$pageTitle = encodeURIComponent($(document).find("title").text());
}
window.open('https://twitter.com/intent/tweet?text=' + $pageTitle + ' ' + windowLocation, "twitterWindow", "height=380,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0");
return false;
};
NectarSocial.prototype.wooTwitterShare = function() {
var windowLocation = window.location.href.replace(window.location.hash, '');
window.open('https://twitter.com/intent/tweet?text=' + $("h1.product_title").text() + ' ' + encodeURIComponent(windowLocation), "twitterWindow", "height=380,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0");
return false;
};
NectarSocial.prototype.linkedInShare = function() {
var windowLocation = window.location.href.replace(window.location.hash, '');
var $pageTitle;
if ($(".section-title h1").length > 0) {
$pageTitle = encodeURIComponent($(".section-title h1").text());
} else {
$pageTitle = encodeURIComponent($(document).find("title").text());
}
window.open('https://www.linkedin.com/sharing/share-offsite/?mini=true&url=' + encodeURIComponent(windowLocation) + '&title=' + $pageTitle + '', "linkedInWindow", "height=480,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0");
return false;
};
NectarSocial.prototype.woolinkedInShare = function() {
var windowLocation = window.location.href.replace(window.location.hash, '');
window.open('https://www.linkedin.com/sharing/share-offsite/?mini=true&url=' + encodeURIComponent(windowLocation) + '&title=' + $("h1.product_title").text(), "twitterWindow", "height=380,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0");
return false;
};
NectarSocial.prototype.pinterestShare = function() {
var windowLocation = window.location.href.replace(window.location.hash, '');
var $sharingImg = ($('.single-portfolio').length > 0 && $('div[data-featured-img]').attr('data-featured-img') != 'empty') ? $('div[data-featured-img]').attr('data-featured-img') : $('#ajax-content-wrap img').first().attr('src');
if ( $sharingImg ) {
$sharingImg = encodeURIComponent($sharingImg);
}
var $pageTitle;
if ($(".section-title h1").length > 0) {
$pageTitle = encodeURIComponent($(".section-title h1").text());
} else {
$pageTitle = encodeURIComponent($(document).find("title").text());
}
window.open('https://pinterest.com/pin/create/button/?url=' + encodeURIComponent(windowLocation) + '&media=' + $sharingImg + '&description=' + $pageTitle, "pinterestWindow", "height=640,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0");
return false;
};
NectarSocial.prototype.wooPinterestShare = function () {
var $imgToShare = ($('img.attachment-shop_single').length > 0) ? $('img.attachment-shop_single').first().attr('src') : $('.single-product-main-image img').first().attr('src');
if ( $imgToShare ) {
$imgToShare = encodeURIComponent($imgToShare);
}
var windowLocation = window.location.href.replace(window.location.hash, '');
window.open('https://pinterest.com/pin/create/button/?url=' + encodeURIComponent(windowLocation) + '&media=' + $imgToShare + '&description=' + $('h1.product_title').text(), "pinterestWindow", "height=640,width=660,resizable=0,toolbar=0,menubar=0,status=0,location=0,scrollbars=0");
return false;
};
NectarSocial.prototype.nectarLove = function() {
this.$body.on('click', '.nectar-love', function () {
var $loveLink = $(this),
$id = $(this).attr('id'),
$that = $(this);
if ($loveLink.hasClass('loved') || $(this).hasClass('inactive')) {
return false;
}
var $dataToPass = {
action: 'nectar-love',
loves_id: $id,
love_nonce: window.nectarLove.loveNonce
};
$.post(window.nectarLove.ajaxurl, $dataToPass, function (data) {
$loveLink.find('.nectar-love-count').html(data);
$loveLink.addClass('loved').attr('title', 'You already love this!');
$that.find('.icon-salient-heart-2').addClass('loved');
});
$(this).addClass('inactive');
return false;
});
};
NectarSocial.prototype.fixedStyle = function() {
// Move DOM postiion.
$('.wpb_wrapper .nectar-social.fixed').each(function(i){
// Remove any after first instance.
if( i !== 0 ) {
$(this).remove();
} else {
var $fixedMarkup = $(this).clone();
$('body').append($fixedMarkup);
$(this).remove();
}
});
function showFixedSharing() {
if ( $(window).scrollTop() > 150) {
$('.nectar-social.fixed').addClass('visible');
$(window).off('scroll', showFixedSharing);
$(window).on('scroll', hideFixedSharing);
}
}
function hideFixedSharing() {
if ( $(window).scrollTop() < 150) {
$('.nectar-social.fixed').removeClass('visible');
$(window).off('scroll', hideFixedSharing);
$(window).on('scroll', showFixedSharing);
}
}
if( $('.nectar-social.fixed').length > 0 ) {
if ( $(window).width() < 1000 ) {
if ( $(window).scrollTop() > 150) {
$(window).on('scroll', hideFixedSharing);
} else {
$(window).on('scroll', showFixedSharing);
}
}
$(window).on('smartresize',function () {
if ( $(window).width() > 1000) {
$('.nectar-social.fixed').addClass('visible');
} else if ( $(window).scrollTop() < 150) {
$(window).off('scroll', hideFixedSharing);
$(window).on('scroll', showFixedSharing);
$('.nectar-social.fixed').removeClass('visible');
} else {
$(window).off('scroll', showFixedSharing);
$(window).on('scroll', hideFixedSharing);
}
});
}
};
var nectarSocialInit = new NectarSocial();
window.NectarSocial = NectarSocial;
});