From 04e52e05855caf0240fc3b05adc4f22c1b468f25 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 23 Feb 2018 15:43:07 +0200 Subject: [PATCH] h titles --- frontend/web/css/style.default.css | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 78 insertions(+), 27 deletions(-) diff --git a/frontend/web/css/style.default.css b/frontend/web/css/style.default.css index 20a7bea..104eb20 100755 --- a/frontend/web/css/style.default.css +++ b/frontend/web/css/style.default.css @@ -120,7 +120,12 @@ div.section { .heading h2, .heading h3, .heading h4, -.heading h5 { +.heading h5, +.heading .h1, +.heading .h2, +.heading .h3, +.heading .h4, +.heading .h5 { display: inline-block; border-bottom: solid 5px #38a7bb; line-height: 1.1; @@ -135,7 +140,12 @@ div.section { .heading h2 i.fa, .heading h3 i.fa, .heading h4 i.fa, -.heading h5 i.fa { +.heading h5 i.fa, +.heading .h1 i.fa, +.heading .h2 i.fa, +.heading .h3 i.fa, +.heading .h4 i.fa, +.heading .h5 i.fa { display: inline-block; background: #38a7bb; width: 30px; @@ -191,7 +201,10 @@ ul.list-style-none { #text-page h1, #text-page h2, -#text-page h3 { +#text-page h3, +#text-page .h1, +#text-page .h2, +#text-page .h3 { font-weight: 700; } @@ -201,7 +214,8 @@ ul.list-style-none { margin-bottom: 100px; } -#error-page h4 { +#error-page h4, +#error-page .h4 { margin-bottom: 40px; } @@ -213,14 +227,16 @@ ul.list-style-none { text-align: center; } -.pages-listing .item h3 { +.pages-listing .item h3, +.pages-listing .item .h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 0.08em; } -.pages-listing .item h3 a { +.pages-listing .item h3 a, +.pages-listing .item .h3 a { color: #555555; } @@ -457,7 +473,8 @@ ul.list-style-none { } } -.navbar .yamm-content h3 { +.navbar .yamm-content h3, +.navbar .yamm-content .h3 { font-size: 18px; text-transform: uppercase; padding-bottom: 10px; @@ -467,12 +484,14 @@ ul.list-style-none { } @media (max-width: 767px) { - .navbar .yamm-content h3 { + .navbar .yamm-content h3, + .navbar .yamm-content .h3 { font-size: 14px; } } -.navbar .yamm-content h5 { +.navbar .yamm-content h5, +.navbar .yamm-content .h5 { text-transform: uppercase; padding-bottom: 10px; border-bottom: dotted 1px #555555; @@ -599,7 +618,8 @@ body.boxed .navbar-affixed-top.affix { overflow: hidden; } -#login-modal .modal-header h4 { +#login-modal .modal-header h4, +#login-modal .modal-header .h4 { text-transform: uppercase; } @@ -878,7 +898,8 @@ fieldset[disabled] .btn-template-primary.active { height: 100%; } -#intro .item h1 { +#intro .item h1, +#intro .item .h1 { text-transform: uppercase; font-size: 50px; color: #fff; @@ -887,24 +908,28 @@ fieldset[disabled] .btn-template-primary.active { } @media (max-width: 991px) { - #intro .item h1 { + #intro .item h1, + #intro .item .h1 { font-size: 40px; } } @media (max-width: 767px) { - #intro .item h1 { + #intro .item h1, + #intro .item .h1 { font-size: 25px; } } -#intro .item h3 { +#intro .item h3, +#intro .item .h3 { color: #fff; margin-bottom: 40px; } @media (max-width: 767px) { - #intro .item h3 { + #intro .item h3, + #intro .item .h3 { font-size: 15px; margin-bottom: 20px; } @@ -958,6 +983,9 @@ fieldset[disabled] .btn-template-primary.active { .jumbotron h1, .jumbotron h2, .jumbotron h3, +.jumbotron .h1, +.jumbotron .h2, +.jumbotron .h3, .jumbotron p, .jumbotron ul { color: #fff; @@ -965,7 +993,10 @@ fieldset[disabled] .btn-template-primary.active { .jumbotron h1, .jumbotron h2, -.jumbotron h3 { +.jumbotron h3, +.jumbotron .h1, +.jumbotron .h2, +.jumbotron .h3 { color: #ffffff; text-transform: uppercase; letter-spacing: 0.08em; @@ -1011,7 +1042,8 @@ fieldset[disabled] .btn-template-primary.active { } } -#categoryMenu h3 { +#categoryMenu h3, +#categoryMenu .h3 { padding: 20px; background: #f7f7f7; margin: 0; @@ -1020,7 +1052,8 @@ fieldset[disabled] .btn-template-primary.active { letter-spacing: 0.08em; } -.panel.sidebar-menu h3 { +.panel.sidebar-menu h3, +.panel.sidebar-menu .h3 { padding: 5px 0; margin: 0; } @@ -1046,7 +1079,12 @@ fieldset[disabled] .btn-template-primary.active { .panel.sidebar-menu .panel-heading h2, .panel.sidebar-menu .panel-heading h3, .panel.sidebar-menu .panel-heading h4, -.panel.sidebar-menu .panel-heading h5 { +.panel.sidebar-menu .panel-heading h5, +.panel.sidebar-menu .panel-heading .h1, +.panel.sidebar-menu .panel-heading .h2, +.panel.sidebar-menu .panel-heading .h3, +.panel.sidebar-menu .panel-heading .h4, +.panel.sidebar-menu .panel-heading .h5 { display: inline-block; border-bottom: solid 5px #38a7bb; line-height: 1.1; @@ -1215,12 +1253,16 @@ fieldset[disabled] .btn-template-primary.active { } .panel.sidebar-menu ul.popular li h5, -.panel.sidebar-menu ul.recent li h5 { +.panel.sidebar-menu ul.recent li h5, +.panel.sidebar-menu ul.popular li .h5, +.panel.sidebar-menu ul.recent li .h5 { margin: 0 0 10px; } .panel.sidebar-menu ul.popular li h5 a, -.panel.sidebar-menu ul.recent li h5 a { +.panel.sidebar-menu ul.recent li h5 a, +.panel.sidebar-menu ul.popular li .h5 a, +.panel.sidebar-menu ul.recent li .h5 a { font-weight: normal; } @@ -1402,12 +1444,16 @@ fieldset[disabled] .btn-template-primary.active { .home-carousel h1, .home-carousel h2, .home-carousel h3, +.home-carousel .h1, +.home-carousel .h2, +.home-carousel .h3, .home-carousel p, .home-carousel ul { color: #fff; } -.home-carousel h1 { +.home-carousel h1, +.home-carousel .h1 { font-weight: 700; text-transform: uppercase; font-size: 46px; @@ -1415,12 +1461,14 @@ fieldset[disabled] .btn-template-primary.active { } @media (max-width: 991px) { - .home-carousel h1 { + .home-carousel h1, + .home-carousel .h1 { font-size: 36px; } } -.home-carousel h2 { +.home-carousel h2, +.home-carousel .h2 { font-weight: 700; text-transform: uppercase; font-size: 40px; @@ -1547,7 +1595,8 @@ fieldset[disabled] .btn-template-primary.active { text-align: right; } -.testimonials .item .testimonial .name-picture h5 { +.testimonials .item .testimonial .name-picture h5, +.testimonials .item .testimonial .name-picture .h5 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; @@ -1571,14 +1620,16 @@ fieldset[disabled] .btn-template-primary.active { margin-bottom: 40px; } -.team-member h3 { +.team-member h3, +.team-member .h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 0.08em; } -.team-member h3 a { +.team-member h3 a, +.team-member .h3 a { color: #555555; } -- libgit2 0.21.4