From 914ddeacf55722124a712a58c5df4d8acd25fd7e Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sun, 28 Jan 2018 20:06:07 +0100 Subject: [PATCH] alternative theme improves --- bl-themes/alternative/css/style.css | 63 +++++++++++++------------- bl-themes/alternative/img/favicon.png | Bin 0 -> 1025 bytes bl-themes/alternative/php/footer.php | 6 +-- bl-themes/alternative/php/home.php | 14 +++--- bl-themes/alternative/php/navbar.php | 3 +- 5 files changed, 41 insertions(+), 45 deletions(-) create mode 100644 bl-themes/alternative/img/favicon.png 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 0000000000000000000000000000000000000000..60349a2b41b19b00ec222b8e0e1994cb8ebd7d3f GIT binary patch literal 1025 zcmV+c1pfPpP)2CR?pZ05dPVI7AJ_cwKcwze@ZqB zldgHa-j=TG-vN-u0)V91Gj;&@z~RNk1)|X?8jS`P78dx9Jpe3X6{ScdqUpNct=H>5 zLy~Fd>;O=58S<~f!yaX38`QKm!ow|C*+Si^U?2j*if5HWhWIof`#!;|yw= zCX@+U2kPtqqygkAl?s-Zm*r)of-4IKgQ!-k@^Y>)91hDp{*tP6IxTq&{%&p2M9pW% z4gjlG)DSu@+aiJTJw87E+3j{enkm6ihM`dC^WEK@cT@m@K%m!ZwZ4v`0@f57Zf|d; zy=-TpP!I}IsnmcPD{!P~Wo3o8zW_LLD?{ds6gdavnm#}!@S2*MLakO4V3vA(89)xf z-=TODP81a9=H_A#4-dY@#YNoQ+(5~aAY!o?&d<*+0TA@;Eafjw$Zom=;Pd&~J3Bkm z)N|hhkjv#{)&0pH0OIs-Y-~t@>+9=5A*$o@^769p74854=qVLUOiZBD>EQ8Ec4xIR zD5vCnY;SK%j#0XlAyshHV)&I8SBlp*9p#hICz_|wzVNLI{l z&Ck#4tyb&Xs8%da$W>4cZ-Y~Rc6KJVyt&DP&r7hlrfJ<;t;R!%P@O98L82!VmmBM# v+ARRpaRQ-4d2XZ~vKW1y%m2r2?F{S>=?JMX!0RGF00000NkvXXu0mjfYZ>#^ literal 0 HcmV?d00001 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 @@ - -