first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,410 @@
#dup-admin-about{
margin-top: 20px;
}
#dup-admin-about *,
#dup-admin-about *::before,
#dup-admin-about *::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#dup-admin-about .dup-admin-about-section {
margin-bottom: 20px;
padding: 30px;
background: #ffffff;
border: 1px solid #dddddd;
line-height: 2;
}
#dup-admin-about .dup-admin-about-section h1,
#dup-admin-about .dup-admin-about-section h2,
#dup-admin-about .dup-admin-about-section h3,
#dup-admin-about .dup-admin-about-section h4,
#dup-admin-about .dup-admin-about-section h5 {
margin-top: 0;
padding-top: 0;
line-height: 1.6;
}
#dup-admin-about .dup-admin-about-section h2 {
font-size: 24px;
}
#dup-admin-about .dup-admin-about-section h3 {
font-size: 18px;
margin-bottom: 30px;
color: #23282c;
}
#dup-admin-about .dup-admin-about-section ul,
#dup-admin-about .dup-admin-about-section p {
font-size: 16px;
}
#dup-admin-about .dup-admin-about-section p {
margin-bottom: 20px;
}
#dup-admin-about .dup-admin-about-section p.bigger {
font-size: 18px;
}
#dup-admin-about .dup-admin-about-section p.smaller {
font-size: 14px;
}
#dup-admin-about .dup-admin-about-section p:last-child {
margin-bottom: 0;
}
#dup-admin-about .dup-admin-about-section hr {
margin: 30px 0;
}
#dup-admin-about .dup-admin-about-section figure {
margin: 0;
}
#dup-admin-about .dup-admin-about-section figure img {
width: 100%;
}
#dup-admin-about .dup-admin-about-section figure figcaption {
font-size: 14px;
color: #888888;
margin-top: 5px;
text-align: center;
line-height: initial;
}
#dup-admin-about .dup-admin-about-section .dup-admin-column-40 {
padding-left: 15px;
}
@media (max-width: 767px) {
#dup-admin-about .dup-admin-about-section .dup-admin-column-40 {
width: 100%;
padding-left: 0;
padding-top: 20px;
}
}
#dup-admin-about .dup-admin-about-section .dup-admin-column-60 {
padding-right: 15px;
}
@media (max-width: 767px) {
#dup-admin-about .dup-admin-about-section .dup-admin-column-60 {
width: 100%;
padding-right: 0;
}
}
#dup-admin-about .dup-admin-about-section ul.list-plain {
margin-top: 0;
margin-bottom: 0;
}
#dup-admin-about .dup-admin-about-section ul.list-plain li {
margin-bottom: 0;
}
#dup-admin-about .dup-admin-about-section ul.list-features li .fa {
color: #2a9b39;
margin: 0 8px 0 0;
}
#dup-admin-about .dup-admin-about-section .fa-star {
color: gold;
}
#dup-admin-about .dup-admin-about-section .no-margin {
margin: 0 !important;
}
#dup-admin-about .dup-admin-about-section .no-padding {
padding: 0 !important;
}
#dup-admin-about .dup-admin-about-section .centered {
text-align: center !important;
}
#dup-admin-about .dup-admin-about-section-first-form {
display: flex;
}
@media (max-width: 767px) {
#dup-admin-about .dup-admin-about-section-first-form {
display: block !important;
}
}
#dup-admin-about .dup-admin-about-section-first-form .dup-admin-about-section-first-form-text {
flex: 1;
padding-right: 30px;
}
@media (max-width: 767px) {
#dup-admin-about .dup-admin-about-section-first-form .dup-admin-about-section-first-form-text {
flex: none;
}
}
#dup-admin-about .dup-admin-about-section-first-form .dup-admin-about-section-first-form-video iframe {
border: 1px solid #dddddd;
}
@media (max-width: 767px) {
#dup-admin-about .dup-admin-about-section-first-form .dup-admin-about-section-first-form-video {
padding-top: 20px;
}
}
#dup-admin-about .dup-admin-about-section-hero {
padding: 0;
}
#dup-admin-about .dup-admin-about-section-hero .dup-admin-about-section-hero-main,
#dup-admin-about .dup-admin-about-section-hero .dup-admin-about-section-hero-extra {
padding: 30px;
}
#dup-admin-about .dup-admin-about-section-features {
display: flex;
flex-direction: row;
align-items: start;
justify-content: left;
}
#dup-admin-about .dup-admin-about-section-features .list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
color: #555;
font-size: 14px;
list-style: none;
margin: 0;
}
#dup-admin-about .dup-admin-about-section-features .list > .item {
flex: 33.33% 0;
box-sizing: border-box;
padding: 0 0 2px 0;
}
#dup-admin-about .dup-admin-about-section-features .list > .item span::before {
font-family: "Font Awesome 5 Free";
content: "\f00c";
color: #00a32a;
margin: 0 8px 0 0;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
}
@media (max-width: 1000px) {
#dup-admin-about .dup-admin-about-section-features .list > .item {
flex: 50% 0;
}
}
@media (max-width: 600px) {
#dup-admin-about .dup-admin-about-section-features .list > .item {
flex: 100% 0;
}
}
@media (max-width: 767px) {
#dup-admin-about .dup-admin-about-section-hero .dup-admin-about-section-hero-extra .dup-admin-column-50 {
float: none;
width: 100%;
}
}
#dup-admin-about .dup-admin-about-section-hero .dup-admin-about-section-hero-main {
background-color: #fafafa;
border-bottom: 1px solid #dddddd;
}
#dup-admin-about .dup-admin-about-section-hero .dup-admin-about-section-hero-main.no-border {
border-bottom: 0;
}
#dup-admin-about .dup-admin-about-section-hero .dup-admin-about-section-hero-main p {
color: #666;
}
#dup-admin-about .dup-admin-about-section-hero h3.call-to-action {
margin-bottom: -10px;
}
#dup-admin-about .dup-admin-about-section-hero span.price-20-off {
color: #6ab255;
}
#dup-admin-about .dup-admin-about-section-squashed {
margin-bottom: 0;
}
#dup-admin-about .dup-admin-about-section-squashed:not(:last-of-type) {
border-bottom: 0;
}
#dup-admin-about .dup-admin-about-section-post h2 {
margin-bottom: -10px;
}
#dup-admin-about .dup-admin-about-section-post h3 {
margin-bottom: 15px;
}
#dup-admin-about .dup-admin-about-section-post p:last-of-type {
margin-bottom: 30px;
}
#dup-admin-about .dup-admin-about-section-post .dup-admin-column-20 {
padding-right: 20px;
width: auto;
}
#dup-admin-about .dup-admin-about-section-post .dup-admin-column-20 img {
width: 270px;
}
@media (max-width: 767px) {
#dup-admin-about .dup-admin-about-section-post .dup-admin-column-20 {
width: 20%;
}
#dup-admin-about .dup-admin-about-section-post .dup-admin-column-20 img {
width: auto;
max-width: 100%;
}
}
#dup-admin-about .dup-admin-about-section-post .dup-admin-column-80 {
padding-left: 20px;
width: calc(100% - 20px - 270px);
}
@media (max-width: 767px) {
#dup-admin-about .dup-admin-about-section-post .dup-admin-column-80 {
width: 80%;
}
}
#dup-admin-about .dup-admin-about-section-post .dup-admin-about-section-post-link {
padding: 10px 15px;
background-color: #df7739;
color: #fff;
border-radius: 3px;
text-decoration: none;
margin-top: 15px;
font-size: 14px;
}
#dup-admin-about .dup-admin-about-section-post .dup-admin-about-section-post-link:hover, #dup-admin-about .dup-admin-about-section-post .dup-admin-about-section-post-link:focus {
background-color: #b85a1b;
color: #fff;
}
#dup-admin-about .dup-admin-about-section-post .dup-admin-about-section-post-link:focus {
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b85a1b;
outline: 0;
}
#dup-admin-about .dup-admin-about-section-post .dup-admin-about-section-post-link .fa {
color: #edba9e;
vertical-align: middle;
margin-left: 8px;
}
#dup-admin-about .dup-admin-about-section-table table {
border-collapse: collapse;
}
#dup-admin-about .dup-admin-about-section-table table tr td,
#dup-admin-about .dup-admin-about-section-table table tr th{
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
padding: 30px;
vertical-align: top;
}
#dup-admin-about .dup-admin-about-section-table table tr th {
padding: 20px;
}
#dup-admin-about .dup-admin-about-section-table table tr td:last-of-type {
border-right: 0;
}
#dup-admin-about .dup-admin-about-section-table table tr:last-child td {
border-bottom: none;
}
#dup-admin-about .dup-admin-about-section-table table p {
background-repeat: no-repeat;
background-size: 15px auto;
background-position: 0 6px;
margin: 0;
}
#dup-admin-about .dup-admin-about-section-table table p.features-full {
padding-left: 30px;
background-image: url(../img/about/icon-full.svg);
}
#dup-admin-about .dup-admin-about-section-table table p.features-none {
padding-left: 30px;
background-image: url(../img/about/icon-none.svg);
}
#dup-admin-about .dup-admin-about-section-table table p.features-partial {
padding-left: 30px;
background-position: -3px 0;
background-size: 23px auto;
background-image: url(../img/about/icon-partial.svg);
}
#dup-admin-about .dup-admin-about-section-table .dup-admin-about-section-hero-main {
padding: 0;
}
#dup-admin-about .dup-admin-about-section-table .dup-admin-about-section-hero-main h3 {
padding: 30px 30px 30px 60px;
}
#dup-admin-about .dup-admin-about-section-table .dup-admin-about-section-hero-main .dup-admin-column-33:first-child h3 {
padding: 30px;
}
#dup-admin-about #dup-admin-addons .addon-container {
padding: 0 10px;
}
#dup-admin-about #dup-admin-addons .addon-item .details {
padding: 20px;
}
#dup-admin-about #dup-admin-addons .addon-item h5 {
margin-bottom: 10px;
}
#dup-admin-about #dup-admin-addons .addon-item img {
padding: 10px;
}
#dup-admin-about #dup-admin-addons .addon-item img[src*="-mi"] {
padding: 13px;
}
#dup-admin-about #dup-admin-addons .addon-item .action-button .button.disabled, #dup-admin-about #dup-admin-addons .addon-item .action-button .button.loading {
cursor: default;
}

View File

@@ -0,0 +1,212 @@
#dup-notifications {
position: relative;
background: #ffffff 0 0 no-repeat padding-box;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
border-radius: 6px;
opacity: 1;
min-height: 48px;
margin: 10px 0 20px 0;
}
#dup-notifications * {
box-sizing: border-box;
}
#dup-notifications .dup-notifications-header {
display: flex;
align-items: center;
padding: 10px 16px;
border-bottom: 1px solid rgba(204, 208, 212, 0.5);
}
#dup-notifications .dup-notifications-header .dup-notifications-bell {
position: relative;
width: 16px;
height: 20px;
top: 3px;
margin-right: 10px;
}
#dup-notifications .dup-notifications-header .dup-notifications-circle {
position: absolute;
width: 11px;
height: 11px;
border-radius: 50%;
top: -4px;
right: -1px;
border: 2px solid #ffffff;
}
#dup-notifications .dup-notifications-header .dup-notifications-title {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #23282d;
}
#dup-notifications .dup-notifications-body {
position: relative;
}
#dup-notifications .dup-notifications-messages {
padding: 16px 100px 16px 16px;
}
#dup-notifications .dup-notifications-messages .dup-notifications-message {
display: none;
}
#dup-notifications .dup-notifications-messages .dup-notifications-message.current {
display: block;
}
#dup-notifications .dup-notifications-messages .dup-notifications-title {
color: #444444;
font-size: 17px;
font-weight: 600;
line-height: 17px;
margin: 0 0 -2px 0;
min-height: 19px;
}
#dup-notifications .dup-notifications-messages .dup-notifications-content {
font-weight: normal;
font-size: 14px;
line-height: 18px;
margin: 8px 0 20px 0;
color: #777777;
}
#dup-notifications .dup-notifications-messages .dup-notifications-content p {
font-size: inherit;
line-height: inherit;
margin: 0 0 5px;
}
#dup-notifications .dup-notifications-messages .dup-notifications-buttons {
margin: -30px 80px 0 0;
}
#dup-notifications .dup-notifications-messages .dup-notifications-buttons a {
margin: 0 10px 0 0;
min-height: unset;
}
#dup-notifications .dup-notifications-badge {
background-color: #f6f7f7;
border-radius: 3px;
color: #2c3338;
cursor: pointer;
font-size: 11px;
margin-left: 10px;
padding: 6px 8px;
position: relative;
text-decoration: none;
text-transform: uppercase;
top: -1px;
white-space: nowrap;
}
#dup-notifications .dup-notifications-badge:focus, #dup-notifications .dup-notifications-badge:hover {
background-color: #f0f0f1;
box-shadow: none;
color: initial;
}
#dup-notifications .dup-notifications-badge .fa {
color: black;
padding-right: 6px;
position: relative;
}
#dup-notifications .dismiss {
position: absolute;
top: 15px;
right: 16px;
width: 16px;
height: 16px;
color: #a7aaad;
font-size: 16px;
cursor: pointer;
text-align: center;
vertical-align: middle;
line-height: 16px;
}
#dup-notifications .dismiss:hover {
color: #dc3232;
}
#dup-notifications .navigation {
position: absolute;
bottom: 20px;
right: 16px;
width: 63px;
height: 30px;
}
#dup-notifications .navigation a {
display: block;
width: 30px;
height: 30px;
border: 1px solid #7e8993;
border-radius: 3px;
font-size: 16px;
line-height: 1.625;
text-align: center;
cursor: pointer;
background-color: #ffffff;
color: #41454a;
}
#dup-notifications .navigation a:hover {
background-color: #f1f1f1;
}
#dup-notifications .navigation .prev {
float: left;
}
#dup-notifications .navigation .next {
float: right;
}
#dup-notifications .navigation .disabled {
border-color: #dddddd;
color: #a0a5aa;
cursor: default;
}
#dup-notifications .navigation .disabled:hover {
background-color: #ffffff;
}
.lity-iframe .lity-content {
margin: 0 auto;
}
@media screen and (max-width: 768px) {
#dup-notifications .dup-notifications-messages {
padding: 15px 50px 20px 16px;
}
#dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-title {
line-height: 22px;
margin: 0 30px -2px 0;
min-height: 24px;
}
#dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-content {
font-size: 16px;
line-height: 22px;
}
#dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-buttons {
margin: -30px 80px 0 0;
}
#dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-buttons a {
margin: 0;
display: table;
}
#dup-notifications .dup-notifications-messages .dup-notifications-message .dup-notifications-buttons .button-secondary {
margin-top: 6px;
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,156 @@
/* ================================================
* DUPLICATOR STYLE
* Included in all admin pages
* ================================================ */
.no_display {
display: none;
}
.dup-updated,
.dup-notice-success {
margin-left: 0;
background: #fff;
border-left: 4px solid #fff;
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
margin: 5px 15px 2px 2px;
padding: 1px 12px;
}
.dup-notice-success {
border-left-color: #46b450;
}
.dup-updated p {
margin: 0.5em 0;
padding: 2px;
}
.dup-updated a {
padding-bottom: 2px;
}
.dup-updated {
border-left-color: #46b450;
}
.wrap .dup-updated {
margin: 5px 0 15px;
margin: 20px 0 10px 0;
padding: 5px 10px;
font-size: 14px;
line-height: 175%;
}
.duplicator-plugin-activation-admin-notice {
display: block;
}
.dup-plugins-list-pro-upgrade {
color: #1da867!important;
}
.dup-dashboard-widget-content .maroon {
color: maroon;
}
.dup-dashboard-widget-content .green {
color: #00a32a;
}
.dup-dashboard-widget-content .gary {
color: #646970;
}
.dup-dashboard-widget-content a.disabled {
pointer-events: none;
cursor: default;
}
.dup-dashboard-widget-content .separator {
margin: 1em 0;
}
.dup-dashboard-widget-content .dup-packages-counts {
text-align: right;
}
.dup-dashboard-widget-content .dup-section-last-packages ul,
.dup-dashboard-widget-content .dup-section-sections ul {
list-style: none;
padding: 0;
margin: 0;
}
.dup-dashboard-widget-content .dup-section-last-packages ul li,
.dup-dashboard-widget-content .dup-section-sections ul li {
margin: 0 0 10px 0;
}
.dup-dashboard-widget-content .dup-section-last-packages ul li:last-child,
.dup-dashboard-widget-content .dup-section-sections ul li:last-child {
margin: 0;
}
.dup-dashboard-widget-content .dup-section-label-fixed-width {
display: inline-block;
min-width: 120px;
}
.dup-dashboard-widget-content .dup-section-sections .dashicons {
margin-right: 5px;
}
.dup-dashboard-widget-content .dup-section-sections .dashicons-image-rotate {
font-size: 16px;
}
.dup-dashboard-widget-content .spinner {
float: none;
visibility: visible;
margin: 0;
}
.dup-dashboard-widget-content .dup-section-recommended {
line-height: 20px;
}
.dup-dashboard-widget-content .dup-section-recommended .action-links a:after {
content: "|";
cursor: not-allowed;
margin: 0 5px;
color: #646970;
}
.dup-dashboard-widget-content .dup-section-recommended .action-links a:last-child:after {
content: "";
margin: 0;
}
.dup-dashboard-widget-content .dup-recommended-label {
color: #787c82;
}
.dup-dashboard-widget-content #dup-dash-widget-section-recommended {
margin: 0;
padding: 0;
border: 0 none;
background: transparent;
color: #787c82;
cursor: pointer;
}
.dup-dashboard-widget-content .dup-flex-content {
display: flex;
justify-content: space-between;
align-items: center;
}
.dup-dashboard-widget-content .dup-flex-content > * {
padding-right: 5px;
}
.dup-dashboard-widget-content .dup-flex-content > *:last-child {
padding-right: 0;
}

