Files
PrestaShop/themes/default-bootstrap/css/cms.css
2013-11-22 14:55:48 +02:00

88 lines
2.3 KiB
CSS

/**************************************************************
CMS Pages Styles
***************************************************************/
#cms #center_column .cms-block {
padding-bottom: 20px;
}
#cms #center_column h1 {
margin-bottom: 25px;
}
#cms #center_column h3 {
font-size: 16px;
border-bottom: none;
margin: 0 0 0 0;
padding-bottom: 17px;
}
#cms #center_column p {
line-height: 18px;
}
#cms #center_column .list-1 li {
padding: 4px 0 6px 0;
font-weight: bold;
color: #46a74e;
border-top: 1px solid #d6d4d4;
}
#cms #center_column .list-1 li:first-child {
border: none;
}
#cms #center_column .list-1 li em {
font-size: 20px;
line-height: 20px;
padding-right: 15px;
vertical-align: -2px;
}
#cms #center_column img {
margin: 4px 0 17px;
max-width: 100%;
height: auto;
}
#cms #center_column .testimonials {
border: 1px solid;
border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
margin: 4px 0 13px 0;
position: relative;
}
#cms #center_column .testimonials .inner {
border: 1px solid white;
padding: 19px 18px 11px 18px;
background: #fbfbfb;
background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%);
}
#cms #center_column .testimonials .inner span {
text-indent: -5000px;
display: inline-block;
width: 20px;
height: 15px;
}
#cms #center_column .testimonials .inner span.before {
background: url(../img/bl-before-bg.png) no-repeat;
margin-right: 8px;
}
#cms #center_column .testimonials .inner span.after {
background: url(../img/bl-after-bg.png) no-repeat;
margin-left: 8px;
}
#cms #center_column .testimonials:after {
content: ".";
display: block;
text-indent: -5000px;
position: absolute;
bottom: -16px;
left: 21px;
width: 15px;
height: 16px;
background: url(../img/testimon-after.gif) no-repeat;
}
#cms #center_column .testimonials + p {
padding-left: 45px;
margin-bottom: 18px;
}
#cms #center_column p.bottom-indent {
margin-bottom: 18px;
}