diff --git a/bl-themes/alternative/css/style.css b/bl-themes/alternative/css/style.css index de3592d5..977259da 100755 --- a/bl-themes/alternative/css/style.css +++ b/bl-themes/alternative/css/style.css @@ -1,45 +1,48 @@ -/*! - * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav) - * Copyright 2013-2017 Start Bootstrap - * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE) - */ - -header { - padding: 154px 0 100px; +html { + position: relative; + min-height: 100%; } -@media (min-width: 992px) { - header { - padding: 156px 0 100px; - } +body { + /* Margin bottom for footer height */ + margin-bottom: 60px; } section { - padding: 150px 0; + padding: 150px 0; } -.bg-dark { - background: #333 !important; +/* Home - Header */ +header.welcome { + padding: 154px 0 100px; } -.bg-light-gray { - background: #eee; - color: #444; +@media (min-width: 992px) { + header.welcome { + padding: 156px 0 100px; + } } -/* Alternate the background color */ -section.page:nth-child(even) { +/* Footer */ +footer { + position: absolute; + bottom: 0; + width: 100%; + height: 60px; + line-height: 60px; + font-size: 0.8em; +} + +.mini-logo { + height: 22px; + padding-bottom: 5px; +} + +/* Home - Page */ +section.home-page:nth-child(even) { /* Alternate the background color */ background: #FAFAFA; } -a.page-title { - color: #333; -} - -.page-description { - font-size: 1.25rem; - font-weight: 300; -} .page-cover-image { background-size: cover; background-position: center; @@ -48,8 +51,4 @@ a.page-title { .nav-link { font-size: 0.8em; text-transform: uppercase; -} - -footer { - font-size: 0.8em; } \ No newline at end of file diff --git a/bl-themes/alternative/img/favicon.png b/bl-themes/alternative/img/favicon.png new file mode 100644 index 00000000..60349a2b Binary files /dev/null and b/bl-themes/alternative/img/favicon.png differ diff --git a/bl-themes/alternative/php/footer.php b/bl-themes/alternative/php/footer.php index 0deb6a1a..e6d9bcc8 100644 --- a/bl-themes/alternative/php/footer.php +++ b/bl-themes/alternative/php/footer.php @@ -1,7 +1,5 @@ - -