diff --git a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css index d0623514..0d74e634 100755 --- a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css +++ b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css @@ -544,9 +544,26 @@ input { height: 100%; } .page-title { - font-size: 3em; + font-size: 4em; font-weight: 400; - text-transform: capitalize; } + color: #20c498; + text-transform: capitalize; + text-indent: -0.09em; } + +body.node-type-page h2 { + font-size: 1.5em; + font-size: 400; } + +body.node-type-page h3 { + font-size: 2em; + font-weight: 300; + margin: 1em 0 0; } + +body.node-type-page p { + line-height: 1.3; } + +body.node-type-page a { + color: #20c498; } #block-menu-menu-footer-menu { padding: 2em 0; } @@ -559,7 +576,11 @@ input { list-style: none; } #block-menu-menu-footer-menu a { text-decoration: none; - color: inherit; } + color: #20c498; + font-size: 1.4em; + font-weight: 400; } + #block-menu-menu-footer-menu a:hover { + font-weight: 500; } .region-footer-bottom { text-align: center; } diff --git a/sites/all/themes/figureslibres/clameurs/css/styles.scss b/sites/all/themes/figureslibres/clameurs/css/styles.scss index 9013b82e..c8370f6b 100755 --- a/sites/all/themes/figureslibres/clameurs/css/styles.scss +++ b/sites/all/themes/figureslibres/clameurs/css/styles.scss @@ -736,11 +736,30 @@ $header_height_large:400px; // /____/ .page-title{ - font-size: 3em; + font-size: 4em; font-weight: 400; + color: $vert; text-transform: capitalize; + text-indent: -0.09em; } +body.node-type-page{ + h2{ + font-size: 1.5em; + font-size: 400; + } + h3{ + font-size: 2em; + font-weight: 300; + margin:1em 0 0; + } + p{ + line-height: 1.3; + } + a{ + color: $vert; + } +} // ______ __ // / ____/___ ____ / /____ _____ // / /_ / __ \/ __ \/ __/ _ \/ ___/ @@ -755,7 +774,15 @@ $header_height_large:400px; padding:2em 0; ul{ margin:0; padding:0; text-align: center;} li{display:inline-block; list-style: none;} - a{ text-decoration: none; color: inherit;} + a{ + text-decoration: none; + color: $vert; + font-size: 1.4em; + font-weight: 400; + &:hover{ + font-weight: 500; + } + } } .region-footer-bottom{