2012-04-28 17:28:18 +00:00
|
|
|
@import "mixins";
|
2012-05-01 18:28:45 +00:00
|
|
|
@import "woocommerce-base"; /* Contains base colours like @primary */
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2012-04-28 17:28:18 +00:00
|
|
|
/* Colours */
|
2012-05-01 18:28:45 +00:00
|
|
|
@tertiary: @primary; /* Price slider bar / layered nav UI */
|
|
|
|
@tertiarytext: @primarytext; /* Text on tertiary colour bg */
|
|
|
|
@quaternary: desaturate( darken( @tertiary, 45%), 40% ); /* Price slider bg */
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2013-04-05 11:51:34 +00:00
|
|
|
/* =Custom Font
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'star';
|
|
|
|
src:url('../fonts/star.eot');
|
|
|
|
src:url('../fonts/star.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/star.woff') format('woff'),
|
|
|
|
url('../fonts/star.ttf') format('truetype'),
|
|
|
|
url('../fonts/star.svg#star') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2013-08-20 10:21:55 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'WooCommerce';
|
|
|
|
src:url('../fonts/WooCommerce.eot');
|
|
|
|
src:url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('../fonts/WooCommerce.woff') format('woff'),
|
|
|
|
url('../fonts/WooCommerce.ttf') format('truetype'),
|
|
|
|
url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2013-04-05 11:51:34 +00:00
|
|
|
|
2012-11-15 17:30:38 +00:00
|
|
|
/* =Global styles/layout
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
p.demo_store {
|
|
|
|
position:fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 1em;
|
|
|
|
padding: .5em 0;
|
|
|
|
text-align: center;
|
|
|
|
.vertical_gradient( @primary, darken(@primary, 10) );
|
|
|
|
border: 1px solid darken(@primary, 10);
|
|
|
|
color: @primarytext;
|
2013-01-12 13:02:00 +00:00
|
|
|
z-index: 99998;
|
2012-11-15 17:30:38 +00:00
|
|
|
.inset_box_shadow( 0, 0, 0, 3px, rgba(255,255,255,0.2) );
|
|
|
|
}
|
2012-12-06 17:29:18 +00:00
|
|
|
|
2013-01-02 14:03:02 +00:00
|
|
|
.admin-bar { // Styles applied when the admin bar is present
|
|
|
|
p.demo_store {
|
|
|
|
top:28px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-15 17:46:24 +00:00
|
|
|
.woocommerce, .woocommerce-page { // namespace to avoid conflict with common global class names
|
2012-11-15 16:39:41 +00:00
|
|
|
|
2013-08-20 10:54:15 +00:00
|
|
|
.woocommerce-message, .woocommerce-error, .woocommerce-info {
|
|
|
|
padding: 1em 1em 1em 3.5em !important;
|
|
|
|
margin: 0 0 2em !important;
|
|
|
|
position: relative;
|
|
|
|
.border_radius(4px);
|
|
|
|
.vertical_gradient( lighten( @secondary, 2 ), @secondary );
|
|
|
|
color: @secondarytext;
|
|
|
|
.text_shadow( 0, 1px, 0, lighten( @secondary, 4 ) );
|
|
|
|
list-style:none outside !important;
|
|
|
|
.clearfix();
|
|
|
|
width: auto;
|
|
|
|
-webkit-box-shadow:
|
|
|
|
inset 0 -2px 6px rgba(0,0,0,0.05),
|
|
|
|
inset 0 -2px 30px rgba(0,0,0,0.015),
|
|
|
|
inset 0 1px 0 #fff,
|
|
|
|
0 1px 2px rgba(0,0,0,0.3);
|
|
|
|
box-shadow:
|
|
|
|
inset 0 -2px 6px rgba(0,0,0,0.05),
|
|
|
|
inset 0 -2px 30px rgba(0,0,0,0.015),
|
|
|
|
inset 0 1px 0 #fff,
|
|
|
|
0 1px 2px rgba(0,0,0,0.3);
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: "";
|
|
|
|
height: 1.5em;
|
|
|
|
width: 1.5em;
|
|
|
|
display:block;
|
|
|
|
position:absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 1em;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size:1em;
|
|
|
|
line-height: 1.5;
|
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow:0 1px 0 rgba(0,0,0,0.2);
|
|
|
|
padding-top:1em;
|
|
|
|
.border_radius_bottom(4px);
|
|
|
|
.inset_box_shadow(0,-1px,0,0,rgba(0,0,0,0.1));
|
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style:none outside !important;
|
|
|
|
padding-left:0 !important;
|
|
|
|
margin-left:0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-message {
|
|
|
|
border-top:3px solid #8fae1b;
|
|
|
|
&:before {
|
|
|
|
background-color:#8fae1b;
|
|
|
|
content: "\2713";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.woocommerce-info {
|
|
|
|
border-top:3px solid #1e85be;
|
|
|
|
&:before {
|
|
|
|
background-color:#1e85be;
|
|
|
|
content: "i";
|
|
|
|
font-family: Times, Georgia, serif;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.woocommerce-error {
|
|
|
|
border-top:3px solid #b81c23;
|
|
|
|
&:before {
|
|
|
|
background-color:#b81c23;
|
|
|
|
content: "\00d7";
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
small.note {
|
|
|
|
display:block;
|
2012-05-01 18:28:45 +00:00
|
|
|
color: @subtext;
|
2012-11-15 16:39:41 +00:00
|
|
|
font-size: 11px;
|
|
|
|
line-height: 21px;
|
|
|
|
margin-top: 10px;
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
|
2013-01-03 11:40:10 +00:00
|
|
|
.woocommerce-breadcrumb{
|
2012-11-15 16:39:41 +00:00
|
|
|
.clearfix();
|
|
|
|
margin: 0 0 1em;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 0.92em;
|
|
|
|
color: @subtext;
|
|
|
|
a {
|
|
|
|
color: @subtext;
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
|
|
|
|
/* =Product Page
|
|
|
|
-------------------------------------------------------------- */
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
div.product, #content div.product {
|
|
|
|
margin-bottom: 0;
|
|
|
|
position: relative;
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
/* Main product title */
|
|
|
|
.product_title {
|
|
|
|
clear:none;
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 0;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
/* Price */
|
|
|
|
span.price, p.price {
|
|
|
|
color: @highlight;
|
|
|
|
font-size: 1.25em;
|
|
|
|
ins {
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
del {
|
|
|
|
font-size: 0.67em;
|
|
|
|
color:fade( desaturate( @highlight, 75% ), 50% );
|
|
|
|
}
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
/* Stock */
|
|
|
|
p.stock {
|
|
|
|
font-size: 0.92em;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
.stock {
|
|
|
|
color: @highlight;
|
|
|
|
}
|
|
|
|
.out-of-stock {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Product image and thumbnail */
|
|
|
|
div.images {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
img {
|
|
|
|
display:block;
|
|
|
|
width: 100%;
|
|
|
|
height:auto;
|
|
|
|
.box_shadow(0,1px,2px,0,rgba(0,0,0,0.3));
|
|
|
|
.transition();
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
div.thumbnails {
|
|
|
|
padding-top: 1em;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
/* Summary div (contains title, price etc) */
|
|
|
|
div.summary {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
/* Social networking */
|
|
|
|
div.social {
|
|
|
|
text-align: right;
|
|
|
|
margin: 0 0 1em;
|
2011-08-09 15:16:18 +00:00
|
|
|
span {
|
2012-11-13 19:59:34 +00:00
|
|
|
margin: 0 0 0 2px;
|
|
|
|
span {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.stButton .chicklets {
|
|
|
|
padding-left: 16px;
|
|
|
|
width: 0;
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
iframe {
|
|
|
|
float:left;
|
|
|
|
margin-top: 3px;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
/* Tabs on the product page */
|
2013-01-03 11:40:10 +00:00
|
|
|
.woocommerce-tabs {
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
ul.tabs {
|
2013-07-31 03:11:21 +00:00
|
|
|
list-style:none;
|
|
|
|
padding: 0 0 0 1em;
|
|
|
|
margin: 0 0 1.618em;
|
|
|
|
overflow:hidden;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
li {
|
|
|
|
border: 1px solid darken( @secondary, 10 );
|
|
|
|
.vertical_gradient( @secondary, darken( @secondary, 10 ) );
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
|
|
|
.border_radius_top(4px);
|
|
|
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255,255,255,0.6);
|
|
|
|
margin: 0 -5px;
|
|
|
|
padding: 0 1em;
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
padding: .5em 0;
|
|
|
|
font-weight:bold;
|
|
|
|
color: @secondarytext;
|
|
|
|
.darkorlighttextshadow( @secondarytext );
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration:none;
|
|
|
|
color: lighten( @secondarytext, 10 );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
background: @contentbg;
|
|
|
|
z-index: 2;
|
|
|
|
border-bottom-color: @contentbg;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-shadow: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
box-shadow: 2px 2px 0 @contentbg;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
box-shadow: -2px 2px 0 @contentbg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:before, &:after {
|
|
|
|
border: 1px solid darken( @secondary, 10 );
|
|
|
|
position:absolute;
|
|
|
|
bottom: -1px;
|
|
|
|
width: 5px;
|
|
|
|
height: 5px;
|
|
|
|
content: " ";
|
|
|
|
}
|
|
|
|
&:before {
|
|
|
|
left: -6px;
|
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
|
|
-mox-border-bottom-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
border-width: 0 1px 1px 0;
|
|
|
|
box-shadow: 2px 2px 0 darken( @secondary, 10 );
|
|
|
|
}
|
|
|
|
&:after {
|
|
|
|
right: -6px;
|
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
|
|
-mox-border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
border-width: 0 0 1px 1px;
|
|
|
|
box-shadow: -2px 2px 0 darken( @secondary, 10 );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:before {
|
|
|
|
position:absolute;
|
|
|
|
content: " ";
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
border-bottom: 1px solid darken( @secondary, 10 );
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
}
|
|
|
|
.panel {
|
|
|
|
margin: 0 0 2em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
/* Cart button */
|
|
|
|
p.cart {
|
2013-02-13 09:29:00 +00:00
|
|
|
margin-bottom: 2em;
|
|
|
|
.clearfix();
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
|
|
|
|
/* add to cart forms */
|
|
|
|
form.cart {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
.clearfix();
|
2012-04-28 17:28:18 +00:00
|
|
|
div.quantity {
|
2012-11-13 19:59:34 +00:00
|
|
|
float:left;
|
|
|
|
margin: 0 4px 0 0;
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
table {
|
|
|
|
border-width: 0 0 1px 0;
|
|
|
|
td {
|
|
|
|
padding-left:0;
|
|
|
|
}
|
|
|
|
div.quantity {
|
|
|
|
float:none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
small.stock {
|
|
|
|
display:block;
|
|
|
|
float:none;
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
.variations {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
select {
|
|
|
|
width: 100%;
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
td.label {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
.button {
|
|
|
|
vertical-align: middle;
|
2012-04-28 17:28:18 +00:00
|
|
|
float:left;
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
.group_table {
|
|
|
|
td.label {
|
|
|
|
padding-right: 1em;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2012-07-11 22:19:29 +00:00
|
|
|
}
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
|
|
|
|
/* Sale labels */
|
2012-11-13 19:59:34 +00:00
|
|
|
span.onsale {
|
|
|
|
min-height: 32px;
|
|
|
|
min-width: 32px;
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight:bold;
|
|
|
|
position:absolute;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 32px;
|
|
|
|
top: 6px;
|
|
|
|
left: 6px;
|
|
|
|
margin: 0;
|
|
|
|
.border_radius(20px);
|
|
|
|
.vertical_gradient( lighten( @highlight, 10), @highlight );
|
|
|
|
.text_shadow( 0, -1px, 0, @highlight );
|
|
|
|
color: @highlightext;
|
|
|
|
-webkit-box-shadow:
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.2),
|
|
|
|
0 1px 2px rgba(0,0,0,0.2);
|
|
|
|
-moz-box-shadow:
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.2),
|
|
|
|
0 1px 2px rgba(0,0,0,0.2);
|
|
|
|
box-shadow:
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.2),
|
|
|
|
0 1px 2px rgba(0,0,0,0.2);
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2013-05-10 12:02:15 +00:00
|
|
|
/* =Product Loops
|
|
|
|
-------------------------------------------------------------- */
|
2012-11-15 16:39:41 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
.products ul, ul.products {
|
|
|
|
margin: 0 0 1em;
|
|
|
|
padding: 0;
|
2012-04-28 17:28:18 +00:00
|
|
|
list-style:none outside;
|
2012-11-13 19:59:34 +00:00
|
|
|
clear:both;
|
|
|
|
.clearfix();
|
|
|
|
li {
|
|
|
|
list-style:none outside;
|
|
|
|
}
|
2012-01-06 14:02:34 +00:00
|
|
|
}
|
2011-09-12 10:06:28 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
ul.products {
|
|
|
|
li.product {
|
|
|
|
.onsale {
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left:auto;
|
|
|
|
margin: -6px -6px 0 0;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
h3 {
|
|
|
|
padding: .5em 0;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 1em;
|
2012-01-12 00:45:20 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
a {
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
|
|
|
a img {
|
|
|
|
width: 100%;
|
|
|
|
height:auto;
|
|
|
|
display:block;
|
|
|
|
margin: 0 0 8px;
|
|
|
|
.box_shadow(0,1px,2px,0,rgba(0,0,0,0.3));
|
|
|
|
.transition();
|
|
|
|
}
|
|
|
|
a:hover img {
|
|
|
|
.box_shadow(0,1px,3px,0,rgba(0,0,0,0.4));
|
|
|
|
}
|
|
|
|
strong {
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
.price {
|
|
|
|
color: @highlight;
|
|
|
|
display:block;
|
|
|
|
font-weight:normal;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
del {
|
|
|
|
font-size: 0.67em;
|
|
|
|
color:fade( desaturate( @highlight, 75% ), 50% );
|
|
|
|
margin: -2px 0 0 0;
|
|
|
|
}
|
|
|
|
ins {
|
|
|
|
background:none;
|
|
|
|
}
|
|
|
|
.from {
|
|
|
|
font-size: 0.67em;
|
|
|
|
margin: -2px 0 0 0;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color:fade( desaturate( @highlight, 75% ), 50% );
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
|
2013-01-03 11:40:10 +00:00
|
|
|
.woocommerce-result-count {
|
2012-11-15 16:39:41 +00:00
|
|
|
margin: 0 0 1em;
|
2012-10-14 12:06:37 +00:00
|
|
|
}
|
2013-01-03 11:40:10 +00:00
|
|
|
.woocommerce-ordering {
|
2012-11-15 16:39:41 +00:00
|
|
|
margin: 0 0 1em;
|
|
|
|
select {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
2013-01-03 11:40:10 +00:00
|
|
|
nav.woocommerce-pagination, #content nav.woocommerce-pagination {
|
2012-11-15 16:39:41 +00:00
|
|
|
text-align: center;
|
|
|
|
ul {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
2013-04-05 15:17:39 +00:00
|
|
|
padding:0;
|
2012-11-15 16:39:41 +00:00
|
|
|
clear: both;
|
|
|
|
border: 1px solid darken( @secondary, 10 );
|
|
|
|
border-right: 0;
|
|
|
|
margin: 1px;
|
|
|
|
li {
|
|
|
|
border-right: 1px solid darken( @secondary, 10 );
|
2012-10-14 12:06:37 +00:00
|
|
|
padding: 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
margin: 0;
|
|
|
|
float: left;
|
|
|
|
display: inline;
|
|
|
|
overflow: hidden;
|
|
|
|
a, span {
|
|
|
|
margin: 0;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 1em;
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: .5em;
|
|
|
|
min-width: 1em;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
span.current, a:hover, a:focus {
|
|
|
|
background: @secondary;
|
|
|
|
color: darken( @secondary, 40 );
|
|
|
|
}
|
2012-10-14 12:06:37 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2011-09-12 10:06:28 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Buttons
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
a.button, button.button, input.button, #respond input#submit, #content input.button {
|
|
|
|
font-size: 100%;
|
2013-07-31 03:11:21 +00:00
|
|
|
margin: 0;
|
|
|
|
line-height: 1em;
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
font-family: inherit;
|
2012-11-13 19:59:34 +00:00
|
|
|
text-decoration:none;
|
|
|
|
overflow: visible;
|
|
|
|
padding: 6px 10px;
|
2013-07-31 03:11:21 +00:00
|
|
|
text-decoration:none;
|
|
|
|
font-weight:bold;
|
|
|
|
.border_radius(2px);
|
|
|
|
left: auto;
|
|
|
|
text-shadow:0 1px 0 @secondary + #111;
|
|
|
|
color: @secondarytext;
|
|
|
|
.darkorlighttextshadow( @secondarytext );
|
|
|
|
border: 1px solid darken( @secondary, 20 );
|
2012-11-13 19:59:34 +00:00
|
|
|
.vertical_gradient( @secondary, darken( @secondary, 10 ) );
|
2012-11-28 11:35:51 +00:00
|
|
|
white-space: nowrap;
|
2012-12-10 13:11:05 +00:00
|
|
|
display: inline-block;
|
2012-11-13 19:59:34 +00:00
|
|
|
|
2013-07-31 03:11:21 +00:00
|
|
|
-webkit-box-shadow:
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.075),
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
0 1px 2px rgba(0,0,0,0.1);
|
|
|
|
-moz-box-shadow:
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.075),
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
0 1px 2px rgba(0,0,0,0.1);
|
|
|
|
box-shadow:
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.075),
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
0 1px 2px rgba(0,0,0,0.1);
|
2012-11-13 19:59:34 +00:00
|
|
|
|
|
|
|
&.loading {
|
|
|
|
color: lighten( @secondarytext, 10 );
|
|
|
|
border: 1px solid @secondary;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
content: "";
|
|
|
|
position:absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
background: url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
|
|
|
|
}
|
2011-09-13 14:58:06 +00:00
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2013-02-13 15:56:47 +00:00
|
|
|
&.added {
|
2012-11-13 19:59:34 +00:00
|
|
|
&:before {
|
|
|
|
position:absolute;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
top: 0.35em;
|
|
|
|
right: -26px;
|
|
|
|
text-indent: 0;
|
2013-08-20 10:33:13 +00:00
|
|
|
font-family: 'WooCommerce';
|
|
|
|
content: "\e017";
|
2012-11-13 19:59:34 +00:00
|
|
|
}
|
2013-02-13 15:56:47 +00:00
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
&:hover {
|
|
|
|
.vertical_gradient( @secondary, darken( @secondary, 15 ) );
|
|
|
|
text-decoration:none;
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
&:active {
|
|
|
|
top: 1px;
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
&.alt {
|
|
|
|
.vertical_gradient( @primary, darken( @primary, 10 ) );
|
|
|
|
border-color: darken(@primary, 20);
|
|
|
|
color: @primarytext;
|
|
|
|
.darkorlighttextshadow( @primarytext, 0.6 );
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
&:hover {
|
|
|
|
.vertical_gradient( @primary, darken( @primary, 15 ) );
|
|
|
|
color:@primarytext + #111;
|
|
|
|
.darkorlighttextshadow( @primarytext + #111, 0.6 );
|
|
|
|
}
|
2012-01-11 19:07:19 +00:00
|
|
|
}
|
2013-09-04 06:50:22 +00:00
|
|
|
|
|
|
|
&:disabled,
|
|
|
|
&.disabled {
|
|
|
|
color: lighten( @secondarytext, 30 );
|
|
|
|
border: 1px solid darken( @secondary, 10 );
|
|
|
|
|
|
|
|
background: @secondary;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
|
|
cursor: not-allowed;
|
|
|
|
&:active {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
2012-01-11 19:07:19 +00:00
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
.cart .button, .cart input.button {
|
|
|
|
float:none;
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-12-10 13:11:05 +00:00
|
|
|
a.added_to_cart {
|
2013-02-13 15:56:47 +00:00
|
|
|
padding-top: .5em;
|
2012-12-10 13:11:05 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Quantity inputs
|
|
|
|
-------------------------------------------------------------- */
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.quantity, #content .quantity {
|
|
|
|
width: 60px;
|
|
|
|
position: relative;
|
|
|
|
margin: 0 auto;
|
|
|
|
overflow:hidden;
|
|
|
|
zoom: 1;
|
2012-12-06 17:29:18 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
input.qty {
|
|
|
|
width: 40px;
|
|
|
|
height: 28px;
|
|
|
|
float:left;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid darken( @secondary, 20 );
|
|
|
|
border-right: 0;
|
|
|
|
.border_radius_right(0);
|
|
|
|
.inset_box_shadow( 0, 0, 2px, 0, @secondary );
|
|
|
|
font-weight:bold;
|
|
|
|
.border_radius_left(2px);
|
|
|
|
}
|
2012-12-06 17:29:18 +00:00
|
|
|
|
2012-11-19 14:05:03 +00:00
|
|
|
/* Hide buttons for opera */
|
|
|
|
noindex:-o-prefocus, input[type=number] {
|
2013-07-31 03:11:21 +00:00
|
|
|
padding-right: 1.2em;
|
2012-11-19 14:05:03 +00:00
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.plus, .minus {
|
|
|
|
display:block;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
position:absolute;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: text-top;
|
|
|
|
width: 20px;
|
|
|
|
height: 15px;
|
|
|
|
text-decoration:none;
|
|
|
|
overflow: visible;
|
2013-07-31 03:11:21 +00:00
|
|
|
text-decoration:none;
|
|
|
|
font-weight:bold;
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 13px;
|
|
|
|
font-size: 12px;
|
|
|
|
.border_radius(2px);
|
|
|
|
|
|
|
|
color: @secondarytext;
|
2012-11-15 16:39:41 +00:00
|
|
|
.darkorlighttextshadow( @secondarytext );
|
|
|
|
border: 1px solid darken( @secondary, 20 );
|
|
|
|
.vertical_gradient( @secondary, darken( @secondary, 10 ) );
|
|
|
|
|
2013-07-31 03:11:21 +00:00
|
|
|
-webkit-box-shadow:
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.075),
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
0 1px 2px rgba(0,0,0,0.1);
|
|
|
|
-moz-box-shadow:
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.075),
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
0 1px 2px rgba(0,0,0,0.1);
|
|
|
|
box-shadow:
|
|
|
|
inset 0 -1px 0 rgba(0,0,0,0.075),
|
|
|
|
inset 0 1px 0 rgba(255,255,255,0.3),
|
|
|
|
0 1px 2px rgba(0,0,0,0.1);
|
2012-11-15 16:39:41 +00:00
|
|
|
|
2013-07-31 03:11:21 +00:00
|
|
|
&:hover {
|
|
|
|
.vertical_gradient( @secondary, darken( @secondary, 15 ) );
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.plus {
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
border-bottom: 0;
|
|
|
|
.border_radius_bottom(0);
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.minus {
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
.border_radius_top(0);
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Reviews/comments
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
#reviews {
|
|
|
|
h2 small {
|
|
|
|
float: right;
|
2012-05-01 18:28:45 +00:00
|
|
|
color: @subtext;
|
2012-11-15 16:39:41 +00:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 21px;
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
a {
|
|
|
|
text-decoration:none;
|
|
|
|
color: @subtext;
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
h3 {
|
|
|
|
margin: 0;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
#respond {
|
2011-08-27 11:59:12 +00:00
|
|
|
margin: 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#comment {
|
|
|
|
height: 75px;
|
|
|
|
}
|
|
|
|
#comments {
|
|
|
|
.add_review {
|
|
|
|
.clearfix();
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
clear:none;
|
|
|
|
}
|
|
|
|
ol.commentlist {
|
|
|
|
.clearfix();
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
background:none;
|
2013-01-10 13:52:42 +00:00
|
|
|
list-style: none;
|
2012-11-15 16:39:41 +00:00
|
|
|
li {
|
2013-07-31 08:44:22 +00:00
|
|
|
padding: 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
margin: 0 0 20px;
|
|
|
|
border: 0;
|
|
|
|
position: relative;
|
|
|
|
background: 0;
|
|
|
|
border: 0;
|
|
|
|
.meta {
|
|
|
|
color: @subtext;
|
|
|
|
font-size: 0.75em;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2013-02-08 22:08:10 +00:00
|
|
|
img.avatar {
|
2012-11-15 16:39:41 +00:00
|
|
|
float:left;
|
|
|
|
position:absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
padding: 3px;
|
|
|
|
width: 32px;
|
|
|
|
height:auto;
|
|
|
|
background: @secondary;
|
|
|
|
border: 1px solid darken( @secondary, 3 );
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
.comment-text {
|
|
|
|
margin: 0 0 0 50px;
|
|
|
|
border: 1px solid darken( @secondary, 3 );
|
|
|
|
.border_radius(4px);
|
|
|
|
padding: 1em 1em 0;
|
2013-07-31 08:44:22 +00:00
|
|
|
.clearfix();
|
2012-11-15 16:39:41 +00:00
|
|
|
p {
|
|
|
|
margin: 0 0 1em;
|
|
|
|
}
|
|
|
|
p.meta {
|
|
|
|
font-size: 0.83em;
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
2013-07-31 08:44:22 +00:00
|
|
|
ul.children {
|
|
|
|
list-style: none outside;
|
|
|
|
margin: 20px 0 0 50px;
|
|
|
|
|
|
|
|
.star-rating {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#respond {
|
|
|
|
border: 1px solid darken( @secondary, 3 );
|
|
|
|
.border_radius(4px);
|
|
|
|
padding: 1em 1em 0;
|
|
|
|
margin: 20px 0 0 50px;
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
.commentlist > li:before {
|
|
|
|
content: "";
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
|
2013-01-12 10:53:24 +00:00
|
|
|
/* Star rating */
|
2013-04-05 11:51:34 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.star-rating {
|
|
|
|
float: right;
|
2013-01-14 10:51:06 +00:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
height: 1em;
|
|
|
|
line-height: 1em;
|
|
|
|
font-size: 1em;
|
|
|
|
width: 5.4em;
|
2013-04-05 11:51:34 +00:00
|
|
|
font-family: 'star';
|
2013-01-14 10:51:06 +00:00
|
|
|
&:before {
|
2013-04-05 11:51:34 +00:00
|
|
|
content: "\73\73\73\73\73";
|
2013-01-14 10:51:06 +00:00
|
|
|
color: darken( @secondary, 10 );
|
|
|
|
float: left;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
span {
|
2013-01-14 10:51:06 +00:00
|
|
|
overflow: hidden;
|
|
|
|
float: left;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
padding-top: 1.5em;
|
|
|
|
}
|
|
|
|
span:before {
|
2013-04-05 11:51:34 +00:00
|
|
|
content: "\53\53\53\53\53";
|
2013-01-14 10:51:06 +00:00
|
|
|
top: 0;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2011-09-05 09:04:17 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
|
2013-01-12 10:53:24 +00:00
|
|
|
.products {
|
|
|
|
.star-rating {
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 .5em;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.hreview-aggregate {
|
|
|
|
.star-rating {
|
|
|
|
margin: 10px 0 0 0;
|
2011-09-05 09:04:17 +00:00
|
|
|
}
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
#review_form {
|
|
|
|
#respond {
|
|
|
|
.clearfix();
|
|
|
|
position: static;
|
|
|
|
margin: 0;
|
|
|
|
width: auto;
|
|
|
|
padding: 0 0 0;
|
|
|
|
background: transparent none;
|
|
|
|
border: 0;
|
|
|
|
p {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
.form-submit {
|
|
|
|
input {
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
|
|
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
|
|
|
box-sizing: border-box; /* Opera/IE 8+ */
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
p.stars {
|
2013-04-17 10:19:52 +00:00
|
|
|
.clearfix();
|
|
|
|
span {
|
|
|
|
width: 80px;
|
|
|
|
height: 16px;
|
|
|
|
position: relative;
|
|
|
|
float:left;
|
|
|
|
background: url(../images/star.png) repeat-x left 0;
|
|
|
|
a {
|
|
|
|
float:left;
|
|
|
|
position:absolute;
|
2013-01-15 11:35:34 +00:00
|
|
|
left: 0;
|
2013-04-17 10:19:52 +00:00
|
|
|
top: 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 0;
|
|
|
|
padding-top: 16px;
|
|
|
|
overflow:hidden;
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
2013-04-17 10:19:52 +00:00
|
|
|
a:hover, a:focus {
|
|
|
|
background: url(../images/star.png) repeat-x left -16px;
|
|
|
|
}
|
|
|
|
a.active {
|
|
|
|
background: url(../images/star.png) repeat-x left -32px;
|
|
|
|
}
|
|
|
|
a.star-1 { width: 16px; z-index: 10; }
|
|
|
|
a.star-2 { width: 32px; z-index: 9; }
|
|
|
|
a.star-3 { width: 48px; z-index: 8; }
|
|
|
|
a.star-4 { width: 64px; z-index: 7; }
|
|
|
|
a.star-5 { width: 80px; z-index: 6; }
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Tables
|
|
|
|
-------------------------------------------------------------- */
|
2012-04-28 17:28:18 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
table.shop_attributes {
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px dotted rgba(0,0,0,0.1);
|
|
|
|
margin-bottom: 1.618em;
|
|
|
|
width: 100%;
|
|
|
|
th {
|
|
|
|
width: 150px;
|
|
|
|
font-weight:bold;
|
|
|
|
padding: 8px;
|
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 1px dotted rgba(0,0,0,0.1);
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
font-style: italic;
|
|
|
|
padding: 0;
|
|
|
|
border-top: 0;
|
|
|
|
border-bottom: 1px dotted rgba(0,0,0,0.1);
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1.5em;
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.alt td, .alt th {
|
|
|
|
background: rgba(0,0,0,0.025);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
table.shop_table {
|
|
|
|
border: 1px solid rgba(0,0,0,0.1);
|
|
|
|
margin: 0px -1px 24px 0px;
|
|
|
|
text-align:left;
|
|
|
|
width: 100%;
|
|
|
|
border-collapse: separate;
|
|
|
|
.border_radius(5px);
|
|
|
|
th {
|
|
|
|
font-weight:bold;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 9px 12px;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
border-top: 1px solid rgba(0,0,0,0.1);
|
|
|
|
padding: 6px 12px;
|
|
|
|
vertical-align: middle;
|
2012-12-16 16:28:54 +00:00
|
|
|
small {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
2012-12-16 16:28:54 +00:00
|
|
|
tfoot td, tfoot th {
|
2012-11-15 16:39:41 +00:00
|
|
|
font-weight:bold;
|
2012-12-16 16:28:54 +00:00
|
|
|
border-top: 1px solid rgba(0,0,0,0.1);
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
table.my_account_orders {
|
|
|
|
font-size: 0.85em;
|
|
|
|
th, td {
|
|
|
|
padding: 4px 8px;
|
2013-02-15 09:54:06 +00:00
|
|
|
vertical-align: middle;
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
.button {
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
2013-02-15 09:54:06 +00:00
|
|
|
.order-actions {
|
|
|
|
text-align: right;
|
|
|
|
.button {
|
2013-02-20 22:26:27 +00:00
|
|
|
margin: .125em 0 .125em .25em;
|
2013-02-15 09:54:06 +00:00
|
|
|
}
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.product-name {
|
|
|
|
dl.variation {
|
2013-06-20 10:20:49 +00:00
|
|
|
margin: .25em 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
font-size: 0.8751em;
|
2013-06-20 10:20:49 +00:00
|
|
|
dt, dd {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
dd:after {
|
|
|
|
content: '\A';
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
dt {
|
|
|
|
font-weight:bold;
|
2013-06-20 10:20:49 +00:00
|
|
|
padding: 0 0 .25em 0;
|
|
|
|
margin: 0 4px 0 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
dd {
|
2013-06-20 10:20:49 +00:00
|
|
|
padding: 0 0 .25em 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
p.backorder_notification {
|
|
|
|
font-size: 0.83em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
td.product-quantity {
|
|
|
|
min-width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* =Cart
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
table.cart, #content table.cart {
|
|
|
|
.product-thumbnail {
|
2012-11-13 19:59:34 +00:00
|
|
|
min-width: 32px;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
th, td {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
a.remove {
|
|
|
|
display:block;
|
2013-02-13 15:19:44 +00:00
|
|
|
font-size:1.5em;
|
|
|
|
height:1em;
|
|
|
|
width:1em;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 1;
|
|
|
|
.border_radius(100%);
|
|
|
|
color: red;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
2012-11-13 19:59:34 +00:00
|
|
|
}
|
|
|
|
a.remove:hover {
|
|
|
|
background-color: red;
|
2013-02-13 15:19:44 +00:00
|
|
|
color: #fff;
|
2012-11-13 19:59:34 +00:00
|
|
|
}
|
|
|
|
td.actions {
|
|
|
|
.coupon {
|
|
|
|
.input-text {
|
|
|
|
float:left;
|
|
|
|
-webkit-box-sizing:border-box;
|
|
|
|
-moz-box-sizing:border-box;
|
|
|
|
box-sizing:border-box;
|
|
|
|
|
|
|
|
.inset_box_shadow(0, 1px, 4px, 0, rgba(0,0,0,0.1));
|
|
|
|
|
|
|
|
border: 1px solid darken( @secondary, 10 );
|
|
|
|
padding: 6px 6px 5px;
|
|
|
|
margin: 0 4px 0 0;
|
|
|
|
outline: 0;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
input {
|
|
|
|
margin: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 1em;
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
|
|
|
}
|
2011-09-12 10:06:28 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Cart Sidebar
|
|
|
|
-------------------------------------------------------------- */
|
2012-04-28 17:28:18 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
ul.cart_list, ul.product_list_widget {
|
|
|
|
list-style:none outside;
|
|
|
|
padding: 0;
|
2011-08-27 11:59:12 +00:00
|
|
|
margin: 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
li {
|
|
|
|
padding: 4px 0;
|
2012-04-28 17:28:18 +00:00
|
|
|
margin: 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
.clearfix;
|
|
|
|
list-style:none;
|
|
|
|
a {
|
|
|
|
display:block;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
float: right;
|
|
|
|
margin-left: 4px;
|
|
|
|
width: 32px;
|
|
|
|
height:auto;
|
|
|
|
.box_shadow(0,1px,2px,0,rgba(0,0,0,0.3));
|
2012-01-12 15:25:13 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
dl {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 0.8751em;
|
|
|
|
padding-left: 1em;
|
|
|
|
border-left: 2px solid rgba(0,0,0,0.1);
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2013-06-20 10:20:49 +00:00
|
|
|
dt, dd {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
dd:after {
|
|
|
|
content: '\A';
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
dt {
|
2013-06-20 10:20:49 +00:00
|
|
|
font-weight:bold;
|
|
|
|
padding: 0 0 .25em 0;
|
|
|
|
margin: 0 4px 0 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
dd {
|
2013-06-20 10:20:49 +00:00
|
|
|
padding: 0 0 .25em 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.star-rating {
|
|
|
|
float:none;
|
2012-01-12 15:25:13 +00:00
|
|
|
}
|
2012-01-12 16:41:44 +00:00
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
|
2013-05-16 17:20:39 +00:00
|
|
|
&.widget_shopping_cart, .widget_shopping_cart {
|
2012-11-15 16:39:41 +00:00
|
|
|
.total {
|
|
|
|
border-top: 3px double @secondary;
|
|
|
|
padding: 4px 0 0;
|
|
|
|
strong {
|
|
|
|
min-width: 40px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.buttons {
|
|
|
|
.clearfix;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Cart Page
|
|
|
|
-------------------------------------------------------------- */
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.cart-collaterals {
|
|
|
|
.shipping_calculator {
|
|
|
|
.button {
|
|
|
|
width: 100%;
|
|
|
|
float:none;
|
|
|
|
display:block;
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
.cart_totals {
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
small {
|
|
|
|
color: @subtext;
|
|
|
|
font-size: 0.83em;
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
table {
|
|
|
|
border-collapse: separate;
|
|
|
|
.border_radius(5px);
|
|
|
|
margin: 0 0 6px;
|
|
|
|
padding: 0;
|
|
|
|
tr:first-child {
|
|
|
|
th, td {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-08-14 20:00:34 +00:00
|
|
|
th {
|
|
|
|
padding: 6px 12px 0 0;
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
padding: 6px 0;
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
td, th {
|
2013-08-14 20:00:34 +00:00
|
|
|
vertical-align: top;
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
small {
|
|
|
|
display:block;
|
|
|
|
color: @subtext;
|
|
|
|
}
|
|
|
|
select {
|
|
|
|
width: 100%;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
.discount td {
|
|
|
|
color: @highlight;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
tr td, tr th {
|
|
|
|
border-top: 1px solid @secondary;
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
a.button.alt {
|
|
|
|
width: 193px;
|
|
|
|
display:block;
|
|
|
|
font-size: 0.92em;
|
2011-09-11 16:42:50 +00:00
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Forms
|
|
|
|
-------------------------------------------------------------- */
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
form {
|
|
|
|
.form-row {
|
|
|
|
padding: 3px;
|
|
|
|
margin: 0 0 6px;
|
2012-04-28 17:28:18 +00:00
|
|
|
|
2013-03-27 14:59:52 +00:00
|
|
|
[placeholder]:focus::-webkit-input-placeholder {
|
|
|
|
-webkit-transition: opacity 0.5s 0.5s ease;
|
|
|
|
-moz-transition: opacity 0.5s 0.5s ease;
|
|
|
|
transition: opacity 0.5s 0.5s ease;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
label.hidden {
|
|
|
|
visibility:hidden;
|
|
|
|
}
|
|
|
|
select {
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.required {
|
|
|
|
color: red;
|
|
|
|
font-weight:bold;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.input-checkbox {
|
|
|
|
display: inline;
|
|
|
|
margin: -2px 8px 0 0;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
input.input-text, textarea {
|
2013-05-13 15:02:18 +00:00
|
|
|
.borderbox;
|
2012-11-13 19:59:34 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
outline: 0;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
textarea {
|
|
|
|
height: 3.5em;
|
|
|
|
line-height: 1.5em;
|
|
|
|
display:block;
|
|
|
|
-moz-box-shadow:none;
|
|
|
|
-webkit-box-shadow:none;
|
|
|
|
box-shadow:none;
|
|
|
|
}
|
2013-03-27 15:02:06 +00:00
|
|
|
&.validate-required.woocommerce-invalid {
|
2013-08-02 15:54:28 +00:00
|
|
|
.chosen-single, .chosen-drop, input.input-text, select {
|
2012-12-10 14:50:49 +00:00
|
|
|
border-color: #fb7f88;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
::-webkit-input-placeholder {
|
|
|
|
line-height: 1em;
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
:-moz-placeholder {
|
|
|
|
line-height: 1em;
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
|
|
|
:-ms-input-placeholder {
|
|
|
|
line-height: 1em;
|
|
|
|
padding-top: 2px;
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
form.login, form.checkout_coupon, form.register {
|
|
|
|
border: 1px solid darken( @secondary, 10 );
|
|
|
|
padding: 20px;
|
|
|
|
margin: 2em 0 2em 0px;
|
|
|
|
text-align:left;
|
|
|
|
.border_radius(5px);
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
|
|
|
|
ul#shipping_method {
|
2012-05-13 20:02:07 +00:00
|
|
|
list-style: none outside;
|
2012-11-15 16:39:41 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
li {
|
|
|
|
margin: 0;
|
|
|
|
padding: .25em 0 .25em 22px;
|
|
|
|
text-indent: -22px;
|
|
|
|
list-style: none outside;
|
|
|
|
}
|
|
|
|
.amount {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-05-13 20:02:07 +00:00
|
|
|
}
|
2013-08-14 20:00:34 +00:00
|
|
|
p.woocommerce-shipping-contents {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-05-13 20:02:07 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Checkout
|
|
|
|
-------------------------------------------------------------- */
|
2012-04-28 17:28:18 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
.checkout {
|
|
|
|
.col-2 {
|
|
|
|
h3 {
|
|
|
|
float:left;
|
|
|
|
clear:none;
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
.notes {
|
|
|
|
clear:left;
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-13 19:59:34 +00:00
|
|
|
.form-row-first {
|
|
|
|
clear:left;
|
|
|
|
}
|
|
|
|
}
|
2013-06-03 15:09:04 +00:00
|
|
|
.create-account small {
|
|
|
|
font-size: 11px;
|
|
|
|
color: @subtext;
|
|
|
|
line-height: 13px;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
2012-11-13 19:59:34 +00:00
|
|
|
div.shipping-address {
|
|
|
|
padding: 0;
|
2012-04-28 17:28:18 +00:00
|
|
|
clear:left;
|
2012-11-13 19:59:34 +00:00
|
|
|
width: 100%;
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2013-03-28 23:13:23 +00:00
|
|
|
.shipping_address {
|
|
|
|
clear:both;
|
|
|
|
}
|
2012-04-28 17:28:18 +00:00
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* Payment box - appears on checkout and page page */
|
|
|
|
#payment {
|
|
|
|
background: @secondary;
|
|
|
|
.border_radius(5px);
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
ul.payment_methods {
|
|
|
|
.clearfix;
|
2012-04-28 17:28:18 +00:00
|
|
|
text-align:left;
|
2012-11-15 16:39:41 +00:00
|
|
|
padding: 1em;
|
|
|
|
border-bottom: 1px solid darken( @secondary, 10 );
|
2011-08-27 11:59:12 +00:00
|
|
|
margin: 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
list-style:none outside;
|
|
|
|
li {
|
|
|
|
line-height: 2em;
|
|
|
|
text-align:left;
|
|
|
|
margin: 0;
|
|
|
|
font-weight:normal;
|
|
|
|
input {
|
|
|
|
margin: 0 1em 0 0;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: -2px 0 0 .5em;
|
|
|
|
position: relative;
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
div.form-row {
|
|
|
|
padding: 1em;
|
|
|
|
border-top: 1px solid lighten( @secondary, 5 );
|
2012-01-12 15:25:13 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
div.payment_box {
|
|
|
|
position: relative;
|
|
|
|
width: 96%;
|
|
|
|
padding: 1em 2%;
|
|
|
|
margin: 1em 0 1em 0;
|
|
|
|
font-size: 0.92em;
|
|
|
|
.border_radius(2px);
|
|
|
|
line-height: 1.5em;
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.vertical_gradient( darken( @secondary, 5 ), darken( @secondary, 10 ) );
|
|
|
|
.box_shadow(0,1px,2px,0,rgba(0,0,0,0.25));
|
|
|
|
color: @secondarytext;
|
|
|
|
.darkorlighttextshadow( @secondarytext );
|
|
|
|
|
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
#cc-expire-month, #cc-expire-year {
|
2012-04-28 17:28:18 +00:00
|
|
|
width: 48%;
|
|
|
|
float:left;
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
#cc-expire-year {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
span.help {
|
|
|
|
font-size: 11px;
|
|
|
|
color: @subtext;
|
|
|
|
line-height: 13px;
|
|
|
|
font-weight:normal;
|
|
|
|
}
|
|
|
|
.form-row {
|
|
|
|
margin: 0 0 1em;
|
|
|
|
|
|
|
|
select {
|
|
|
|
width: 48%;
|
|
|
|
float:left;
|
|
|
|
margin-right: 3.8%;
|
|
|
|
&:nth-child(3n) {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2012-01-12 15:25:13 +00:00
|
|
|
}
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
&:after {
|
|
|
|
content: "";
|
|
|
|
display:block;
|
|
|
|
border: 8px solid darken( @secondary, 5 ); /* arrow size / color */
|
|
|
|
border-right-color: transparent;
|
|
|
|
border-left-color: transparent;
|
|
|
|
border-top-color: transparent;
|
|
|
|
position:absolute;
|
|
|
|
top: -3px;
|
|
|
|
left: 0;
|
|
|
|
margin: -1em 0 0 2em;
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Order Page
|
|
|
|
-------------------------------------------------------------- */
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.order_details {
|
2012-01-12 16:41:44 +00:00
|
|
|
.clearfix();
|
2012-11-15 16:39:41 +00:00
|
|
|
margin: 0 0 1.5em;
|
|
|
|
list-style:none;
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
li {
|
2012-04-28 17:28:18 +00:00
|
|
|
float:left;
|
2012-11-15 16:39:41 +00:00
|
|
|
margin-right: 2em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 0.715em;
|
|
|
|
line-height: 1em;
|
|
|
|
border-right: 1px dashed darken( @secondary, 10 );
|
|
|
|
padding-right: 2em;
|
|
|
|
|
|
|
|
strong {
|
|
|
|
display:block;
|
|
|
|
font-size: 1.4em;
|
|
|
|
text-transform:none;
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2012-12-02 13:49:51 +00:00
|
|
|
&:last-of-type {
|
|
|
|
border: none;
|
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Account Page
|
|
|
|
-------------------------------------------------------------- */
|
2012-08-10 11:15:32 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.addresses {
|
|
|
|
.title {
|
|
|
|
.clearfix();
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
.edit {
|
|
|
|
float: right;
|
|
|
|
}
|
2011-09-23 15:50:13 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ol.commentlist.notes {
|
|
|
|
li.note {
|
|
|
|
|
|
|
|
p.meta {
|
|
|
|
font-weight:bold;
|
2012-04-28 17:28:18 +00:00
|
|
|
margin-bottom: 0;
|
2011-09-23 15:50:13 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
.description {
|
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2011-09-23 15:50:13 +00:00
|
|
|
}
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
ul.digital-downloads {
|
2012-04-28 17:28:18 +00:00
|
|
|
margin-left: 0;
|
2012-11-15 16:39:41 +00:00
|
|
|
padding-left: 0;
|
|
|
|
li {
|
|
|
|
list-style:none;
|
|
|
|
margin-left: 0;
|
2013-08-21 15:43:05 +00:00
|
|
|
padding-left: 0;
|
|
|
|
&:before {
|
|
|
|
.iconbefore;
|
|
|
|
content: "\e00a";
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
.count {
|
|
|
|
float: right;
|
|
|
|
}
|
2012-01-12 15:25:13 +00:00
|
|
|
}
|
|
|
|
}
|
2011-09-23 15:50:13 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Layered Nav Widget
|
|
|
|
-------------------------------------------------------------- */
|
2011-08-09 15:16:18 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.widget_layered_nav {
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
list-style:none outside;
|
|
|
|
li {
|
|
|
|
.clearfix();
|
|
|
|
padding: 0 0 1px;
|
|
|
|
list-style:none;
|
|
|
|
a, span {
|
|
|
|
padding: 1px 0;
|
|
|
|
float:left;
|
|
|
|
}
|
2012-10-14 12:06:37 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
li.chosen {
|
|
|
|
a {
|
2013-08-20 10:21:55 +00:00
|
|
|
padding:0 6px;
|
|
|
|
text-decoration: none;
|
2012-11-15 16:39:41 +00:00
|
|
|
border: 1px solid @tertiary;
|
2013-08-20 10:21:55 +00:00
|
|
|
background: @tertiary;
|
2012-11-15 16:39:41 +00:00
|
|
|
.inset_box_shadow(0, 1px, 1px, rgba(255,255,255,0.5));
|
|
|
|
color: @tertiarytext;
|
|
|
|
.border_radius(3px);
|
2013-08-20 10:21:55 +00:00
|
|
|
&:before {
|
|
|
|
.iconbefore;
|
|
|
|
content: "\e013";
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
small.count {
|
|
|
|
float: right;
|
|
|
|
margin-left: 6px;
|
|
|
|
font-size: 1em;
|
|
|
|
padding: 1px 0;
|
|
|
|
color: @subtext;
|
2012-10-14 12:06:37 +00:00
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
2012-10-14 12:06:37 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.widget_layered_nav_filters {
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
list-style:none outside;
|
|
|
|
overflow: hidden;
|
|
|
|
zoom: 1;
|
|
|
|
li {
|
2012-10-14 12:06:37 +00:00
|
|
|
float: left;
|
2012-11-15 16:39:41 +00:00
|
|
|
padding: 0 1px 1px 0;
|
|
|
|
list-style:none;
|
|
|
|
a {
|
2013-08-20 10:21:55 +00:00
|
|
|
padding:0 6px;
|
|
|
|
text-decoration: none;
|
2012-11-15 16:39:41 +00:00
|
|
|
border: 1px solid @tertiary;
|
2013-08-20 10:21:55 +00:00
|
|
|
background: @tertiary;
|
2012-11-15 16:39:41 +00:00
|
|
|
.inset_box_shadow(0, 1px, 1px, rgba(255,255,255,0.5));
|
|
|
|
color: @tertiarytext;
|
|
|
|
.border_radius(3px);
|
|
|
|
float: left;
|
2013-08-20 10:21:55 +00:00
|
|
|
&:before {
|
|
|
|
.iconbefore;
|
|
|
|
content: "\e013";
|
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
}
|
2012-10-14 12:06:37 +00:00
|
|
|
}
|
2011-08-09 15:16:18 +00:00
|
|
|
}
|
|
|
|
}
|
2012-01-13 12:34:44 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
/* =Price Filter Widget
|
|
|
|
-------------------------------------------------------------- */
|
2012-01-13 12:34:44 +00:00
|
|
|
|
2012-11-15 16:39:41 +00:00
|
|
|
.widget_price_filter {
|
|
|
|
.price_slider {
|
|
|
|
margin-bottom: 1em;
|
2012-01-13 12:34:44 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
.price_slider_amount {
|
|
|
|
text-align: right;
|
|
|
|
line-height: 2.4em;
|
|
|
|
font-size: 0.8751em;
|
|
|
|
.button {
|
|
|
|
font-size: 1.15em;
|
|
|
|
}
|
|
|
|
.button {
|
|
|
|
float:left;
|
|
|
|
}
|
2012-01-13 12:34:44 +00:00
|
|
|
}
|
2013-07-31 03:11:21 +00:00
|
|
|
.ui-slider {
|
2012-11-15 16:39:41 +00:00
|
|
|
position: relative;
|
|
|
|
text-align:left;
|
|
|
|
}
|
2013-07-31 03:11:21 +00:00
|
|
|
.ui-slider .ui-slider-handle {
|
2012-11-15 16:39:41 +00:00
|
|
|
position:absolute;
|
|
|
|
z-index: 2;
|
|
|
|
width: 0.9em;
|
|
|
|
height: 0.9em;
|
|
|
|
.border_radius(1em);
|
|
|
|
border: 1px solid darken( @tertiary, 50 );
|
|
|
|
cursor: pointer;
|
|
|
|
.vertical_gradient( @tertiary, darken( @tertiary, 10 ));
|
|
|
|
outline:none;
|
|
|
|
top: -.3em;
|
|
|
|
-webkit-box-shadow:
|
|
|
|
0 1px 2px rgba(0,0,0,0.3),
|
|
|
|
inset 0 0 0 1px rgba(255,255,255,0.65);
|
|
|
|
-moz-box-shadow:
|
|
|
|
0 1px 2px rgba(0,0,0,0.3),
|
|
|
|
inset 0 0 0 1px rgba(255,255,255,0.65);
|
|
|
|
box-shadow:
|
|
|
|
0 1px 2px rgba(0,0,0,0.3),
|
|
|
|
inset 0 0 0 1px rgba(255,255,255,0.65);
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-left: -1em;
|
|
|
|
}
|
|
|
|
}
|
2013-07-31 03:11:21 +00:00
|
|
|
.ui-slider .ui-slider-range {
|
2012-11-15 16:39:41 +00:00
|
|
|
position:absolute;
|
|
|
|
z-index: 1;
|
|
|
|
font-size: .7em;
|
|
|
|
display:block;
|
|
|
|
border: 0;
|
|
|
|
background: @tertiary url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x; /* transparent png */
|
|
|
|
.inset_box_shadow(0,0,0,1px,rgba(0,0,0,0.5));
|
|
|
|
.border_radius(1em);
|
|
|
|
}
|
2013-07-31 03:11:21 +00:00
|
|
|
.price_slider_wrapper .ui-widget-content {
|
2012-11-15 16:39:41 +00:00
|
|
|
.border_radius(1em);
|
|
|
|
.vertical_gradient( @quaternary, lighten( @quaternary, 30 ) );
|
|
|
|
}
|
2013-07-31 03:11:21 +00:00
|
|
|
.ui-slider-horizontal {
|
2012-11-15 16:39:41 +00:00
|
|
|
height: .5em;
|
|
|
|
}
|
2013-07-31 03:11:21 +00:00
|
|
|
.ui-slider-horizontal .ui-slider-range {
|
2012-11-15 16:39:41 +00:00
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2013-07-31 03:11:21 +00:00
|
|
|
.ui-slider-horizontal .ui-slider-range-min {
|
2012-11-15 16:39:41 +00:00
|
|
|
left: -1px;
|
2012-01-13 12:34:44 +00:00
|
|
|
}
|
2013-07-31 03:11:21 +00:00
|
|
|
.ui-slider-horizontal .ui-slider-range-max {
|
2012-11-15 16:39:41 +00:00
|
|
|
right: -1px;
|
|
|
|
}
|
2012-01-13 12:34:44 +00:00
|
|
|
}
|
2012-11-15 16:39:41 +00:00
|
|
|
} // end .woocommerce-page namespacing wrap
|
2013-04-05 15:17:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* =Twenty Thirteen Specific styles
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
.twentythirteen {
|
|
|
|
.entry-summary {
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-12-13 11:09:28 +00:00
|
|
|
@media
|
|
|
|
(-webkit-min-device-pixel-ratio: 2),
|
|
|
|
(min-resolution: 192dpi) {
|
|
|
|
.woocommerce, .woocommerce-page {
|
|
|
|
a.button, button.button, input.button, #respond input#submit, #content input.button {
|
|
|
|
&.loading {
|
|
|
|
&:before {
|
|
|
|
background-image: url(../images/ajax-loader@2x.gif);
|
|
|
|
background-size: 16px 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-04-17 10:19:52 +00:00
|
|
|
p.stars {
|
|
|
|
span {
|
|
|
|
background-image: url(../images/star@2x.png);
|
|
|
|
background-size: 16px 48px;
|
|
|
|
a:hover, a:focus {
|
|
|
|
background-image: url(../images/star@2x.png);
|
|
|
|
background-size: 16px 48px;
|
|
|
|
}
|
|
|
|
a.active {
|
|
|
|
background-image: url(../images/star@2x.png);
|
|
|
|
background-size: 16px 48px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-12-13 11:09:28 +00:00
|
|
|
}
|
2013-02-28 12:19:25 +00:00
|
|
|
}
|