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,7 +120,12 @@ div.section { | ||
| 120 | .heading h2, | 120 | .heading h2, |
| 121 | .heading h3, | 121 | .heading h3, |
| 122 | .heading h4, | 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 | display: inline-block; | 129 | display: inline-block; |
| 125 | border-bottom: solid 5px #467fbf; | 130 | border-bottom: solid 5px #467fbf; |
| 126 | line-height: 1.1; | 131 | line-height: 1.1; |
| @@ -135,7 +140,12 @@ div.section { | @@ -135,7 +140,12 @@ div.section { | ||
| 135 | .heading h2 i.fa, | 140 | .heading h2 i.fa, |
| 136 | .heading h3 i.fa, | 141 | .heading h3 i.fa, |
| 137 | .heading h4 i.fa, | 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 | display: inline-block; | 149 | display: inline-block; |
| 140 | background: #467fbf; | 150 | background: #467fbf; |
| 141 | width: 30px; | 151 | width: 30px; |
| @@ -191,7 +201,10 @@ ul.list-style-none { | @@ -191,7 +201,10 @@ ul.list-style-none { | ||
| 191 | 201 | ||
| 192 | #text-page h1, | 202 | #text-page h1, |
| 193 | #text-page h2, | 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 | font-weight: 700; | 208 | font-weight: 700; |
| 196 | } | 209 | } |
| 197 | 210 | ||
| @@ -201,7 +214,8 @@ ul.list-style-none { | @@ -201,7 +214,8 @@ ul.list-style-none { | ||
| 201 | margin-bottom: 100px; | 214 | margin-bottom: 100px; |
| 202 | } | 215 | } |
| 203 | 216 | ||
| 204 | -#error-page h4 { | 217 | +#error-page h4, |
| 218 | +#error-page .h4 { | ||
| 205 | margin-bottom: 40px; | 219 | margin-bottom: 40px; |
| 206 | } | 220 | } |
| 207 | 221 | ||
| @@ -213,14 +227,16 @@ ul.list-style-none { | @@ -213,14 +227,16 @@ ul.list-style-none { | ||
| 213 | text-align: center; | 227 | text-align: center; |
| 214 | } | 228 | } |
| 215 | 229 | ||
| 216 | -.pages-listing .item h3 { | 230 | +.pages-listing .item h3, |
| 231 | +.pages-listing .item .h3 { | ||
| 217 | font-size: 18px; | 232 | font-size: 18px; |
| 218 | text-transform: uppercase; | 233 | text-transform: uppercase; |
| 219 | margin-bottom: 20px; | 234 | margin-bottom: 20px; |
| 220 | letter-spacing: 0.08em; | 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 | color: #555555; | 240 | color: #555555; |
| 225 | } | 241 | } |
| 226 | 242 | ||
| @@ -457,7 +473,8 @@ ul.list-style-none { | @@ -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 | font-size: 18px; | 478 | font-size: 18px; |
| 462 | text-transform: uppercase; | 479 | text-transform: uppercase; |
| 463 | padding-bottom: 10px; | 480 | padding-bottom: 10px; |
| @@ -467,12 +484,14 @@ ul.list-style-none { | @@ -467,12 +484,14 @@ ul.list-style-none { | ||
| 467 | } | 484 | } |
| 468 | 485 | ||
| 469 | @media (max-width: 767px) { | 486 | @media (max-width: 767px) { |
| 470 | - .navbar .yamm-content h3 { | 487 | + .navbar .yamm-content h3, |
| 488 | + .navbar .yamm-content .h3 { | ||
| 471 | font-size: 14px; | 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 | text-transform: uppercase; | 495 | text-transform: uppercase; |
| 477 | padding-bottom: 10px; | 496 | padding-bottom: 10px; |
| 478 | border-bottom: dotted 1px #555555; | 497 | border-bottom: dotted 1px #555555; |
| @@ -599,7 +618,8 @@ body.boxed .navbar-affixed-top.affix { | @@ -599,7 +618,8 @@ body.boxed .navbar-affixed-top.affix { | ||
| 599 | overflow: hidden; | 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 | text-transform: uppercase; | 623 | text-transform: uppercase; |
| 604 | } | 624 | } |
| 605 | 625 | ||
| @@ -878,7 +898,8 @@ fieldset[disabled] .btn-template-primary.active { | @@ -878,7 +898,8 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 878 | height: 100%; | 898 | height: 100%; |
| 879 | } | 899 | } |
| 880 | 900 | ||
| 881 | -#intro .item h1 { | 901 | +#intro .item h1, |
| 902 | +#intro .item .h1 { | ||
| 882 | text-transform: uppercase; | 903 | text-transform: uppercase; |
| 883 | font-size: 50px; | 904 | font-size: 50px; |
| 884 | color: #fff; | 905 | color: #fff; |
| @@ -887,24 +908,28 @@ fieldset[disabled] .btn-template-primary.active { | @@ -887,24 +908,28 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 887 | } | 908 | } |
| 888 | 909 | ||
| 889 | @media (max-width: 991px) { | 910 | @media (max-width: 991px) { |
| 911 | + #intro .item .h1, | ||
| 890 | #intro .item h1 { | 912 | #intro .item h1 { |
| 891 | font-size: 40px; | 913 | font-size: 40px; |
| 892 | } | 914 | } |
| 893 | } | 915 | } |
| 894 | 916 | ||
| 895 | @media (max-width: 767px) { | 917 | @media (max-width: 767px) { |
| 918 | + #intro .item .h1, | ||
| 896 | #intro .item h1 { | 919 | #intro .item h1 { |
| 897 | font-size: 25px; | 920 | font-size: 25px; |
| 898 | } | 921 | } |
| 899 | } | 922 | } |
| 900 | 923 | ||
| 901 | -#intro .item h3 { | 924 | +#intro .item h3, |
| 925 | +#intro .item .h3 { | ||
| 902 | color: #fff; | 926 | color: #fff; |
| 903 | margin-bottom: 40px; | 927 | margin-bottom: 40px; |
| 904 | } | 928 | } |
| 905 | 929 | ||
| 906 | @media (max-width: 767px) { | 930 | @media (max-width: 767px) { |
| 907 | - #intro .item h3 { | 931 | + #intro .item h3, |
| 932 | + #intro .item .h3 { | ||
| 908 | font-size: 15px; | 933 | font-size: 15px; |
| 909 | margin-bottom: 20px; | 934 | margin-bottom: 20px; |
| 910 | } | 935 | } |
| @@ -958,6 +983,9 @@ fieldset[disabled] .btn-template-primary.active { | @@ -958,6 +983,9 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 958 | .jumbotron h1, | 983 | .jumbotron h1, |
| 959 | .jumbotron h2, | 984 | .jumbotron h2, |
| 960 | .jumbotron h3, | 985 | .jumbotron h3, |
| 986 | +.jumbotron .h1, | ||
| 987 | +.jumbotron .h2, | ||
| 988 | +.jumbotron .h3, | ||
| 961 | .jumbotron p, | 989 | .jumbotron p, |
| 962 | .jumbotron ul { | 990 | .jumbotron ul { |
| 963 | color: #fff; | 991 | color: #fff; |
| @@ -965,7 +993,10 @@ fieldset[disabled] .btn-template-primary.active { | @@ -965,7 +993,10 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 965 | 993 | ||
| 966 | .jumbotron h1, | 994 | .jumbotron h1, |
| 967 | .jumbotron h2, | 995 | .jumbotron h2, |
| 968 | -.jumbotron h3 { | 996 | +.jumbotron h3, |
| 997 | +.jumbotron .h1, | ||
| 998 | +.jumbotron .h2, | ||
| 999 | +.jumbotron .h3 { | ||
| 969 | color: #ffffff; | 1000 | color: #ffffff; |
| 970 | text-transform: uppercase; | 1001 | text-transform: uppercase; |
| 971 | letter-spacing: 0.08em; | 1002 | letter-spacing: 0.08em; |
| @@ -1011,7 +1042,8 @@ fieldset[disabled] .btn-template-primary.active { | @@ -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 | padding: 20px; | 1047 | padding: 20px; |
| 1016 | background: #f7f7f7; | 1048 | background: #f7f7f7; |
| 1017 | margin: 0; | 1049 | margin: 0; |
| @@ -1020,7 +1052,8 @@ fieldset[disabled] .btn-template-primary.active { | @@ -1020,7 +1052,8 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 1020 | letter-spacing: 0.08em; | 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 | padding: 5px 0; | 1057 | padding: 5px 0; |
| 1025 | margin: 0; | 1058 | margin: 0; |
| 1026 | } | 1059 | } |
| @@ -1046,7 +1079,12 @@ fieldset[disabled] .btn-template-primary.active { | @@ -1046,7 +1079,12 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 1046 | .panel.sidebar-menu .panel-heading h2, | 1079 | .panel.sidebar-menu .panel-heading h2, |
| 1047 | .panel.sidebar-menu .panel-heading h3, | 1080 | .panel.sidebar-menu .panel-heading h3, |
| 1048 | .panel.sidebar-menu .panel-heading h4, | 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 | display: inline-block; | 1088 | display: inline-block; |
| 1051 | border-bottom: solid 5px #467fbf; | 1089 | border-bottom: solid 5px #467fbf; |
| 1052 | line-height: 1.1; | 1090 | line-height: 1.1; |
| @@ -1215,12 +1253,16 @@ fieldset[disabled] .btn-template-primary.active { | @@ -1215,12 +1253,16 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 1215 | } | 1253 | } |
| 1216 | 1254 | ||
| 1217 | .panel.sidebar-menu ul.popular li h5, | 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 | margin: 0 0 10px; | 1259 | margin: 0 0 10px; |
| 1220 | } | 1260 | } |
| 1221 | 1261 | ||
| 1222 | .panel.sidebar-menu ul.popular li h5 a, | 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 | font-weight: normal; | 1266 | font-weight: normal; |
| 1225 | } | 1267 | } |
| 1226 | 1268 | ||
| @@ -1402,12 +1444,16 @@ fieldset[disabled] .btn-template-primary.active { | @@ -1402,12 +1444,16 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 1402 | .home-carousel h1, | 1444 | .home-carousel h1, |
| 1403 | .home-carousel h2, | 1445 | .home-carousel h2, |
| 1404 | .home-carousel h3, | 1446 | .home-carousel h3, |
| 1447 | +.home-carousel .h1, | ||
| 1448 | +.home-carousel .h2, | ||
| 1449 | +.home-carousel .h3, | ||
| 1405 | .home-carousel p, | 1450 | .home-carousel p, |
| 1406 | .home-carousel ul { | 1451 | .home-carousel ul { |
| 1407 | color: #fff; | 1452 | color: #fff; |
| 1408 | } | 1453 | } |
| 1409 | 1454 | ||
| 1410 | -.home-carousel h1 { | 1455 | +.home-carousel h1, |
| 1456 | +.home-carousel .h1 { | ||
| 1411 | font-weight: 700; | 1457 | font-weight: 700; |
| 1412 | text-transform: uppercase; | 1458 | text-transform: uppercase; |
| 1413 | font-size: 46px; | 1459 | font-size: 46px; |
| @@ -1415,12 +1461,14 @@ fieldset[disabled] .btn-template-primary.active { | @@ -1415,12 +1461,14 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 1415 | } | 1461 | } |
| 1416 | 1462 | ||
| 1417 | @media (max-width: 991px) { | 1463 | @media (max-width: 991px) { |
| 1418 | - .home-carousel h1 { | 1464 | + .home-carousel h1, |
| 1465 | + .home-carousel .h1 { | ||
| 1419 | font-size: 36px; | 1466 | font-size: 36px; |
| 1420 | } | 1467 | } |
| 1421 | } | 1468 | } |
| 1422 | 1469 | ||
| 1423 | -.home-carousel h2 { | 1470 | +.home-carousel h2, |
| 1471 | +.home-carousel .h2 { | ||
| 1424 | font-weight: 700; | 1472 | font-weight: 700; |
| 1425 | text-transform: uppercase; | 1473 | text-transform: uppercase; |
| 1426 | font-size: 40px; | 1474 | font-size: 40px; |
| @@ -1547,7 +1595,8 @@ fieldset[disabled] .btn-template-primary.active { | @@ -1547,7 +1595,8 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 1547 | text-align: right; | 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 | font-size: 14px; | 1600 | font-size: 14px; |
| 1552 | text-transform: uppercase; | 1601 | text-transform: uppercase; |
| 1553 | letter-spacing: 0.08em; | 1602 | letter-spacing: 0.08em; |
| @@ -1571,14 +1620,16 @@ fieldset[disabled] .btn-template-primary.active { | @@ -1571,14 +1620,16 @@ fieldset[disabled] .btn-template-primary.active { | ||
| 1571 | margin-bottom: 40px; | 1620 | margin-bottom: 40px; |
| 1572 | } | 1621 | } |
| 1573 | 1622 | ||
| 1574 | -.team-member h3 { | 1623 | +.team-member h3, |
| 1624 | +.team-member .h3 { | ||
| 1575 | font-size: 18px; | 1625 | font-size: 18px; |
| 1576 | text-transform: uppercase; | 1626 | text-transform: uppercase; |
| 1577 | margin-bottom: 5px; | 1627 | margin-bottom: 5px; |
| 1578 | letter-spacing: 0.08em; | 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 | color: #555555; | 1633 | color: #555555; |
| 1583 | } | 1634 | } |
| 1584 | 1635 |