first commit

This commit is contained in:
Roman Pyrih
2026-04-03 10:22:35 +02:00
commit 5de35e358d
8424 changed files with 2907254 additions and 0 deletions

View File

@@ -0,0 +1,115 @@
/*! ================================================
* DUPLICATOR NOTICES STYLE
* Copyright:Snap Creek LLC 2015-2021
* ================================================ */
.duplicator-gen-admin-notice {
position: relative;
}
.duplicator-gen-admin-notice .notice-dismiss {
text-decoration: none;
}
.dpro-admin-notice {
background: #fff;
border-left-width: 4px;
border-left-style: solid;
border-top: 4px;
width: calc(100% - 22px);
padding: 10px;
overflow: hidden;
box-sizing: border-box;
}
.wrap .dpro-admin-notice {
width: 100%;
}
.dup-border-left-red-notice {
background: #fff;
border-left: 4px solid #ED494D;
padding: 10px;
}
.dpro-admin-notice p {
overflow: hidden;
}
.dpro-admin-notice.dpro-yellow-border {
border-left-color: #dba617;
}
.dup-updated {
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;
padding: 1px 12px;
}
.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%;
}
.dpro-invalid-license {
text-align: center;
font-size: 16px;
line-height: 22px
}
.dpro-invalid-license h2 {
font-size:30px;
text-shadow: 0px 5px 5px #d8d8d8;
color: red;
margin: 30px 0 20Px 0;
}
.dpro-invalid-license p {
font-size: 1.25em;
}
.dpro-invalid-license small {
font-size: 0.8rem;
}
/** LICENSE NOTICES **/
.dpro-admin-notice.dup-license-message {
padding: 10px;
display: flex;
}
.dup-license-message h3 {
margin: 0 0 10px 0;
}
.dup-license-message .dashicons {
display:inline-block;
font-size:60px;
width:60px;
height:60px;
margin-right: 10px;
}
.dup-license-message .dup-pro-simple-style-disc {
margin: 10px 20px;
}

View File

@@ -0,0 +1,216 @@
#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;
}
.dup-notifications-message .button {
margin: 0 10px 0 0;
}
.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,3 @@
<?php
//silent

View File

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

View File

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

View File

