Commit 4aae63ff033d781992f9784fab4e7b83ab671ba3
1 parent
5b3283ae
h titles
Showing
2 changed files
with
59 additions
and
25 deletions
Show diff stats
frontend/views/object/index.php
@@ -57,7 +57,7 @@ | @@ -57,7 +57,7 @@ | ||
57 | </div> | 57 | </div> |
58 | <div class="bg"></div> | 58 | <div class="bg"></div> |
59 | <div class="name"> | 59 | <div class="name"> |
60 | - <h3><a | 60 | + <div class="h3"><a |
61 | href="<?=Url::toRoute( | 61 | href="<?=Url::toRoute( |
62 | [ | 62 | [ |
63 | 'object/view', | 63 | 'object/view', |
@@ -67,7 +67,7 @@ | @@ -67,7 +67,7 @@ | ||
67 | > | 67 | > |
68 | <?=$object->lang->object_name?> | 68 | <?=$object->lang->object_name?> |
69 | </a> | 69 | </a> |
70 | - </h3> | 70 | + </div> |
71 | </div> | 71 | </div> |
72 | <div class="text"> | 72 | <div class="text"> |
73 | <p class="buttons"> | 73 | <p class="buttons"> |
@@ -101,26 +101,26 @@ | @@ -101,26 +101,26 @@ | ||
101 | <div class="row showcase projects"> | 101 | <div class="row showcase projects"> |
102 | <div class="col-md-3 col-sm-6"> | 102 | <div class="col-md-3 col-sm-6"> |
103 | <div class="item"> | 103 | <div class="item"> |
104 | - <h4><span class="counter">200</span><br> | ||
105 | - <?=\Yii::t('app', 'showcase_pr_text1')?></h4> | 104 | + <div class="h4"><span class="counter">200</span><br> |
105 | + <?=\Yii::t('app', 'showcase_pr_text1')?></div> | ||
106 | </div> | 106 | </div> |
107 | </div> | 107 | </div> |
108 | <div class="col-md-3 col-sm-6"> | 108 | <div class="col-md-3 col-sm-6"> |
109 | <div class="item"> | 109 | <div class="item"> |
110 | - <h4><span class="counter-next">1<?=\Yii::t('app', 'firsts')?></span><br> | ||
111 | - <?=\Yii::t('app', 'showcase_pr_text2')?></h4> | 110 | + <div class="h4"><span class="counter-next">1<?=\Yii::t('app', 'firsts')?></span><br> |
111 | + <?=\Yii::t('app', 'showcase_pr_text2')?></div> | ||
112 | </div> | 112 | </div> |
113 | </div> | 113 | </div> |
114 | <div class="col-md-3 col-sm-6"> | 114 | <div class="col-md-3 col-sm-6"> |
115 | <div class="item"> | 115 | <div class="item"> |
116 | - <h4><span class="counter">10</span><span class="counter-next">+</span><br> | ||
117 | - <?=\Yii::t('app', 'showcase_pr_text3')?></h4> | 116 | + <div class="h4"><span class="counter">10</span><span class="counter-next">+</span><br> |
117 | + <?=\Yii::t('app', 'showcase_pr_text3')?></div> | ||
118 | </div> | 118 | </div> |
119 | </div> | 119 | </div> |
120 | <div class="col-md-3 col-sm-6"> | 120 | <div class="col-md-3 col-sm-6"> |
121 | <div class="item"> | 121 | <div class="item"> |
122 | - <h4><span>1<?=\Yii::t('app', 'firsts')?></span><br> | ||
123 | - <?=\Yii::t('app', 'showcase_pr_text4')?></h4> | 122 | + <div class="h4"><span>1<?=\Yii::t('app', 'firsts')?></span><br> |
123 | + <?=\Yii::t('app', 'showcase_pr_text4')?></div> | ||
124 | </div> | 124 | </div> |
125 | </div> | 125 | </div> |
126 | </div> | 126 | </div> |
frontend/web/css/style.default.css
@@ -1807,14 +1807,14 @@ fieldset[disabled] .btn-template-primary.active { | @@ -1807,14 +1807,14 @@ fieldset[disabled] .btn-template-primary.active { | ||
1807 | padding: 0 20px; | 1807 | padding: 0 20px; |
1808 | } | 1808 | } |
1809 | 1809 | ||
1810 | -.box-image .name h3 { | 1810 | +.box-image .name h3, .box-image .name .h3 { |
1811 | color: #fff; | 1811 | color: #fff; |
1812 | text-transform: uppercase; | 1812 | text-transform: uppercase; |
1813 | font-size: 18px; | 1813 | font-size: 18px; |
1814 | letter-spacing: 0.08em; | 1814 | letter-spacing: 0.08em; |
1815 | } | 1815 | } |
1816 | 1816 | ||
1817 | -.box-image .name h3 a { | 1817 | +.box-image .name h3 a, .box-image .name .h3 a { |
1818 | color: #fff; | 1818 | color: #fff; |
1819 | text-decoration: none; | 1819 | text-decoration: none; |
1820 | } | 1820 | } |
@@ -2335,24 +2335,36 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2335,24 +2335,36 @@ fieldset[disabled] .btn-template-primary.active { | ||
2335 | } | 2335 | } |
2336 | 2336 | ||
2337 | #blog-listing-big .post h2, | 2337 | #blog-listing-big .post h2, |
2338 | +#blog-listing-big .post .h2, | ||
2338 | #blog-homepage .post h2, | 2339 | #blog-homepage .post h2, |
2340 | +#blog-homepage .post .h2, | ||
2339 | #blog-listing-big .post h4, | 2341 | #blog-listing-big .post h4, |
2342 | +#blog-listing-big .post .h4, | ||
2343 | +#blog-homepage .post .h4, | ||
2340 | #blog-homepage .post h4 { | 2344 | #blog-homepage .post h4 { |
2341 | text-transform: uppercase; | 2345 | text-transform: uppercase; |
2342 | letter-spacing: 0.08em; | 2346 | letter-spacing: 0.08em; |
2343 | } | 2347 | } |
2344 | 2348 | ||
2349 | +#blog-listing-big .post .h2 a, | ||
2345 | #blog-listing-big .post h2 a, | 2350 | #blog-listing-big .post h2 a, |
2351 | +#blog-homepage .post .h2 a, | ||
2346 | #blog-homepage .post h2 a, | 2352 | #blog-homepage .post h2 a, |
2353 | +#blog-listing-big .post .h4 a, | ||
2347 | #blog-listing-big .post h4 a, | 2354 | #blog-listing-big .post h4 a, |
2355 | +#blog-homepage .post .h4 a, | ||
2348 | #blog-homepage .post h4 a { | 2356 | #blog-homepage .post h4 a { |
2349 | color: #555555; | 2357 | color: #555555; |
2350 | } | 2358 | } |
2351 | 2359 | ||
2352 | #blog-listing-big .post h2 a:hover, | 2360 | #blog-listing-big .post h2 a:hover, |
2361 | +#blog-listing-big .post .h2 a:hover, | ||
2353 | #blog-homepage .post h2 a:hover, | 2362 | #blog-homepage .post h2 a:hover, |
2363 | +#blog-homepage .post .h2 a:hover, | ||
2354 | #blog-listing-big .post h4 a:hover, | 2364 | #blog-listing-big .post h4 a:hover, |
2355 | -#blog-homepage .post h4 a:hover { | 2365 | +#blog-listing-big .post .h4 a:hover, |
2366 | +#blog-homepage .post h4 a:hover, | ||
2367 | +#blog-homepage .post .h4 a:hover { | ||
2356 | color: #38a7bb; | 2368 | color: #38a7bb; |
2357 | } | 2369 | } |
2358 | 2370 | ||
@@ -2426,6 +2438,7 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2426,6 +2438,7 @@ fieldset[disabled] .btn-template-primary.active { | ||
2426 | margin-bottom: 60px; | 2438 | margin-bottom: 60px; |
2427 | } | 2439 | } |
2428 | 2440 | ||
2441 | +#blog-listing-medium .post .h2, | ||
2429 | #blog-listing-medium .post h2 { | 2442 | #blog-listing-medium .post h2 { |
2430 | text-transform: uppercase; | 2443 | text-transform: uppercase; |
2431 | margin: 0 0 10px; | 2444 | margin: 0 0 10px; |
@@ -2433,11 +2446,13 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2433,11 +2446,13 @@ fieldset[disabled] .btn-template-primary.active { | ||
2433 | letter-spacing: 0.08em; | 2446 | letter-spacing: 0.08em; |
2434 | } | 2447 | } |
2435 | 2448 | ||
2436 | -#blog-listing-medium .post h2 a { | 2449 | +#blog-listing-medium .post h2 a, |
2450 | +#blog-listing-medium .post .h2 a { | ||
2437 | color: #555555; | 2451 | color: #555555; |
2438 | } | 2452 | } |
2439 | 2453 | ||
2440 | -#blog-listing-medium .post h2 a:hover { | 2454 | +#blog-listing-medium .post h2 a:hover, |
2455 | +#blog-listing-medium .post .h2 a:hover { | ||
2441 | color: #38a7bb; | 2456 | color: #38a7bb; |
2442 | } | 2457 | } |
2443 | 2458 | ||
@@ -2557,7 +2572,9 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2557,7 +2572,9 @@ fieldset[disabled] .btn-template-primary.active { | ||
2557 | } | 2572 | } |
2558 | 2573 | ||
2559 | #blog-homepage .post h2, | 2574 | #blog-homepage .post h2, |
2575 | +#blog-homepage .post .h2, | ||
2560 | #blog-homepage .post h4, | 2576 | #blog-homepage .post h4, |
2577 | +#blog-homepage .post .h4, | ||
2561 | #blog-homepage .post .author-category, | 2578 | #blog-homepage .post .author-category, |
2562 | #blog-homepage .post .read-more { | 2579 | #blog-homepage .post .read-more { |
2563 | text-align: center; | 2580 | text-align: center; |
@@ -2642,7 +2659,9 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2642,7 +2659,9 @@ fieldset[disabled] .btn-template-primary.active { | ||
2642 | } | 2659 | } |
2643 | 2660 | ||
2644 | #blog-post #comments h4, | 2661 | #blog-post #comments h4, |
2645 | -#blog-post #comment-form h4 { | 2662 | +#blog-post #comments .h4, |
2663 | +#blog-post #comment-form h4, | ||
2664 | +#blog-post #comment-form .h4 { | ||
2646 | margin-bottom: 20px; | 2665 | margin-bottom: 20px; |
2647 | } | 2666 | } |
2648 | 2667 | ||
@@ -2681,7 +2700,8 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2681,7 +2700,8 @@ fieldset[disabled] .btn-template-primary.active { | ||
2681 | padding: 10px; | 2700 | padding: 10px; |
2682 | } | 2701 | } |
2683 | 2702 | ||
2684 | -.product .text h3 { | 2703 | +.product .text h3, |
2704 | +.product .text .h3 { | ||
2685 | font-size: 14px; | 2705 | font-size: 14px; |
2686 | font-weight: 700; | 2706 | font-weight: 700; |
2687 | height: 39.6px; | 2707 | height: 39.6px; |
@@ -2689,11 +2709,13 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2689,11 +2709,13 @@ fieldset[disabled] .btn-template-primary.active { | ||
2689 | letter-spacing: 0.08em; | 2709 | letter-spacing: 0.08em; |
2690 | } | 2710 | } |
2691 | 2711 | ||
2692 | -.product .text h3 a { | 2712 | +.product .text h3 a, |
2713 | +.product .text .h3 a { | ||
2693 | color: #555555; | 2714 | color: #555555; |
2694 | } | 2715 | } |
2695 | 2716 | ||
2696 | -.product .text h3 a:hover { | 2717 | +.product .text h3 a:hover, |
2718 | +.product .text .h3 a:hover { | ||
2697 | text-decoration: none; | 2719 | text-decoration: none; |
2698 | } | 2720 | } |
2699 | 2721 | ||
@@ -2765,7 +2787,8 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2765,7 +2787,8 @@ fieldset[disabled] .btn-template-primary.active { | ||
2765 | text-align: center; | 2787 | text-align: center; |
2766 | } | 2788 | } |
2767 | 2789 | ||
2768 | -#productMain .sizes h3 { | 2790 | +#productMain .sizes h3, |
2791 | +#productMain .sizes .h3 { | ||
2769 | font-weight: 700; | 2792 | font-weight: 700; |
2770 | letter-spacing: 0.08em; | 2793 | letter-spacing: 0.08em; |
2771 | text-transform: uppercase; | 2794 | text-transform: uppercase; |
@@ -2815,7 +2838,8 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2815,7 +2838,8 @@ fieldset[disabled] .btn-template-primary.active { | ||
2815 | text-align: center; | 2838 | text-align: center; |
2816 | } | 2839 | } |
2817 | 2840 | ||
2818 | -#product-social h4 { | 2841 | +#product-social h4, |
2842 | +#product-social .h4 { | ||
2819 | font-weight: 300; | 2843 | font-weight: 300; |
2820 | margin-bottom: 10px; | 2844 | margin-bottom: 10px; |
2821 | } | 2845 | } |
@@ -2926,7 +2950,9 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2926,7 +2950,9 @@ fieldset[disabled] .btn-template-primary.active { | ||
2926 | } | 2950 | } |
2927 | 2951 | ||
2928 | .shipping-method h4, | 2952 | .shipping-method h4, |
2929 | -.payment-method h4 { | 2953 | +.payment-method h4, |
2954 | +.shipping-method .h4, | ||
2955 | +.payment-method .h4 { | ||
2930 | text-transform: uppercase; | 2956 | text-transform: uppercase; |
2931 | letter-spacing: 0.08em; | 2957 | letter-spacing: 0.08em; |
2932 | } | 2958 | } |
@@ -2967,7 +2993,13 @@ fieldset[disabled] .btn-template-primary.active { | @@ -2967,7 +2993,13 @@ fieldset[disabled] .btn-template-primary.active { | ||
2967 | #get-it h3, | 2993 | #get-it h3, |
2968 | #get-it h4, | 2994 | #get-it h4, |
2969 | #get-it h5, | 2995 | #get-it h5, |
2970 | -#get-it h6 { | 2996 | +#get-it h6, |
2997 | +#get-it .h1, | ||
2998 | +#get-it .h2, | ||
2999 | +#get-it .h3, | ||
3000 | +#get-it .h4, | ||
3001 | +#get-it .h5, | ||
3002 | +#get-it .h6 { | ||
2971 | color: #fff; | 3003 | color: #fff; |
2972 | text-transform: uppercase; | 3004 | text-transform: uppercase; |
2973 | letter-spacing: 0.08em; | 3005 | letter-spacing: 0.08em; |
@@ -3062,14 +3094,16 @@ fieldset[disabled] .btn-template-primary.active { | @@ -3062,14 +3094,16 @@ fieldset[disabled] .btn-template-primary.active { | ||
3062 | vertical-align: middle; | 3094 | vertical-align: middle; |
3063 | } | 3095 | } |
3064 | 3096 | ||
3065 | -#footer .blog-entries .item .name h5 { | 3097 | +#footer .blog-entries .item .name h5, |
3098 | +#footer .blog-entries .item .name .h5 { | ||
3066 | margin: 0; | 3099 | margin: 0; |
3067 | text-transform: uppercase; | 3100 | text-transform: uppercase; |
3068 | letter-spacing: 0.08em; | 3101 | letter-spacing: 0.08em; |
3069 | font-size: 12px; | 3102 | font-size: 12px; |
3070 | } | 3103 | } |
3071 | 3104 | ||
3072 | -#footer .blog-entries .item .name h5 a { | 3105 | +#footer .blog-entries .item .name h5 a, |
3106 | +#footer .blog-entries .item .name .h5 a { | ||
3073 | color: #eeeeee; | 3107 | color: #eeeeee; |
3074 | } | 3108 | } |
3075 | 3109 |