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,78 @@
@CHARSET "UTF-8";
.dpd-hidden {
display: none;
}
.dpd-package {
}
.dpd-dimensions label {
display: block;
}
.dpd-dimensions p, .dpd-dimensions p label {
display: inline;
}
.dpd-dimensions p.form-row input {
width: 50px;
}
.dpd-button-add {
float: right;
}
.dpd-button-add-package {
float: right;
}
.dpd-button-delete, .dpd-button-delete-created {
color: #a00;
vertical-align: top;
float: right;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
}
.dpd-button-delete-package {
color: #a00;
float: right;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
}
.dpd-spinner {
float: none;
}
.dpd_error {
color: red;
margin: 0 4px 2px 0;
cursor: pointer;
}
a.dpd_error {
color: red;
margin: 0 4px 2px 0;
cursor: pointer;
}
.dpd-print-message {
display: block;
margin: 10px 0px 10px 0px;
}
.flexible_shipping_shipment_content span.optional {
display: none;
}

View File

@@ -0,0 +1 @@
@CHARSET "UTF-8";.dpd-hidden{display:none}.dpd-dimensions label{display:block}.dpd-dimensions p,.dpd-dimensions p label{display:inline}.dpd-dimensions p.form-row input{width:50px}.dpd-button-add{float:right}.dpd-button-add-package{float:right}.dpd-button-delete,.dpd-button-delete-created{color:#a00;vertical-align:top;float:right;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer}.dpd-button-delete-package{color:#a00;float:right;font-size:13px;line-height:26px;height:28px;margin:0;padding:0 10px 1px;cursor:pointer}.dpd-spinner{float:none}.dpd_error{color:red;margin:0 4px 2px 0;cursor:pointer}a.dpd_error{color:red;margin:0 4px 2px 0;cursor:pointer}.dpd-print-message{display:block;margin:10px 0 10px 0}.flexible_shipping_shipment_content span.optional{display:none}

View File

@@ -0,0 +1,34 @@
#dpd_popup {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 100000;
display: none;
left: 0;
top: 0;
}
#dpd_popup > a {
position: absolute;
right: 30px;
color: white;
top: 20px;
}
#dpd_map {
position: fixed;
z-index: 100001;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
height: 80%;
border: none;
}
@media screen and (max-width: 768px) {
#dpd_map {
width: 90%;
}
}

View File

@@ -0,0 +1 @@
#dpd_popup{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:100000;display:none;left:0;top:0}#dpd_popup>a{position:absolute;right:30px;color:#fff;top:20px}#dpd_map{position:fixed;z-index:100001;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:80%;border:none}@media screen and (max-width:768px){#dpd_map{width:90%}}