@@ -0,0 +1,130 @@
/* ================================================
* DUPLICATOR STYLE
* Included in all admin pages
* ================================================ */
ul.dup-pro-simple-style-disc {
list-style: disc;
margin-left: 20px;
}
ul.dup-pro-simple-style-list {
margin: 0;
}
ul.dup-pro-simple-style-list li {
margin-bottom: 2px;
}
ul.dup-pro-simple-style-list li:last-child {
margin: 0;
}
ul.dup-pro-simple-style-list li::before {
content: "-";
margin: 0 5px;
}
.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,608 @@
/*! ================================================
* DUPLICATOR IMPORT STYLE
* Copyright:Snap Creek LLC 2015-2021
* ================================================ */
/* ======================================================================================================================
COMMON/SHARED DOM ELEMENTS
====================================================================================================================== */
.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 .options {
position: absolute;
right: 0;
top: 2px;
z-index: 10000;
}
.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;
}
/* ======================================================================================================================
STEP 1 - DOM ELEMENTS
====================================================================================================================== */
/* -----------------------------
MENU - DROP-DOWN HAMBURGER
----------------------------- */
.dup-pro-import-view-list,
.dup-pro-import-view-single {
position: relative;
}
.dup-pro-import-view-list.active::before,
.dup-pro-import-view-single.active::before {
content: "\f147";
font-family: dashicons;
display: inline-block;
line-height: 1;
font-weight: 400;
font-style: normal;
width: 20px;
height: 20px;
font-size: 20px;
position: absolute;
top: 50%;
left: -30px;
}
.dup-pro-toggle-sub-menu,
.dup-pro-toggle-sub-menu ul,
.dup-pro-toggle-sub-menu li {
margin: 0;
}
.dup-pro-toggle-sub-menu .title {
color: #666666;
font-weight: bold;
}
.dup-pro-toggle-sub-menu .separator {
border-top: 1px solid #ccd0d4;
}
.dup-pro-toggle-sub-menu .dup-pro-toggle {
display: inline-block;
width: 100%;
box-sizing: border-box;
text-align: right;
}
.dup-pro-toggle-sub-menu ul {
display: none;
position: relative;
opacity: 0;
border: 1px solid #ccd0d4;
z-index: -1;
background: #FEFEFE;
transition: opacity 0.3s;
padding-bottom: 20px;
}
.dup-pro-toggle-sub-menu:hover ul {
display: block;
opacity: 1;
z-index: 10001;
}
.dup-pro-toggle-sub-menu ul li {
padding: 10px 10px 10px 40px;
}
.dup-pro-toggle-sub-menu ul li.title {
padding: 10px 10px 0 10px;
}
#dup-pro-import-vews-and-opt-wrapper .description {
display: block;
color: #666666;
font-style: italic;
}
#dup-pro-import-vews-and-opt-wrapper {
width: 250px;
}
/* -----------------------------
DRAG-DROP UPLOAD AREA
----------------------------- */
.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-pro-import-upload-file-footer .dup-pro-open-help-link {
letter-spacing: 2px;
float: right;
}
/* -----------------------------
ARCHIVE DISPLAY RESULTS:
Basic/Advanced
----------------------------- */
.dup-drag-drop-message {
font-size: 18px;
font-weight: bold;
display: block;
margin: 20px 0;
}
#dup-pro-import-mode-tab-header {
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:hover {
font-weight: bold;
}
#dup-pro-import-mode-tab-header > div.active {
border-bottom: 3px solid #91BCE3;
font-weight: bold;
}
#dup-pro-import-remote-url {
box-sizing: border-box;
height: 40px;
width: 1000px;
max-width: calc(100% - 150px);
margin-right: 10px;
}
.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;
}
#dup-pro-import-mode-remote-tab sup {
font-size:10px;
color:#999;
}
div.dup-pro-import-upload-box small {
color:#999;
font-style: italic;
padding: 7px;
}
.dup-import-avail-packs .dup-pro-import-no-package-found td {
padding: 20px;
}
div.dup-pro-import-no-package-found-msg {
font-size: 15px;
text-align: center;
}
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 .separator-2x {
margin-left: 10px;
}
table.dup-import-avail-packs .funcs .dup-pro-loader {
display: flex;
}
table.dup-import-avail-packs .funcs div.actions {
text-align: right;
}
table.dup-import-avail-packs .funcs .dup-pro-import-action-cancel-upload {
margin-left: 10px;
}
.dup-pro-import-package-detail {
padding: 10px;
border-radius: 2px;
margin: 10px 0;
line-height: 1.6;
}
.dup-pro-import-package-detail-content *:first-child {
margin-top: 0;
}
.dup-pro-import-package-detail-content *:last-child {
margin-bottom: 0;
}
.dup-pro-import-package-detail ul {
margin: 0;
}
.dup-pro-import-package-detail ul li {
margin: 2px;
padding: 0;
}
.dup-pro-import-package-detail .label.title {
font-weight: bold;
font-size: 16px;
width: 100%;
margin-top: 10px;
}
.dup-pro-import-package-detail .label {
display: inline-block;
min-width: 150px;
}
.dup-pro-import-package-detail .value {
font-weight: bold;
}
div#dpro-pro-import-available-packages {
background-color: #fff;
}
#dpro-pro-import-available-packages.view-single-item .packages-list tbody {
display: block;
padding: 20px;
}
#dpro-pro-import-available-packages.view-single-item .packages-list thead,
#dpro-pro-import-available-packages.view-single-item .packages-list tbody tr {
display: none;
}
#dpro-pro-import-available-packages.view-single-item .packages-list tbody tr:first-child {
display: block;
}
#dpro-pro-import-available-packages.view-single-item .packages-list td {
display: block;
width: 100%;
padding: 0;
}
#dpro-pro-import-available-packages.view-single-item .packages-list .dup-pro-import-package-detail {
display: block !important;
background: transparent;
margin: 0;
padding: 0;
}
#dpro-pro-import-available-packages.view-single-item .packages-list .name::before {
content: "Package: ";
font-weight: bold;
margin: 0 5px 10px 0;
display: inline-block;
}
#dpro-pro-import-available-packages.view-single-item .packages-list .size,
#dpro-pro-import-available-packages.view-single-item .packages-list .created,
#dpro-pro-import-available-packages.view-single-item .packages-list .dup-pro-import-action-package-detail-toggle {
display: none;
}
@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;
}
}
.dup-pro-import-confirm-buttons {
padding: 10px;
text-align: right;
}
.dup-pro-import-confirm-buttons input {
margin-left: 5px !important;
}
/* ======================================================================================================================
STEP 2 - DOM ELEMENTS
======================================================================================================================*/
.dup-pro-import-box {
background-color: #fff;
border: 1px solid #e5e5e5;
margin: 0;
}
.dup-pro-import-box .box-title {
border-bottom: 1px solid #e5e5e5;
padding: 10px 12px;
font-weight: bold;
font-size: 17px;
font-weight: bold;
color: #000;
}
.dup-pro-import-box .box-content {
padding: 20px;
}
.dup-pro-import-box.closable .box-title {
position: relative;
}
.dup-pro-import-box.closable .box-title::after {
content: "";
position: absolute;
top: 0;
right: 0;
line-height: 36px;
display: inline-block;
width: 36px;
text-align: center;
font-family: "Font Awesome 5 Free";
content: "";
font-weight: 900;
}
.dup-pro-import-box.closable.closed .box-title {
border: 0 none;
}
.dup-pro-import-box.closable.closed .box-title::after {
content: "\f0d7";
}
.dup-pro-import-box.closable.opened .box-title::after {
content: "\f0d8";
}
.dup-pro-import-box.closable.closed .box-content {
display: none;
}
.dup-pro-import-box.closable.opened .box-content {
display: block;
}
#dup-pro-import-view-types {
position: absolute;
top: -5px;
right: 0;
}
div.dup-pro-recovery-point-selector .dup-pro-notice {
margin: 0;
font-size: 16px;
}
div.dup-pro-recovery-point-selector div.dup-pro-notice-details {
margin: 20px;
font-size: 16px;
font-style: italic;
}
/* ======================================================================================================================
STEP 3 - STAND-ALONE INSTALLER DOM ELEMENTS
======================================================================================================================*/
#dup-pro-import-installer-modal {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 2;
background-color: rgba(255, 255, 255, .6);
z-index: 1000002;
}
#dpro-pro-import-installer-iframe {
width: 100%;
min-height: 300px;
position: relative;
z-index: 1000003;
}
/* Making sure the WP menu is not under the import screen */
#wpadminbar,
#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
z-index: 1000004;
}
.dup-pro-import-installer-launch-confirm-content,
.dup-pro-import-installer-launch-confirm-content p {
font-size: 13px;
}
.dup-pro-import-installer-launch-confirm-content .dup-pro-notice {
font-color: #666;
font-style: italic;
}
.dup-pro-import-installer-launch-confirm-content .dup-pro-recovery-info-set {
border: 1px solid lightgray;
padding: 5px;
border-radius: 5px;
background: #FAFAFA;
}
.dup-pro-import-installer-launch-confirm-content .dup-pro-recovery-info-set .dup-pro-selector-wrapper {
text-align: right;
}
.dup-pro-import-installer-launch-confirm-content .dup-pro-recovery-info-set select {
margin: 0 0 5px 0;
}
.admin_page_duplicator-pro-import-installer .wpcontent {
position: relative;
}
.admin_page_duplicator-pro-import-installer #wpfooter {
display: none;
}
.admin_page_duplicator-pro-import-installer:not(.dup-actions-error) #wpbody-content>* {
display: none;
}
#dpro-pro-import-installer-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex !important;
flex-flow: column;
z-index: 1000000;
}
.admin_page_duplicator-pro-import-installer #adminmenuwrap,
#dpro-pro-import-installer-wrapper {
height: calc(100vh - 32px);
overflow: hidden;
}
@media only screen and (max-width: 782px) {
.admin_page_duplicator-pro-import-installer #adminmenuwrap,
#dpro-pro-import-installer-wrapper {
height: calc(100vh - 46px);
}
}
#dpro-pro-import-installer-iframe {
flex: 1 1 auto;
}
#dpro-pro-import-installer-top-bar {
padding: 20px 0;
}

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,803 @@
/*! ================================================
* DUPLICATOR PACKAGE STYLE
* Copyright:Snap Creek LLC 2015-2021
* ============================================== */
/* ================================================
* COMMON:GENERAL CLASSES
* ============================================= */
.margin-b-10px {margin-bottom: 10px;}
.margin-b-20px {margin-bottom: 20px;}
.margin-b-40px {margin-bottom: 40px;}
.font-silver {color:silver !important}
.font-gray {color:gray !important}
.font-black {color:black !important}
.disabled {color:gray;}
.color-alert {color:#dc3232 !important;}
.dup-cursor-pointer {cursor:pointer;}
.no-outline {outline: none !important; box-shadow: none !important;}
a.disabled:hover {
color:gray !important;
background:#e0e0e0 !important;
}
input#dup-chk-all {
margin:0; padding:0 0 0 5px;
}
.dup-data-badge {
position:relative;
}
.dup-data-badge[data-badge]:after {
content:attr(data-badge);
position:absolute;
top:-7px;
right:-7px;
font-size:.75em;
background:#d63638;
color:white;
width:16px;
height:16px;
text-align:center;
line-height:16px;
border-radius:50%;
box-shadow:0 0 1px #333;
}
div.dup-pack-status-info {
float:left;
font-style:italic;
font-size:11px;
}
/* ================================================
* COMMON:Build Progress & Misc
* ============================================= */
div.dup-build-msg {
padding:30px 20px 30px 20px;
border:1px solid #e8e8e8;
border-radius: 2px;
margin:0 0 0 0;
text-align:center;
font-size:14px;
line-height:20px;
}
div.dup-build-msg button {
display:block;
margin-top:10px !important;
font-weight:bold;
}
div.dup-build-msg div.status-hdr {
font-size:18px;
font-weight:bold
}
button.dup-build-stop-btn {
width:150px !important
}
table.dup-packtbl div#dup-progress-bar-area {
width:300px;
margin:5px auto 0 auto;
border:none;
box-shadow:none;
padding:0 0 10px 0;
}
.dup-row-complete td div.progress-error {
font-size:13px;
color:#555;
}
div.dup-quick-start {
font-style:italic;
font-size:13px;
line-height:18px;
margin-top:15px;
line-height: 23px;
}
div.dup-paged-nav {
text-align:right
}
/* ================================================
* PACK-MAIN-TABLE:Common
* ============================================= */
table.dup-packtbl tr {
border-bottom:1px solid #e8e8e8;
color:#000;
}
table.dup-packtbl td {
color:#000;
}
table.dup-packtbl td.dup-list-nopackages {
text-align:center; padding:50px 0 80px 0; font-size:20px
}
table.dup-packtbl {
word-break:break-all;
}
table.dup-packtbl tfoot th {
font-size:12px
}
table.dup-packtbl th {
white-space:nowrap !important;
}
table.dup-packtbl input[name="delete_confirm"] {
margin-left:15px
}
table.dup-packtbl {
border-collapse:collapse
}
table.dup-packtbl td {
text-overflow: ellipsis;
}
table.dup-packtbl tr:last-child {
border:none
}
#dup-header-chkall {
padding: 0;
width:30px;
}
#dup-header-chkall a {
display: block;
text-align: center;
}
th#dup-header-chkall:hover {
border-left: 1px solid #e8e8e8;
background-color:#EDEFEF;
}
th#dup-header-chkall a:focus {
outline: none !important;
box-shadow: none !important;
}
.dup-status-icons-list .icon-wrapper {
margin-right: 5px;
min-width: 15px;
display: inline-block;
}
.dup-packtbl .dup-note-column {
width: 150px;
}
.dup-packtbl .dup-storages-column {
display: none; /* future use */
width: 150px;
}
.dup-packtbl .dup-flags-column {
width: 80px;
}
.dup-packtbl .dup-created-column {
width: 100px;
}
.dup-packtbl .dup-age-column {
width: 50px;
}
.dup-packtbl .dup-size-column {
width: 80px;
}
/* ================================================
* PACK-TABLE-ROW:Visible Row Styles
* ============================================= */
tr.dup-row-alt-light {
background-color:#fff !important;
}
tr.dup-row-alt-dark {
background-color:#F6F7F7 !important;
}
tr.dup-row-incomplete td:last-child {
text-align:center;
}
tr.dup-row-complete td,
tr.dup-row-incomplete td {
white-space:nowrap;
vertical-align:middle;
}
tr.dup-row-complete td sup {
font-size:11px;
vertical-align:baseline;
position:relative;
top:-0.6em;
font-style:italic;
}
tr.dup-row-building td {
color:#6b956d !important;
}
/* --------------------
BUTTONS: Cell Areas */
.dup-cell-err-btn,
td.dup-cell-btns,
td.dup-cell-err
{
text-align:center;
white-space:nowrap;
background:linear-gradient(180deg, rgba(255,255,255,1) 16%, rgba(246,247,247,1) 51%, rgba(246,247,247,1) 100%);
border:1px solid #e8e8e8;
border-bottom:none !important;
border-right:none !important;
}
.progress-error .button,
.dup-cell-btns .button {
line-height: 50px;
}
td.dup-cell-err:hover,
td.dup-cell-btns:hover{
background:#EDEFEF;
cursor:pointer;
}
.dup-recovery-package .dup-name-column {
color: #008000;
font-weight: bold;
}
.dup-package-flags {
font-size: 15px;
color: #333;
}
.dup-package-flags .icon-wrapper {
margin-right: 8px;
}
.dup-package-flags .icon-wrapper:last-child {
margin-right: 0;
}
td.dup-cell-chk {
padding:0 !important;
}
td.dup-cell-chk label {
width:55px;
height:30px;
display:inline-block;
padding:10px 0 0 10px;
}
td.dup-cell-chk label input {
display:inline-block;
}
td.dup-cell-cancelled {
color:#a3a3a3 !important;
}
.dup-dnload-btn-single {
width:50%;
height:50px;
text-align: center !important;
}
.dup-dnload-btn-single:first-child {
border-right: 1px solid #e8e8e8 !important;
}
/* --------------------
BUTTON: Error */
.dup-cell-err-btn {
text-decoration:none !important;
padding:2px 20px 2px 20px;
width:100%;
border:none !important;
background-color: transparent !important;
}
a.dup-cell-err-btn:hover i,
a.dup-cell-err-btn:hover {
background-color: transparent !important;
}
a.dup-cell-err-btn:hover {
text-decoration: underline;
}
/* ================================================
* PACK-TABLE-CELL: Download/Store/Toggle Buttons
* ============================================= */
tr:last-child td.dup-cell-btns {
border-bottom:none
}
.dup-cell-err-btn,
td.dup-cell-incomplete,
td.dup-cell-cancelled,
td.dup-cell-btns button,
td.dup-cell-btns .button {
height:50px;
}
td.dup-cell-incomplete,
td.dup-cell-cancelled {
padding: 0;
}
td.dup-cell-btns button,
td.dup-cell-btns .button {
border:none !important;
background-color:transparent !important;
width:100%;
min-width:115px;
border-radius:0 !important;
text-align: center;
}
td.dup-cell-btns a,
td.dup-cell-btns a:focus {
outline: none !important;
box-shadow: none !important;
background: transparent !important;
}
td.dup-cell-btns button:focus,
td.dup-cell-btns a:focus {
border:none !important; box-shadow:none !important
}
td.dup-cell-btns {
cursor:pointer; padding:0; margin:0
}
td.dup-cell-btns button.disabled,
td.dup-cell-btns a.disabled {
background:transparent !important
}
/* --------------------
DOWNLOAD BUTTONS */
nav.dup-dnload-menu {
display:inline-block;
width:100%
}
nav.dup-dnload-menu-items {
display:none;
position:absolute;
z-index:1000;
padding:7px;
border:1px solid #C4C4C4;
background-color:#fff;
min-width:125px;
}
nav.dup-dnload-menu-items button {
padding:2px 2px 2px 8px;
border-color:transparent;
background:transparent;
display:block;
width:100%;
box-sizing:border-box;
text-align:left;
line-height:32px;
height:40px !important;
}
nav.dup-dnload-menu-items button:hover {
background:#efefef !important;
cursor:pointer;
text-decoration:none !important;
}
nav.dup-dnload-menu button span i.fa,
nav.dup-dnload-menu button span i.fas,
nav.dup-dnload-menu button span i.far {
display:inline-block; width:18px;
}
button.dup-dnload-btn{
text-align: center !important;
}
div.dup-dnload-btn-disabled {
padding:15px 10px 15px 10px;
width:95px;
color:#999;
}
/* --------------------
STOREAGE & TOGGLE BUTTONS */
td.dup-cell-store-btn,
td.dup-cell-toggle-btn {
width:80px;
}
td.dup-cell-toggle-btn a.button-link {
padding-top:3px;
}
td.dup-cell-toggle-btn {
text-align:center;
border-right:none !important
}
td.dup-cell-store-btn.disabled {
color:silver;
}
td.dup-cell-btns.dup-cell-store-btn.disabled:hover {
background:linear-gradient(180deg, rgba(255,255,255,1) 16%, rgba(246,247,247,1) 51%, rgba(246,247,247,1) 100%);
}
.remote-data-fail {
position:relative;
}
.remote-data-fail:after {
content:attr(data-badge);
position:absolute;
top:-5px;
right:-8px;
font-size:.5em;
background:#ca4a1f;
width:7px;
height:7px;
border-radius:50%;
}
/* ================================================
* PACKAGE-OVERVIEW-AREA
* ============================================= */
div.dup-ovr-hdr {
padding:0 0 10px 7px;
font-size: 18px;
color:#000;
width:100%;
font-weight: bold;
}
div.dup-ovr-hdr i.fa-question-circle {
color:#d9d9d9;
}
div.dup-wp-back-logo {
position: relative;
border:0 solid red;
margin:25px 0;
}
div.dup-wp-back-logo div {
position: absolute;
top:3px;
right:4px;
color:#eee;
font-size:40px
}
.dup-row-details {
border-top:none;
display:none;
background-color:#fff !important
}
.dup-row-details > td {
padding: 0;
}
.dup-row-details .dup-package-row-details-wrapper {
border-left: 3px solid #444444;
padding: 20px;
}
.dup-row-details td:hover {
background-color:#ffffff !important
}
/* --------------------
BAR INFO SECTION*/
div.dup-ovr-bar-flex-box > div {
min-width:95px;
padding:5px 5px 5px 15px;
}
div.dup-ovr-bar-flex-box label {
font-weight:bold
}
div.dup-ovr-bar-flex-box {
display:flex;
background-color:#F6F7F7;
height:50px;
border:1px solid #e8e8e8;
background:linear-gradient(180deg, hsla(180, 6%, 97%, 1) 60%, hsla(0, 0%, 100%, 1) 100%);
}
div.dup-ovr-bar-flex-box div.divider {
border-right: 1px solid #e8e8e8;
}
/* --------------------
OVERVIEW CTRL-AREA */
.dup-ovr-ctrls-flex-box {
display:flex;
flex-wrap:wrap;
flex-direction:row;
justify-content: start;
gap: 20px;
margin-top: 20px;
}
.dup-ovr-ctrls-flex-box .flex-item .dup-ovr-ctrls-hdrs {
border-bottom:1px solid #dfdfdf;
padding:0 0 5px 0
}
.dup-ovr-ctrls-flex-box .flex-item:first-child {
flex: 5 0 auto;
font-size:15px;
}
.dup-ovr-ctrls-flex-box .flex-item:last-child {
flex: 0 0 350px;
}
.flex-item > div {
padding:2px;
font-size:15px;
white-space:nowrap;
}
.flex-item > .dup-ovr-ctrls-hdrs {
font-size:18px;
margin:5px 0 10px 0;
height:40px;
}
/* --------------------
INSTALL RESOURCES*/
.dup-ovr-copy-flex-box {
display: flex;
flex-wrap: wrap;
flex-flow: row;
padding:5px;
}
.dup-ovr-copy-flex-box .flex-item:nth-of-type(1) {
flex:2 0 auto;
padding: 0;
}
.dup-ovr-copy-flex-box .flex-item:nth-of-type(2) {
flex:0 0 225px;
padding:0;
}
input.dup-ovr-ref-links {
width:100%;
text-overflow:ellipsis;
font-size:12px;
border:1px solid silver;
border-radius:0;
padding-right:25px;
}
.dup-ovr-ref-links-icon {
float: right;
margin:-22px 6px 0 0 ;
position: relative;
z-index: 2;
color: #b2b2b2;
cursor:help;
}
.dup-ovr-ctrls-flex-box sup .fa-question-circle {
padding-left:3px;
}
input.dup-ovr-ref-links.missing {
color:maroon;
}
.dup-ovr-ref-links-more {
font-size:13px;
display:block;
text-align:right;
float:right;
padding:5px 0 0 0 ;
cursor: pointer;
}
.dup-ovr-ref-copy,
.dup-ovr-ref-dwnld {
padding:5px 10px 5px 10px;
margin:-1px 0 0 7px;
border:1px solid silver;
display:inline-block;
cursor:pointer;
border-radius:2px;
min-width:85px;
text-align: center;
font-size:13px;
}
span.dup-ovr-ref-dwnld:hover {
background-color: #F0F0F0;
}
span.dup-ovr-ref-copy:hover {
border:1px solid #dcdcdc;
background-color:#f0f0f0
}
span.dup-info-msg01 {
font-size:11px;
color:gray;
font-weight:normal;
font-style:italic;
display:inline-block
}
/* --------------------
OPTIONS SECTION*/
div.dup-ovr-opts .button {
font-size:14px;
display: block;
text-align: center;
margin:10px 0 10px 0;
padding:1px 20px 3px 20px;
border:1px solid #dcdcdc;
min-width:175px;
height: 40px;
line-height: 40px;
border-radius:2px;
width: 100%;
max-width: 250px;
}
div.dup-ovr-opts .button:hover {
background-color:#f0f0f0
}
/* ================================================
* TUTORIAL DIALOG
* ============================================= */
div.dup-dlg-links-subtxt {
color:#777;
padding:0;
margin-top:-5px;
font-size:12px;
font-style: italic;
}
/* --------------------
SPINNER SECTION*/
div.dup-spin-hlp h3 {
color:#333;
font-size:24px;
margin:0 0 2px 0;
padding:5px 0 3px 0;
border-bottom: 1px solid silver;
}
div.dup-spin-hlp {
font-size:16px;
user-select:none;
}
div.dup-spin-hlp b {
font-weight: 700;
}
div.dup-spin-hlp i.fa-question-circle {
vertical-align: top;
color:#999;
font-size:11px;
}
div.dup-spin-hlp small {
color:#999;
font-style: italic;
font-weight: normal;
}
div.dup-spin-hlp > div.title {
font-size:18px;
font-weight: bold;
}
div.dup-spin-hlp div.sub-head {
color:darkgreen;
font-size:0.85em;
font-style: italic;
margin:0 0 15px 0;
}
div.dup-spin-hlp small.grey {
color:#777;
}
div.dup-spin-hlp ul.sub-list {
padding: 7px;
}
div.dup-ovr-continue {
display: block;
width: 100%;
text-align: right;
font-size:18px;
}
div.dup-tabvert-hlp > div.panel > div.title {
font-size:18px;
font-weight: bold;
border-bottom: 1px solid silver;
padding: 2px 0 2px 0;
margin:0 0 5px 0;
}
/* ================================================
* RECOVERY POINT DIALOG
* ============================================= */
div.dup-dlg-recover {
margin:auto;
margin:50px 0 0 0;
padding:2px;
width:100%;
text-align:center
}
div.dup-dlg-recover button {
width:300px;
height:50px
}
div.dup-dlg-recover button small {
display:block;
padding:0;
margin:-5px 0 0 0
}
div.dup-dlg-recover-choose {
padding:5px
}
div.dup-dlg-recover-or {
margin:15px 15px 15px 0;
font-size:18px;
color:#999;
font-weight:bold
}
span.dup-dlg-recover-msg-active {
display:block;
margin:0;
padding:2px
}
div.dup-dlg-recover-link{
text-align: center;
}

