From bb3476a8ad8371b4cb36757784cb7fed938d8a83 Mon Sep 17 00:00:00 2001 From: jaine Date: Mon, 14 Jan 2019 19:55:04 +0200 Subject: [PATCH] Updated ohlhafv page css and img --- ohlhafv/static/ohlhafv/css/base.css | 11 +- ohlhafv/static/ohlhafv/css/nav.css | 8 + ohlhafv/static/ohlhafv/img/heevit.svg | 473 ++++++++++++++++++++++++++ ohlhafv/templates/header.html | 2 +- 4 files changed, 488 insertions(+), 6 deletions(-) create mode 100644 ohlhafv/static/ohlhafv/img/heevit.svg diff --git a/ohlhafv/static/ohlhafv/css/base.css b/ohlhafv/static/ohlhafv/css/base.css index 03a8496..3f7b72a 100644 --- a/ohlhafv/static/ohlhafv/css/base.css +++ b/ohlhafv/static/ohlhafv/css/base.css @@ -1,5 +1,6 @@ html, body { - background-color: rgb(252, 225, 69); + background: #fdd504; + background: linear-gradient(#fdaa02, #fdd504) no-repeat center center fixed; } body { @@ -13,7 +14,7 @@ body { border-color: black; color: black; - border-radius: 0; + border-radius: 8px; -webkit-appearance: none; box-shadow: 10px 10px rgba(0, 0, 0, 0.5); @@ -48,8 +49,8 @@ h3 { } .navbar { - border-radius: 0; - background-color: rgb(252, 225, 69); + border-radius: 8px; + background-color: #c1272d; box-shadow: 0 0; } @@ -97,4 +98,4 @@ h3 { h6 { color: black; -} \ No newline at end of file +} diff --git a/ohlhafv/static/ohlhafv/css/nav.css b/ohlhafv/static/ohlhafv/css/nav.css index 82e804a..22bfd8d 100644 --- a/ohlhafv/static/ohlhafv/css/nav.css +++ b/ohlhafv/static/ohlhafv/css/nav.css @@ -8,4 +8,12 @@ .navbar-light .navbar-nav .nav-link { color: black; + border-radius: 8px; + padding: 10px 15px 10px 15px; + margin: 5px; + background-color: #fdaa02; +} + +a.nav-item.nav-link:hover { + background-color: #fc8606; } diff --git a/ohlhafv/static/ohlhafv/img/heevit.svg b/ohlhafv/static/ohlhafv/img/heevit.svg new file mode 100644 index 0000000..f711e47 --- /dev/null +++ b/ohlhafv/static/ohlhafv/img/heevit.svg @@ -0,0 +1,473 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ohlhafv/templates/header.html b/ohlhafv/templates/header.html index be251ad..5561ceb 100644 --- a/ohlhafv/templates/header.html +++ b/ohlhafv/templates/header.html @@ -3,6 +3,6 @@