Commit 2e3e11b7937ac915e67490e256bb7dc66bdf50f2
1 parent
d4193cf8
h titles
Showing
1 changed file
with
96 additions
and
33 deletions
Show diff stats
frontend/web/css/style.blue.css
... | ... | @@ -1756,7 +1756,8 @@ fieldset[disabled] .btn-template-primary.active { |
1756 | 1756 | transition: all 0.2s ease-out; |
1757 | 1757 | } |
1758 | 1758 | |
1759 | -.box-simple h3 { | |
1759 | +.box-simple h3, | |
1760 | +.box-simple .h3 { | |
1760 | 1761 | font-weight: normal; |
1761 | 1762 | font-size: 18px; |
1762 | 1763 | text-transform: uppercase; |
... | ... | @@ -1766,7 +1767,8 @@ fieldset[disabled] .btn-template-primary.active { |
1766 | 1767 | letter-spacing: 0.08em; |
1767 | 1768 | } |
1768 | 1769 | |
1769 | -.box-simple h3 a { | |
1770 | +.box-simple h3 a, | |
1771 | +.box-simple .h3 a { | |
1770 | 1772 | color: #555555; |
1771 | 1773 | } |
1772 | 1774 | |
... | ... | @@ -1812,11 +1814,13 @@ fieldset[disabled] .btn-template-primary.active { |
1812 | 1814 | font-size: 70px; |
1813 | 1815 | } |
1814 | 1816 | |
1815 | -.box-simple.box-dark h3 { | |
1817 | +.box-simple.box-dark h3, | |
1818 | +.box-simple.box-dark .h3 { | |
1816 | 1819 | color: #fff; |
1817 | 1820 | } |
1818 | 1821 | |
1819 | -.box-simple.box-dark h3 a { | |
1822 | +.box-simple.box-dark h3 a, | |
1823 | +.box-simple.box-dark .h3 a { | |
1820 | 1824 | color: #fff; |
1821 | 1825 | } |
1822 | 1826 | |
... | ... | @@ -1858,14 +1862,16 @@ fieldset[disabled] .btn-template-primary.active { |
1858 | 1862 | padding: 0 20px; |
1859 | 1863 | } |
1860 | 1864 | |
1861 | -.box-image .name h3 { | |
1865 | +.box-image .name h3, | |
1866 | +.box-image .name .h3 { | |
1862 | 1867 | color: #fff; |
1863 | 1868 | text-transform: uppercase; |
1864 | 1869 | font-size: 18px; |
1865 | 1870 | letter-spacing: 0.08em; |
1866 | 1871 | } |
1867 | 1872 | |
1868 | -.box-image .name h3 a { | |
1873 | +.box-image .name h3 a, | |
1874 | +.box-image .name .h3 a { | |
1869 | 1875 | color: #fff; |
1870 | 1876 | text-decoration: none; |
1871 | 1877 | } |
... | ... | @@ -1946,14 +1952,16 @@ fieldset[disabled] .btn-template-primary.active { |
1946 | 1952 | padding: 0 20px; |
1947 | 1953 | } |
1948 | 1954 | |
1949 | -.box-image-text .top .name h3 { | |
1955 | +.box-image-text .top .name h3, | |
1956 | +.box-image-text .top .name .h3 { | |
1950 | 1957 | color: #fff; |
1951 | 1958 | text-transform: uppercase; |
1952 | 1959 | font-size: 18px; |
1953 | 1960 | letter-spacing: 0.08em; |
1954 | 1961 | } |
1955 | 1962 | |
1956 | -.box-image-text .top .name h3 a { | |
1963 | +.box-image-text .top .name h3 a, | |
1964 | +.box-image-text .top .name .h3 a { | |
1957 | 1965 | color: #fff; |
1958 | 1966 | text-decoration: none; |
1959 | 1967 | } |
... | ... | @@ -1975,7 +1983,9 @@ fieldset[disabled] .btn-template-primary.active { |
1975 | 1983 | } |
1976 | 1984 | |
1977 | 1985 | .box-image-text .content h3, |
1978 | -.box-image-text .content h4 { | |
1986 | +.box-image-text .content h4, | |
1987 | +.box-image-text .content .h3, | |
1988 | +.box-image-text .content .h4 { | |
1979 | 1989 | text-transform: uppercase; |
1980 | 1990 | line-height: 1.5; |
1981 | 1991 | color: #555555; |
... | ... | @@ -2097,7 +2107,8 @@ fieldset[disabled] .btn-template-primary.active { |
2097 | 2107 | margin-bottom: 0; |
2098 | 2108 | } |
2099 | 2109 | |
2100 | -#heading-breadcrumbs h1 { | |
2110 | +#heading-breadcrumbs h1, | |
2111 | +#heading-breadcrumbs .h1 { | |
2101 | 2112 | color: #333333; |
2102 | 2113 | text-transform: uppercase; |
2103 | 2114 | font-size: 30px; |
... | ... | @@ -2106,7 +2117,8 @@ fieldset[disabled] .btn-template-primary.active { |
2106 | 2117 | } |
2107 | 2118 | |
2108 | 2119 | @media (max-width: 991px) { |
2109 | - #heading-breadcrumbs h1 { | |
2120 | + #heading-breadcrumbs h1, | |
2121 | + #heading-breadcrumbs .h1 { | |
2110 | 2122 | text-align: center; |
2111 | 2123 | } |
2112 | 2124 | } |
... | ... | @@ -2158,6 +2170,12 @@ fieldset[disabled] .btn-template-primary.active { |
2158 | 2170 | .bar.color-white h4, |
2159 | 2171 | .bar.color-white h5, |
2160 | 2172 | .bar.color-white h6, |
2173 | +.bar.color-white .h1, | |
2174 | +.bar.color-white .h2, | |
2175 | +.bar.color-white .h3, | |
2176 | +.bar.color-white .h4, | |
2177 | +.bar.color-white .h5, | |
2178 | +.bar.color-white .h6, | |
2161 | 2179 | .bar.color-white p { |
2162 | 2180 | color: #fff; |
2163 | 2181 | } |
... | ... | @@ -2195,7 +2213,8 @@ fieldset[disabled] .btn-template-primary.active { |
2195 | 2213 | margin: 0 -15px; |
2196 | 2214 | } |
2197 | 2215 | |
2198 | -.portfolio-project .project-more h4 { | |
2216 | +.portfolio-project .project-more h4, | |
2217 | +.portfolio-project .project-more .h4 { | |
2199 | 2218 | color: #555555; |
2200 | 2219 | text-transform: uppercase; |
2201 | 2220 | margin-bottom: 0; |
... | ... | @@ -2260,7 +2279,8 @@ fieldset[disabled] .btn-template-primary.active { |
2260 | 2279 | border: solid 1px #555555; |
2261 | 2280 | } |
2262 | 2281 | |
2263 | -.showcase .item h4 { | |
2282 | +.showcase .item h4, | |
2283 | +.showcase .item .h4 { | |
2264 | 2284 | color: #555555; |
2265 | 2285 | text-transform: uppercase; |
2266 | 2286 | letter-spacing: 0.08em; |
... | ... | @@ -2268,7 +2288,8 @@ fieldset[disabled] .btn-template-primary.active { |
2268 | 2288 | font-size: 16px; |
2269 | 2289 | } |
2270 | 2290 | |
2271 | -.showcase .item h4 span { | |
2291 | +.showcase .item h4 span, | |
2292 | +.showcase .item .h4 span { | |
2272 | 2293 | font-weight: bold; |
2273 | 2294 | font-size: 51px; |
2274 | 2295 | } |
... | ... | @@ -2290,7 +2311,8 @@ fieldset[disabled] .btn-template-primary.active { |
2290 | 2311 | background: #467fbf; |
2291 | 2312 | } |
2292 | 2313 | |
2293 | -.packages .package .package-header h5 { | |
2314 | +.packages .package .package-header h5, | |
2315 | +.packages .package .package-header .h5 { | |
2294 | 2316 | color: #fff; |
2295 | 2317 | text-transform: uppercase; |
2296 | 2318 | font-weight: bold; |
... | ... | @@ -2303,7 +2325,8 @@ fieldset[disabled] .btn-template-primary.active { |
2303 | 2325 | background: #eeeeee; |
2304 | 2326 | } |
2305 | 2327 | |
2306 | -.packages .package .package-header.light-gray h5 { | |
2328 | +.packages .package .package-header.light-gray h5, | |
2329 | +.packages .package .package-header.light-gray .h5 { | |
2307 | 2330 | color: #555555; |
2308 | 2331 | } |
2309 | 2332 | |
... | ... | @@ -2314,7 +2337,8 @@ fieldset[disabled] .btn-template-primary.active { |
2314 | 2337 | font-weight: 400; |
2315 | 2338 | } |
2316 | 2339 | |
2317 | -.packages .package .price h4 { | |
2340 | +.packages .package .price h4, | |
2341 | +.packages .package .price .h4 { | |
2318 | 2342 | display: inline; |
2319 | 2343 | font-size: 50px; |
2320 | 2344 | line-height: normal; |
... | ... | @@ -2359,7 +2383,8 @@ fieldset[disabled] .btn-template-primary.active { |
2359 | 2383 | height: 82px !important; |
2360 | 2384 | } |
2361 | 2385 | |
2362 | -.packages .best-value .package .package-header h5 { | |
2386 | +.packages .best-value .package .package-header h5, | |
2387 | +.packages .best-value .package .package-header .h5 { | |
2363 | 2388 | font-weight: bold; |
2364 | 2389 | line-height: 29px; |
2365 | 2390 | text-transform: uppercase; |
... | ... | @@ -2388,7 +2413,11 @@ fieldset[disabled] .btn-template-primary.active { |
2388 | 2413 | #blog-listing-big .post h2, |
2389 | 2414 | #blog-homepage .post h2, |
2390 | 2415 | #blog-listing-big .post h4, |
2391 | -#blog-homepage .post h4 { | |
2416 | +#blog-homepage .post h4, | |
2417 | +#blog-listing-big .post .h2, | |
2418 | +#blog-homepage .post .h2, | |
2419 | +#blog-listing-big .post .h4, | |
2420 | +#blog-homepage .post .h4 { | |
2392 | 2421 | text-transform: uppercase; |
2393 | 2422 | letter-spacing: 0.08em; |
2394 | 2423 | } |
... | ... | @@ -2396,14 +2425,22 @@ fieldset[disabled] .btn-template-primary.active { |
2396 | 2425 | #blog-listing-big .post h2 a, |
2397 | 2426 | #blog-homepage .post h2 a, |
2398 | 2427 | #blog-listing-big .post h4 a, |
2399 | -#blog-homepage .post h4 a { | |
2428 | +#blog-homepage .post h4 a, | |
2429 | +#blog-listing-big .post .h2 a, | |
2430 | +#blog-homepage .post .h2 a, | |
2431 | +#blog-listing-big .post .h4 a, | |
2432 | +#blog-homepage .post .h4 a { | |
2400 | 2433 | color: #555555; |
2401 | 2434 | } |
2402 | 2435 | |
2403 | 2436 | #blog-listing-big .post h2 a:hover, |
2404 | 2437 | #blog-homepage .post h2 a:hover, |
2405 | 2438 | #blog-listing-big .post h4 a:hover, |
2406 | -#blog-homepage .post h4 a:hover { | |
2439 | +#blog-homepage .post h4 a:hover, | |
2440 | +#blog-listing-big .post .h2 a:hover, | |
2441 | +#blog-homepage .post .h2 a:hover, | |
2442 | +#blog-listing-big .post .h4 a:hover, | |
2443 | +#blog-homepage .post .h4 a:hover { | |
2407 | 2444 | color: #467fbf; |
2408 | 2445 | } |
2409 | 2446 | |
... | ... | @@ -2477,18 +2514,21 @@ fieldset[disabled] .btn-template-primary.active { |
2477 | 2514 | margin-bottom: 60px; |
2478 | 2515 | } |
2479 | 2516 | |
2480 | -#blog-listing-medium .post h2 { | |
2517 | +#blog-listing-medium .post h2, | |
2518 | +#blog-listing-medium .post .h2 { | |
2481 | 2519 | text-transform: uppercase; |
2482 | 2520 | margin: 0 0 10px; |
2483 | 2521 | font-size: 24px; |
2484 | 2522 | letter-spacing: 0.08em; |
2485 | 2523 | } |
2486 | 2524 | |
2487 | -#blog-listing-medium .post h2 a { | |
2525 | +#blog-listing-medium .post h2 a, | |
2526 | +#blog-listing-medium .post .h2 a { | |
2488 | 2527 | color: #555555; |
2489 | 2528 | } |
2490 | 2529 | |
2491 | -#blog-listing-medium .post h2 a:hover { | |
2530 | +#blog-listing-medium .post h2 a:hover, | |
2531 | +#blog-listing-medium .post .h2 a:hover { | |
2492 | 2532 | color: #467fbf; |
2493 | 2533 | } |
2494 | 2534 | |
... | ... | @@ -2609,6 +2649,8 @@ fieldset[disabled] .btn-template-primary.active { |
2609 | 2649 | |
2610 | 2650 | #blog-homepage .post h2, |
2611 | 2651 | #blog-homepage .post h4, |
2652 | +#blog-homepage .post .h2, | |
2653 | +#blog-homepage .post .h4, | |
2612 | 2654 | #blog-homepage .post .author-category, |
2613 | 2655 | #blog-homepage .post .read-more { |
2614 | 2656 | text-align: center; |
... | ... | @@ -2693,7 +2735,9 @@ fieldset[disabled] .btn-template-primary.active { |
2693 | 2735 | } |
2694 | 2736 | |
2695 | 2737 | #blog-post #comments h4, |
2696 | -#blog-post #comment-form h4 { | |
2738 | +#blog-post #comment-form h4, | |
2739 | +#blog-post #comments .h4, | |
2740 | +#blog-post #comment-form .h4 { | |
2697 | 2741 | margin-bottom: 20px; |
2698 | 2742 | } |
2699 | 2743 | |
... | ... | @@ -2732,7 +2776,8 @@ fieldset[disabled] .btn-template-primary.active { |
2732 | 2776 | padding: 10px; |
2733 | 2777 | } |
2734 | 2778 | |
2735 | -.product .text h3 { | |
2779 | +.product .text h3, | |
2780 | +.product .text .h3 { | |
2736 | 2781 | font-size: 14px; |
2737 | 2782 | font-weight: 700; |
2738 | 2783 | height: 39.6px; |
... | ... | @@ -2740,11 +2785,13 @@ fieldset[disabled] .btn-template-primary.active { |
2740 | 2785 | letter-spacing: 0.08em; |
2741 | 2786 | } |
2742 | 2787 | |
2743 | -.product .text h3 a { | |
2788 | +.product .text h3 a, | |
2789 | +.product .text .h3 a { | |
2744 | 2790 | color: #555555; |
2745 | 2791 | } |
2746 | 2792 | |
2747 | -.product .text h3 a:hover { | |
2793 | +.product .text h3 a:hover, | |
2794 | +.product .text .h3 a:hover { | |
2748 | 2795 | text-decoration: none; |
2749 | 2796 | } |
2750 | 2797 | |
... | ... | @@ -2816,7 +2863,8 @@ fieldset[disabled] .btn-template-primary.active { |
2816 | 2863 | text-align: center; |
2817 | 2864 | } |
2818 | 2865 | |
2819 | -#productMain .sizes h3 { | |
2866 | +#productMain .sizes h3, | |
2867 | +#productMain .sizes .h3 { | |
2820 | 2868 | font-weight: 700; |
2821 | 2869 | letter-spacing: 0.08em; |
2822 | 2870 | text-transform: uppercase; |
... | ... | @@ -2866,7 +2914,8 @@ fieldset[disabled] .btn-template-primary.active { |
2866 | 2914 | text-align: center; |
2867 | 2915 | } |
2868 | 2916 | |
2869 | -#product-social h4 { | |
2917 | +#product-social h4, | |
2918 | +#product-social .h4 { | |
2870 | 2919 | font-weight: 300; |
2871 | 2920 | margin-bottom: 10px; |
2872 | 2921 | } |
... | ... | @@ -2977,7 +3026,9 @@ fieldset[disabled] .btn-template-primary.active { |
2977 | 3026 | } |
2978 | 3027 | |
2979 | 3028 | .shipping-method h4, |
2980 | -.payment-method h4 { | |
3029 | +.payment-method h4, | |
3030 | +.shipping-method .h4, | |
3031 | +.payment-method .h4 { | |
2981 | 3032 | text-transform: uppercase; |
2982 | 3033 | letter-spacing: 0.08em; |
2983 | 3034 | } |
... | ... | @@ -3018,7 +3069,13 @@ fieldset[disabled] .btn-template-primary.active { |
3018 | 3069 | #get-it h3, |
3019 | 3070 | #get-it h4, |
3020 | 3071 | #get-it h5, |
3021 | -#get-it h6 { | |
3072 | +#get-it h6, | |
3073 | +#get-it .h1, | |
3074 | +#get-it .h2, | |
3075 | +#get-it .h3, | |
3076 | +#get-it .h4, | |
3077 | +#get-it .h5, | |
3078 | +#get-it .h6 { | |
3022 | 3079 | color: #fff; |
3023 | 3080 | text-transform: uppercase; |
3024 | 3081 | letter-spacing: 0.08em; |
... | ... | @@ -3040,7 +3097,13 @@ fieldset[disabled] .btn-template-primary.active { |
3040 | 3097 | #footer h3, |
3041 | 3098 | #footer h4, |
3042 | 3099 | #footer h5, |
3043 | -#footer h6 { | |
3100 | +#footer h6, | |
3101 | +#footer .h1, | |
3102 | +#footer .h2, | |
3103 | +#footer .h3, | |
3104 | +#footer .h4, | |
3105 | +#footer .h5, | |
3106 | +#footer .h6 { | |
3044 | 3107 | color: #eeeeee; |
3045 | 3108 | } |
3046 | 3109 | ... | ... |