View File

@@ -0,0 +1,42 @@
/*! ================================================
* DUPLICATOR PARSELY STYLE
* parsely elements shared across the duplicator plugin
* Copyright:Snap Creek LLC 2015-2021
* ================================================ */
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;
}

View File

@@ -0,0 +1,165 @@
/**
* This sytle sheet is used in combination with the Duplicator.UI.Ctrl control namespace
* */
/* ================================================
* UI-CTRL: Spinner
* ============================================= */
div.dup-spinner {
display: flex;
align-items: center;
flex-wrap: wrap;
background-color: #fff;
padding:0;
}
.dup-spinner > div.area-right,
.dup-spinner > div.area-left {
display:flex;
justify-content: center;
align-items: center;
font-size: 30px;
margin: auto;
border-radius:5px;
border:1px solid transparent;
height:88%;
width:50px;
color:#999;
}
.dup-spinner > div.area-right:hover,
.dup-spinner > div.area-left:hover {
background-color: #f1f1f1;
cursor: pointer;
color:#000;
border:1px solid silver;
}
.dup-spinner > div.area-data {
height:88%;
box-shadow: 0px 5px 10px 0px rgba(161,161,161,1);
border-radius: 4px;
border:1px solid silver;
margin:0 10px 0 10px;
padding:10px 15px 15px 15px;
flex:70%;
}
.dup-spinner > div.area-data > div.item {
display: none;
border:1px solid transparent;
width:100%;
height: 100%;
border:0 solid blue;
border-radius: 2px;
margin: auto;
}
.dup-spinner > div.area-nav {
flex: 0 0 100%;
min-height:10%;
text-align: center;
padding: 10px 0 0 0;
width:100%;
}
.dup-spinner > div.area-nav .num {
padding-right:10px;
}
.dup-spinner > div.area-data > div.item.active {
display:block;
}
/*DEBUG LAYOUT: Do not remove used to see layout
div.dup-spinner { border:1px dashed black;}
div.dup-spinner div.area-right, div.dup-spinner div.area-left {border:1px solid green}
div.dup-spinner div.area-data {border:1px solid blue}
div.dup-spinner div.area-data .item {border:1px dashed purple}
div.dup-spinner div.area-nav {border:1px solid red;} */
/* ================================================
* UI-CTRL: Vert tabs
* ============================================= */
div.dup-tabs-vert {
display:flex;
border:0 dashed silver;
}
div.dup-tabs-vert > div.data-tabs {
flex:0 0 35%;
border:0 dashed red;
}
div.dup-tabs-vert > div.data-tabs > div.tab {
padding:7px 0 7px 3px;
background-color: #F5F5F5;
cursor: pointer;
}
div.dup-tabs-vert > div.data-tabs > div.void {
background: #444;
color:#fff;
padding: 4px 0 4px 3px;
font-weight: bold;
}
div.dup-tabs-vert > div.data-tabs > div.void i {
font-weight: normal;
}
div.dup-tabs-vert > div.data-tabs > div.tab:hover {
background-color: #efefef;
}
div.dup-tabs-vert > div.data-tabs > div.tab.active {
border-left:4px solid #91BCE3;
background-color: #fff;
color:#2271b1;
font-weight: bold;
}
div.dup-tabs-vert > div.data-panels > div.panel {
display:none;
}
div.dup-tabs-vert > div.data-panels {
flex:0 0 62%;
border-top:1px solid silver;
padding:8px;
border-radius: 2px
}
/* ================================================
* UI-CTRL: Flat tabs
* ============================================= */
div.dup-tabs-flat {
margin:5px 0 0 0;
height:425px;
}
div.dup-tabs-flat > div.data-tabs {
border-bottom: 1px solid #E0E0E0;
}
div.dup-tabs-flat > div.data-tabs > a {
text-decoration: none;
display:inline-block;
min-width:200px;
outline: none;
box-shadow: none;
margin:0 15px 0 0;
}
div.dup-tabs-flat > div.data-tabs > a.active {
border-bottom:3px solid #91BCE3;
font-weight: bold;
}
div.dup-tabs-flat > div.data-panels > div.panel {
padding:20px 10px 10px 10px;
clear:both;
}
div.dup-tabs-flat > div.data-panels > div.panel {
display: none;
}

File diff suppressed because it is too large Load Diff