first commit
@@ -0,0 +1,435 @@
|
||||
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.2.0_postcss@8.5.6_webpack@5.100.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.2_webpack@5.100.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/sass/global_main.scss ***!
|
||||
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
/*!
|
||||
DUPLICATOR GLOBAL STYLE - Snap Creek LLC 2015-2024
|
||||
*/
|
||||
/**
|
||||
* Foundation for Sites
|
||||
* Version 6.9.0
|
||||
* https://get.foundation
|
||||
* Licensed under MIT Open Source
|
||||
*/
|
||||
#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;
|
||||
}
|
||||
}
|
||||
.dupli-admin-notice {
|
||||
padding: 10px;
|
||||
}
|
||||
.dupli-admin-notice .notice-dismiss {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.duplicator-gen-admin-notice {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dupli-admin-notice {
|
||||
background: #fefefe;
|
||||
border-left-width: 4px;
|
||||
border-left-style: solid;
|
||||
border-top: 4px;
|
||||
width: calc(100% - 22px);
|
||||
padding: 16px 10px;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.wrap .dupli-admin-notice {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dup-border-left-red-notice {
|
||||
background: #fefefe;
|
||||
border-left: 4px solid #ED494D;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.dupli-admin-notice p {
|
||||
overflow: hidden;
|
||||
}
|
||||
.dupli-admin-notice p:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.dupli-admin-notice.dupli-yellow-border {
|
||||
border-left-color: #dba617;
|
||||
}
|
||||
|
||||
.dup-updated {
|
||||
margin-left: 0;
|
||||
background: #fefefe;
|
||||
border-left: 4px solid #fefefe;
|
||||
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: #00a32a;
|
||||
}
|
||||
|
||||
.wrap .dup-updated {
|
||||
margin: 5px 0 15px;
|
||||
margin: 20px 0 10px 0;
|
||||
padding: 5px 10px;
|
||||
font-size: 14px;
|
||||
line-height: 175%;
|
||||
}
|
||||
|
||||
.dupli-invalid-license {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.dupli-invalid-license h2 {
|
||||
font-size: 30px;
|
||||
text-shadow: 0px 5px 5px #e8e8e8;
|
||||
color: #fe4716;
|
||||
margin: 30px 0 20Px 0;
|
||||
}
|
||||
|
||||
.dupli-invalid-license p {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.dupli-invalid-license small {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
/** LICENSE NOTICES **/
|
||||
.dupli-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 .dupli-simple-style-disc {
|
||||
margin: 10px 20px;
|
||||
}
|
||||
|
||||
.dupli-simple-style-disc {
|
||||
list-style: disc;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
1
wp-content/plugins/duplicator-pro/assets/css/duplicator-global.min.css
vendored
Normal file
9228
wp-content/plugins/duplicator-pro/assets/css/duplicator.css
Normal file
1
wp-content/plugins/duplicator-pro/assets/css/duplicator.min.css
vendored
Normal file
8003
wp-content/plugins/duplicator-pro/assets/css/font-awesome/css/all.css
vendored
Normal file
9
wp-content/plugins/duplicator-pro/assets/css/font-awesome/css/all.min.css
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
//silent
|
||||
BIN
wp-content/plugins/duplicator-pro/assets/css/images/32px.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
wp-content/plugins/duplicator-pro/assets/css/images/40px.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
//silent
|
||||
BIN
wp-content/plugins/duplicator-pro/assets/css/images/throbber.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 180 B |
|
After Width: | Height: | Size: 178 B |
|
After Width: | Height: | Size: 120 B |
|
After Width: | Height: | Size: 105 B |
|
After Width: | Height: | Size: 111 B |
|
After Width: | Height: | Size: 110 B |
|
After Width: | Height: | Size: 149 B |
|
After Width: | Height: | Size: 101 B |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
3
wp-content/plugins/duplicator-pro/assets/css/index.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
//silent
|
||||