97 lines
2.0 KiB
CSS
97 lines
2.0 KiB
CSS
/**
|
|
* 2008 - 2017 (c) Prestaboost
|
|
*
|
|
* MODULE PrestaBoost
|
|
*
|
|
* @author Prestaboost
|
|
* @copyright Copyright (c) permanent, Prestaboost
|
|
* @license Commercial
|
|
* @version 4.0.5
|
|
*/
|
|
|
|
.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(255,255,255,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: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;
|
|
}
|
|
|
|
.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 .block_newsletter {
|
|
display: inline-block;
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.prestaboost-content .emailsubmit {
|
|
margin-top: 10px;
|
|
} |