From cf72bded89c9cec2ddaae3f121279558f6547496 Mon Sep 17 00:00:00 2001 From: Pavel Grunt Date: Mon, 12 Oct 2015 13:43:17 +0200 Subject: template: Use spice logo --- spice-space/static/css/main.css | 10 +++++++++- spice-space/static/images/icons/spice_logo.png | Bin 0 -> 5485 bytes spice-space/templates/base.html | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 spice-space/static/images/icons/spice_logo.png diff --git a/spice-space/static/css/main.css b/spice-space/static/css/main.css index 03a77e6..2e681b8 100644 --- a/spice-space/static/css/main.css +++ b/spice-space/static/css/main.css @@ -157,6 +157,12 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;} #banner { margin: 0 auto; padding: 2.5em 0 0 0; + background-color: black; + background-image: url('../images/icons/spice_logo.png'); + background-repeat: no-repeat; + background-position: 40px 10px; + height: 140px; + position: relative; } /* Banner */ @@ -182,10 +188,12 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;} font-size: 1.143em; height: 40px; line-height: 30px; - margin: 0 auto 2em auto; + margin: 0 auto 0 auto; padding: 0; text-align: center; width: 800px; + position: absolute; + bottom: 0px; border-radius: 5px; -moz-border-radius: 5px; diff --git a/spice-space/static/images/icons/spice_logo.png b/spice-space/static/images/icons/spice_logo.png new file mode 100644 index 0000000..948374f Binary files /dev/null and b/spice-space/static/images/icons/spice_logo.png differ diff --git a/spice-space/templates/base.html b/spice-space/templates/base.html index 45ab404..a69d3e2 100644 --- a/spice-space/templates/base.html +++ b/spice-space/templates/base.html @@ -19,7 +19,6 @@ {% include 'github.html' %}