page styles

This commit is contained in:
2017-03-07 20:05:21 +01:00
parent c5473315f8
commit 2477c14081
2 changed files with 53 additions and 5 deletions
+24 -3
View File
@@ -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; }
@@ -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{