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

429 lines
7.7 KiB
CSS
Raw Normal View History

@charset "utf-8";
/* ---- Default Styles ---- */
.oe_product {
border: 1px solid rgba(100, 100, 100, 0.2);
}
.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;
}
.oe_product_image {
position: absolute;
}
.oe_product_image img {
max-width: 100%;
max-height: 100%;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 4;
}
.oe_product .oe_product_cart {
position: relative;
width: 100%;
height: 100%;
}
.products_pager {
text-align: center;
}
.products_pager > div {
margin: 0 auto;
display: inline-block;
}
.products_pager > div > * {
vertical-align: middle;
float: none;
padding: 0;
}
.products_pager > div > ul {
padding-left: 10px;
}
.products_pager > ul {
margin-left: auto;
margin-right: auto;
}
/* ---- Default Styles Description ---- */
.oe_product .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;
max-height: 120px;
overflow: hidden;
padding-bottom: 24px;
}
.product_price {
position: absolute;
right: 15px;
left: 15px;
bottom: 0;
z-index: 6;
background: rgba(255, 255, 255, 0.6);
padding: 5px 0;
}
.oe_mycart .input-group-addon {
padding-left: 6px;
padding-right: 6px;
}
.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;
}
/* ---- Grid Style ---- */
.style1 .oe_product .oe_product_image {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
/* ---- Product Sizes ---- */
.col-md-12 .oe-height-1 {
height: 75px;
}
.col-md-12 .oe-height-2 {
height: 150px;
}
.col-md-12 .oe-height-4 {
height: 300px;
}
.col-md-12 .oe-height-6 {
height: 450px;
}
.col-md-12 .oe-height-8 {
height: 600px;
}
.col-md-9 .oe-height-1 {
height: 70px;
}
.col-md-9 .oe-height-2 {
height: 140px;
}
.col-md-9 .oe-height-4 {
height: 280px;
}
.col-md-9 .oe-height-6 {
height: 420px;
}
.col-md-9 .oe-height-8 {
height: 560px;
}
@media (max-width: 768px) {
#products_grid table, #products_grid tbody, #products_grid tr, #products_grid td {
float: left;
width: 100%;
display: inline-block;
}
#products_grid .oe_product {
float: left;
width: 100%;
height: 300px;
display: inline-block;
}
.products_pager .pagination {
margin: 5px auto !important;
}
}
@media (max-width: 400px) {
#products_grid .oe_product {
height: 200px;
}
}
@media (min-width: 992px) {
.col-md-12 .oe-height-1 {
height: 95px;
}
.col-md-12 .oe-height-2 {
height: 190px;
}
.col-md-12 .oe-height-4 {
height: 380px;
}
.col-md-12 .oe-height-6 {
height: 570px;
}
.col-md-12 .oe-height-8 {
height: 760px;
}
.col-md-9 .oe-height-1 {
height: 72px;
}
.col-md-9 .oe-height-2 {
height: 144px;
}
.col-md-9 .oe-height-4 {
height: 288px;
}
.col-md-9 .oe-height-6 {
height: 432px;
}
.col-md-9 .oe-height-8 {
height: 576px;
}
}
@media (min-width: 1200px) {
.col-md-12 .oe-height-1 {
height: 125px;
}
.col-md-12 .oe-height-2 {
height: 250px;
}
.col-md-12 .oe-height-4 {
height: 500px;
}
.col-md-12 .oe-height-6 {
height: 750px;
}
.col-md-12 .oe-height-8 {
height: 1000px;
}
.col-md-9 .oe-height-1 {
height: 95px;
}
.col-md-9 .oe-height-2 {
height: 190px;
}
.col-md-9 .oe-height-4 {
height: 380px;
}
.col-md-9 .oe-height-6 {
height: 570px;
}
.col-md-9 .oe-height-8 {
height: 760px;
}
}
/* ---- Product list style ---- */
.oe_list_products {
border: none;
border-bottom: 1px solid rgba(100, 100, 100, 0.2);
width: 100%;
min-height: 140px;
}
.oe_list_products .oe_product_image {
position: absolute;
left: 15px;
right: 15px;
top: 0;
bottom: 0;
width: 150px;
}
.oe_list_products .oe_product_description {
bottom: auto;
position: absolute;
left: 180px;
right: 0;
border-top: none;
top: 15px;
max-height: 94px;
}
.oe_list_products .product_price {
left: 180px;
}
.oe_website_sale .row .row .col-md-12 {
float: none;
}
/* ---- Publish managment and options ---- */
#products_grid .css_options {
display: none;
position: absolute;
top: -6px;
left: 50%;
z-index: 10;
}
#products_grid .css_options .dropdown {
position: relative;
left: -50%;
}
#products_grid .css_options .dropdown [name="size"] table {
margin-left: 20px;
}
#products_grid .css_options .dropdown [name="size"] td {
margin: 0;
padding: 0;
width: 20px;
height: 20px;
border: 1px #dddddd solid;
cursor: pointer;
}
#products_grid .css_options .dropdown [name="size"] td.selected {
background-color: #b1d4f1;
}
#products_grid .css_options .dropdown [name="size"] table.oe_hover td.selected {
background-color: transparent;
}
#products_grid .css_options .dropdown [name="size"] table.oe_hover td.select {
background-color: #b1d4f1;
}
.cke_editable #products_grid .oe_product_cart:hover > .css_options {
display: block;
}
/* Ribbon for promotionso on products */
.oe_ribbon_promo .ribbon-wrapper {
display: block;
}
.ribbon-wrapper {
display: none;
width: 85px;
height: 88px;
z-index: 5;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
}
.ribbon {
font: bold 15px Sans-Serif;
color: white;
text-align: center;
text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 0px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 7px 0;
left: -5px;
top: 15px;
width: 120px;
background-color: #aa0000;
background-image: -webkit-gradient(linear, left top, left bottom, from(#880000), to(#aa0000));
background-image: -webkit-linear-gradient(top, #880000, #aa0000);
background-image: -moz-linear-gradient(top, #880000, #aa0000);
background-image: -ms-linear-gradient(top, #880000, #aa0000);
background-image: -o-linear-gradient(top, #880000, #aa0000);
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
/* Wizard */
ul.wizard {
padding: 0;
margin-top: 20px;
list-style: none outside none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
}
ul.wizard li {
border: 1px solid #d4d4d4;
border-right-width: 0;
position: relative;
float: left;
padding: 0 10px 0 20px;
margin: 0;
line-height: 38px;
background: #fbfbfb;
}
ul.wizard li .chevron {
position: absolute;
top: 0;
right: -10px;
z-index: 1;
display: block;
border: 20px solid transparent;
border-right: 0;
border-left: 10px solid #d4d4d4;
}
ul.wizard li .chevron:before {
position: absolute;
top: -20px;
right: 1px;
display: block;
border: 20px solid transparent;
border-right: 0;
border-left: 10px solid #fbfbfb;
content: "";
}
ul.wizard li.text-success {
background: #f3f4f5;
}
ul.wizard li.text-success .chevron:before {
border-left: 10px solid whitesmoke;
}
ul.wizard li.text-primary {
background: #f1f6fc;
}
ul.wizard li.text-primary .chevron:before {
border-left: 10px solid #f1f6fc;
}
ul.wizard li:first-child {
padding-left: 15px;
border-radius: 4px 0 0 4px;
}
/* product detail */
.product_detail_img {
min-width: 128px;
max-height: 500px;
}