Files
PrestaShop/themes/default-bootstrap/css/comparator.css
T
2013-11-06 15:41:00 +02:00

89 lines
2.4 KiB
CSS

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/********************************************************************
Compare Page Styles
********************************************************************/
table#product_comparison tbody tr td.product-block {
vertical-align: top;
padding: 14px 19px 19px;
text-align: center;
}
table#product_comparison tbody tr td.td_empty, table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header {
background: #fbfbfb;
color: #333333;
}
table#product_comparison tbody tr td.comparison_infos {
text-align: center;
}
table#product_comparison tbody tr td.comparison_infos div.center {
margin: 0 auto;
width: 80px;
}
table#product_comparison tbody tr td.td_empty {
vertical-align: bottom;
}
table#product_comparison tbody tr td.td_empty span {
font: 600 18px/22px "Open Sans", sans-serif;
text-transform: uppercase;
color: #555454;
}
table#product_comparison .remove {
text-align: right;
padding-bottom: 15px;
}
table#product_comparison .remove a {
font-size: 23px;
line-height: 23px;
color: #c0c0c0;
}
table#product_comparison .remove a:hover {
color: #515151;
}
table#product_comparison .product-image-block {
display: inline-block;
position: relative;
}
table#product_comparison .product-image-block .product_image {
padding: 9px;
border: 1px solid #d6d4d4;
display: inline-block;
margin: 0 0 8px 0;
}
table#product_comparison .product-image-block .product_image img {
width: 100%;
}
table#product_comparison h5 {
padding-bottom: 8px;
min-height: 54px;
}
table#product_comparison .prices-container {
padding-bottom: 5px;
}
table#product_comparison .comparison_availability_statut {
display: none;
font-weight: bold;
color: #060;
}
table#product_comparison .product_discount {
padding-top: 5px;
}
table#product_comparison .product_discount .reduced-price {
color: red;
font-weight: bold;
}
table#product_comparison .product_desc {
padding-bottom: 12px;
}
table#product_comparison .button-container a, table#product_comparison .button-container > span {
margin-bottom: 10px;
}
table#product_comparison .comparison_unit_price {
font-size: 17px;
font-family: "Open Sans", sans-serif;
color: #333333;
font-style: italic;
}
.footer_link {
margin-bottom: 20px;
}