diff --git a/frontend/views/object/index.php b/frontend/views/object/index.php index 6f8498a..276d70c 100644 --- a/frontend/views/object/index.php +++ b/frontend/views/object/index.php @@ -57,7 +57,7 @@
-

@@ -101,26 +101,26 @@

-

200
-

+
200
+
-

1
-

+
1
+
-

10+
-

+
10+
+
-

1
-

+
1
+
diff --git a/frontend/web/css/style.default.css b/frontend/web/css/style.default.css index a32dfec..20a7bea 100755 --- a/frontend/web/css/style.default.css +++ b/frontend/web/css/style.default.css @@ -1807,14 +1807,14 @@ fieldset[disabled] .btn-template-primary.active { padding: 0 20px; } -.box-image .name h3 { +.box-image .name h3, .box-image .name .h3 { color: #fff; text-transform: uppercase; font-size: 18px; letter-spacing: 0.08em; } -.box-image .name h3 a { +.box-image .name h3 a, .box-image .name .h3 a { color: #fff; text-decoration: none; } @@ -2335,24 +2335,36 @@ fieldset[disabled] .btn-template-primary.active { } #blog-listing-big .post h2, +#blog-listing-big .post .h2, #blog-homepage .post h2, +#blog-homepage .post .h2, #blog-listing-big .post h4, +#blog-listing-big .post .h4, +#blog-homepage .post .h4, #blog-homepage .post h4 { text-transform: uppercase; letter-spacing: 0.08em; } +#blog-listing-big .post .h2 a, #blog-listing-big .post h2 a, +#blog-homepage .post .h2 a, #blog-homepage .post h2 a, +#blog-listing-big .post .h4 a, #blog-listing-big .post h4 a, +#blog-homepage .post .h4 a, #blog-homepage .post h4 a { color: #555555; } #blog-listing-big .post h2 a:hover, +#blog-listing-big .post .h2 a:hover, #blog-homepage .post h2 a:hover, +#blog-homepage .post .h2 a:hover, #blog-listing-big .post h4 a:hover, -#blog-homepage .post h4 a:hover { +#blog-listing-big .post .h4 a:hover, +#blog-homepage .post h4 a:hover, +#blog-homepage .post .h4 a:hover { color: #38a7bb; } @@ -2426,6 +2438,7 @@ fieldset[disabled] .btn-template-primary.active { margin-bottom: 60px; } +#blog-listing-medium .post .h2, #blog-listing-medium .post h2 { text-transform: uppercase; margin: 0 0 10px; @@ -2433,11 +2446,13 @@ fieldset[disabled] .btn-template-primary.active { letter-spacing: 0.08em; } -#blog-listing-medium .post h2 a { +#blog-listing-medium .post h2 a, +#blog-listing-medium .post .h2 a { color: #555555; } -#blog-listing-medium .post h2 a:hover { +#blog-listing-medium .post h2 a:hover, +#blog-listing-medium .post .h2 a:hover { color: #38a7bb; } @@ -2557,7 +2572,9 @@ fieldset[disabled] .btn-template-primary.active { } #blog-homepage .post h2, +#blog-homepage .post .h2, #blog-homepage .post h4, +#blog-homepage .post .h4, #blog-homepage .post .author-category, #blog-homepage .post .read-more { text-align: center; @@ -2642,7 +2659,9 @@ fieldset[disabled] .btn-template-primary.active { } #blog-post #comments h4, -#blog-post #comment-form h4 { +#blog-post #comments .h4, +#blog-post #comment-form h4, +#blog-post #comment-form .h4 { margin-bottom: 20px; } @@ -2681,7 +2700,8 @@ fieldset[disabled] .btn-template-primary.active { padding: 10px; } -.product .text h3 { +.product .text h3, +.product .text .h3 { font-size: 14px; font-weight: 700; height: 39.6px; @@ -2689,11 +2709,13 @@ fieldset[disabled] .btn-template-primary.active { letter-spacing: 0.08em; } -.product .text h3 a { +.product .text h3 a, +.product .text .h3 a { color: #555555; } -.product .text h3 a:hover { +.product .text h3 a:hover, +.product .text .h3 a:hover { text-decoration: none; } @@ -2765,7 +2787,8 @@ fieldset[disabled] .btn-template-primary.active { text-align: center; } -#productMain .sizes h3 { +#productMain .sizes h3, +#productMain .sizes .h3 { font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; @@ -2815,7 +2838,8 @@ fieldset[disabled] .btn-template-primary.active { text-align: center; } -#product-social h4 { +#product-social h4, +#product-social .h4 { font-weight: 300; margin-bottom: 10px; } @@ -2926,7 +2950,9 @@ fieldset[disabled] .btn-template-primary.active { } .shipping-method h4, -.payment-method h4 { +.payment-method h4, +.shipping-method .h4, +.payment-method .h4 { text-transform: uppercase; letter-spacing: 0.08em; } @@ -2967,7 +2993,13 @@ fieldset[disabled] .btn-template-primary.active { #get-it h3, #get-it h4, #get-it h5, -#get-it h6 { +#get-it h6, +#get-it .h1, +#get-it .h2, +#get-it .h3, +#get-it .h4, +#get-it .h5, +#get-it .h6 { color: #fff; text-transform: uppercase; letter-spacing: 0.08em; @@ -3062,14 +3094,16 @@ fieldset[disabled] .btn-template-primary.active { vertical-align: middle; } -#footer .blog-entries .item .name h5 { +#footer .blog-entries .item .name h5, +#footer .blog-entries .item .name .h5 { margin: 0; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; } -#footer .blog-entries .item .name h5 a { +#footer .blog-entries .item .name h5 a, +#footer .blog-entries .item .name .h5 a { color: #eeeeee; } -- libgit2 0.21.4