From 2e3e11b7937ac915e67490e256bb7dc66bdf50f2 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 23 Feb 2018 18:07:22 +0200 Subject: [PATCH] h titles --- frontend/web/css/style.blue.css | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 96 insertions(+), 33 deletions(-) diff --git a/frontend/web/css/style.blue.css b/frontend/web/css/style.blue.css index f146102..b766acd 100755 --- a/frontend/web/css/style.blue.css +++ b/frontend/web/css/style.blue.css @@ -1756,7 +1756,8 @@ fieldset[disabled] .btn-template-primary.active { transition: all 0.2s ease-out; } -.box-simple h3 { +.box-simple h3, +.box-simple .h3 { font-weight: normal; font-size: 18px; text-transform: uppercase; @@ -1766,7 +1767,8 @@ fieldset[disabled] .btn-template-primary.active { letter-spacing: 0.08em; } -.box-simple h3 a { +.box-simple h3 a, +.box-simple .h3 a { color: #555555; } @@ -1812,11 +1814,13 @@ fieldset[disabled] .btn-template-primary.active { font-size: 70px; } -.box-simple.box-dark h3 { +.box-simple.box-dark h3, +.box-simple.box-dark .h3 { color: #fff; } -.box-simple.box-dark h3 a { +.box-simple.box-dark h3 a, +.box-simple.box-dark .h3 a { color: #fff; } @@ -1858,14 +1862,16 @@ 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; } @@ -1946,14 +1952,16 @@ fieldset[disabled] .btn-template-primary.active { padding: 0 20px; } -.box-image-text .top .name h3 { +.box-image-text .top .name h3, +.box-image-text .top .name .h3 { color: #fff; text-transform: uppercase; font-size: 18px; letter-spacing: 0.08em; } -.box-image-text .top .name h3 a { +.box-image-text .top .name h3 a, +.box-image-text .top .name .h3 a { color: #fff; text-decoration: none; } @@ -1975,7 +1983,9 @@ fieldset[disabled] .btn-template-primary.active { } .box-image-text .content h3, -.box-image-text .content h4 { +.box-image-text .content h4, +.box-image-text .content .h3, +.box-image-text .content .h4 { text-transform: uppercase; line-height: 1.5; color: #555555; @@ -2097,7 +2107,8 @@ fieldset[disabled] .btn-template-primary.active { margin-bottom: 0; } -#heading-breadcrumbs h1 { +#heading-breadcrumbs h1, +#heading-breadcrumbs .h1 { color: #333333; text-transform: uppercase; font-size: 30px; @@ -2106,7 +2117,8 @@ fieldset[disabled] .btn-template-primary.active { } @media (max-width: 991px) { - #heading-breadcrumbs h1 { + #heading-breadcrumbs h1, + #heading-breadcrumbs .h1 { text-align: center; } } @@ -2158,6 +2170,12 @@ fieldset[disabled] .btn-template-primary.active { .bar.color-white h4, .bar.color-white h5, .bar.color-white h6, +.bar.color-white .h1, +.bar.color-white .h2, +.bar.color-white .h3, +.bar.color-white .h4, +.bar.color-white .h5, +.bar.color-white .h6, .bar.color-white p { color: #fff; } @@ -2195,7 +2213,8 @@ fieldset[disabled] .btn-template-primary.active { margin: 0 -15px; } -.portfolio-project .project-more h4 { +.portfolio-project .project-more h4, +.portfolio-project .project-more .h4 { color: #555555; text-transform: uppercase; margin-bottom: 0; @@ -2260,7 +2279,8 @@ fieldset[disabled] .btn-template-primary.active { border: solid 1px #555555; } -.showcase .item h4 { +.showcase .item h4, +.showcase .item .h4 { color: #555555; text-transform: uppercase; letter-spacing: 0.08em; @@ -2268,7 +2288,8 @@ fieldset[disabled] .btn-template-primary.active { font-size: 16px; } -.showcase .item h4 span { +.showcase .item h4 span, +.showcase .item .h4 span { font-weight: bold; font-size: 51px; } @@ -2290,7 +2311,8 @@ fieldset[disabled] .btn-template-primary.active { background: #467fbf; } -.packages .package .package-header h5 { +.packages .package .package-header h5, +.packages .package .package-header .h5 { color: #fff; text-transform: uppercase; font-weight: bold; @@ -2303,7 +2325,8 @@ fieldset[disabled] .btn-template-primary.active { background: #eeeeee; } -.packages .package .package-header.light-gray h5 { +.packages .package .package-header.light-gray h5, +.packages .package .package-header.light-gray .h5 { color: #555555; } @@ -2314,7 +2337,8 @@ fieldset[disabled] .btn-template-primary.active { font-weight: 400; } -.packages .package .price h4 { +.packages .package .price h4, +.packages .package .price .h4 { display: inline; font-size: 50px; line-height: normal; @@ -2359,7 +2383,8 @@ fieldset[disabled] .btn-template-primary.active { height: 82px !important; } -.packages .best-value .package .package-header h5 { +.packages .best-value .package .package-header h5, +.packages .best-value .package .package-header .h5 { font-weight: bold; line-height: 29px; text-transform: uppercase; @@ -2388,7 +2413,11 @@ fieldset[disabled] .btn-template-primary.active { #blog-listing-big .post h2, #blog-homepage .post h2, #blog-listing-big .post h4, -#blog-homepage .post h4 { +#blog-homepage .post h4, +#blog-listing-big .post .h2, +#blog-homepage .post .h2, +#blog-listing-big .post .h4, +#blog-homepage .post .h4 { text-transform: uppercase; letter-spacing: 0.08em; } @@ -2396,14 +2425,22 @@ fieldset[disabled] .btn-template-primary.active { #blog-listing-big .post h2 a, #blog-homepage .post h2 a, #blog-listing-big .post h4 a, -#blog-homepage .post h4 a { +#blog-homepage .post h4 a, +#blog-listing-big .post .h2 a, +#blog-homepage .post .h2 a, +#blog-listing-big .post .h4 a, +#blog-homepage .post .h4 a { color: #555555; } #blog-listing-big .post h2 a:hover, #blog-homepage .post h2 a:hover, #blog-listing-big .post h4 a:hover, -#blog-homepage .post h4 a:hover { +#blog-homepage .post h4 a:hover, +#blog-listing-big .post .h2 a:hover, +#blog-homepage .post .h2 a:hover, +#blog-listing-big .post .h4 a:hover, +#blog-homepage .post .h4 a:hover { color: #467fbf; } @@ -2477,18 +2514,21 @@ fieldset[disabled] .btn-template-primary.active { margin-bottom: 60px; } -#blog-listing-medium .post h2 { +#blog-listing-medium .post h2, +#blog-listing-medium .post .h2 { text-transform: uppercase; margin: 0 0 10px; font-size: 24px; 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: #467fbf; } @@ -2609,6 +2649,8 @@ fieldset[disabled] .btn-template-primary.active { #blog-homepage .post h2, #blog-homepage .post h4, +#blog-homepage .post .h2, +#blog-homepage .post .h4, #blog-homepage .post .author-category, #blog-homepage .post .read-more { text-align: center; @@ -2693,7 +2735,9 @@ fieldset[disabled] .btn-template-primary.active { } #blog-post #comments h4, -#blog-post #comment-form h4 { +#blog-post #comment-form h4, +#blog-post #comments .h4, +#blog-post #comment-form .h4 { margin-bottom: 20px; } @@ -2732,7 +2776,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; @@ -2740,11 +2785,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; } @@ -2816,7 +2863,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; @@ -2866,7 +2914,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; } @@ -2977,7 +3026,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; } @@ -3018,7 +3069,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; @@ -3040,7 +3097,13 @@ fieldset[disabled] .btn-template-primary.active { #footer h3, #footer h4, #footer h5, -#footer h6 { +#footer h6, +#footer .h1, +#footer .h2, +#footer .h3, +#footer .h4, +#footer .h5, +#footer .h6 { color: #eeeeee; } -- libgit2 0.21.4