download all files

This commit is contained in:
Roman Pyrih
2025-06-24 14:14:35 +02:00
parent ebed09c00b
commit 4c71b5d9c2
72007 changed files with 10407727 additions and 40029 deletions

View File

@@ -0,0 +1,9 @@
.pqnp-list-of-interest .pqnp-custom-checkbox {
display: block;
}
.pqnp-list-of-interest .pqnp-list-of-interest-label {
padding-top: 0;
}
/*# sourceMappingURL=display_customer_account_form.css.map */

View File

@@ -0,0 +1,3 @@
.pqnp-list-of-interest .pqnp-custom-checkbox{display:block}.pqnp-list-of-interest .pqnp-list-of-interest-label{padding-top:0}
/*# sourceMappingURL=display_customer_account_form.min.css.map */

View File

@@ -0,0 +1,26 @@
<?php
/**
* Since 2013 Ovidiu Cimpean
*
* Ovidiu Cimpean - Newsletter Pro © All rights reserved.
*
* DISCLAIMER
*
* Do not edit, modify or copy this file.
* If you wish to customize it, contact us at addons4prestashop@gmail.com.
*
* @author Ovidiu Cimpean <addons4prestashop@gmail.com>
* @copyright Since 2013 Ovidiu Cimpean
* @license Do not edit, modify or copy this file
* @version Release: 4
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
header('Location: ../');
exit;

View File

@@ -0,0 +1,27 @@
.newsletterpro-my-account {
}
.newsletterpro-list-of-interests {
margin: 0;
list-style: none;
}
.newsletterpro-my-account .np-category-tree ul ul {
margin-left: 16px;
/*border-left: solid 1px #ccc;*/
padding-left: 5px;
}
.newsletterpro-my-account .np-category-tree .np-category-toggle {
display: inline-block;
}
.newsletterpro-my-account .np-category-tree .np-category-toggle.np-visibility-hidden {
visibility: hidden;
}
.newsletterpro-my-account .np-category-tree .np-category-toggle i {
font-size: 20px;
}

View File

@@ -0,0 +1,41 @@
.np-fs-checkbox {
float: left !important;
margin-right: 7px !important;
margin-top: 3px !important;
}
.np-fs-checkbox-label {
float: left !important;
}
.np-front-subscription div.checker span {
top: 0 !important;
}
.np-front-subscription .form-control-textarea {
display: block;
width: 100%;
padding: 3px 5px;
font-size: 13px;
line-height: 1.42857;
min-height: 70px;
color: #9c9b9b;
vertical-align: middle;
background-color: white;
border: 1px solid #d6d4d4;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-moz-transition: border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*# sourceMappingURL=newsletter_subscribe.css.map */

View File

@@ -0,0 +1,3 @@
.np-fs-checkbox{float:left !important;margin-right:7px !important;margin-top:3px !important}.np-fs-checkbox-label{float:left !important}.np-front-subscription div.checker span{top:0 !important}.np-front-subscription .form-control-textarea{display:block;width:100%;padding:3px 5px;font-size:13px;line-height:1.42857;min-height:70px;color:#9c9b9b;vertical-align:middle;background-color:white;border:1px solid #d6d4d4;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;-moz-transition:border-color ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;-o-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
/*# sourceMappingURL=newsletter_subscribe.min.css.map */

View File

@@ -0,0 +1,51 @@
/*
* Hook name example
* .pqnp-subscribe-block.pqnp-display-footer-before
* .pqnp-subscribe-block.pqnp-display-footer
* .pqnp-subscribe-block.pqnp-display-left-column
* .pqnp-subscribe-block.pqnp-display-right-column
*/
.pqnp-subscribe-block {
/* For all hooks */
font-size: 0.875rem;
margin-bottom: 0.625rem;
/* For hooks displayLeftColumn, displayRightColumn */
}
.pqnp-subscribe-block .input-wrapper {
overflow: hidden;
}
.pqnp-subscribe-block .input-wrapper .pqnp-email-address {
width: 100%;
padding: 11px;
height: 42px;
font-size: inherit;
}
.pqnp-subscribe-block .pqnp-subscribe-button {
display: block;
height: 42px;
}
.pqnp-subscribe-block p.pqnp-subscribe-title {
padding: 10px 15px 0;
}
.pqnp-subscribe-block p.pqnp-subscribe-description {
padding: 10px 0 0;
}
.pqnp-subscribe-block.pqnp-display-left-column h6.pqnp-subscribe-title, .pqnp-subscribe-block.pqnp-display-right-column h6.pqnp-subscribe-title {
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
color: #232323;
padding-bottom: 10px;
}
.pqnp-subscribe-block.pqnp-display-left-column .pqnp-email-address, .pqnp-subscribe-block.pqnp-display-right-column .pqnp-email-address {
background-color: white;
}
/*# sourceMappingURL=newsletter_subscribe_block.css.map */

View File

@@ -0,0 +1,3 @@
.pqnp-subscribe-block{font-size:0.875rem;margin-bottom:0.625rem}.pqnp-subscribe-block .input-wrapper{overflow:hidden}.pqnp-subscribe-block .input-wrapper .pqnp-email-address{width:100%;padding:11px;height:42px;font-size:inherit}.pqnp-subscribe-block .pqnp-subscribe-button{display:block;height:42px}.pqnp-subscribe-block p.pqnp-subscribe-title{padding:10px 15px 0}.pqnp-subscribe-block p.pqnp-subscribe-description{padding:10px 0 0}.pqnp-subscribe-block.pqnp-display-left-column h6.pqnp-subscribe-title,.pqnp-subscribe-block.pqnp-display-right-column h6.pqnp-subscribe-title{font-size:15px;text-transform:uppercase;font-weight:700;color:#232323;padding-bottom:10px}.pqnp-subscribe-block.pqnp-display-left-column .pqnp-email-address,.pqnp-subscribe-block.pqnp-display-right-column .pqnp-email-address{background-color:white}
/*# sourceMappingURL=newsletter_subscribe_block.min.css.map */