View File

@@ -0,0 +1,3 @@
<?php
//silent

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,3 @@
<?php
//silent

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,654 @@
/* GENERAL STYLES */
.margin-bottom-0 {
margin-bottom: 0;
}
.margin-bottom-1 {
margin-bottom: 20px;
}
.green {
color: #008000;
}
/* IMPORT MOCK STYLE */
.dup-pro-import-header {
position: relative;
margin-bottom: 20px;
margin-top: 10px;
}
.dup-pro-import-header .title {
margin: 0;
line-height: 40px;
font-size:20px;
}
.dup-pro-import-header hr {
margin: 0;
}
.dup-pro-import-header .options .button {
width: 34px;
height: 34px;
box-sizing: border-box;
line-height: 34px;
text-align: center;
padding: 0;
}
.dup-pro-import-upload-box {
background: #fff;
border: 3px dashed #607d8b;
border-radius: 2px;
height: 220px;
box-sizing: border-box;
position: relative;
text-align: center;
font-size: 14px;
}
#dup-pro-import-upload-file .fs-upload-target {
border: 0 none;
border-radius: 0;
height: 214px;
box-sizing: border-box;
}
#dup-pro-import-upload-file .fs-upload-target {
display: flex;
align-items: center;
justify-content: center;
}
#dup-pro-import-upload-file-footer {
padding: 5px;
text-align: right;
}
.dup-drag-drop-message {
font-size: 18px;
font-weight: bold;
display: block;
margin: 20px 0;
}
#dup-pro-import-mode-tab-header {
height: 51px;
border-bottom: 1px solid silver;
}
#dup-pro-import-mode-tab-header > div {
float: left;
padding:10px 0 15px 0;
font-size: 16px;
border-bottom: 2px solid transparent;
min-width: 250px;
text-align: center;
cursor: pointer;
}
#dup-pro-import-mode-tab-header > div.active {
border-bottom: 3px solid #91BCE3;
font-weight: bold;
}
.dup-pro-import-upload-box > div {
width: 100%;
}
.dup-pro-import-upload-box .dup-import-button {
display: inline-block;
padding: 0 30px !important;
font-weight: normal;
box-sizing: border-box;
height: 40px;
}
table.dup-import-avail-packs th {
background-color: #e2e2e2;
}
table.dup-import-avail-packs tbody tr:nth-child(even) {
border: 1px solid #e2e2e2;
}
table.dup-import-avail-packs {
width: 100%;
min-height: inherit;
border: 1px solid #ccd0d4;
border-collapse: collapse;
}
table.dup-import-avail-packs thead {
border-bottom: 1px solid #ccd0d4;
}
table.dup-import-avail-packs th {
font-weight: bold;
}
table.dup-import-avail-packs th,
table.dup-import-avail-packs td {
padding: 10px;
text-align: left;
vertical-align: top;
line-height: 30px;
}
table.dup-import-avail-packs .size {
width: 100px;
}
table.dup-import-avail-packs .created {
text-align: left;
width: 125px;
}
table.dup-import-avail-packs .funcs {
text-align: center;
width: 400px;
box-sizing: border-box;
white-space: nowrap;
}
table.dup-import-avail-packs .funcs button,
table.dup-import-avail-packs .funcs .button {
min-width: 120px;
}
table.dup-import-avail-packs .funcs .separator {
margin-left: 5px;
}
table.dup-import-avail-packs .funcs div.actions {
text-align: right;
}
div#dpro-pro-import-available-packages {
background-color: #fff;
}
@media only screen and (max-width: 1200px) {
#dpro-pro-import-available-packages.view-list-item .size,
#dpro-pro-import-available-packages.view-list-item .created,
#dpro-pro-import-available-packages.view-list-item thead .funcs {
display: none;
}
#dpro-pro-import-available-packages.view-list-item td {
display: block;
text-align: left !important;
padding: 0 20px;
}
#dpro-pro-import-available-packages.view-list-item tbody tr {
border-bottom: 1px solid #ccd0d4;
padding-bottom: 10px;
display: block;
}
}
.fs-upload-input{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:-1;
opacity:0;
pointer-events:none
}
.margin-bottom-2 {
margin-bottom: 40px;
}
/* IMPORT MOCK STYLE */
.dup-pro-recovery-widget-wrapper {
font-size: 14px;
}
.dup-pro-recovery-widget-wrapper .button {
margin-left: 10px;
min-width: 150px;
text-align: center;
}
.dup-pro-recovery-details-max-width-wrapper {
max-width: 900px;
}
.dup-pro-recovery-point-selector .recovery-select {
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0 0 10px 0;
}
.dup-pro-recovery-point-selector-area-wrapper {
margin-bottom: 20px;
}
.dup-pro-recovery-widget-wrapper label {
margin-bottom: 5px;
display: block;
}
.dup-pro-recovery-point-selector-area-wrapper .dup-pro-opening-packages-windows {
float: right;
}
.dup-pro-recovery-point-selector-area {
text-align: right;
}
.dup-pro-recovery-package-detail-content {
margin-top: 30px;
}
.dup-pro-recovery-package-small-icon i {
font-size: 14px;
position: relative;
}
.dup-pro-recovery-package-info table {
border-collapse: collapse;
}
.dup-pro-recovery-package-info table td {
padding: 0 5px 5px 0;
}
.dup-pro-recovery-active-link-header > .main-icon {
display: inline-block;
width: 30px;
height: 30px;
color: #000;
text-align: center;
line-height: 30px;
font-size: 23px;
margin-right: 10px;
}
.dup-pro-recovery-active-link-header > .main-title {
font-size: 16px;
line-height: 1;
font-weight: bold;
}
.dup-pro-recovery-active-link-header > .main-subtitle {
font-style: italic;
font-size: 12px;
margin-top: 2px;
}
.dup-pro-recovery-point-actions > .copy-link {
position: relative;
white-space: nowrap;
box-sizing: border-box;
border: 1px solid silver;
height: 30px;
line-height: 30px;
background: #fff;
color: #000;
padding: 0 35px 0 5px;
border-radius: 2px;
}
.dup-pro-recovery-point-actions > .copy-link .content {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.dup-pro-recovery-point-actions > .copy-link .copy-icon {
position: absolute;
right: -1px;
top: -1px;
width: 30px;
line-height: 30px;
text-align: center;
color: white;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
background-color: silver;
}
.dup-pro-recovery-point-actions > .dup-pro-recovery-buttons {
margin-top: 10px;
text-align: right;
}
.dup-pro-recovery-details-max-width-wrapper .dup-pro-recovery-buttons {
text-align: right;
}
.toplevel_page_duplicator-pro .dup-pro-opening-packages-windows {
display: none;
}
/* SCHEDULES MOCK STYLE */
table.schedule-tbl tr:nth-child(odd),
table.storage-tbl tr:nth-child(odd) {
background-color: #f6f7f7;
}
table.schedule-tbl td {
height: 45px
}
table.schedule-tbl a.name {
font-weight: bold
}
table.schedule-tbl input[type='checkbox'] {
margin-left: 5px
}
table.schedule-tbl div.sub-menu {
margin: 5px 0 0 2px;
display: none
}
table.schedule-tbl div.sub-menu a:hover {
text-decoration: underline
}
tr.schedule-detail td {
padding: 2px 2px 2px 15px;
margin: -5px 0 2px 0;
height: 22px
}
.dpro-edit-toolbar {
margin: 15px 0 5px 0;
width: 100%;
}
.dpro-edit-toolbar .btnnav {
float: right;
}
/* SCHEDULES MOCK STYLE */
.dup-template-list-tbl td {
height: 45px
}
.dup-template-list-tbl a.name {
font-weight: bold
}
.dup-template-list-tbl input[type='checkbox'] {
margin-left: 5px
}
.dup-template-list-tbl tr.package-detail td {
padding: 2px 2px 2px 15px;
margin: -5px 0 2px 0;
height: 22px
}
.dup-template-list-tbl .col-check {
width: 10px;
}
.dup-template-list-tbl .col-name {
width: 425px;
overflow-wrap: break-word;
word-break: break-all;
}
.dup-template-list-tbl .col-empty {
width: 25px;
}
/* TRANSFER TAB */
h3 {
margin: 10px 0 5px 5px
}
h2.title {
font-size: 18px
}
div.transfer-panel {
padding: 5px 5px 10px 10px;
}
div.transfer-hdr {
margin: 0 0 20px 0
}
div.transfer-hdr hr {
margin: -10px 0 0 0
}
div#step2-section {
margin: 5px 0 40px 0
}
div#location-quick-opts input[type=text] {
width: 300px
}
div.dup-box-title {
font-size: 15px
}
div.dpro-progress-bar-container {
margin: 0 auto 10px auto;
text-align: center;
}
div#step3-section {
margin: 65px 0 0 0
}
div#dpro-progress-bar-area {
width: 300px;
margin: 5px auto 0 auto;
ext-align: center
}
div.dpro-active-status-area {
display: none;
}
tr.dup-choose-loc-new-pack td {
text-align: right;
padding: 5px 15px 5px 5px;
border-top: 1px solid #c3c4c7
}
button#dup-pro-transfer-btn {
float: right;
margin: -20px 15px 0 0;
font-size: 14px;
padding: 2px 20px 2px 20px;
font-size: 14px
}
#dup-pro-stop-transfer-btn {
margin-top: 10px;
}
button.dpro-btn-stop {
width: 150px !important
}
tr.status-pending td {
font-style: italic;
color: #999
}
tr.status-running td {
font-style: italic;
color: green
}
tr.status-failed td {
color: maroon
}
tr.status-normal td {
color: #000
}
table.package-tbl tfoot td {
font-size: 12px;
text-align: right
}
/* STATIC POPUP STYLE */
.static-popup {
text-align: center;
width: 730px;
box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.15);
border-radius: 6px;
position: fixed;
top: calc(50% + 16px);
left: calc(50% + 80px);
z-index: 100;
overflow: hidden;
transform: translate(-50%, -50%);
}
.static-popup *,
.static-popup *::before,
.static-popup *::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.static-popup h2 {
font-size: 20px;
margin: 0 0 16px 0;
padding: 0;
}
.static-popup p {
font-size: 16px;
line-height: 24px;
color: #777777;
margin: 0 0 30px 0;
padding: 0;
}
.static-popup p:last-of-type {
margin: 20px 0;
}
.static-popup-content-top-notice {
padding: 10px;
text-align: center;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 24px;
color: #444444;
background: #fcf9e8;
}
.static-popup-content-top-notice .fa-exclamation-triangle {
margin-right: 10px;
color: #e27730;
font-size: 16px;
}
.static-popup-content {
background-color: #ffffff;
border-radius: 3px 3px 0 0;
padding: 40px 40px 20px;
}
.static-popup ul {
float: left;
width: 50%;
margin: 0;
padding: 0 0 0 30px;
text-align: left;
}
.static-popup li {
color: #777777;
font-size: 16px;
line-height: 19px;
padding: 6px 0;
}
.static-popup li .fa {
color: #2a9b39;
margin: 0 8px 0 0;
}
.static-popup-button {
border-radius: 0 0 3px 3px;
padding: 30px;
background: #f5f5f5;
text-align: center;
}
.static-popup-button p {
margin: 20px 0 0 0;
font-size: 15px;
line-height: 18px;
text-align: center;
}
.static-popup-button p span {
display: inline-block;
margin-left: 20px;
vertical-align: bottom;
font-size: 14px;
line-height: 17px;
}
/* Settings > Access tab */
.mock-select2 {
width: 500px;
background: white;
border-radius: 3px;
min-height: 50px;
padding: 3px 5px;
border: 1px solid gray;
font-size: 14px;
}
.access-mock .form-table th {
width: 250px;
}
.access-mock .form-table th i{
color: #888888;
}
.mock-select2 .select2-option {
float: left;
background: #e4e4e4;
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.mock-select2 .select2-option::before {
content: "×";
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}

View File

@@ -0,0 +1,132 @@
.duplicator-modal {
position: fixed;
overflow: auto;
height: 100%;
width: 100%;
top: 0;
z-index: 100000;
display: none;
background: rgba(0, 0, 0, 0.6);
}
.duplicator-modal.active {
display: block;
}
.duplicator-modal.active:before {
display: block;
}
.duplicator-modal a[disabled] { pointer-events: none; }
.duplicator-modal .duplicator-modal-dialog {
background: transparent;
position: absolute;
left: 50%;
margin-left: -298px;
padding-bottom: 30px;
top: -100%;
z-index: 100001;
width: 596px;
}
.duplicator-modal.active .duplicator-modal-dialog {
top: 10%;
}
.duplicator-modal .duplicator-modal-body,
.duplicator-modal .duplicator-modal-footer {
border: 0;
background: #fff;
padding: 15px;
}
.duplicator-modal .duplicator-modal-body {
border-bottom: 0;
}
.duplicator-modal .duplicator-modal-body p {
font-size: 1.3em;
}
.duplicator-modal .duplicator-modal-body h2 {
font-size: 1.6em;
font-weight: bold;
margin-top: 0;
}
.duplicator-modal .duplicator-modal-footer {
border-top: #eeeeee solid 1px;
text-align: right;
}
.duplicator-modal .duplicator-modal-footer .duplicator-modal-button-deactivate {
min-width: 124px;
text-align: center;
}
.duplicator-modal .duplicator-modal-footer .button {
margin: 0 5px;
}
.duplicator-modal .duplicator-modal-footer .button:last-child {
margin-right: 0;
}
.duplicator-modal .duplicator-modal-panel>.notice.inline {
margin: 0;
display: none;
}
.duplicator-modal .duplicator-modal-panel:not(.active) {
display: none;
}
body.has-duplicator-modal {
overflow: hidden;
}
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-reason-input,
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-internal-message {
margin: 3px 0 3px 22px; background-color:#e0f3e8;
}
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-reason-input input,
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-reason-input textarea,
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-internal-message input,
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-internal-message textarea {
width: 100%;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason.has-internal-message .duplicator-modal-internal-message {
border: 1px solid #ccc;
padding: 7px;
display: none;
}
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-anonymous-label {
padding-top: 15px;
}
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-panel {
margin-top: 0 !important;
}
.duplicator-modal .duplicator-modal-resp-msg {
font-size: 11px;
font-weight: bold;
margin-top: 10px;
display: block;
}
.duplicator-modal .duplicator-modal-button-skip, .duplicator-modal .duplicator-modal-resp-msg {
/*display: none;*/
}
@media (max-width: 650px) {
.duplicator-modal .duplicator-modal-dialog {
margin-left: -50%;
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
width: 100%;
}
.duplicator-modal .duplicator-modal-dialog .duplicator-modal-panel>h3>strong {
font-size: 1.3em;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason {
margin-bottom: 10px;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason .duplicator-modal-reason-input,
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason .duplicator-modal-internal-message {
margin-left: 29px;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason label {
display: table;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason label>span {
display: table-cell;
font-size: 1.3em;
}
}

View File

@@ -0,0 +1,37 @@
div.parsley-success,
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}
div.parsley-error,
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0;
-moz-opacity: 0;
-webkit-opacity: 0;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
opacity: 1;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,352 @@
#wpcontent {
padding-left: 0;
position: relative;
}
#duplicator-welcome {
border-top: 3px solid #fe4716;
color: #555;
padding-top: 110px;
}
@media (max-width: 767px) {
#duplicator-welcome {
padding-top: 64px;
}
}
#duplicator-welcome *,
#duplicator-welcome *::before,
#duplicator-welcome *::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#duplicator-welcome .container {
margin: 0 auto;
max-width: 760px;
padding: 0;
}
#duplicator-welcome .block {
padding: 40px;
}
@media (max-width: 767px) {
#duplicator-welcome .block {
padding: 20px;
}
}
#duplicator-welcome img {
max-width: 100%;
height: auto;
}
#duplicator-welcome h1 {
color: #222;
font-size: 24px;
text-align: center;
margin: 0 0 16px 0;
}
#duplicator-welcome h5 {
color: #222;
font-size: 16px;
margin: 0 0 8px 0;
}
#duplicator-welcome h6 {
font-size: 16px;
font-weight: 400;
line-height: 1.6;
text-align: center;
margin: 0;
}
#duplicator-welcome p {
font-size: 14px;
margin: 0 0 20px 0;
}
#duplicator-welcome .button-wrap {
max-width: 590px;
margin: 0 auto 0 auto;
}
#duplicator-welcome .button-wrap .left {
float: left;
width: 50%;
padding-right: 20px;
}
@media (max-width: 767px) {
#duplicator-welcome .button-wrap .left {
float: none;
width: 100%;
padding: 0;
margin-bottom: 20px;
}
}
#duplicator-welcome .button-wrap .right {
float: right;
width: 50%;
padding-left: 20px;
}
@media (max-width: 767px) {
#duplicator-welcome .button-wrap .right {
float: none;
width: 100%;
padding: 0;
}
}
#duplicator-welcome .intro {
background-color: #fff;
border: 2px solid #e1e1e1;
border-radius: 2px;
margin-bottom: 30px;
position: relative;
padding-top: 40px;
}
#duplicator-welcome .intro .sullie {
background-color: #fff;
border: 2px solid #e1e1e1;
border-radius: 50%;
height: 110px;
width: 110px;
padding: 18px;
position: absolute;
top: -58px;
left: 50%;
margin-left: -55px;
}
#duplicator-welcome .intro .video-thumbnail {
display: block;
margin: 0 auto;
}
#duplicator-welcome .intro .button-wrap {
margin-top: 25px;
}
#duplicator-welcome .features {
background-color: #fff;
border: 2px solid #e1e1e1;
border-bottom: 0;
border-radius: 2px 2px 0 0;
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
#duplicator-welcome .features .feature-list {
margin-top: 60px;
}
#duplicator-welcome .features .feature-block {
float: left;
width: 50%;
padding-bottom: 35px;
overflow: auto;
}
@media (max-width: 767px) {
#duplicator-welcome .features .feature-block {
float: none;
width: 100%;
}
}
#duplicator-welcome .features .feature-block.first {
padding-right: 20px;
clear: both;
}
@media (max-width: 767px) {
#duplicator-welcome .features .feature-block.first {
padding-right: 0;
}
}
#duplicator-welcome .features .feature-block.last {
padding-left: 20px;
}
@media (max-width: 767px) {
#duplicator-welcome .features .feature-block.last {
padding-left: 0;
}
}
#duplicator-welcome .features .feature-block img {
float: left;
max-width: 46px;
}
#duplicator-welcome .features .feature-block h5 {
margin-left: 68px;
}
#duplicator-welcome .features .feature-block p {
margin: 0;
margin-left: 68px;
}
#duplicator-welcome .features .button-wrap {
margin-top: 25px;
text-align: center;
}
#duplicator-welcome .upgrade-cta {
background-color: #000;
border: 2px solid #e1e1e1;
border-top: 0;
border-bottom: 0;
color: #fff;
}
#duplicator-welcome .upgrade-cta h2 {
color: #fff;
font-size: 20px;
margin: 0 0 30px 0;
}
#duplicator-welcome .upgrade-cta ul {
display: -ms-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 15px;
margin: 0;
padding: 0;
}
#duplicator-welcome .upgrade-cta ul li {
flex: 33.33%;
margin: 0 0 8px 0;
padding: 0;
}
#duplicator-welcome .upgrade-cta ul li .dashicons {
color: #2a9b39;
margin-right: 5px;
}
#duplicator-welcome .upgrade-cta .dup-btn {
width: 33.33%;
margin: 30px auto 0;
}
#duplicator-welcome .upgrade-cta h2 {
text-align: center;
width: 50%;
border-bottom: 1px solid white;
padding-bottom: 10px;
margin: 0 auto 30px;
}
#duplicator-welcome .upgrade-cta .right h2 span {
display: inline-block;
border-bottom: 1px solid #555;
padding: 0 15px 12px;
}
#duplicator-welcome .upgrade-cta .right .price {
padding: 26px 0;
}
#duplicator-welcome .upgrade-cta .right .price .amount {
font-size: 48px;
font-weight: 600;
position: relative;
display: inline-block;
}
#duplicator-welcome .upgrade-cta .right .price .amount:before {
content: '$';
position: absolute;
top: -8px;
left: -16px;
font-size: 18px;
}
#duplicator-welcome .upgrade-cta .right .price .term {
font-size: 12px;
display: inline-block;
}
#duplicator-welcome .testimonials {
background-color: #fff;
border: 2px solid #e1e1e1;
border-top: 0;
padding: 20px 0;
}
#duplicator-welcome .testimonials .testimonial-block {
margin: 50px 0 0 0;
}
#duplicator-welcome .testimonials .testimonial-block img {
border-radius: 50%;
float: left;
max-width: 100px;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
#duplicator-welcome .testimonials .testimonial-block img {
width: 65px;
}
}
#duplicator-welcome .testimonials .testimonial-block p {
font-size: 14px;
margin: 0 0 12px 140px;
}
@media (max-width: 767px) {
#duplicator-welcome .testimonials .testimonial-block p {
margin-left: 100px;
}
}
#duplicator-welcome .testimonials .testimonial-block p:last-of-type {
margin-bottom: 0;
}
#duplicator-welcome .footer {
background-color: #f1f1f1;
border: 2px solid #e1e1e1;
border-top: 0;
border-radius: 0 0 2px 2px;
}
#duplicator-welcome.pro .features {
border: 2px solid #e1e1e1;
margin-bottom: 30px;
}
#duplicator-welcome.pro .upgrade,
#duplicator-welcome.pro .footer {
display: none;
}
#duplicator-welcome.pro .testimonials {
border: 2px solid #e1e1e1;
}
.dashboard_page_duplicator-getting-started .video-container {
border: 2px solid #e1e1e1;
}
.dashboard_page_duplicator-getting-started #wpfooter,
.dashboard_page_duplicator-getting-started div.notice {
display: none !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1 @@
<svg viewBox="0 0 37 28" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.29 26.462c.328.375.75.562 1.266.562s.937-.187 1.266-.562L35.563 5.79c.329-.328.493-.75.493-1.265 0-.516-.164-.938-.493-1.266L32.962.728a1.567 1.567 0 00-1.23-.563c-.493 0-.926.188-1.301.563L13.556 17.603 5.681 9.728c-.375-.375-.808-.563-1.301-.563-.492 0-.902.188-1.23.563L.548 12.259c-.328.328-.492.75-.492 1.265 0 .516.164.938.492 1.266L12.29 26.462z" fill="#6ab255" fill-rule="nonzero"/></svg>

After

Width:  |  Height:  |  Size: 559 B

View File

@@ -0,0 +1 @@
<svg viewBox="0 0 33 33" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M27.592 32.359a1.928 1.928 0 01-1.417.583 1.928 1.928 0 01-1.416-.583l-8.084-8.084-8.083 8.084a1.928 1.928 0 01-1.417.583 1.93 1.93 0 01-1.417-.583l-4.5-4.5a1.932 1.932 0 01-.583-1.417c0-.555.195-1.028.583-1.417l8.084-8.083-8.084-8.084a1.931 1.931 0 01-.583-1.416c0-.556.195-1.028.583-1.417l4.5-4.5A1.93 1.93 0 017.175.942c.556 0 1.028.194 1.417.583l8.083 8.083 8.084-8.083a1.928 1.928 0 011.416-.583c.556 0 1.028.194 1.417.583l4.5 4.5c.389.389.583.861.583 1.417 0 .555-.194 1.027-.583 1.416l-8.083 8.084 8.083 8.083c.389.389.583.862.583 1.417 0 .556-.194 1.028-.583 1.417l-4.5 4.5z" fill="#d83638" fill-rule="nonzero"/></svg>

After

Width:  |  Height:  |  Size: 785 B

View File

@@ -0,0 +1 @@
<svg viewBox="0 0 53 53" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="10"><path d="M37.592 42.359a1.928 1.928 0 01-1.417.583 1.928 1.928 0 01-1.416-.583l-8.084-8.084-8.083 8.084a1.928 1.928 0 01-1.417.583 1.93 1.93 0 01-1.417-.583l-4.5-4.5a1.932 1.932 0 01-.583-1.417c0-.556.195-1.028.583-1.417l8.084-8.083-8.084-8.084a1.93 1.93 0 01-.583-1.416c0-.556.195-1.028.583-1.417l4.5-4.5a1.93 1.93 0 011.417-.584 1.93 1.93 0 011.417.584l8.083 8.083 8.084-8.083a1.928 1.928 0 011.416-.584 1.93 1.93 0 011.417.584l4.5 4.5c.389.389.583.861.583 1.417 0 .555-.194 1.028-.583 1.416l-8.083 8.084 8.083 8.083c.389.389.583.861.583 1.417s-.194 1.028-.583 1.417l-4.5 4.5z" fill="none" stroke="#d83638" stroke-width="2" stroke-dasharray="4,2"/></svg>

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 304 182" style="enable-background:new 0 0 304 182;" xml:space="preserve">
<style type="text/css">
.st0{fill:#252F3E;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FF9900;}
</style>
<g>
<path class="st0" d="M86.4,66.4c0,3.7,0.4,6.7,1.1,8.9c0.8,2.2,1.8,4.6,3.2,7.2c0.5,0.8,0.7,1.6,0.7,2.3c0,1-0.6,2-1.9,3l-6.3,4.2
c-0.9,0.6-1.8,0.9-2.6,0.9c-1,0-2-0.5-3-1.4C76.2,90,75,88.4,74,86.8c-1-1.7-2-3.6-3.1-5.9c-7.8,9.2-17.6,13.8-29.4,13.8
c-8.4,0-15.1-2.4-20-7.2c-4.9-4.8-7.4-11.2-7.4-19.2c0-8.5,3-15.4,9.1-20.6c6.1-5.2,14.2-7.8,24.5-7.8c3.4,0,6.9,0.3,10.6,0.8
c3.7,0.5,7.5,1.3,11.5,2.2v-7.3c0-7.6-1.6-12.9-4.7-16c-3.2-3.1-8.6-4.6-16.3-4.6c-3.5,0-7.1,0.4-10.8,1.3c-3.7,0.9-7.3,2-10.8,3.4
c-1.6,0.7-2.8,1.1-3.5,1.3c-0.7,0.2-1.2,0.3-1.6,0.3c-1.4,0-2.1-1-2.1-3.1v-4.9c0-1.6,0.2-2.8,0.7-3.5c0.5-0.7,1.4-1.4,2.8-2.1
c3.5-1.8,7.7-3.3,12.6-4.5c4.9-1.3,10.1-1.9,15.6-1.9c11.9,0,20.6,2.7,26.2,8.1c5.5,5.4,8.3,13.6,8.3,24.6V66.4z M45.8,81.6
c3.3,0,6.7-0.6,10.3-1.8c3.6-1.2,6.8-3.4,9.5-6.4c1.6-1.9,2.8-4,3.4-6.4c0.6-2.4,1-5.3,1-8.7v-4.2c-2.9-0.7-6-1.3-9.2-1.7
c-3.2-0.4-6.3-0.6-9.4-0.6c-6.7,0-11.6,1.3-14.9,4c-3.3,2.7-4.9,6.5-4.9,11.5c0,4.7,1.2,8.2,3.7,10.6
C37.7,80.4,41.2,81.6,45.8,81.6z M126.1,92.4c-1.8,0-3-0.3-3.8-1c-0.8-0.6-1.5-2-2.1-3.9L96.7,10.2c-0.6-2-0.9-3.3-0.9-4
c0-1.6,0.8-2.5,2.4-2.5h9.8c1.9,0,3.2,0.3,3.9,1c0.8,0.6,1.4,2,2,3.9l16.8,66.2l15.6-66.2c0.5-2,1.1-3.3,1.9-3.9c0.8-0.6,2.2-1,4-1
h8c1.9,0,3.2,0.3,4,1c0.8,0.6,1.5,2,1.9,3.9l15.8,67l17.3-67c0.6-2,1.3-3.3,2-3.9c0.8-0.6,2.1-1,3.9-1h9.3c1.6,0,2.5,0.8,2.5,2.5
c0,0.5-0.1,1-0.2,1.6c-0.1,0.6-0.3,1.4-0.7,2.5l-24.1,77.3c-0.6,2-1.3,3.3-2.1,3.9c-0.8,0.6-2.1,1-3.8,1h-8.6c-1.9,0-3.2-0.3-4-1
c-0.8-0.7-1.5-2-1.9-4L156,23l-15.4,64.4c-0.5,2-1.1,3.3-1.9,4c-0.8,0.7-2.2,1-4,1H126.1z M254.6,95.1c-5.2,0-10.4-0.6-15.4-1.8
c-5-1.2-8.9-2.5-11.5-4c-1.6-0.9-2.7-1.9-3.1-2.8c-0.4-0.9-0.6-1.9-0.6-2.8v-5.1c0-2.1,0.8-3.1,2.3-3.1c0.6,0,1.2,0.1,1.8,0.3
c0.6,0.2,1.5,0.6,2.5,1c3.4,1.5,7.1,2.7,11,3.5c4,0.8,7.9,1.2,11.9,1.2c6.3,0,11.2-1.1,14.6-3.3c3.4-2.2,5.2-5.4,5.2-9.5
c0-2.8-0.9-5.1-2.7-7c-1.8-1.9-5.2-3.6-10.1-5.2L246,52c-7.3-2.3-12.7-5.7-16-10.2c-3.3-4.4-5-9.3-5-14.5c0-4.2,0.9-7.9,2.7-11.1
c1.8-3.2,4.2-6,7.2-8.2c3-2.3,6.4-4,10.4-5.2c4-1.2,8.2-1.7,12.6-1.7c2.2,0,4.5,0.1,6.7,0.4c2.3,0.3,4.4,0.7,6.5,1.1
c2,0.5,3.9,1,5.7,1.6c1.8,0.6,3.2,1.2,4.2,1.8c1.4,0.8,2.4,1.6,3,2.5c0.6,0.8,0.9,1.9,0.9,3.3v4.7c0,2.1-0.8,3.2-2.3,3.2
c-0.8,0-2.1-0.4-3.8-1.2c-5.7-2.6-12.1-3.9-19.2-3.9c-5.7,0-10.2,0.9-13.3,2.8c-3.1,1.9-4.7,4.8-4.7,8.9c0,2.8,1,5.2,3,7.1
c2,1.9,5.7,3.8,11,5.5l14.2,4.5c7.2,2.3,12.4,5.5,15.5,9.6c3.1,4.1,4.6,8.8,4.6,14c0,4.3-0.9,8.2-2.6,11.6
c-1.8,3.4-4.2,6.4-7.3,8.8c-3.1,2.5-6.8,4.3-11.1,5.6C264.4,94.4,259.7,95.1,254.6,95.1z"/>
<g>
<path class="st1" d="M273.5,143.7c-32.9,24.3-80.7,37.2-121.8,37.2c-57.6,0-109.5-21.3-148.7-56.7c-3.1-2.8-0.3-6.6,3.4-4.4
c42.4,24.6,94.7,39.5,148.8,39.5c36.5,0,76.6-7.6,113.5-23.2C274.2,133.6,278.9,139.7,273.5,143.7z"/>
<path class="st1" d="M287.2,128.1c-4.2-5.4-27.8-2.6-38.5-1.3c-3.2,0.4-3.7-2.4-0.8-4.5c18.8-13.2,49.7-9.4,53.3-5
c3.6,4.5-1,35.4-18.6,50.2c-2.7,2.3-5.3,1.1-4.1-1.9C282.5,155.7,291.4,133.4,287.2,128.1z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="96"
height="96"
viewBox="0 0 96 96"
fill="none"
version="1.1"
id="svg840"
sodipodi:docname="backblaze1.svg"
inkscape:version="1.1.2 (b8e25be8, 2022-02-05)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs844" />
<sodipodi:namedview
id="namedview842"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="7.7604167"
inkscape:cx="47.226846"
inkscape:cy="44.649664"
inkscape:window-width="1920"
inkscape:window-height="1027"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="1"
inkscape:current-layer="svg840" />
<path
d="m 44.899278,9.3002091 c -3.022454,-3.807357 -6.073832,-5.812685 -6.073832,-5.812685 2.26687,4.795223 5.550807,14.6767489 -5.057042,25.8076229 -6.568328,6.829811 -11.131269,13.921164 -8.341038,21.739177 1.278609,4.039916 4.301122,9.096622 10.37529,10.113748 2.26687,0.261814 4.795559,0 6.33571,-0.493765 8.86434,-3.02279 7.585395,-12.380954 5.551143,-18.222563 -0.261552,-0.755584 -0.755643,-2.528353 -0.755643,-3.283996 -0.876974,-3.986536 0.76106,-7.02965 2.280215,-9.851593 0.695897,-1.292626 1.367002,-2.53891 1.759424,-3.80797 0,-0.13088 0.06544,-0.319667 0.13088,-0.508731 0.06544,-0.188651 0.130759,-0.377851 0.130759,-0.508395 0.261813,-0.755643 0.261813,-1.511563 0.261813,-2.267206 C 51.282432,16.81888 48.860172,13.97343 46.472908,11.168905 45.948604,10.5528 45.425909,9.9385351 44.928624,9.3002091 Z"
fill="#e20626"
id="path826"
style="stroke-width:3.17769" />
<path
d="m 65.359787,81.375695 c -4.039916,1.2789 -12.642439,2.03457 -17.205437,-3.54554 -3.10632,-3.822217 -3.209284,-7.171035 -3.272826,-9.246943 -0.05002,-1.63323 -0.07651,-2.478492 -1.522397,-2.145761 -12.903979,3.022458 -18.978147,-5.31858 -19.966013,-7.58545 0,0 -0.49416,-1.511227 -0.755643,-0.261552 -0.494101,2.034311 -0.494101,6.568328 0.493765,10.607908 1.279004,5.318584 5.057101,14.153678 15.926492,18.454808 9.096622,3.80742 20.489374,2.03455 28.336311,-5.81233 1.628485,-1.62845 1.344444,-1.54046 -1.280843,-0.72702 -0.23255,0.072 -0.483603,0.14989 -0.753409,0.23299 z"
fill="#e20626"
id="path828"
style="stroke-width:3.17769" />
<path
d="m 64.633068,43.942971 c 6.829811,8.108479 9.3585,12.409878 9.852324,17.960744 v -0.02851 c 0.75592,7.091308 -2.789895,13.65929 -10.375349,15.43235 -4.03958,1.01712 -8.341038,-0.52335 -10.869391,-3.545818 -2.557613,-3.28399 -3.051714,-8.602562 -1.278945,-12.642158 0.645028,-1.401613 1.157555,-2.295133 1.571922,-3.016757 0.556416,-0.969782 0.935158,-1.629762 1.21825,-2.795918 0.829347,-4.019924 -0.241151,-7.514565 -1.250634,-10.810626 -0.830019,-2.70886 -1.618659,-5.283617 -1.277719,-7.906047 0,-0.246932 0.06534,-0.50109 0.130759,-0.75561 0.06544,-0.254178 0.13088,-0.508418 0.13088,-0.755623 1.250978,-2.880124 2.48324,-4.245188 3.711363,-5.60646 0.284061,-0.314563 0.567818,-0.628833 0.851249,-0.961518 1.773074,-2.005342 4.301451,-3.284299 4.301451,-3.284299 0,0 -1.772763,2.266853 -2.266866,6.568286 -0.26155,3.545816 2.005333,8.108438 5.550847,12.148374 z"
fill="#e20626"
id="path830"
style="stroke-width:3.17769" />
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 209.51 94.74"><defs><style>.cls-1{fill:#f4801f;}.cls-2{fill:#f9ab41;}</style></defs><path class="cls-1" d="M143.05,93.42l1.07-3.71c1.27-4.41.8-8.48-1.34-11.48-2-2.76-5.26-4.38-9.25-4.57L58,72.7a1.47,1.47,0,0,1-1.35-2,2,2,0,0,1,1.75-1.34l76.26-1c9-.41,18.84-7.75,22.27-16.71l4.34-11.36a2.68,2.68,0,0,0,.18-1,3.31,3.31,0,0,0-.06-.54,49.67,49.67,0,0,0-95.49-5.14,22.35,22.35,0,0,0-35,23.42A31.73,31.73,0,0,0,.34,93.45a1.47,1.47,0,0,0,1.45,1.27l139.49,0h0A1.83,1.83,0,0,0,143.05,93.42Z"/><path class="cls-2" d="M168.22,41.15q-1,0-2.1.06a.88.88,0,0,0-.32.07,1.17,1.17,0,0,0-.76.8l-3,10.26c-1.28,4.41-.81,8.48,1.34,11.48a11.65,11.65,0,0,0,9.24,4.57l16.11,1a1.44,1.44,0,0,1,1.14.62,1.5,1.5,0,0,1,.17,1.37,2,2,0,0,1-1.75,1.34l-16.73,1c-9.09.42-18.88,7.75-22.31,16.7l-1.21,3.16a.9.9,0,0,0,.79,1.22h57.63A1.55,1.55,0,0,0,208,93.63a41.34,41.34,0,0,0-39.76-52.48Z"/></svg>

After

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><g fill="#3387ff"><path d="m12.0164 19.3527v4.6473c7.8492 0 13.9573-7.5839 11.3885-15.82353-1.1417-3.59237-3.996-6.47196-7.5924-7.583886-8.22019-2.565974-15.8125 3.563856-15.8125 11.404316h4.65243c0-4.90384 4.88077-8.7243 10.07547-6.84258 1.9124.68426 3.4537 2.22385 4.1387 4.13408 1.8838 5.189-1.9124 10.0643-6.8502 10.0643z"/><path d="m7.3916 19.3811h4.6239v-4.6188h-4.6239z"/><path d="m7.39187 22.945h-3.56782v-3.5637l3.56755-.0002z"/><path d="m.828019 19.3813h2.968421v-2.9652h-2.968421z"/></g></svg>

After

Width:  |  Height:  |  Size: 599 B

View File

@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="250"
height="250"
viewBox="0 0 250 250"
fill="none"
version="1.1"
id="svg828"
sodipodi:docname="logo_mark_light.svg"
inkscape:version="1.1.2 (b8e25be8, 2022-02-05)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs832" />
<sodipodi:namedview
id="namedview830"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="2.98"
inkscape:cx="24.66443"
inkscape:cy="129.02685"
inkscape:window-width="1312"
inkscape:window-height="969"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg828" />
<path
d="M 239.91317,170.74462 C 220.33946,180.54317 197.96648,185.98681 173.99746,185.625 102.88666,184.17281 46.957576,132.27566 48.156027,69.127764 48.55557,47.715501 55.746454,27.755095 67.731325,11.060709 29.779362,30.295516 3.8120955,66.224381 3.0130101,107.96018 1.4150162,170.74462 57.743989,223.00523 128.45526,224.45742 c 47.14002,0.72526 88.28867,-20.6875 111.45791,-53.7128 z"
fill="#000000"
id="path824"
style="stroke-width:1.70599" />
<path
d="m 136.04444,5.9798657 c -19.17555,0 -37.153215,4.3550783 -53.133141,12.3393073 C 72.92449,33.198736 67.331595,50.255922 66.532696,67.676079 65.334068,122.47711 114.47128,167.84188 175.59528,168.93061 c 18.37579,0 39.15094,-3.9931 55.13088,-11.97601 9.5869,-14.88038 15.18014,-32.30003 15.18014,-50.80841 C 246.70434,50.981687 197.16846,5.9798657 136.04444,5.9798657 Z"
fill="#0073ec"
id="path826"
style="stroke-width:1.70599" />
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="43px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 40" version="1.1" height="40px">
<path d="m12.5 0l-12.5 8.1 8.7 7 12.5-7.8-8.7-7.3zm-12.5 21.9l12.5 8.2 8.7-7.3-12.5-7.7-8.7 6.8zm21.2 0.9l8.8 7.3 12.4-8.1-8.6-6.9-12.6 7.7zm21.2-14.7l-12.4-8.1-8.8 7.3 12.6 7.8 8.6-7zm-21.1 16.3l-8.8 7.3-3.7-2.5v2.8l12.5 7.5 12.5-7.5v-2.8l-3.8 2.5-8.7-7.3z" fill="#007EE5"/>
</svg>

After

Width:  |  Height:  |  Size: 441 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -0,0 +1,3 @@
<svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.7968 13.7754L10.2968 0.744187C9.73434 -0.224563 8.26559 -0.255813 7.70309 0.744187L0.203087 13.7754C-0.359413 14.7442 0.359337 15.9942 1.51559 15.9942H16.4843C17.6406 15.9942 18.3593 14.7754 17.7968 13.7754ZM9.01559 11.0567C9.79684 11.0567 10.4531 11.7129 10.4531 12.4942C10.4531 13.3067 9.79684 13.9317 9.01559 13.9317C8.20309 13.9317 7.57809 13.3067 7.57809 12.4942C7.57809 11.7129 8.20309 11.0567 9.01559 11.0567ZM7.64059 5.90044C7.60934 5.68169 7.79684 5.49419 8.01559 5.49419H9.98434C10.2031 5.49419 10.3906 5.68169 10.3593 5.90044L10.1406 10.1504C10.1093 10.3692 9.95309 10.4942 9.76559 10.4942H8.23434C8.04684 10.4942 7.89059 10.3692 7.85934 10.1504L7.64059 5.90044Z" fill="#E27730"/>
</svg>

After

Width:  |  Height:  |  Size: 808 B

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 35 28"
version="1.1"
id="svg848"
sodipodi:docname="Google_Cloud_logo.svg"
width="35"
height="28"
inkscape:version="1.1.2 (b8e25be8, 2022-02-05)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview850"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="6.4143646"
inkscape:cx="-0.70155039"
inkscape:cy="15.823859"
inkscape:window-width="1312"
inkscape:window-height="969"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg848" />
<defs
id="defs826">
<style
id="style824">.cls-1{fill:#ea4335;}.cls-2{fill:#4285f4;}.cls-3{fill:#34a853;}.cls-4{fill:#fbbc05;}.cls-5{fill:#5f6368;}</style>
</defs>
<path
class="cls-1"
d="m 22.089802,7.89352 h 1.01902 L 26.013029,4.9761643 26.155692,3.7375676 A 13.053645,13.112746 0 0 0 4.9193175,10.135277 1.5794808,1.586632 0 0 1 5.9383374,10.073859 L 11.746751,9.1116442 c 0,0 0.295516,-0.491344 0.448369,-0.460635 A 7.2452313,7.2780347 0 0 1 22.110183,7.89352 Z"
id="path828"
style="stroke-width:1.02132" />
<path
class="cls-2"
d="M 30.15025,10.135277 A 13.084215,13.143455 0 0 0 26.206643,3.747804 l -4.07608,4.0945343 a 7.2452313,7.2780347 0 0 1 2.659642,5.7732927 v 0.72678 a 3.6277107,3.6441355 0 1 1 0,7.288271 h -7.255421 l -0.723504,0.737017 v 4.370915 l 0.723504,0.72678 h 7.255421 A 9.436124,9.4788469 0 0 0 30.15025,10.135277 Z"
id="path830"
style="stroke-width:1.02132" />
<path
class="cls-3"
d="m 10.269172,27.424448 h 7.255421 V 21.589737 H 10.269172 A 3.6073304,3.6236629 0 0 1 8.7712126,21.262174 L 7.7521928,21.579501 4.8276057,24.496856 4.5728508,25.52049 a 9.385173,9.4276652 0 0 0 5.6963212,1.903958 z"
id="path832"
style="stroke-width:1.02132" />
<path
class="cls-4"
d="M 10.269172,8.4974642 A 9.436124,9.4788469 0 0 0 4.5728508,25.489781 l 4.208552,-4.227607 A 3.6277107,3.6441355 0 1 1 13.580987,16.44086 l 4.208552,-4.227607 A 9.4259338,9.4686106 0 0 0 10.269172,8.4974642 Z"
id="path834"
style="stroke-width:1.02132" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -0,0 +1,8 @@
<svg viewBox="0 0 87.3 78" xmlns="http://www.w3.org/2000/svg">
<path d="m6.6 66.85 3.85 6.65c.8 1.4 1.95 2.5 3.3 3.3l13.75-23.8h-27.5c0 1.55.4 3.1 1.2 4.5z" fill="#0066da"/>
<path d="m43.65 25-13.75-23.8c-1.35.8-2.5 1.9-3.3 3.3l-25.4 44a9.06 9.06 0 0 0 -1.2 4.5h27.5z" fill="#00ac47"/>
<path d="m73.55 76.8c1.35-.8 2.5-1.9 3.3-3.3l1.6-2.75 7.65-13.25c.8-1.4 1.2-2.95 1.2-4.5h-27.502l5.852 11.5z" fill="#ea4335"/>
<path d="m43.65 25 13.75-23.8c-1.35-.8-2.9-1.2-4.5-1.2h-18.5c-1.6 0-3.15.45-4.5 1.2z" fill="#00832d"/>
<path d="m59.8 53h-32.3l-13.75 23.8c1.35.8 2.9 1.2 4.5 1.2h50.8c1.6 0 3.15-.45 4.5-1.2z" fill="#2684fc"/>
<path d="m73.4 26.5-12.7-22c-.8-1.4-1.95-2.5-3.3-3.3l-13.75 23.8 16.15 28h27.45c0-1.55-.4-3.1-1.2-4.5z" fill="#ffba00"/>
</svg>

After

Width:  |  Height:  |  Size: 755 B

View File

@@ -0,0 +1,3 @@
<?php
//silent

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="17" fill="none">
<path fill="#777" d="M7.68 16.56c1.14 0 2.04-.95 2.04-2.17h-4.1c0 1.22.9 2.17 2.06 2.17Zm6.96-5.06c-.62-.71-1.81-1.76-1.81-5.26A5.32 5.32 0 0 0 8.69.97H6.65A5.32 5.32 0 0 0 2.5 6.24c0 3.5-1.2 4.55-1.81 5.26a.9.9 0 0 0-.26.72c0 .57.39 1.08 1.04 1.08h12.38c.65 0 1.04-.5 1.07-1.08 0-.24-.1-.51-.3-.72Z"/>
</svg>

After

Width:  |  Height:  |  Size: 386 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 5.5 32 20.5"><title>OfficeCore10_32x_24x_20x_16x_01-22-2019</title><g id="STYLE_COLOR"><path d="M12.20245,11.19292l.00031-.0011,6.71765,4.02379,4.00293-1.68451.00018.00068A6.4768,6.4768,0,0,1,25.5,13c.14764,0,.29358.0067.43878.01639a10.00075,10.00075,0,0,0-18.041-3.01381C7.932,10.00215,7.9657,10,8,10A7.96073,7.96073,0,0,1,12.20245,11.19292Z" fill="#0364b8"/><path d="M12.20276,11.19182l-.00031.0011A7.96073,7.96073,0,0,0,8,10c-.0343,0-.06805.00215-.10223.00258A7.99676,7.99676,0,0,0,1.43732,22.57277l5.924-2.49292,2.63342-1.10819,5.86353-2.46746,3.06213-1.28859Z" fill="#0078d4"/><path d="M25.93878,13.01639C25.79358,13.0067,25.64764,13,25.5,13a6.4768,6.4768,0,0,0-2.57648.53178l-.00018-.00068-4.00293,1.68451,1.16077.69528L23.88611,18.19l1.66009.99438,5.67633,3.40007a6.5002,6.5002,0,0,0-5.28375-9.56805Z" fill="#1490df"/><path d="M25.5462,19.18437,23.88611,18.19l-3.80493-2.2791-1.16077-.69528L15.85828,16.5042,9.99475,18.97166,7.36133,20.07985l-5.924,2.49292A7.98889,7.98889,0,0,0,8,26H25.5a6.49837,6.49837,0,0,0,5.72253-3.41556Z" fill="#28a8ea"/></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<svg id="sygnet__on-white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 36.09"><defs><style>.cls-1{fill:#c9f4ff;}.cls-2{fill:#51b9ff;}.cls-3{fill:#007bfc;}</style></defs><title>sygnet__on-white</title><path class="cls-1" d="M14.63,4a2.09,2.09,0,0,0-1.77-1H2.1A2.1,2.1,0,0,0,0,5.1,2.12,2.12,0,0,0,.32,6.22l2.77,4.07,13.85-3Z" transform="translate(0 -3)"/><path class="cls-2" d="M17,7.37a2.11,2.11,0,0,0-1.78-1H4.5A2.09,2.09,0,0,0,2.66,9.61l3.09,4.9,14.31-2.24Z" transform="translate(0 -3)"/><path class="cls-3" d="M5.62,14.31a2.14,2.14,0,0,1-.19-1.88,2.11,2.11,0,0,1,2-1.34H18.15a2.1,2.1,0,0,1,1.78,1l9.63,15.27a2.12,2.12,0,0,1,.32,1.12,2.15,2.15,0,0,1-.32,1.12l-5.38,8.53a2.11,2.11,0,0,1-3.56,0Z" transform="translate(0 -3)"/><path class="cls-3" d="M32.74,19.19a2.11,2.11,0,0,0,3.56,0l1.85-2.93,3.53-5.6A2.12,2.12,0,0,0,42,9.54a2.15,2.15,0,0,0-.32-1.12L38.88,4A2.11,2.11,0,0,0,37.1,3H26.34a2.1,2.1,0,0,0-2.1,2.1,2,2,0,0,0,.33,1.12Z" transform="translate(0 -3)"/></svg>

After

Width:  |  Height:  |  Size: 974 B

View File

@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.0"
id="katman_1"
x="0px"
y="0px"
viewBox="0 0 205 205"
xml:space="preserve"
sodipodi:docname="wasabi-cloud-storage-seeklogo.com 2.svg"
width="205"
height="205"
inkscape:version="1.1.2 (b8e25be8, 2022-02-05)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs847" /><sodipodi:namedview
id="namedview845"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="1.2416667"
inkscape:cx="159.0604"
inkscape:cy="309.66443"
inkscape:window-width="1920"
inkscape:window-height="1027"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="1"
inkscape:current-layer="g842" />
<style
type="text/css"
id="style824">
.st0{clip-path:url(#SVGID_00000061464863754787056510000000905814910531898293_);fill:#00CE3E;}
.st1{fill:#061F33;}
</style>
<g
id="g842">
<g
id="g834"
transform="translate(-84.974952,-193.999)">
<defs
id="defs827">
<rect
id="SVGID_1_"
x="87"
y="195.7"
width="626"
height="208.7" />
</defs>
<clipPath
id="SVGID_00000083073068415055786330000014044562452968495528_">
<use
xlink:href="#SVGID_1_"
style="overflow:visible"
id="use829"
x="0"
y="0"
width="100%"
height="100%" />
</clipPath>
<path
style="fill:#00ce3e"
d="m 259.6,225.1 c -39.5,-39.4 -103.5,-39.3 -142.9,0.2 -39.5,39.5 -39.5,103.4 -0.2,142.9 19,19 44.7,29.6 71.5,29.6 26.8,0 52.6,-10.6 71.6,-29.6 19,-19 29.6,-44.7 29.6,-71.5 0,-26.8 -10.7,-52.6 -29.6,-71.6 z m 10.9,62.4 -43.5,-39.5 -44.6,42.1 -23.4,22 v -32.8 l 35.5,-33.7 26.5,-25.1 c 27.3,11.9 46.2,37.4 49.5,67 z m -0.8,23.9 c -1.5,8.7 -4.5,17.1 -8.7,24.8 l -24.8,-22.6 v -32.8 z m -69,-96.7 -18.7,17.7 -23.1,21.9 V 219 c 13.4,-5 27.8,-6.5 41.8,-4.3 z m -60,98 -34.4,-30.9 c 1.6,-8.9 4.7,-17.4 9,-25.2 l 25.4,22.7 z m 0,-84.2 v 26.3 L 126,241.6 c 4.4,-5 9.3,-9.4 14.7,-13.1 z m -35.2,76.9 44.6,40 68,-63.9 v 32.3 L 155.3,373 c -27.6,-11.9 -46.6,-37.7 -49.8,-67.6 z m 70.1,73.4 42.4,-40.1 v 35.4 c -9.6,3.7 -19.7,5.6 -30,5.6 -4.1,0 -8.3,-0.3 -12.4,-0.9 z m 60.6,-14.5 v -26.2 l 14.5,13.1 c -4.3,4.9 -9.2,9.4 -14.5,13.1 z m 0,0"
clip-path="url(#SVGID_00000083073068415055786330000014044562452968495528_)"
id="path832" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" height="52" viewBox="0 0 52 52" width="52"><clipPath id="a"><path d="m0 20h48.4486v32h-48.4486z"></path></clipPath><circle cx="35" cy="23" fill="#ffc800" r="13"></circle><g clip-path="url(#a)"><path d="m40.2782 32.1694c-1.1341-.332-2.2891-.5868-3.4571-.7626-.4765-.0825-.9676-.168-1.4535-.2634-.4637-5.4213-3.1683-8.8-8.2637-10.3282-1.0308-.2961-2.0862-.4963-3.1533-.5979-6.0365-.648-11.4352 2.3577-13.7482 7.6553-.49397 1.1317-.71896 2.3619-.9364 3.5526-.09031.495-.17635.9646-.27926 1.4179-.462.2243-.94009.4359-1.40346.6412-1.09455.4846-2.22669.986-3.2069 1.681-2.53871 1.801-3.998749 4.4995-4.219676 7.8035-.265692 3.9756 2.593736 7.3237 7.115536 8.3317 1.96275.437 4.03986.4624 6.04856.4866l.4106.0051c3.0951.0402 6.2286.081 9.3882.081 5.2713 0 10.6155-.1134 15.9633-.5314 1.4722-.1282 2.8999-.574 4.1857-1.3071 1.2861-.7331 2.4004-1.7362 3.2672-2.9412 1.5322-2.1392 2.079-4.7109 1.5002-7.0555-.958-3.887-3.5686-6.5342-7.7578-7.8686zm4.3916 10.9877c-.7153 2.2591-2.2771 3.736-4.6426 4.3902-.8848.2347-1.79.383-2.703.4425-6.0169.4412-25.2069.8685-29.11244.2988-1.91585-.2794-3.42435-1.1567-4.24759-2.4699-.81664-1.302-.94552-2.9734-.37305-4.833.96529-3.1345 3.10381-5.1512 6.35646-5.9956 1.00362-.2607 1.30752-.7905 1.51702-1.677.0698-.2952.1357-.5939.2008-.8936.244-1.1144.4963-2.2665.9928-3.2585 1.8005-3.5949 5.2906-5.6907 9.3215-5.6907.4905.0003.9804.0307 1.4675.0908 6.182.761 7.6742 3.8063 9.2439 8.3651.0411.1448.0642.2942.0688.4447l.0078.0975c.1037 1.2229.4738 1.5723 1.7215 1.6256 3.7003.1585 6.3644 1.1743 8.3837 3.1971 1.8668 1.8699 2.4544 3.7887 1.7969 5.866z" fill="#3a032d"></path></g></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="52" height="52" viewBox="0 0 52 52" fill="none"><circle cx="25.5849" cy="25.5849" r="21.5849" fill="#FFC800"></circle><path d="M25.128 8C25.4366 8.05907 25.7458 8.11547 26.0537 8.17773C28.7001 8.7136 30.4278 10.2893 31.2699 12.8416C31.6863 14.1039 31.8548 15.4159 31.9395 16.7381C32.0093 17.8303 32.0667 18.9232 32.1319 20.0156C32.1414 20.1732 32.1636 20.33 32.1826 20.5145C32.3797 20.5872 32.563 20.6727 32.7549 20.7227C34.1277 21.0792 34.7512 22.056 34.9569 23.3788C35.0024 23.6721 35.0392 23.9668 35.0556 24.2623C35.2638 28.0204 35.3247 31.7799 35.0955 35.5389C35.0596 36.4553 34.7761 37.3447 34.2752 38.1123C33.8786 38.7319 33.2706 39.1859 32.5647 39.3899C31.4243 39.7136 30.2435 39.8723 29.0582 39.8609C25.371 39.8629 21.6838 39.8325 17.9966 39.77C17.2231 39.746 16.4533 39.6513 15.697 39.4869C14.0999 39.1639 13.2844 38.2736 13.097 36.6551C13.0149 35.9075 12.9848 35.1552 13.0071 34.4035C13.077 31.5092 13.1586 28.6151 13.2694 25.7223C13.3175 24.4653 13.5008 23.2355 14.2174 22.1363C14.7426 21.3308 15.424 20.7888 16.3541 20.5557C16.5293 20.5119 16.7001 20.4473 16.9468 20.369C16.9804 20.0638 17.0208 19.7333 17.0525 19.4017C17.1919 17.9504 17.2623 16.4881 17.4888 15.0507C17.6481 14.0394 17.9241 13.0502 18.3113 12.1028C19.1721 10.0085 20.8599 8.84866 22.9893 8.27106C23.3786 8.16546 23.7762 8.08985 24.1698 8.00052L25.128 8ZM23.426 38.4388C23.426 38.4084 23.4272 38.378 23.4279 38.3477C24.5892 38.3477 25.7519 38.3807 26.9118 38.3395C28.411 38.2861 29.9164 38.2979 31.3978 37.9811C32.5722 37.73 33.0645 37.2712 33.1985 36.0917C33.2757 35.3216 33.312 34.5479 33.3074 33.7739C33.3132 32.9304 33.2022 32.0819 33.261 31.244C33.4118 29.0955 33.2387 26.9589 33.1257 24.8191C33.1053 24.4324 33.0943 24.0427 33.044 23.6591C32.9774 23.1483 32.75 22.7524 32.1879 22.6472C31.2057 22.4639 30.2315 22.1769 29.2412 22.1117C27.2658 21.9815 25.2827 21.9559 23.3021 21.9167C21.2449 21.8759 19.2163 22.1687 17.1933 22.5064C16.9349 22.5405 16.6873 22.6315 16.4681 22.7727C16.249 22.9139 16.0637 23.102 15.9255 23.3233C15.4381 24.0639 15.3323 24.9063 15.2879 25.7388C15.1075 29.1087 14.9727 32.4809 14.8303 35.8527C14.8159 36.1925 14.8661 36.5351 14.8817 36.8765C14.9095 37.4824 15.2269 37.8548 15.8077 37.9812C16.2918 38.1057 16.7855 38.1889 17.2835 38.23C19.3302 38.3188 21.3784 38.3723 23.426 38.4388ZM29.9873 20.0881C29.9108 18.798 29.8852 17.6131 29.7583 16.4391C29.6364 15.3108 29.5017 14.1689 29.2065 13.0781C28.7821 11.5092 27.7815 10.4096 26.1472 9.98971C25.3099 9.75621 24.426 9.74795 23.5845 9.96572C21.8019 10.4516 20.5187 11.4778 19.9401 13.3064C19.3742 15.0952 19.0708 16.9312 18.8457 18.7853C18.7953 19.2017 18.7619 19.6202 18.7137 20.1078L20.1458 19.9293C20.2123 18.9051 20.2669 17.9517 20.3357 16.9993C20.4082 15.9972 20.5509 15.0036 20.9094 14.0606C21.4769 12.5682 23.0009 11.4675 24.615 11.4947C26.2291 11.5219 27.4393 12.274 28.0628 13.8245C28.2532 14.2865 28.4187 14.7583 28.5589 15.2379C28.8974 16.4333 28.9355 17.6634 28.934 18.8966C28.934 19.253 28.9589 19.6093 28.974 19.9959L29.9873 20.0881ZM26.7849 19.8228C26.7708 18.5676 26.9014 17.2959 26.6828 16.0361C26.5761 15.41 26.4033 14.7969 26.1676 14.2072C25.8106 13.3248 24.9281 12.9723 24.0242 13.2796C23.6741 13.3855 23.3542 13.5737 23.0913 13.8285C22.8284 14.0834 22.6302 14.3975 22.513 14.7447C21.9449 16.3648 21.8609 18.0656 21.6213 19.8228H26.7849Z" fill="#3A032D"></path><path d="M22.9111 33.1658C22.881 32.6025 22.9027 32.0664 22.4762 31.5722C22.0608 31.0912 22.1742 30.3302 22.5921 29.7989C22.9891 29.2942 23.5714 29.1456 24.237 29.3781C25.3757 29.7764 25.6709 30.6572 24.9586 31.6518C24.8731 31.7669 24.814 31.8994 24.7854 32.04C24.7568 32.1805 24.7594 32.3257 24.793 32.4652C24.8806 33.0026 24.9087 33.5481 24.8767 34.0918C24.8312 34.6825 24.3976 35.0666 23.9185 35.0762C23.4158 35.0864 22.9916 34.6717 22.9168 34.0532C22.8972 33.7577 22.8953 33.4614 22.9111 33.1658Z" fill="#3A032D"></path></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1018.52 988.85333"
height="988.85333"
width="1018.52"
xml:space="preserve"
id="svg2"
version="1.1"><metadata
id="metadata8"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs6" /><g
transform="matrix(1.3333333,0,0,-1.3333333,0,988.85333)"
id="g10"><g
transform="scale(0.1)"
id="g12"><path
id="path14"
style="fill:#e7e7e6;fill-opacity:1;fill-rule:nonzero;stroke:none"
d="M 3382.59,0.0117188 C 1594.11,0.0117188 144.031,144.719 144.031,322.57 c 0,177.84 1450.079,322.551 3238.559,322.551 1789.2,0 3239.28,-144.711 3239.28,-322.551 C 6621.87,144.719 5171.79,0.0117188 3382.59,0.0117188" /><path
id="path16"
style="fill:#b65e39;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 5644.11,3214.8 c 352.8,255.61 763.2,587.52 930.96,781.2 120.24,138.96 270,653.76 427.68,658.08 289.44,7.2 611.28,-1374.47 271.44,-1713.59 -298.08,-297.37 -1072.8,-401.05 -1623.6,-236.17 l -6.48,510.48" /><path
id="path18"
style="fill:#f6d335;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 7166.91,6270.49 80.64,-370.81 365.76,-101.52 c 14.4,-3.6 23.76,-15.12 25.2,-28.8 2.16,-14.4 -4.32,-27.36 -16.56,-34.56 l -327.6,-192.23 16.56,-379.45 c 0.72,-14.4 -7.2,-26.64 -20.15,-32.4 -12.97,-6.47 -27.37,-4.32 -38.17,5.04 l -283.68,252.01 -355.68,-132.48 c -12.96,-5.05 -27.36,-1.45 -37.44,8.63 -9.36,10.09 -12.24,24.49 -6.48,38.16 l 152.64,347.77 -236.16,296.63 c -9.36,11.53 -10.8,25.92 -3.6,38.88 6.48,12.24 19.44,19.44 33.84,18 l 378,-37.44 209.52,316.08 c 7.92,12.25 21.6,18 35.28,15.12 14.4,-2.16 24.48,-12.96 28.08,-26.63" /><path
id="path20"
style="fill:#fdf1a5;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 7122.99,6212.17 -201.6,-304.57 -363.6,36.01 c 235.44,-115.93 466.56,-234.73 680.4,-370.09 l 314.65,184.32 -351.37,97.92 -78.48,356.41" /><path
id="path22"
style="fill:#88a4ad;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 6941.55,5431.68 c 3.6,18 72,5.05 69.12,-12.23 L 6675.15,3343.68 c -7.2,-43.92 -179.28,-11.51 -169.92,31.69 l 436.32,2056.31" /><path
id="path24"
style="fill:#e1f0f3;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 6975.39,5419.45 c 6.48,0 22.32,0 20.16,-12.25 l -360,-2041.2 c -13.68,-1.43 -30.24,0.73 -45.36,5.04 l 385.2,2048.41" /><path
id="path26"
style="fill:#d5764b;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 6531.15,4074.48 c 221.76,174.97 377.28,45.37 268.56,-172.79 -53.28,-105.84 -330.48,-247.69 -419.76,-282.25 -20.16,179.29 12.96,345.61 151.2,455.04" /><path
id="path28"
style="fill:#ca3127;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 1716.51,7299.36 c -27.36,32.41 -30.96,82.8 65.52,97.21 133.2,20.88 779.77,40.31 951.12,-25.21 172.81,-66.23 907.92,-614.88 1118.16,-1000.8 -491.04,-332.64 -897.84,-644.4 -1388.88,-977.04 -97.2,301.68 -152.64,920.88 -220.32,1391.04 -216,164.89 -339.84,295.2 -525.6,514.8" /><path
id="path30"
style="fill:#ca3127;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 2493.39,5481.36 c 432.72,295.92 851.76,610.57 1284.48,905.76 -181.44,291.6 -673.92,699.12 -961.91,877.68 -111.61,69.12 -144.01,73.45 -279.37,84.96 -118.08,10.09 -686.16,23.04 -777.6,-15.12 87.84,-117.36 300.96,-336.96 531.36,-508.32 61.2,-450.72 92.16,-929.52 203.04,-1344.96" /><path
id="path32"
style="fill:#ee2b22;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 3180.99,5967.37 c 198,141.11 396.01,282.95 596.88,419.75 -181.44,291.6 -673.92,699.12 -961.91,877.68 -111.61,69.12 -144.01,73.45 -279.37,84.96 -93.6,8.65 -473.04,18.01 -670.32,2.17 -97.19,-7.93 -38.88,-31.69 6.48,-44.65 239.76,-69.83 369.36,-105.12 582.48,-218.87 100.09,30.23 216.72,29.51 281.52,-18.72 -156.96,0 -253.44,-68.41 -317.52,-173.53 48.24,16.56 103.68,23.04 159.12,27.36 l 602.64,-956.15" /><path
id="path34"
style="fill:#f25645;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 2881.47,7166.88 c -35.28,-9.36 -64.8,-18.72 -93.6,-28.07 -36.71,23.76 -74.16,47.51 -110.87,71.28 -8.65,5.75 -23.05,1.44 -22.33,-7.21 2.88,-36.72 5.04,-73.43 7.2,-110.16 -43.2,-15.84 -83.52,-33.12 -120.96,-53.27 -10.08,-5.05 -5.76,-18.72 8.64,-21.61 48.96,-10.07 82.8,-23.04 132.48,-32.4 11.52,-38.87 23.04,-77.76 34.56,-116.63 2.88,-9.36 19.44,-11.53 25.92,-2.88 27.36,33.12 54,66.95 81.37,100.8 49.67,-2.89 100.07,-5.77 150.47,-8.65 11.52,-0.71 18.72,10.08 10.8,17.28 -33.12,29.53 -65.52,58.32 -97.92,87.85 2.89,26.64 5.76,53.99 10.81,91.44 1.43,12.96 -2.89,16.55 -16.57,12.23 z m -299.52,-418.32 c -22.32,-21.6 -41.04,-40.31 -59.04,-59.04 -33.83,9.36 -67.68,18.73 -102.24,28.09 -7.92,2.16 -16.56,-7.21 -13.67,-15.13 13.67,-33.12 26.63,-66.95 39.59,-100.07 -26.64,-30.25 -50.4,-60.48 -70.56,-91.45 -5.76,-9.35 0.72,-20.87 12.24,-18 38.88,7.93 67.69,7.93 105.84,15.85 20.88,-32.4 41.04,-64.81 61.21,-96.49 5.03,-8.64 17.99,-4.31 20.15,5.76 9.36,41.05 18,82.08 27.37,123.12 36.71,14.41 74.16,28.8 111.59,43.93 8.64,2.87 10.08,15.83 2.16,19.43 -32.4,16.57 -65.52,32.4 -97.92,48.96 -6.47,25.93 -12.96,51.84 -20.88,88.56 -2.87,12.96 -7.2,14.4 -15.84,6.48 z m -535.68,280.8 c 41.77,-38.16 86.4,-77.04 131.77,-115.2 37.43,0.73 74.87,1.45 112.31,1.45 9.36,0.71 15.12,11.51 9.36,18 -25.2,26.63 -49.68,53.27 -74.88,79.91 3.6,26.64 6.48,53.28 12.24,90.73 2.16,12.95 -1.44,15.84 -12.24,11.52 -28.8,-12.25 -53.28,-23.05 -76.32,-34.57 -28.8,20.88 -56.88,41.76 -85.68,62.64 -7.2,5.04 -18,-0.72 -18,-9.36 0.72,-35.28 0.72,-69.83 1.44,-105.12 z m 1338.48,-204.47 c -72.72,66.95 -149.04,131.04 -223.92,191.52 -26.64,-2.16 -53.28,-5.04 -79.2,-10.09 -10.08,-2.16 -13.68,-15.12 -3.59,-21.59 32.39,-22.32 51.83,-43.2 84.23,-65.53 -9.36,-37.43 -18.72,-74.16 -28.08,-111.59 -2.16,-8.65 9.36,-15.13 18.01,-10.09 35.99,21.61 71.99,43.21 107.99,65.52 36,-17.27 72.72,-33.84 108.72,-51.11 8.64,-3.61 18.72,3.6 16.56,12.23 z m -1160.64,534.96 c -12.24,-10.09 -23.76,-20.89 -34.56,-30.97 -8.64,-8.64 -0.72,-20.88 13.69,-19.43 49.67,4.31 86.39,0.71 136.07,5.03 22.32,-33.84 43.93,-68.4 65.52,-102.24 5.76,-8.63 21.6,-6.47 25.92,3.6 16.56,40.32 33.84,79.93 50.41,120.24 l 62.63,12.97 -7.2,0.71 c -48.96,4.33 -174.96,9.37 -312.48,10.09" /><path
id="path36"
style="fill:#f6d335;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 3471.16,6839.29 562.31,-543.6 C 3478.35,5979.6 3018.27,5683.68 2463.15,5367.6 l -151.92,812.16 c -52.56,280.81 848.16,961.2 1159.93,659.53" /><path
id="path38"
style="fill:#fdf1a5;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 3070.12,5724.01 c -129.61,-77.77 -260.65,-155.53 -396.01,-234.73 l -246.24,883.44 c 55.44,72.01 109.44,129.6 196.56,199.44 l 445.69,-848.15" /><path
id="path40"
style="fill:#ca3127;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 1590.51,5135.04 c 498.24,830.88 1139.76,1351.44 1720.08,1604.16 1145.52,499.68 2045.52,10.09 1010.17,-790.56 -624.25,-483.12 -1819.45,-929.52 -2730.25,-813.6" /><path
id="path42"
style="fill:#ee2b22;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 4714.59,6553.45 c 5.04,43.19 -0.71,86.4 -20.16,126.71 -65.52,131.77 -254.16,179.29 -398.88,191.52 -258.48,21.61 -546.47,-41.75 -790.56,-130.31 -350.64,-126.72 -676.08,-325.44 -959.03,-558.73 -290.17,-239.76 -539.29,-519.12 -748.09,-822.24 421.92,543.6 993.6,1041.13 1677.6,1282.32 607.68,213.12 1131.84,141.84 1239.12,-89.27" /><path
id="path44"
style="fill:#6c2523;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 3378.27,5725.44 c 363.6,198.72 609.12,483.12 548.64,635.05 -61.2,151.92 -405.36,113.76 -768.96,-85.69 -363.6,-198.72 -609.12,-483.12 -548.64,-635.04 60.48,-151.92 404.64,-113.76 768.96,85.68" /><path
id="path46"
style="fill:#b65e39;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 1460.91,1113.85 c -251.28,534.23 -228.96,735.11 -217.44,1260 5.76,261.35 -1084.318,-300.25 -268.556,-1298.17 l 485.996,38.17" /><path
id="path48"
style="fill:#b65e39;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 2438.67,912.969 C -197.246,-288 -176.367,2078.64 153.391,1883.52 809.313,1496.16 1338.51,1187.28 2000.91,1234.8 l 437.76,-321.831" /><path
id="path50"
style="fill:#dd7c56;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 5984.67,4498.56 C 6140.91,3834 6243.88,3103.2 6314.43,2358.73 6436.83,1069.92 5839.23,488.879 4979.55,264.25 4209.15,62.6406 2611.47,113.039 1795.71,318.961 1201.71,468.012 756.75,722.172 756.75,1015.93 c 0,658.07 961.2,650.15 1088.64,1512.71 l 293.76,1992.25 c 347.04,2357.27 3301.92,2287.43 3845.52,-22.33" /><path
id="path52"
style="fill:#dd7c56;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 5913.39,4482 c -133.2,564.48 -436.32,1073.52 -928.08,1395.37 -720.72,471.59 -1681.92,413.27 -2274.48,-239.77 -284.4,-313.2 -438.48,-712.8 -498.96,-1127.51 L 1918.11,2518.56 C 1786.36,1623.6 830.191,1618.56 830.191,1015.93 c 0,-146.891 151.204,-269.278 262.799,-341.278 563.76,-361.453 1589.76,-442.812 2250,-460.8 474.48,-13.692 1158.48,0.718 1617.84,120.949 1023.84,267.84 1378.8,982.799 1280.88,2017.439 -67.68,712.08 -164.16,1432.81 -328.32,2129.76" /><path
id="path54"
style="fill:#f18f69;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 5913.39,4482 c -133.2,564.48 -436.32,1073.52 -928.08,1395.37 -720.72,471.59 -1681.92,413.27 -2274.48,-239.77 -284.4,-313.2 -498.96,-893.52 -498.96,-1267.92 V 2661.84 c 0,-2264.391 4223.52,-2357.988 4029.84,-309.6 -67.68,712.08 -164.16,1432.81 -328.32,2129.76" /><path
id="path56"
style="fill:#f8a584;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 3605.07,2551.69 c 469.44,133.19 1349.28,154.79 1949.76,25.19 555.84,-119.52 364.32,-765.36 -10.08,-1021.68 -420.48,-288 -1362.24,-385.19 -1932.48,-52.56 -469.43,273.61 -512.64,906.49 -7.2,1049.05 z M 5913.39,4482 c -133.2,564.48 -436.32,1073.52 -928.08,1395.37 -206.64,134.63 -437.04,229.67 -679.68,276.47 -233.28,44.64 -473.76,44.64 -706.32,-5.03 -159.84,-33.85 -311.76,-90.73 -452.16,-167.05 -339.11,-318.96 -497.52,-905.03 -497.52,-1600.56 0,-278.63 156.24,-555.12 472.32,-723.6 624.24,-332.63 2462.4,-446.39 2794.32,279.36 66.96,146.89 46.8,334.8 -2.88,545.04" /><path
id="path58"
style="fill:#dd7c56;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 2312.67,4183.21 c 97.2,-8.65 160.57,-119.53 141.84,-248.41 -18.72,-128.87 -111.6,-226.79 -208.08,-218.15 -97.2,8.63 -160.56,119.51 -141.84,248.4 18.72,128.87 111.6,226.79 208.08,218.16 z m 168.49,1077.11 c 68.39,-6.48 113.76,-84.96 100.07,-176.4 -12.96,-91.44 -79.2,-160.56 -147.6,-154.8 -68.4,5.76 -113.04,84.96 -100.08,176.4 12.96,91.45 79.2,160.56 147.61,154.8 z m 158.39,357.12 c 318.96,387.36 812.88,610.57 1275.12,617.76 -73.44,-216 -1072.08,-687.6 -1275.12,-617.76 z m 16.56,-812.88 c 120.96,-10.8 200.16,-149.76 177.13,-311.04 -23.05,-161.28 -139.69,-282.96 -260.65,-272.16 -120.96,10.08 -200.16,149.04 -177.12,310.32 23.04,161.29 139.68,282.97 260.64,272.88" /><path
id="path60"
style="fill:#fef0e6;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 5078.91,4326.48 145.44,-120.96 c 118.08,30.96 201.61,141.12 171.36,342 l -78.48,532.8 c -66.96,457.2 -728.64,458.64 -746.64,9.36 -1.44,-33.12 -19.43,-54.72 -43.2,-58.32 l -276.48,-41.76 c -29.52,-4.31 -61.92,-9.36 -80.64,59.76 -107.28,409.69 -917.28,374.4 -829.44,-218.87 l 84.24,-573.85 c 67.68,-455.75 660.96,-426.23 756.73,-62.63 l 897.11,132.47" /><path
id="path62"
style="fill:#291521;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 5139.39,4830.49 20.16,-138.25 c 49.68,-336.95 -432,-408.23 -481.68,-71.28 l -38.88,260.64 c -48.96,331.92 424.08,404.64 480.96,79.93 l -97.92,-51.85 c -12.24,-5.76 -18.72,-18.72 -16.56,-31.67 1.44,-13.69 11.53,-23.76 24.48,-25.93 z m -1218.96,-179.29 20.16,-138.96 c 49.68,-336.95 -432,-408.23 -481.68,-71.28 l -38.15,261.36 c -48.96,331.93 424.07,404.65 480.23,79.21 l -97.92,-51.13 c -12.24,-6.48 -18.72,-18.72 -16.56,-32.39 2.16,-12.96 11.53,-23.76 25.2,-25.93 l 108.72,-20.88" /><path
id="path64"
style="fill:#f8a584;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 5546.91,4644.01 c -199.44,54.71 -451.44,-54.01 -562.32,-243.37 -110.16,-189.36 -38.16,-388.07 162,-442.8 200.16,-54.72 452.16,54 562.32,243.36 110.88,189.36 38.16,388.08 -162,442.81 z m -2348.64,-360 c 259.2,125.99 637.92,96.48 846,-66.97 208.8,-162.72 167.76,-396.72 -90.72,-522.72 -259.2,-125.99 -637.92,-95.76 -846,66.97 -208.8,163.43 -167.76,397.43 90.72,522.72" /><path
id="path66"
style="fill:#d5764b;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 4377.63,3132 c 95.04,12.25 318.24,126.01 390.96,234.73 15.12,20.87 98.64,33.83 119.52,12.23 43.2,-45.36 99.36,-151.2 140.4,-145.44 251.28,37.44 444.96,236.16 464.4,663.84 9.36,217.44 -224.64,379.44 -357.12,372.24 C 4987.47,4260.96 4115.55,4129.92 3672.03,4043.52 3533.79,4016.16 3463.24,3902.4 3472.59,3844.08 3577,3191.76 4019.08,3085.2 4377.63,3132" /><path
id="path68"
style="fill:#b65e39;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 3802.35,3813.12 c 182.88,-301.68 306,-581.76 493.92,-742.31 293.76,-249.85 892.08,-116.64 560.88,905.75 l -1054.8,-163.44" /><path
id="path70"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 3908.19,3577.68 244.8,-61.2 100.8,-629.28 c 17.28,-110.87 -387.36,9.36 -345.6,690.48 z m 1352.16,242.64 -224.64,-130.31 34.56,-638.65 c 6.48,-113.03 372.96,121.68 190.08,768.96" /><path
id="path72"
style="fill:#fbcca8;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 4410.03,3286.08 c 102.24,27.36 272.88,149.04 384.48,371.52 19.44,38.88 47.52,42.49 75.61,7.92 137.51,-168.47 184.31,-273.6 250.55,-254.16 328.32,83.52 454.32,436.32 466.56,756.01 9.36,229.67 -92.16,340.55 -243.35,331.19 -637.92,-40.32 -1288.09,-128.16 -1872.72,-287.28 -92.89,-25.2 -97.92,-116.63 -84.25,-211.67 68.4,-461.53 580.32,-830.88 1023.12,-713.53" /><path
id="path74"
style="fill:#fef0e6;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="M 4646.19,4434.48 C 4299.87,4392 3957.87,4332.97 3633.88,4253.04 c -25.21,-24.48 -33.85,-71.28 -25.21,-128.15 53.28,-365.05 406.08,-699.84 753.84,-677.53 159.12,10.09 375.84,318.97 380.16,362.88 19.44,212.4 -30.96,423.37 -96.48,624.24 z m 897.84,-554.39 c 25.92,93.59 39.6,192.23 43.2,287.28 9.36,229.67 -92.16,340.55 -243.35,331.19 -178.57,-11.52 -358.57,-26.63 -537.85,-46.08 52.56,-198 81.36,-402.48 89.28,-608.4 51.12,-105.12 169.92,-200.88 302.4,-202.32 120.24,-0.72 309.6,120.24 346.32,238.33" /><path
id="path76"
style="fill:#f9ac87;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 3881.55,3772.8 -90,-48.95 c -46.08,-25.21 -14.4,-82.81 30.96,-57.6 l 90,48.95 c 46.08,24.48 14.4,82.08 -30.96,57.6 z m 381.6,195.84 -74.16,-70.56 c -38.16,-35.99 7.2,-83.51 45.36,-47.52 l 74.16,70.56 c 37.45,36.01 -7.2,83.53 -45.36,47.52 z m -344.16,23.76 -102.24,2.88 c -52.56,1.45 -54,-64.79 -1.44,-65.52 l 102.24,-2.88 c 51.84,-1.43 54,64.08 1.44,65.52 z m 625.68,-210.23 -33.12,-97.2 c -17.28,-48.97 44.64,-70.57 61.92,-21.6 l 33.84,97.19 c 16.57,48.97 -45.36,70.56 -62.64,21.61 z m -464.4,-165.61 -53.27,-87.83 c -27.37,-44.65 28.79,-78.49 56.15,-33.85 l 53.28,87.12 c 27.36,44.65 -28.8,78.49 -56.16,34.56 z m 241.93,91.45 -25.2,-99.37 c -12.97,-50.4 50.39,-66.95 63.35,-15.84 l 25.2,99.37 c 12.96,50.4 -50.4,66.24 -63.35,15.84 z m 1058.39,488.87 102.25,5.76 c 52.55,2.88 56.15,-62.64 4.31,-65.52 l -102.23,-5.76 c -52.57,-2.88 -56.17,62.65 -4.33,65.52 z m -114.48,-141.12 91.44,-46.08 c 46.8,-23.75 17.28,-82.8 -29.51,-59.04 l -91.45,46.09 c -46.8,23.76 -17.28,82.08 29.52,59.03 z m -193.68,-159.11 68.4,-77.04 c 34.56,-38.89 -14.4,-82.81 -49.67,-43.21 l -67.69,76.32 c -34.56,38.88 14.4,82.08 48.96,43.93 z m 222.49,-11.53 76.31,-68.39 c 38.89,-35.29 -5.04,-84.24 -43.92,-48.97 l -76.32,67.69 c -38.88,35.27 5.04,84.23 43.93,49.67 z m -37.45,424.08 85.68,56.16 c 43.92,28.08 79.92,-26.64 36,-55.44 l -85.68,-56.16 c -43.2,-28.07 -79.92,26.64 -36,55.44 z m -1206,-152.64 -97.92,28.8 c -50.4,15.13 -69.12,-48.24 -18.72,-63.36 l 97.92,-28.79 c 50.4,-14.4 69.12,48.23 18.72,63.35" /><path
id="path78"
style="fill:#291521;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 5107.71,4456.8 c -21.6,-189.36 -158.4,-399.6 -323.28,-432 -167.04,-32.4 -433.44,113.04 -515.52,302.4 -33.12,75.61 19.44,122.4 59.04,135.37 209.52,69.11 465.12,114.47 695.52,110.87 61.92,-0.72 94.32,-27.36 84.24,-116.64" /><path
id="path80"
style="fill:#6c2523;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 5006.91,4504.32 c 40.32,-180.71 -432.72,-250.56 -472.32,-69.84 153.36,41.04 311.04,65.52 472.32,69.84" /><path
id="path82"
style="fill:#b65e39;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 2679.15,2585.52 c -235.44,167.77 -563.76,-7.92 -468.72,-377.28 118.8,-462.96 250.56,-821.51 370.8,-1082.87 201.61,-436.331 673.92,-408.968 1157.76,-66.24 581.04,411.83 684,946.8 379.44,938.88 -330.48,-8.65 -569.52,-30.96 -690.48,55.43 l -748.8,532.08" /></g></g></svg>

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,122 @@
/*! dup tooltip */
(function ($) {
DuplicatorTooltip = {
initialized: false,
messages: {
'copy': 'Copy to clipboard',
'copied': 'copied to clipboard',
'copyUnable': 'Unable to copy'
},
load: function () {
if (this.initialized) {
return;
}
this.loadSelector('[data-tooltip]');
this.loadCopySelector('[data-dup-copy-value]');
this.initialized = true;
},
loadSelector: function (selector) {
$(selector).each(function () {
if (this._tippy) {
// already init
return;
}
tippy(this, {
content: function (ref) {
var header = ref.dataset.tooltipTitle;
var body = ref.dataset.tooltip;
var res = header !== undefined ? '<h3>' + header + '</h3>' : '';
res += '<div class="dup-tippy-content">' + body + '</div>';
return res;
},
allowHTML: true,
interactive: true,
placement: this.dataset.tooltipPlacement ? this.dataset.tooltipPlacement : 'bottom-start',
theme: 'duplicator',
zIndex: 900000,
appendTo: document.body
});
$(this).data('dup-tooltip-loaded', true);
});
},
loadCopySelector: function (selector) {
$(selector).each(function () {
if (this._tippy) {
// already init
return;
}
var element = $(this);
if (element.hasClass('disabled')) {
return;
}
var tippyElement = tippy(this, {
allowHTML: true,
placement: this.dataset.tooltipPlacement ? this.dataset.tooltipPlacement : 'bottom-start',
theme: 'duplicator',
zIndex: 900000,
hideOnClick: false,
trigger: 'manual'
});
var copyTitle = element.is('[data-dup-copy-title]') ? element.data('dup-copy-title') : DuplicatorTooltip.messages.copy;
tippyElement.setContent('<div class="dup-tippy-content">' + copyTitle + '</div>');
//Have to set manually otherwise might hide on click.
element.mouseover(function () {
tippyElement.show();
}).mouseout(function () {
tippyElement.hide();
});
element.click(function () {
var valueToCopy = element.data('dup-copy-value');
var copiedTitle = element.is('[data-dup-copied-title]') ? element.data('dup-copied-title') : valueToCopy + ' ' + DuplicatorTooltip.messages.copied;
var message = DuplicatorTooltip.messages.copyUnable;
var tmpArea = jQuery("<textarea></textarea>").css({
position: 'absolute',
top: '-10000px'
}).text(valueToCopy).appendTo("body");
tmpArea.select();
try {
message = document.execCommand('copy') ? copiedTitle : 'Unable to copy';
} catch (err) {
console.log(err);
}
tippyElement.setContent('<div class="dup-tippy-content">' + message + '</div>');
tippyElement.setProps({ theme: 'duplicator-filled' });
setTimeout(function () {
tippyElement.setContent('<div class="dup-tippy-content">' + copyTitle + '</div>');
tippyElement.setProps({ theme: 'duplicator' });
}, 2000);
});
});
},
updateElementContent: function (selector, content) {
if ($(selector).get(0)) {
$(selector).get(0)._tippy.setContent('<div class="dup-tippy-content">' + content + '</div>');
}
},
unload: function () {
var tooltips = document.querySelectorAll('[data-tooltip], [data-dup-copy-value]');
tooltips.forEach(function (element) {
if (element._tippy) {
element._tippy.destroy();
element._tippy = null;
}
});
this.initialized = false;
},
reload: function () {
this.unload();
this.load();
}
}
})(jQuery);

View File

@@ -0,0 +1,102 @@
/**
* Duplicator Dismissible Notices.
*
*/
'use strict';
var DupExtraPlugins = window.DupExtraPlugins || (function (document, window, $) {
/**
* Public functions and properties.
*/
var app = {
/**
* Start the engine.
*/
init: function () {
$(app.ready);
},
/**
* Document ready.
*/
ready: function () {
app.events();
},
/**
* Dismissible notices events.
*/
events: function () {
$(document).on(
'click',
'button.dup-extra-plugin-item[data-plugin]',
function (e) {
e.preventDefault();
if ($(this).hasClass('disabled')) {
return;
}
let button = $(this);
let status = $(this).closest('.actions').find('.status').eq(0);
let statusLabel = status.find('.status-label').eq(0)
let statusLabelText = statusLabel.html();
let buttonText = $(this).html();
$(this).addClass('disabled');
$(this).html('Loading...');
$.post(
duplicator_extra_plugins.ajax_url,
{
action: 'duplicator_install_extra_plugin',
nonce: duplicator_extra_plugins.extra_plugin_install_nonce,
plugin: $(this).data('plugin'),
}
).done(function (response) {
console.log(response);
if (response.success !== true) {
console.log("Plugin installed failed with message: " + response.data.message);
statusLabel.html('Failure');
statusLabel.addClass('status-installed');
button.fadeOut(300);
setTimeout(function () {
statusLabel.html(statusLabelText);
statusLabel.removeClass('status-installed');
button.html(buttonText);
button.removeClass('disabled');
button.fadeIn(100);
}, 3000);
return;
}
button.fadeOut(500);
status.fadeOut(500);
button.html('Activated');
statusLabel.html('Active');
statusLabel.removeClass('status-missing');
statusLabel.removeClass('status-installed');
statusLabel.addClass('status-active');
button.fadeIn(300);
status.fadeIn(300);
});
}
);
},
};
return app;
}(document, window, jQuery));
// Initialize.
DupExtraPlugins.init();

View File

@@ -0,0 +1,139 @@
jQuery(document).ready(function ($) {
$('.duplicator-admin-notice[data-to-dismiss]').each(function () {
var notice = $(this);
var notice_to_dismiss = notice.data('to-dismiss');
notice.find('.notice-dismiss').on('click', function (event) {
event.preventDefault();
$.post(ajaxurl, {
action: 'duplicator_admin_notice_to_dismiss',
notice: notice_to_dismiss,
nonce: dup_global_script_data.nonce_admin_notice_to_dismiss
});
});
});
$('.dup-settings-lite-cta .dismiss').on('click', function (event) {
event.preventDefault();
$.post(
ajaxurl,
{
action: 'duplicator_settings_callout_cta_dismiss',
nonce: dup_global_script_data.nonce_settings_callout_to_dismiss
},
function (response) {
if (response.success) {
$('.dup-settings-lite-cta').fadeOut(300);
}
}
);
});
$('#dup-packages-bottom-bar-dismiss').on('click', function (event) {
event.preventDefault();
$.post(
ajaxurl,
{
action: 'duplicator_packages_bottom_bar_dismiss',
nonce: dup_global_script_data.nonce_packages_bottom_bar_dismiss
},
function (response) {
if (response.success) {
$('#dup-packages-bottom-bar').closest('tr').fadeOut(300);
}
}
);
});
$('.dup-subscribe-form button').on('click', function (event) {
event.preventDefault();
var button = $('.dup-subscribe-form button');
var wrapper = $('.dup-subscribe-form');
var input = $('.dup-subscribe-form input[name="email"]');
button.html('Subscribing...');
input.attr('disabled', 'disabled');
$.post(
ajaxurl,
{
action: 'duplicator_email_subscribe',
email: input.val(),
nonce: dup_global_script_data.nonce_email_subscribe
},
function (response) {
if (response.success) {
wrapper.fadeOut(300);
button.html('Subscribed &#10003');
wrapper.fadeIn(300);
setTimeout(function () {
wrapper.fadeOut(300);
}, 3000);
} else {
console.log("Email subscription failed with message: " + response.message);
button.html('Failed &#10007');
setTimeout(function () {
button.html('Subscribe');
input.removeAttr('disabled');
}, 3000);
}
}
);
});
function dupDashboardUpdate() {
jQuery.ajax({
type: "POST",
url: dup_global_script_data.ajaxurl,
dataType: "json",
data: {
action: 'duplicator_dashboad_widget_info',
nonce: dup_global_script_data.nonce_dashboard_widged_info
},
success: function (result, textStatus, jqXHR) {
if (result.success) {
$('#duplicator_dashboard_widget .dup-last-backup-info').html(result.data.funcData.lastBackupInfo);
if (result.data.funcData.isRunning) {
$('#duplicator_dashboard_widget #dup-pro-create-new').addClass('disabled');
} else {
$('#duplicator_dashboard_widget #dup-pro-create-new').removeClass('disabled');
}
}
},
complete: function() {
setTimeout(
function(){
dupDashboardUpdate();
},
5000
);
}
});
}
if ($('#duplicator_dashboard_widget').length) {
dupDashboardUpdate();
$('#duplicator_dashboard_widget #dup-dash-widget-section-recommended').on('click', function (event) {
event.stopPropagation();
$(this).closest('.dup-section-recommended').fadeOut();
jQuery.ajax({
type: "POST",
url: dup_global_script_data.ajaxurl,
dataType: "json",
data: {
action: 'duplicator_dismiss_recommended_plugin',
nonce: dup_global_script_data.nonce_dashboard_widged_dismiss_recommended
},
success: function (result, textStatus, jqXHR) {
// do nothing
}
});
});
}
});

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
<?php
//silent

View File

@@ -0,0 +1,409 @@
<?php
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
?>
<script>
/* DESCRIPTION: Methods and Objects in this file are global and common in
* nature use this file to place all shared methods and varibles */
//UNIQUE NAMESPACE
Duplicator = new Object();
Duplicator.UI = new Object();
Duplicator.Pack = new Object();
Duplicator.Settings = new Object();
Duplicator.Tools = new Object();
Duplicator.Debug = new Object();
//GLOBAL CONSTANTS
Duplicator.DEBUG_AJAX_RESPONSE = false;
Duplicator.AJAX_TIMER = null;
Duplicator.parseJSON = function(mixData) {
try {
var parsed = JSON.parse(mixData);
return parsed;
} catch (e) {
console.log("JSON parse failed - 1");
console.log(mixData);
}
if (mixData.indexOf('[') > -1 && mixData.indexOf('{') > -1) {
if (mixData.indexOf('{') < mixData.indexOf('[')) {
var startBracket = '{';
var endBracket = '}';
} else {
var startBracket = '[';
var endBracket = ']';
}
} else if (mixData.indexOf('[') > -1 && mixData.indexOf('{') === -1) {
var startBracket = '[';
var endBracket = ']';
} else {
var startBracket = '{';
var endBracket = '}';
}
var jsonStartPos = mixData.indexOf(startBracket);
var jsonLastPos = mixData.lastIndexOf(endBracket);
if (jsonStartPos > -1 && jsonLastPos > -1) {
var expectedJsonStr = mixData.slice(jsonStartPos, jsonLastPos + 1);
try {
var parsed = JSON.parse(expectedJsonStr);
return parsed;
} catch (e) {
console.log("JSON parse failed - 2");
console.log(mixData);
throw e;
return false;
}
}
throw "could not parse the JSON";
return false;
}
/* ============================================================================
* BASE NAMESPACE: All methods at the top of the Duplicator Namespace
* ============================================================================ */
/* Starts a timer for Ajax calls */
Duplicator.StartAjaxTimer = function()
{
Duplicator.AJAX_TIMER = new Date();
};
/* Ends a timer for Ajax calls */
Duplicator.EndAjaxTimer = function()
{
var endTime = new Date();
Duplicator.AJAX_TIMER = (endTime.getTime() - Duplicator.AJAX_TIMER) /1000;
};
/* Reloads the current window
* @param data An xhr object */
Duplicator.ReloadWindow = function(data)
{
if (Duplicator.DEBUG_AJAX_RESPONSE) {
Duplicator.Pack.ShowError('debug on', data);
} else {
window.location.reload(true);
}
};
//Basic Util Methods here:
Duplicator.OpenLogWindow = function(target)
{
var target = "log-win" || null;
if (target != null) {
window.open('?page=duplicator-tools&tab=diagnostics&section=log', 'log-win');
} else {
window.open('<?php echo esc_js(DUP_Settings::getSsdirUrl()); ?>' + '/' + log)
}
};
/* ============================================================================
* UI NAMESPACE: All methods at the top of the Duplicator Namespace
* ============================================================================ */
/* Saves the state of a UI element */
Duplicator.UI.SaveViewState = function (key, value)
{
if (key != undefined && value != undefined ) {
jQuery.ajax({
type: "POST",
url: ajaxurl,
dataType: "text",
data: {
action : 'DUP_CTRL_UI_SaveViewState',
key: key,
value: value,
nonce: '<?php echo wp_create_nonce('DUP_CTRL_UI_SaveViewState'); ?>'
},
success: function(respData) {
try {
var data = Duplicator.parseJSON(respData);
} catch(err) {
console.error(err);
console.error('JSON parse failed for response data: ' + respData);
return false;
}
},
error: function(data) {}
});
}
}
/* Saves multiple states of a UI element */
Duplicator.UI.SaveMulViewStates = function (states)
{
jQuery.ajax({
type: "POST",
url: ajaxurl,
dataType: "text",
data: {
action : 'DUP_CTRL_UI_SaveViewState',
states: states,
nonce: '<?php echo wp_create_nonce('DUP_CTRL_UI_SaveViewState'); ?>'
},
success: function(respData) {
try {
var data = Duplicator.parseJSON(respData);
} catch(err) {
console.error(err);
console.error('JSON parse failed for response data: ' + respData);
return false;
}
},
error: function(data) {}
});
}
/* Animates the progress bar */
Duplicator.UI.AnimateProgressBar = function(id)
{
//Create Progress Bar
var $mainbar = jQuery("#" + id);
$mainbar.progressbar({ value: 100 });
$mainbar.height(25);
runAnimation($mainbar);
function runAnimation($pb) {
$pb.css({ "padding-left": "0%", "padding-right": "90%" });
$pb.progressbar("option", "value", 100);
$pb.animate({ paddingLeft: "90%", paddingRight: "0%" }, 3000, "linear", function () { runAnimation($pb); });
}
}
Duplicator.UI.IsSaveViewState = true;
/* Toggle MetaBoxes */
Duplicator.UI.ToggleMetaBox = function()
{
var $title = jQuery(this);
var $panel = $title.parent().find('.dup-box-panel');
var $arrow = $title.parent().find('.dup-box-arrow i');
var key = $panel.attr('id');
var value = $panel.is(":visible") ? 0 : 1;
$panel.toggle();
if (Duplicator.UI.IsSaveViewState)
Duplicator.UI.SaveViewState(key, value);
(value)
? $arrow.removeClass().addClass('fa fa-caret-up')
: $arrow.removeClass().addClass('fa fa-caret-down');
}
Duplicator.UI.readonly = function(item)
{
jQuery(item).attr('readonly', 'true').css({color:'#999'});
}
Duplicator.UI.disable = function(item)
{
jQuery(item).attr('disabled', 'true').css({color:'#999'});
}
Duplicator.UI.enable = function(item)
{
jQuery(item).removeAttr('disabled').css({color:'#000'});
jQuery(item).removeAttr('readonly').css({color:'#000'});
}
//Init
jQuery(document).ready(function($)
{
Duplicator.UI.loadQtip = function()
{
//Look for tooltip data
$('[data-tooltip!=""]').qtip({
content: {
attr: 'data-tooltip',
title: function() {
if ($(this)[0].hasAttribute("data-tooltip-title")) {
return $(this).data('tooltip-title');
} else {
return false;
}
}
},
style: {
classes: 'qtip-light qtip-rounded qtip-shadow',
width: 500
},
position: {
my: 'top left',
at: 'bottom center'
}
});
}
Duplicator.UI.loadSimpeQtip = function()
{
//Look for tooltip data
$('[data-simpletip!=""]').qtip({
content: {
attr: 'data-simpletip'
},
style: {
classes: 'qtip-light qtip-rounded qtip-shadow'
},
position: {
my: 'top left',
at: 'bottom center'
}
});
}
Duplicator.UI.Copytext = function () {
$('[data-dup-copy-text]').each(function () {
$(this).click(function () {
var elem = $(this);
var message = '';
var textToCopy = elem.data('dup-copy-text');
var tmpArea = jQuery("<textarea></textarea>").css({
position: 'absolute',
top: '-10000px'
}).text(textToCopy).appendTo( "body" );
tmpArea.select();
try {
var successful = document.execCommand('copy');
message = successful ? '<?php echo esc_html_e('Copied: ', 'duplicator'); ?>' + textToCopy : '<?php echo esc_html_e('unable to copy'); ?>';
} catch (err) {
message = '<?php echo esc_html_e('unable to copy', 'duplicator'); ?>';
}
elem.qtip('option', 'content.text', message).qtip('show');
setTimeout(function(){
elem.qtip('option', 'content.text', '<?php esc_html_e('Copy to Clipboard!', 'duplicator'); ?>');
}, 2000);
}).qtip({
content: {
text: '<?php esc_html_e('Copy to Clipboard!', 'duplicator'); ?>'
},
style: {
classes: 'qtip-light qtip-rounded qtip-shadow'
},
position: {
my: 'top left',
at: 'bottom center'
}
});
});
};
//INIT: Tabs
$("div[data-dup-tabs='true']").each(function () {
//Load Tab Setup
var $root = $(this);
var $lblRoot = $root.find('ul:first-child')
var $lblKids = $lblRoot.children('li');
var $pnls = $root.children('div');
//Apply Styles
$root.addClass('categorydiv');
$lblRoot.addClass('category-tabs');
$pnls.addClass('tabs-panel').css('display', 'none');
$lblKids.eq(0).addClass('tabs').css('font-weight', 'bold');
$pnls.eq(0).show();
//Attach Events
$lblKids.click(function(evt)
{
var $lbls = $(evt.target).parent().children('li');
var $pnls = $(evt.target).parent().parent().children('div');
var index = ($(evt.target).index());
$lbls.removeClass('tabs').css('font-weight', 'normal');
$lbls.eq(index).addClass('tabs').css('font-weight', 'bold');
$pnls.hide();
$pnls.eq(index).show();
});
});
//Init: Toggle MetaBoxes
$('div.dup-box div.dup-box-title').each(function() {
var $title = $(this);
var $panel = $title.parent().find('.dup-box-panel');
var $arrow = $title.find('.dup-box-arrow');
$title.click(Duplicator.UI.ToggleMetaBox);
($panel.is(":visible"))
? $arrow.html('<i class="fa fa-caret-up"></i>')
: $arrow.html('<i class="fa fa-caret-down"></i>');
});
Duplicator.UI.loadQtip();
Duplicator.UI.loadSimpeQtip();
Duplicator.UI.Copytext();
//HANDLEBARS HELPERS
if (typeof(Handlebars) != "undefined"){
function _handleBarscheckCondition(v1, operator, v2) {
switch(operator) {
case '==':
return (v1 == v2);
case '===':
return (v1 === v2);
case '!==':
return (v1 !== v2);
case '<':
return (v1 < v2);
case '<=':
return (v1 <= v2);
case '>':
return (v1 > v2);
case '>=':
return (v1 >= v2);
case '&&':
return (v1 && v2);
case '||':
return (v1 || v2);
case 'obj||':
v1 = typeof(v1) == 'object' ? v1.length : v1;
v2 = typeof(v2) == 'object' ? v2.length : v2;
return (v1 !=0 || v2 != 0);
default:
return false;
}
}
Handlebars.registerHelper('ifCond', function (v1, operator, v2, options) {
return _handleBarscheckCondition(v1, operator, v2)
? options.fn(this)
: options.inverse(this);
});
Handlebars.registerHelper('if_eq', function(a, b, opts) { return (a == b) ? opts.fn(this) : opts.inverse(this);});
Handlebars.registerHelper('if_neq', function(a, b, opts) { return (a != b) ? opts.fn(this) : opts.inverse(this);});
}
//Prevent notice boxes from flashing as its re-positioned in DOM
$('div.dup-wpnotice-box').show(300);
});
jQuery(document).ready(function($) {
$('.duplicator-message .notice-dismiss, .duplicator-message .duplicator-notice-dismiss, .duplicator-message .duplicator-notice-rate-now')
.on('click', function (event) {
if ('button button-primary duplicator-notice-rate-now' !== $(event.target).attr('class')) {
event.preventDefault();
}
$.post(ajaxurl, {
action: 'duplicator_set_admin_notice_viewed',
notice_id: $(this).closest('.duplicator-message-dismissed').data('notice_id'),
nonce: '<?php echo wp_create_nonce('duplicator_set_admin_notice_viewed'); ?>'
});
var $wrapperElm = $(this).closest('.duplicator-message-dismissed');
$wrapperElm.fadeTo(100, 0, function () {
$wrapperElm.slideUp(100, function () {
$wrapperElm.remove();
});
});
});
$('#screen-meta-links, #screen-meta').prependTo('#dup-meta-screen');
$('#screen-meta-links').show();
});
</script>

View File

@@ -0,0 +1,3 @@
<?php
//silent

File diff suppressed because one or more lines are too long

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,196 @@
/**
* Duplicator Admin Notifications.
*
* @since 1.6.0
*/
'use strict';
var DupAdminNotifications = window.DupAdminNotifications || (function (document, window, $) {
/**
* Elements holder.
*
* @since 1.6.0
*
* @type {object}
*/
var el = {
$notifications: $('#dup-notifications'),
$nextButton: $('#dup-notifications .navigation .next'),
$prevButton: $('#dup-notifications .navigation .prev'),
$adminBarCounter: $('#wp-admin-bar-dup-menu .dup-menu-notification-counter'),
$adminBarMenuItem: $('#wp-admin-bar-dup-notifications'),
};
/**
* Public functions and properties.
*
* @since 1.6.0
*
* @type {object}
*/
var app = {
/**
* Start the engine.
*
* @since 1.6.0
*/
init: function () {
$(app.ready);
},
/**
* Document ready.
*
* @since 1.6.0
*/
ready: function () {
app.updateNavigation();
app.events();
},
/**
* Register JS events.
*
* @since 1.6.0
*/
events: function () {
el.$notifications
.on('click', '.dismiss', app.dismiss)
.on('click', '.next', app.navNext)
.on('click', '.prev', app.navPrev);
},
/**
* Click on the Dismiss notification button.
*
* @since 1.6.0
*
* @param {object} event Event object.
*/
dismiss: function (event) {
if (el.$currentMessage.length === 0) {
return;
}
// Update counter.
var count = parseInt(el.$adminBarCounter.text(), 10);
if (count > 1) {
--count;
el.$adminBarCounter.html(count);
} else {
el.$adminBarCounter.remove();
el.$adminBarMenuItem.remove();
}
// Remove notification.
var $nextMessage = el.$nextMessage.length < 1 ? el.$prevMessage : el.$nextMessage,
messageId = el.$currentMessage.data('message-id');
if ($nextMessage.length === 0) {
el.$notifications.fadeOut(300);
} else {
el.$currentMessage.remove();
$nextMessage.addClass('current');
app.updateNavigation();
}
// AJAX call - update option.
var data = {
action: 'duplicator_notification_dismiss',
nonce: dup_admin_notifications.nonce,
id: messageId,
};
$.post(dup_admin_notifications.ajax_url, data, function (res) {
if (!res.success) {
console.log(res);
}
}).fail(function (xhr, textStatus, e) {
console.log(xhr.responseText);
});
},
/**
* Click on the Next notification button.
*
* @since 1.6.0
*
* @param {object} event Event object.
*/
navNext: function (event) {
if (el.$nextButton.hasClass('disabled')) {
return;
}
el.$currentMessage.removeClass('current');
el.$nextMessage.addClass('current');
app.updateNavigation();
},
/**
* Click on the Previous notification button.
*
* @since 1.6.0
*
* @param {object} event Event object.
*/
navPrev: function (event) {
if (el.$prevButton.hasClass('disabled')) {
return;
}
el.$currentMessage.removeClass('current');
el.$prevMessage.addClass('current');
app.updateNavigation();
},
/**
* Update navigation buttons.
*
* @since 1.6.0
*/
updateNavigation: function () {
if (el.$notifications.find('.dup-notifications-message.current').length === 0) {
el.$notifications.find('.dup-notifications-message:first-child').addClass('current');
}
el.$currentMessage = el.$notifications.find('.dup-notifications-message.current');
el.$nextMessage = el.$currentMessage.next('.dup-notifications-message');
el.$prevMessage = el.$currentMessage.prev('.dup-notifications-message');
if (el.$nextMessage.length === 0) {
el.$nextButton.addClass('disabled');
} else {
el.$nextButton.removeClass('disabled');
}
if (el.$prevMessage.length === 0) {
el.$prevButton.addClass('disabled');
} else {
el.$prevButton.removeClass('disabled');
}
},
};
return app;
}(document, window, jQuery));
// Initialize.
DupAdminNotifications.init();

View File

@@ -0,0 +1,83 @@
/**
* Duplicator Dismissible Notices.
*
*/
'use strict';
var DupAdminNotices = window.DupAdminNotices || (function (document, window, $) {
/**
* Public functions and properties.
*/
var app = {
/**
* Start the engine.
*/
init: function () {
$(app.ready);
},
/**
* Document ready.
*/
ready: function () {
app.events();
},
/**
* Dismissible notices events.
*/
events: function () {
$(document).on(
'click',
'.dup-notice .notice-dismiss, .dup-notice .dup-notice-dismiss',
app.dismissNotice
);
$(document).on(
'click',
'.dup-notice .dup-multi-notice a[data-step]',
function (e) {
e.preventDefault();
var target = $(this).attr('data-step');
console.log(target)
if (target) {
var notice = $(this).closest('.dup-multi-notice');
var review_step = notice.find('.dup-multi-notice-step-' + target);
if (review_step.length > 0) {
notice.find('.dup-multi-notice-step:visible').fadeOut(function () {
review_step.fadeIn();
});
}
}
}
);
},
/**
* Dismiss notice event handler.
*
* @param {object} e Event object.
* */
dismissNotice: function (e) {
$.post(dup_admin_notices.ajax_url, {
action: 'dup_notice_dismiss',
nonce: dup_admin_notices.nonce,
id: ($(this).closest('.dup-notice').attr('id') || '').replace('dup-notice-', ''),
});
$(this).closest('.dup-notice').fadeOut();
}
};
return app;
}(document, window, jQuery));
// Initialize.
DupAdminNotices.init();

View File

@@ -0,0 +1,66 @@
var oneClickUpgradeRemoteEndpoint = "https://connect.duplicator.com/upgrade-free-to-pro";
jQuery(document).ready(function ($) {
if ($('#dup-settings-upgrade-license-key').length) {
function addErrorMessage(text) {
let msg = $('<div class="notice notice-error is-dismissible">' +
'<p>' +
text +
'</p>' +
'<button type="button" class="notice-dismiss">' +
'<span class="screen-reader-text"></span>' +
'</button>' +
'</div>'
);
msg.insertAfter( ".dup-settings-pages > h1" );
msg.find('.notice-dismiss').on('click', function (event) {
event.stopPropagation();
msg.remove();
});
}
// Client-side redirect to oneClickUpgradeRemoteEndpoint
function redirectToRemoteEndpoint(data) {
if (data["success"] != true) {
addErrorMessage(data["error_msg"]);
return;
}
$("#redirect-to-remote-upgrade-endpoint").attr("action", oneClickUpgradeRemoteEndpoint);
$("#form-oth").attr("value", data["oth"]);
$("#form-key").attr("value", data["license_key"]);
$("#form-version").attr("value", data["version"]);
$("#form-redirect").attr("value", data["redirect"]);
$("#form-endpoint").attr("value", data["endpoint"]);
$("#form-siteurl").attr("value", data["siteurl"]);
$("#form-homeurl").attr("value", data["homeurl"]);
$("#form-file").attr("value", data["file"]);
$("#redirect-to-remote-upgrade-endpoint").submit();
}
$('#dup-settings-connect-btn').on('click', function (event) {
event.stopPropagation();
var license_key = $('#dup-settings-upgrade-license-key').eq(0).val();
jQuery.ajax({
type: "POST",
url: dup_one_click_upgrade_script_data.ajaxurl,
dataType: "json",
data: {
action: 'duplicator_one_click_upgrade_prepare',
nonce: dup_one_click_upgrade_script_data.nonce_one_click_upgrade,
license_key: license_key
},
success: function (result, textStatus, jqXHR) {
if (result.success) {
redirectToRemoteEndpoint(result.data.funcData);
} else {
addErrorMessage(result.data.message);
}
},
error: function (result, textStatus, error) {
console.log(result);
}
});
});
}
});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,91 @@
/*! ================================================
* DUPLICATOR TIPPY STYLE
* Copyright:Snap Creek LLC 2015-2021
* ================================================ */
.tippy-box[data-theme~='duplicator'],
.tippy-box[data-theme~='duplicator-filled'] {
background-color: white;
color: black;
font-size: 12px;
border-width: 1px;
border-style: solid;
border-radius: 0;
padding: 0;
max-width: 250px;
}
.tippy-box[data-theme~='duplicator'] .tippy-content,
.tippy-box[data-theme~='duplicator-filled'] .tippy-content {
padding: 0;
}
.tippy-box[data-theme~='duplicator'] h3,
.tippy-box[data-theme~='duplicator-filled'] h3 {
display: block;
box-sizing: border-box;
margin: 0;
width: 100%;
padding: 5px;
font-weight: bold;
font-size: 12px;
}
.tippy-box[data-theme~='duplicator'] .dup-tippy-content,
.tippy-box[data-theme~='duplicator-filled'] .dup-tippy-content {
padding: 5px;
}
.tippy-box[data-theme~='duplicator'] .dup-tippy-content *:first-child,
.tippy-box[data-theme~='duplicator-filled'] .dup-tippy-content *:first-child {
margin-top: 0;
}
.tippy-box[data-theme~='duplicator'] .dup-tippy-content *:last-child,
.tippy-box[data-theme~='duplicator-filled'] .dup-tippy-content *:last-child {
margin-bottom: 0;
}
.tippy-box[data-placement^='top']>.tippy-arrow::before {
bottom: -9px;
}
.tippy-box[data-placement^='bottom']>.tippy-arrow::before {
top: -9px;
}
.tippy-box[data-theme~='duplicator'],
.tippy-box[data-theme~='duplicator-filled'] {
border-color: #13659C;
}
.tippy-box[data-theme~='duplicator'] h3,
.tippy-box[data-theme~='duplicato-filled'] h3 {
background-color: #13659C;
color: white;
}
.tippy-box[data-theme~='duplicator-filled'] .tippy-content {
background-color: #13659C;
color: white;
}
.tippy-box[data-theme~='duplicator'][data-placement^='top']>.tippy-arrow::before,
.tippy-box[data-theme~='duplicator-filled'][data-placement^='top']>.tippy-arrow::before {
border-top-color: #13659C;
}
.tippy-box[data-theme~='duplicator'][data-placement^='bottom']>.tippy-arrow::before,
.tippy-box[data-theme~='duplicator-filled'][data-placement^='bottom']>.tippy-arrow::before {
border-bottom-color: #13659C;
}
.tippy-box[data-theme~='duplicator'][data-placement^='left']>.tippy-arrow::before,
.tippy-box[data-theme~='duplicator-filled'][data-placement^='left']>.tippy-arrow::before {
border-left-color: #13659C;
}
.tippy-box[data-theme~='duplicator'][data-placement^='right']>.tippy-arrow::before,
.tippy-box[data-theme~='duplicator-filled'][data-placement^='right']>.tippy-arrow::before {
border-right-color: #13659C;
}

View File

@@ -0,0 +1,3 @@
<?php
//silent

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More