page styles
This commit is contained in:
+24
-3
@@ -544,9 +544,26 @@ input {
|
|||||||
height: 100%; }
|
height: 100%; }
|
||||||
|
|
||||||
.page-title {
|
.page-title {
|
||||||
font-size: 3em;
|
font-size: 4em;
|
||||||
font-weight: 400;
|
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 {
|
#block-menu-menu-footer-menu {
|
||||||
padding: 2em 0; }
|
padding: 2em 0; }
|
||||||
@@ -559,7 +576,11 @@ input {
|
|||||||
list-style: none; }
|
list-style: none; }
|
||||||
#block-menu-menu-footer-menu a {
|
#block-menu-menu-footer-menu a {
|
||||||
text-decoration: none;
|
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 {
|
.region-footer-bottom {
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
|||||||
@@ -736,11 +736,30 @@ $header_height_large:400px;
|
|||||||
// /____/
|
// /____/
|
||||||
|
|
||||||
.page-title{
|
.page-title{
|
||||||
font-size: 3em;
|
font-size: 4em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
color: $vert;
|
||||||
text-transform: capitalize;
|
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;
|
padding:2em 0;
|
||||||
ul{ margin:0; padding:0; text-align: center;}
|
ul{ margin:0; padding:0; text-align: center;}
|
||||||
li{display:inline-block; list-style: none;}
|
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{
|
.region-footer-bottom{
|
||||||
|
|||||||
Reference in New Issue
Block a user