odoo/addons/website_sale/static/src/css/website_sale.css

112 lines
1.7 KiB
CSS
Raw Normal View History

@charset "utf-8";
/* ---- Default Styles Description ---- */
.oe_product_image {
position: absolute;
left: 15px;
right: 15px;
top: 15px;
bottom: 50px;
}
.oe_product_description {
bottom: 0;
position: absolute;
left: 15px;
right: 15px;
border-top: 1px solid #dddddd;
}
.oe_shop_top .oe_product_description {
top: 0;
bottom: auto;
border-top-style: none;
}
.oe_shop_top .oe_product_image {
top: 15px;
bottom: 50px;
}
.oe_shop_center .oe_product_description {
text-align: center;
border-top-style: none;
}
/* Products Options */
.oe_product.oe_image_full .oe_product_image {
left: 0;
right: 0;
top: 0;
bottom: 0;
}
/* ---- Default Styles ---- */
.oe_product {
border: 1px solid rgba(100, 100, 100, 0.2);
}
.oe_product .oe_product_image img {
max-width: 100%;
max-height: 100%;
z-index: 4;
}
.oe_product_description {
background: rgba(255, 255, 255, 0.8);
padding: 5px 0 5px 0;
z-index: 5;
}
.oe_subdescription {
line-height: 1.2;
margin-bottom: 4px;
}
/* ---- Grid Style ---- */
.style1 .oe_product .oe_product_image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
/* ---- Product Sizes ---- */
.oe-height-1 {
height: 170px;
}
.oe-height-2 {
height: 255px;
}
.oe-height-3 {
height: 340px;
}
.oe-height-4 {
height: 510px;
}
/* ---- Product list style ---- */
.oe_products {
border: 1px solid rgba(100, 100, 100, 0.2);
max-width: 100%;
max-height: 140px;
}
.oe_products .oe_product_list_image img {
width: 150px;
height: 140px;
}
.oe_product_list_image {
left: 15px;
right: 15px;
top: 15px;
bottom: 50px;
width: 200px;
}
.oe_product_list_description {
bottom: 0;
position: absolute;
left: 240px;
right: 240px;
border-top: 1px solid #dddddd;
}