99 lines
2.5 KiB
CSS
99 lines
2.5 KiB
CSS
/**
|
|
* 2008 - 2015 HDClic
|
|
*
|
|
* MODULE PrestaBoost
|
|
*
|
|
* @author HDClic <prestashop@hdclic.com>
|
|
* @copyright Copyright (c) permanent, HDClic
|
|
* @license Addons PrestaShop license limitation
|
|
* @version 4.0.2
|
|
* @link http://www.hdclic.com
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* Don't use this module on several shops. The license provided by PrestaShop Addons
|
|
* for all its modules is valid only once for a single shop.
|
|
*/
|
|
|
|
.prestaboost-content div img, .prestaboost-content div textarea, .prestaboost-content div input,.prestaboost-content div iframe,.prestaboost-content div object,.prestaboost-content div embed,.prestaboost-content div video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
.prestaboost-content div {max-width: 100%;}
|
|
.cf:before,
|
|
.cf:after {
|
|
content:"";
|
|
display:table;
|
|
}
|
|
.cf:after {
|
|
clear:both;
|
|
}
|
|
.droite {
|
|
float:right;
|
|
}
|
|
|
|
.prestaboost-content {
|
|
position: fixed;
|
|
z-index: 99999;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: rgba(0,0,0,0.58);
|
|
opacity: 0;
|
|
display: none;
|
|
-webkit-transition: opacity 400ms ease-in;
|
|
-moz-transition: opacity 400ms ease-in;
|
|
transition: opacity 400ms ease-in;
|
|
}
|
|
.prestaboost-content img, .prestaboost-content textarea, .prestaboost-content input,.prestaboost-content .modal-dialog iframe,.prestaboost-content object,.prestaboost-content embed,.prestaboost-content video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
.prestaboost-content * {color:#fff;}
|
|
.prestaboost-content:target {
|
|
opacity:1;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.prestaboost-content:target > div {
|
|
margin: 10% auto;
|
|
transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.prestaboost-content > div {
|
|
max-width: 100%;
|
|
position: relative;
|
|
margin: 10% auto;
|
|
padding: 8px 8px 8px 8px;
|
|
border-radius: 5px;
|
|
transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
background-color: rgba(0,0,0,1.00);
|
|
}
|
|
.prestaboost-content p:only-of-type {margin-bottom: 0;}
|
|
.prestaboost-content > div header,.prestaboost-content > div footer {
|
|
border-bottom: 1px solid #e7e7e7;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
.prestaboost-content footer {
|
|
border:none;
|
|
border-top: 1px solid #e7e7e7;
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
|
|
.prestaboost-content > div h2 {
|
|
margin:0;
|
|
}
|
|
|
|
.prestaboost-content > div .btn {
|
|
float:right;
|
|
}
|
|
|
|
.prestaboost-content > div section,.prestaboost-content > div > header, .prestaboost-content > div > footer {
|
|
padding:15px;
|
|
}
|
|
.prestaboost-content button.close {position: absolute; top: -20px;} |