Commit d4193cf84ade154e5be2d172748173cb054b0641
1 parent
4b3bd192
h titles
Showing
1 changed file
with
76 additions
and
25 deletions
Show diff stats
frontend/web/css/style.blue.css
... | ... | @@ -120,7 +120,12 @@ div.section { |
120 | 120 | .heading h2, |
121 | 121 | .heading h3, |
122 | 122 | .heading h4, |
123 | -.heading h5 { | |
123 | +.heading h5, | |
124 | +.heading .h1, | |
125 | +.heading .h2, | |
126 | +.heading .h3, | |
127 | +.heading .h4, | |
128 | +.heading .h5 { | |
124 | 129 | display: inline-block; |
125 | 130 | border-bottom: solid 5px #467fbf; |
126 | 131 | line-height: 1.1; |
... | ... | @@ -135,7 +140,12 @@ div.section { |
135 | 140 | .heading h2 i.fa, |
136 | 141 | .heading h3 i.fa, |
137 | 142 | .heading h4 i.fa, |
138 | -.heading h5 i.fa { | |
143 | +.heading h5 i.fa, | |
144 | +.heading .h1 i.fa, | |
145 | +.heading .h2 i.fa, | |
146 | +.heading .h3 i.fa, | |
147 | +.heading .h4 i.fa, | |
148 | +.heading .h5 i.fa { | |
139 | 149 | display: inline-block; |
140 | 150 | background: #467fbf; |
141 | 151 | width: 30px; |
... | ... | @@ -191,7 +201,10 @@ ul.list-style-none { |
191 | 201 | |
192 | 202 | #text-page h1, |
193 | 203 | #text-page h2, |
194 | -#text-page h3 { | |
204 | +#text-page h3, | |
205 | +#text-page .h1, | |
206 | +#text-page .h2, | |
207 | +#text-page .h3 { | |
195 | 208 | font-weight: 700; |
196 | 209 | } |
197 | 210 | |
... | ... | @@ -201,7 +214,8 @@ ul.list-style-none { |
201 | 214 | margin-bottom: 100px; |
202 | 215 | } |
203 | 216 | |
204 | -#error-page h4 { | |
217 | +#error-page h4, | |
218 | +#error-page .h4 { | |
205 | 219 | margin-bottom: 40px; |
206 | 220 | } |
207 | 221 | |
... | ... | @@ -213,14 +227,16 @@ ul.list-style-none { |
213 | 227 | text-align: center; |
214 | 228 | } |
215 | 229 | |
216 | -.pages-listing .item h3 { | |
230 | +.pages-listing .item h3, | |
231 | +.pages-listing .item .h3 { | |
217 | 232 | font-size: 18px; |
218 | 233 | text-transform: uppercase; |
219 | 234 | margin-bottom: 20px; |
220 | 235 | letter-spacing: 0.08em; |
221 | 236 | } |
222 | 237 | |
223 | -.pages-listing .item h3 a { | |
238 | +.pages-listing .item h3 a, | |
239 | +.pages-listing .item .h3 a { | |
224 | 240 | color: #555555; |
225 | 241 | } |
226 | 242 | |
... | ... | @@ -457,7 +473,8 @@ ul.list-style-none { |
457 | 473 | } |
458 | 474 | } |
459 | 475 | |
460 | -.navbar .yamm-content h3 { | |
476 | +.navbar .yamm-content h3, | |
477 | +.navbar .yamm-content .h3 { | |
461 | 478 | font-size: 18px; |
462 | 479 | text-transform: uppercase; |
463 | 480 | padding-bottom: 10px; |
... | ... | @@ -467,12 +484,14 @@ ul.list-style-none { |
467 | 484 | } |
468 | 485 | |
469 | 486 | @media (max-width: 767px) { |
470 | - .navbar .yamm-content h3 { | |
487 | + .navbar .yamm-content h3, | |
488 | + .navbar .yamm-content .h3 { | |
471 | 489 | font-size: 14px; |
472 | 490 | } |
473 | 491 | } |
474 | 492 | |
475 | -.navbar .yamm-content h5 { | |
493 | +.navbar .yamm-content h5, | |
494 | +.navbar .yamm-content .h5 { | |
476 | 495 | text-transform: uppercase; |
477 | 496 | padding-bottom: 10px; |
478 | 497 | border-bottom: dotted 1px #555555; |
... | ... | @@ -599,7 +618,8 @@ body.boxed .navbar-affixed-top.affix { |
599 | 618 | overflow: hidden; |
600 | 619 | } |
601 | 620 | |
602 | -#login-modal .modal-header h4 { | |
621 | +#login-modal .modal-header h4, | |
622 | +#login-modal .modal-header .h4 { | |
603 | 623 | text-transform: uppercase; |
604 | 624 | } |
605 | 625 | |
... | ... | @@ -878,7 +898,8 @@ fieldset[disabled] .btn-template-primary.active { |
878 | 898 | height: 100%; |
879 | 899 | } |
880 | 900 | |
881 | -#intro .item h1 { | |
901 | +#intro .item h1, | |
902 | +#intro .item .h1 { | |
882 | 903 | text-transform: uppercase; |
883 | 904 | font-size: 50px; |
884 | 905 | color: #fff; |
... | ... | @@ -887,24 +908,28 @@ fieldset[disabled] .btn-template-primary.active { |
887 | 908 | } |
888 | 909 | |
889 | 910 | @media (max-width: 991px) { |
911 | + #intro .item .h1, | |
890 | 912 | #intro .item h1 { |
891 | 913 | font-size: 40px; |
892 | 914 | } |
893 | 915 | } |
894 | 916 | |
895 | 917 | @media (max-width: 767px) { |
918 | + #intro .item .h1, | |
896 | 919 | #intro .item h1 { |
897 | 920 | font-size: 25px; |
898 | 921 | } |
899 | 922 | } |
900 | 923 | |
901 | -#intro .item h3 { | |
924 | +#intro .item h3, | |
925 | +#intro .item .h3 { | |
902 | 926 | color: #fff; |
903 | 927 | margin-bottom: 40px; |
904 | 928 | } |
905 | 929 | |
906 | 930 | @media (max-width: 767px) { |
907 | - #intro .item h3 { | |
931 | + #intro .item h3, | |
932 | + #intro .item .h3 { | |
908 | 933 | font-size: 15px; |
909 | 934 | margin-bottom: 20px; |
910 | 935 | } |
... | ... | @@ -958,6 +983,9 @@ fieldset[disabled] .btn-template-primary.active { |
958 | 983 | .jumbotron h1, |
959 | 984 | .jumbotron h2, |
960 | 985 | .jumbotron h3, |
986 | +.jumbotron .h1, | |
987 | +.jumbotron .h2, | |
988 | +.jumbotron .h3, | |
961 | 989 | .jumbotron p, |
962 | 990 | .jumbotron ul { |
963 | 991 | color: #fff; |
... | ... | @@ -965,7 +993,10 @@ fieldset[disabled] .btn-template-primary.active { |
965 | 993 | |
966 | 994 | .jumbotron h1, |
967 | 995 | .jumbotron h2, |
968 | -.jumbotron h3 { | |
996 | +.jumbotron h3, | |
997 | +.jumbotron .h1, | |
998 | +.jumbotron .h2, | |
999 | +.jumbotron .h3 { | |
969 | 1000 | color: #ffffff; |
970 | 1001 | text-transform: uppercase; |
971 | 1002 | letter-spacing: 0.08em; |
... | ... | @@ -1011,7 +1042,8 @@ fieldset[disabled] .btn-template-primary.active { |
1011 | 1042 | } |
1012 | 1043 | } |
1013 | 1044 | |
1014 | -#categoryMenu h3 { | |
1045 | +#categoryMenu h3, | |
1046 | +#categoryMenu .h3 { | |
1015 | 1047 | padding: 20px; |
1016 | 1048 | background: #f7f7f7; |
1017 | 1049 | margin: 0; |
... | ... | @@ -1020,7 +1052,8 @@ fieldset[disabled] .btn-template-primary.active { |
1020 | 1052 | letter-spacing: 0.08em; |
1021 | 1053 | } |
1022 | 1054 | |
1023 | -.panel.sidebar-menu h3 { | |
1055 | +.panel.sidebar-menu h3, | |
1056 | +.panel.sidebar-menu .h3 { | |
1024 | 1057 | padding: 5px 0; |
1025 | 1058 | margin: 0; |
1026 | 1059 | } |
... | ... | @@ -1046,7 +1079,12 @@ fieldset[disabled] .btn-template-primary.active { |
1046 | 1079 | .panel.sidebar-menu .panel-heading h2, |
1047 | 1080 | .panel.sidebar-menu .panel-heading h3, |
1048 | 1081 | .panel.sidebar-menu .panel-heading h4, |
1049 | -.panel.sidebar-menu .panel-heading h5 { | |
1082 | +.panel.sidebar-menu .panel-heading h5, | |
1083 | +.panel.sidebar-menu .panel-heading .h1, | |
1084 | +.panel.sidebar-menu .panel-heading .h2, | |
1085 | +.panel.sidebar-menu .panel-heading .h3, | |
1086 | +.panel.sidebar-menu .panel-heading .h4, | |
1087 | +.panel.sidebar-menu .panel-heading .h5 { | |
1050 | 1088 | display: inline-block; |
1051 | 1089 | border-bottom: solid 5px #467fbf; |
1052 | 1090 | line-height: 1.1; |
... | ... | @@ -1215,12 +1253,16 @@ fieldset[disabled] .btn-template-primary.active { |
1215 | 1253 | } |
1216 | 1254 | |
1217 | 1255 | .panel.sidebar-menu ul.popular li h5, |
1218 | -.panel.sidebar-menu ul.recent li h5 { | |
1256 | +.panel.sidebar-menu ul.recent li h5, | |
1257 | +.panel.sidebar-menu ul.popular li .h5, | |
1258 | +.panel.sidebar-menu ul.recent li .h5 { | |
1219 | 1259 | margin: 0 0 10px; |
1220 | 1260 | } |
1221 | 1261 | |
1222 | 1262 | .panel.sidebar-menu ul.popular li h5 a, |
1223 | -.panel.sidebar-menu ul.recent li h5 a { | |
1263 | +.panel.sidebar-menu ul.recent li h5 a, | |
1264 | +.panel.sidebar-menu ul.popular li .h5 a, | |
1265 | +.panel.sidebar-menu ul.recent li .h5 a { | |
1224 | 1266 | font-weight: normal; |
1225 | 1267 | } |
1226 | 1268 | |
... | ... | @@ -1402,12 +1444,16 @@ fieldset[disabled] .btn-template-primary.active { |
1402 | 1444 | .home-carousel h1, |
1403 | 1445 | .home-carousel h2, |
1404 | 1446 | .home-carousel h3, |
1447 | +.home-carousel .h1, | |
1448 | +.home-carousel .h2, | |
1449 | +.home-carousel .h3, | |
1405 | 1450 | .home-carousel p, |
1406 | 1451 | .home-carousel ul { |
1407 | 1452 | color: #fff; |
1408 | 1453 | } |
1409 | 1454 | |
1410 | -.home-carousel h1 { | |
1455 | +.home-carousel h1, | |
1456 | +.home-carousel .h1 { | |
1411 | 1457 | font-weight: 700; |
1412 | 1458 | text-transform: uppercase; |
1413 | 1459 | font-size: 46px; |
... | ... | @@ -1415,12 +1461,14 @@ fieldset[disabled] .btn-template-primary.active { |
1415 | 1461 | } |
1416 | 1462 | |
1417 | 1463 | @media (max-width: 991px) { |
1418 | - .home-carousel h1 { | |
1464 | + .home-carousel h1, | |
1465 | + .home-carousel .h1 { | |
1419 | 1466 | font-size: 36px; |
1420 | 1467 | } |
1421 | 1468 | } |
1422 | 1469 | |
1423 | -.home-carousel h2 { | |
1470 | +.home-carousel h2, | |
1471 | +.home-carousel .h2 { | |
1424 | 1472 | font-weight: 700; |
1425 | 1473 | text-transform: uppercase; |
1426 | 1474 | font-size: 40px; |
... | ... | @@ -1547,7 +1595,8 @@ fieldset[disabled] .btn-template-primary.active { |
1547 | 1595 | text-align: right; |
1548 | 1596 | } |
1549 | 1597 | |
1550 | -.testimonials .item .testimonial .name-picture h5 { | |
1598 | +.testimonials .item .testimonial .name-picture h5, | |
1599 | +.testimonials .item .testimonial .name-picture .h5 { | |
1551 | 1600 | font-size: 14px; |
1552 | 1601 | text-transform: uppercase; |
1553 | 1602 | letter-spacing: 0.08em; |
... | ... | @@ -1571,14 +1620,16 @@ fieldset[disabled] .btn-template-primary.active { |
1571 | 1620 | margin-bottom: 40px; |
1572 | 1621 | } |
1573 | 1622 | |
1574 | -.team-member h3 { | |
1623 | +.team-member h3, | |
1624 | +.team-member .h3 { | |
1575 | 1625 | font-size: 18px; |
1576 | 1626 | text-transform: uppercase; |
1577 | 1627 | margin-bottom: 5px; |
1578 | 1628 | letter-spacing: 0.08em; |
1579 | 1629 | } |
1580 | 1630 | |
1581 | -.team-member h3 a { | |
1631 | +.team-member h3 a, | |
1632 | +.team-member .h3 a { | |
1582 | 1633 | color: #555555; |
1583 | 1634 | } |
1584 | 1635 | ... | ... |