From 296b0aec050c924440b90d20633d6749cc31e761 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 2 Sep 2017 17:33:28 -0700 Subject: tweak header and footer styles --- static/img/ia-logo.png | Bin 0 -> 3463 bytes static/style/archive3k.css | 17 ++++++++++++++++- theme/templates/base.html | 14 +++++++++----- 3 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 static/img/ia-logo.png diff --git a/static/img/ia-logo.png b/static/img/ia-logo.png new file mode 100644 index 0000000..1da3bea Binary files /dev/null and b/static/img/ia-logo.png differ diff --git a/static/style/archive3k.css b/static/style/archive3k.css index a765e9f..b69f679 100644 --- a/static/style/archive3k.css +++ b/static/style/archive3k.css @@ -29,9 +29,14 @@ footer a:hover, footer a:visited { color: #3f3f3f; } +footer ul a, +footer ul a:hover, +footer ul a:visited { + color: #5f5f60; +} footer h5 { font-weight: bold; - margin-bottom: 0px; + margin-bottom: 1px; margin-top: 0px; } .navbar-default { @@ -86,6 +91,16 @@ footer h5 { width: 100%; } +.navbar-nav > li > a, .navbar-brand { + padding-top: 12px !important; + padding-bottom: 0 !important; + height: 2.5em; +} +.navbar { + min-height: 2.5em !important; +} + + /* Change font */ body, .popover, diff --git a/theme/templates/base.html b/theme/templates/base.html index f8598dc..3c7552d 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -26,17 +26,18 @@ @@ -86,7 +87,7 @@
-
+
@@ -98,6 +99,9 @@
+
+
+
Home
    -- cgit v1.2.3