You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.5 KiB
CSS
19 lines
1.5 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
/* new inpage tailor */
|
|
.inpageTailor { display: block; margin: 35px 0; background: url(/image/promo/bg-inpage-tailor.jpg) no-repeat left center; border: #d1d1d1; border-radius: 4px; padding: 20px 0 20px 300px; font-weight:300; font-size:23px; text-align:center; line-height:35px; color:#d5d5d5; clear: both; }
|
|
.tailorBtn { background: #a31022; border-radius: 4px; display: block; letter-spacing: 0.03em; margin:18px auto 12px;width: 230px; }
|
|
.tailorBtn:hover { border-radius:50px;}
|
|
.tailorBtn a { padding: 7px; color:#fff; text-decoration: none; font-size:20px; display: block;}
|
|
.tailorBtn a:hover { color:#fff;}
|
|
@media(max-width:750px){
|
|
.inpageTailor { font-size:16px !important; background:#999 !important; padding:10px 5px !important; position: relative !important; bottom:0!important; left:0; width:100%; border-radius:0!important; line-height:23px !important; margin:35px 0 0 !important; color: #fff;}
|
|
.tailorBtn { margin:10px auto 5px !important; padding:5px !important; width:220px !important}
|
|
.tailorBtn a { font-size:15px !important;}
|
|
#header { position:static !important;}
|
|
.fixedTailor { display: none !important;}
|
|
}
|
|
.inpageTailor.full_width_v{text-shadow: 2px 2px 2px #333; background: url(/image/promo/bg-inpage-tailor_1140.jpg) no-repeat right center!important;color:#fff; padding: 20px 350px 20px 100px;text-align: left;}
|
|
.full_width_v .tailorBtn {margin:20px 0 5px 0;text-shadow: none;}
|
|
.tailorLast {display: block;margin: 25px 0;font-size: 30px; line-height: 40px;text-align: center;color: #333;}
|