update
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
/*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This product is licensed for one customer to use on one installation (test stores and multishop included).
|
||||
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
|
||||
* whole or in part. Any other use of this module constitutes a violation of the user agreement.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
|
||||
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
|
||||
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
|
||||
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
|
||||
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
|
||||
*
|
||||
* @author idnovate.com <info@idnovate.com>
|
||||
* @copyright 2022 idnovate.com
|
||||
* @license See above
|
||||
*/
|
||||
|
||||
select[name^=mode] { width: 450px !important; }
|
||||
|
||||
/* codemirror */
|
||||
.CodeMirror {
|
||||
border: 1px solid #c7d6db;
|
||||
background-color: #f5f8f9;
|
||||
}
|
||||
|
||||
/* Min height for tinyMCE fields */
|
||||
div.mce-edit-area iframe {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
/* TIME */
|
||||
.time-column {
|
||||
width: auto;
|
||||
height: 20px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.time-column.valid-date-icon { color: #72c279; }
|
||||
.time-column.future-date-icon { color: #f3e838; }
|
||||
.time-column.expired-date-icon { color: #e08f95; }
|
||||
|
||||
.time-column [class^="icon-"] { font-size: 18px !important; }
|
||||
|
||||
/* Color fields */
|
||||
#content .mColorPickerInput {
|
||||
width: 100px;
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
/*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This product is licensed for one customer to use on one installation (test stores and multishop included).
|
||||
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
|
||||
* whole or in part. Any other use of this module constitutes a violation of the user agreement.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
|
||||
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
|
||||
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
|
||||
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
|
||||
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
|
||||
*
|
||||
* @author idnovate.com <info@idnovate.com>
|
||||
* @copyright 2022 idnovate.com
|
||||
* @license See above
|
||||
*/
|
||||
|
||||
#advancedpopup_form select[name^=mode] { width: 450px !important; }
|
||||
|
||||
/* codemirror */
|
||||
.CodeMirror {
|
||||
border: 1px solid #c7d6db;
|
||||
background-color: #f5f8f9;
|
||||
}
|
||||
|
||||
/* Min height for tinyMCE fields */
|
||||
div.mce-edit-area iframe {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
|
||||
/* TIME */
|
||||
.time-column {
|
||||
width: auto;
|
||||
height: 20px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.time-column.valid-date {
|
||||
background: url(../img/valid.png) no-repeat left center;
|
||||
}
|
||||
|
||||
.time-column.expired-date {
|
||||
background: url(../img/expired.png) no-repeat left center;
|
||||
}
|
||||
|
||||
.time-column.future-date {
|
||||
background: url(../img/future.png) no-repeat left center;
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
/*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This product is licensed for one customer to use on one installation (test stores and multishop included).
|
||||
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
|
||||
* whole or in part. Any other use of this module constitutes a violation of the user agreement.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
|
||||
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
|
||||
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
|
||||
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
|
||||
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
|
||||
*
|
||||
* @author idnovate.com <info@idnovate.com>
|
||||
* @copyright 2022 idnovate.com
|
||||
* @license See above
|
||||
*/
|
||||
|
||||
.fancybox-lock .fancybox-overlay {
|
||||
overflow: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.apc_modal {
|
||||
text-align: center;
|
||||
display: initial;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.apc-effect-blur {
|
||||
-webkit-filter: blur(15px); /* Safari 6.0 - 9.0 */
|
||||
filter: blur(15px);
|
||||
}
|
||||
|
||||
.apc-popup .dont-show-again {
|
||||
right: 0;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
font-size: 0.8em;
|
||||
cursor: pointer;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
.apc-popup .dont-show-again a {
|
||||
color: black;
|
||||
}
|
||||
293
modules/advancedpopupcreator/views/css/company.css
Normal file
293
modules/advancedpopupcreator/views/css/company.css
Normal file
@@ -0,0 +1,293 @@
|
||||
/*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This product is licensed for one customer to use on one installation (test stores and multishop included).
|
||||
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
|
||||
* whole or in part. Any other use of this module constitutes a violation of the user agreement.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
|
||||
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
|
||||
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
|
||||
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
|
||||
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
|
||||
*
|
||||
* @author idnovate.com <info@idnovate.com>
|
||||
* @copyright 2022 idnovate.com
|
||||
* @license See above
|
||||
*/
|
||||
|
||||
@import url('https://fonts.googleapis.com/css?family=Montserrat');
|
||||
|
||||
#idnovate {
|
||||
font-size: 13px;
|
||||
clear: both;
|
||||
color: #251b5b;
|
||||
}
|
||||
|
||||
#idnovate a {
|
||||
color: #251b5b;
|
||||
}
|
||||
|
||||
#idnovate .icon-star {
|
||||
color: #EFAF0F;
|
||||
}
|
||||
|
||||
#idnovate .icon-medkit {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
#idnovate .panel-footer {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#idnovate .panel-footer img {
|
||||
max-height : 55px;
|
||||
}
|
||||
|
||||
#idnovate .developers,
|
||||
#idnovate .partnership {
|
||||
margin: 15px 0;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#idnovate .addons-link {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#idnovate .partnership {
|
||||
color: #DB0065;
|
||||
}
|
||||
|
||||
#idnovate .column {
|
||||
position: relative;
|
||||
padding-left: 0.9375rem;
|
||||
padding-right: 0.9375rem;
|
||||
float: left;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.bootstrap .col-md-4 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#idnovate .module {
|
||||
-webkit-transform: translateZ(0);
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid #e3dfdf;
|
||||
background: white;
|
||||
height: 250px;
|
||||
overflow: hidden;
|
||||
font-family: "Montserrat", "Open Sans";
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
#idnovate .module a {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
display: block;
|
||||
height: 100%;
|
||||
padding: 15px;
|
||||
color: #353535;
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#idnovate .module a .icon-certified {
|
||||
position: absolute;
|
||||
right: 150px;
|
||||
top: 5px;
|
||||
display: block;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
#idnovate .module a .icon-certified img {
|
||||
width: 23px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-head .module-image {
|
||||
margin: auto;
|
||||
width: 57px;
|
||||
height: 57px;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-head p.title-block-module {
|
||||
min-height: 38px;
|
||||
max-height: 40px;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
margin: 15px 0 5px;
|
||||
font-size: 16px;
|
||||
line-height: 19px;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-body {
|
||||
pointer-events: none;
|
||||
position: relative;
|
||||
min-height: 130px;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-body .module-entry {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-body .module-entry p {
|
||||
overflow: hidden;
|
||||
font-size: 13px;
|
||||
line-height: 17px;
|
||||
max-height: 100px;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-body .badge-downloads {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-body .badge-downloads i {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.badges-downloads {
|
||||
background: url(https://addons.prestashop.com/themes/prestastore/img/front/sprites/badges-s3e73c0c3f1.png) no-repeat;
|
||||
background-position: 0 -730px;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-footer span.stars-block {
|
||||
color: #353535;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-footer span {
|
||||
position: relative;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-footer span.stars-block .stars {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.stars {
|
||||
font-family: "Material Icons";
|
||||
position: relative;
|
||||
top: 2px;
|
||||
display: inline-block;
|
||||
font-size: 1.2em;
|
||||
width: 85px;
|
||||
}
|
||||
|
||||
.stars:after {
|
||||
color: #fbbb22;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.stars.stars-0:before {
|
||||
content:"" !important
|
||||
}
|
||||
|
||||
.stars.stars-05:after {
|
||||
content:"\E839"
|
||||
}
|
||||
|
||||
.stars.stars-1:after {
|
||||
content:"\E838"
|
||||
}
|
||||
|
||||
.stars.stars-15:after {
|
||||
content:"\E838\E839"
|
||||
}
|
||||
|
||||
.stars.stars-2:after {
|
||||
content:"\E838\E838"
|
||||
}
|
||||
|
||||
.stars.stars-25:after {
|
||||
content:"\E838\E838\E839"
|
||||
}
|
||||
|
||||
.stars.stars-3:after {
|
||||
content:"\E838\E838\E838"
|
||||
}
|
||||
|
||||
.stars.stars-35:after {
|
||||
content:"\E838\E838\E838\E839"
|
||||
}
|
||||
|
||||
.stars.stars-4:after {
|
||||
content:"\E838\E838\E838\E838"
|
||||
}
|
||||
|
||||
.stars.stars-45:after {
|
||||
content:"\E838\E838\E838\E838\E839"
|
||||
}
|
||||
|
||||
.stars.stars-5:after {
|
||||
content:"\E838\E838\E838\E838\E838"
|
||||
}
|
||||
|
||||
.stars:before {
|
||||
content: "\E838\E838\E838\E838\E838";
|
||||
color: #cbc4c4;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-footer {
|
||||
pointer-events: none;
|
||||
padding: 0 15px;
|
||||
position: absolute;
|
||||
bottom: 3%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#idnovate .module a .module-footer .module-hover p {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
background: #251b5b;
|
||||
border: 1px solid transparent;
|
||||
padding: 10px 0;
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
display: inline-block;
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
word-wrap: break-word;
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-ms-appearance: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#idnovate .module.module-modules:hover {
|
||||
box-shadow: 0 5px 10px 1px #ece9e9;
|
||||
border: solid 1px #e3dfdf;
|
||||
}
|
||||
#idnovate .module.module-modules {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 990px) {
|
||||
#idnovate .module {
|
||||
height: 215px;
|
||||
}
|
||||
}
|
||||
30
modules/advancedpopupcreator/views/css/index.php
Normal file
30
modules/advancedpopupcreator/views/css/index.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This product is licensed for one customer to use on one installation (test stores and multishop included).
|
||||
* Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
|
||||
* whole or in part. Any other use of this module constitutes a violation of the user agreement.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
|
||||
* ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
|
||||
* WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
|
||||
* PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
|
||||
* IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
|
||||
*
|
||||
* @author idnovate.com <info@idnovate.com>
|
||||
* @copyright 2022 idnovate.com
|
||||
* @license See above
|
||||
*/
|
||||
|
||||
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;
|
||||
1413
modules/advancedpopupcreator/views/css/tabs.css
Normal file
1413
modules/advancedpopupcreator/views/css/tabs.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user