This commit is contained in:
Michael RICOIS 2017-06-15 16:19:38 +02:00
parent 951ba27913
commit ac3b1c638f

View File

@ -1085,7 +1085,7 @@ body .ac_results {
background-size: contain;
height: 256px;
}
.newsletter_footer h5 {
.newsletter_footer div {
font-family: 'nautilus';
font-size: 50px;
text-align: center;
@ -1096,7 +1096,7 @@ body .ac_results {
-o-text-shadow: 1px 1px 1px #696565;
text-shadow: 1px 1px 1px #696565;
}
.newsletter_footer h5 span {
.newsletter_footer div span {
color: #333333;
}
.newsletter_footer p {
@ -1199,7 +1199,7 @@ body .ac_results {
padding-left: 280px;
padding-right: 25px;
}
.newsletter_lightbox h5 {
.newsletter_lightbox div {
font-family: 'nautilus';
font-size: 50px;
margin-bottom: 20px;
@ -1210,7 +1210,7 @@ body .ac_results {
-o-text-shadow: 1px 1px 1px #696565;
text-shadow: 1px 1px 1px #696565;
}
.newsletter_lightbox h5 span {
.newsletter_lightbox div span {
color: #333333;
}
.newsletter_lightbox p{
@ -1317,7 +1317,7 @@ body .ac_results {
.post-product .product_post .price{ font-size: 18px;}
.post-product .product_post .old_price{ font-size: 14px;}
.newsletter_footer h5 { font-size: 30px; }
.newsletter_footer div { font-size: 30px; }
.newsletter_footer p { font-size: 14px; padding: 0 190px; }
#header #mainmenu .menu-content > li a { font-size: 13px; padding: 9px 6px }
@ -1376,7 +1376,7 @@ body .ac_results {
.video_home h4 { font-size: 30px;}
.newsletter_footer { height: 159px;}
.newsletter_footer h5 { margin-top: 0; padding-top: 30px; }
.newsletter_footer div { margin-top: 0; padding-top: 30px; }
.newsletter_footer p { display: none; }
@ -1505,7 +1505,7 @@ body .ac_results {
width: 100%;
}
.newsletter_footer .form-group { width: 100%; }
.newsletter_footer h5 { margin-top: 0; padding-top: 0; text-shadow:0px 0px;}
.newsletter_footer div { margin-top: 0; padding-top: 0; text-shadow:0px 0px;}
.newsletter_footer p { display: block; padding: 0; }
.newsletter_footer .btn{ width: 100%; }
@ -1523,7 +1523,7 @@ body .ac_results {
padding-left: 170px;
padding-right: 5px;
}
.newsletter_lightbox h5{
.newsletter_lightbox div{
font-size: 35px;
}
.newsletter_lightbox p{
@ -1616,7 +1616,7 @@ body .ac_results {
.newsletter_lightbox{width: 100%; background:#529bb6;}
.newsletter_lightbox .newsletter-box {padding-left: 5px;}
.newsletter_lightbox h5{font-size: 30px}
.newsletter_lightbox div{font-size: 30px}
.newsletter_lightbox .form-group{padding: 0 5px;}
.newsletter_lightbox input.newsletter-input, .newsletter_lightbox .btn.btn-black{display: block; width: 100%; text-align: center;}
.video_home { padding: 22px 0 }
@ -2541,7 +2541,7 @@ main#categorycms { margin-bottom: 30px }
.vote_box.button span { font-size: 15px; }
#postcms .note_article.stack{ width: 135px; }
#postcms #stack_right.stack { width: 293px; }
.newsletter_left h5 { margin-bottom: 14px; margin-top: 32px; padding: 0 10px;}
.newsletter_left div { margin-bottom: 14px; margin-top: 32px; padding: 0 10px;}
.newsletter_left p { font-size: 12px; padding-left: 121px; padding-right: 0; }
.newsletter_left .form-group .btn,
.newsletter_left .form-group #newsletter-input { width: 270px;}
@ -2577,7 +2577,7 @@ main#categorycms { margin-bottom: 30px }
}
#postcms .pack_bottom .title { font-size: 32px;}
.newsletter_left { background: #529bb6; height: auto; padding: 15px; }
.newsletter_left h5 { display: none;}
.newsletter_left div { display: none;}
.newsletter_left p { padding: 0; font-size: 14px; display: block; text-align: center;}
.newsletter_left .form-group{ width: 100%;}
.newsletter_left .form-group #newsletter-input { border-top: 1px solid #bbb; margin: 0;}