Footer updates

This commit is contained in:
Karol Orzeł 2015-01-19 18:04:29 +01:00
parent 10df81cded
commit 3cc8fae333
6 changed files with 111 additions and 94 deletions

View File

@ -860,12 +860,15 @@ ul.pagination {
content: "";
display: table;
clear: both; }
.modular .footer a, .modular .footer a:hover, .modular .footer h4 {
color: #fff; }
.modular .footer a {
color: #9A9898; }
.modular .footer h4 {
line-height: 2rem;
margin-top: 0;
text-align: left; }
text-align: left;
color: #fff; }
.modular .footer hr {
border-color: rgba(154, 152, 152, 0.5); }
.modular .footer .footer-items {
margin-top: 2rem; }
@supports not (flex-wrap: wrap) {
@ -904,15 +907,17 @@ ul.pagination {
content: "";
display: table;
clear: both; }
.modular .footer .logo h3 a {
color: #fff; }
.modular .footer .quickmenu {
margin: 0;
padding: 0;
list-style: none; }
list-style: none;
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
.modular .footer .quickmenu i {
padding-right: 0.5rem;
color: #fff; }
.modular .footer .quickmenu li a {
color: #9A9898; }
color: #fff;
font-size: 0.7rem; }
.modular .footer .footer-modules {
display: block;
padding-bottom: 1.5rem; }
@ -922,14 +927,18 @@ ul.pagination {
clear: both; }
.modular .footer .footer-copyright {
width: 50%;
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
display: inline-block;
float: left;
text-align: left; }
text-align: left;
text-transform: uppercase; }
.modular .footer .footer-menu {
float: right;
display: inline-block;
width: 50%;
text-align: right; }
text-align: right;
text-transform: uppercase;
font-family: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
.modular .footer .footer-menu ul {
margin: 0;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
// Font Family
$font-family-default: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
$font-family-header: "novecento_sans_widedemibold", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
$font-family-logo: "Pacifico", "monospace";
$font-family-logo: "Pacifico", "monospace";
$font-family-mono: "Inconsolata", monospace;
$font-family-serif: "Georgia", "Times", "Times New Roman", serif;

View File

@ -69,9 +69,7 @@
}
&.big {
text-align: center;
.feature {
width: 33.33%;
@include breakpoint(small-mobile-range) {

View File

@ -1,103 +1,112 @@
// Modular Showcase styling
.modular {
.footer {
background: #333;
.footer {
background: #333;
width: 100%;
@extend .padding-horiz;
padding-top: 4rem;
@include clearfix;
a {
color: $core-text;
}
h4 {
line-height: 2rem;
margin-top: 0;
text-align: left;
color: $white;
}
hr {
border-color: transparentize($core-text, 0.5);
}
.footer-items {
margin-top: 2rem;
@supports not (flex-wrap: wrap) {
overflow: hidden;
}
@include clearfix;
}
.footer-module {
&.large {
width: 40%;
}
display: block;
float: left;
width: 20%;
vertical-align: top;
padding-right: 2rem;
@include breakpoint(large-mobile-range) {
margin-top: 1rem;
width: 50%;
}
@include breakpoint(small-mobile-range) {
margin-top: 1rem;
width: 100%;
@extend .padding-horiz;
padding-top: 4rem;
}
span {
@include clearfix;
a, a:hover, h4 {
color: $white;
}
h4 {
line-height: 2rem;
margin-top: 0;
text-align: left;
}
.footer-items {
margin-top: 2rem;
@supports not (flex-wrap: wrap) {
overflow: hidden;
}
@include clearfix;
}
.footer-module {
&.large {
width: 40%;
}
display:block;
float: left;
width: 20%;
vertical-align: top;
padding-right: 2rem;
@include breakpoint(large-mobile-range) {
margin-top: 1rem;
width: 50%;
}
@include breakpoint(small-mobile-range) {
margin-top: 1rem;
width: 100%;
}
span {
@include clearfix;
}
strong {
color: $white;
}
}
strong {
color: $white;
}
}
.logo {
border-bottom: 0 none;
@include clearfix;
border-bottom: 0 none;
@include clearfix;
color: $white;
h3 a {
color: $white;
}
}
.quickmenu {
margin: 0;
padding: 0;
list-style: none;
i {
padding-right: 0.5rem;
color: $white;
}
li a {
color: $core-text;
}
margin: 0;
padding: 0;
list-style: none;
font-family: $font-family-header;
i {
padding-right: 0.5rem;
color: $white;
font-size: 0.7rem;
}
}
.footer-modules {
@include clearfix;
display: block;
padding-bottom: 1.5rem;
}
.footer-copyright {
width: 50%;
display: inline-block;
float: left;
text-align: left;
}
.footer-menu {
float: right;
display: inline-block;
width: 50%;
text-align: right;
ul {
@include clearfix;
display: block;
padding-bottom: 1.5rem;
}
.footer-copyright {
width: 50%;
font-family: $font-family-header;
display: inline-block;
float: left;
text-align: left;
text-transform: uppercase;
}
.footer-menu {
float: right;
display: inline-block;
width: 50%;
text-align: right;
text-transform: uppercase;
font-family: $font-family-header;
ul {
margin: 0;
padding: 0;
list-style: none;
li {
display: inline-block;
&:after {
content: "/";
margin: 0 0.5rem;
display: inline-block;
}
&:last-child {
&:after {
content: "/";
margin: 0 0.5rem;
display: inline-block;
}
&:last-child {
&:after {
display: none;
display: none;
}
}
}
}
}
}
}
}
}
}

View File

@ -6,6 +6,7 @@
{% block social %}
{% include 'partials/social.html.twig' %}
{% endblock %}
</div>
{% if page.header.description %}
<p>{{ page.header.description }}</p>