From 7ed624b108a683d6eb5e37da5c5da00aa5fd030f Mon Sep 17 00:00:00 2001 From: Katharina Sabel Date: Fri, 9 Dec 2016 23:19:50 +0100 Subject: A lot of changes that are very destructive to the theme. But I needed and wanted them. Might clean up the template tree to be a bit less...hacky. But this works for now --- static/css/nest.css | 20 ++- static/img/banner_bg2x.png | Bin 0 -> 111150 bytes static/img/cat.gif | Bin 0 -> 8863 bytes static/img/grey_2x.png | Bin 0 -> 89089 bytes templates/base.html | 56 ++++++-- templates/categories.html | 30 ++-- templates/category.html | 4 +- templates/home.html | 336 +++++++++++++++++++++++++++++++-------------- templates/tag.html | 79 ++++++----- 9 files changed, 354 insertions(+), 171 deletions(-) create mode 100644 static/img/banner_bg2x.png create mode 100644 static/img/cat.gif create mode 100644 static/img/grey_2x.png diff --git a/static/css/nest.css b/static/css/nest.css index 7c83391..619f508 100755 --- a/static/css/nest.css +++ b/static/css/nest.css @@ -7,17 +7,17 @@ /* Responsive */ @media (min-width: 768px) { .container { - width: 750px; + width: 760px; } } @media (min-width: 992px) { .container { - width: 850px; + width: 985px; } } @media (min-width: 1200px) { .container { - width: 850px; + width: 1195px; } } @@ -26,14 +26,20 @@ body { font-family: "Open Sans", sans-serif; font-size: 16px; color: #4b505a; - background-color: #f5f5f5; + /*background-color: #f5f5f5;*/ + background-image: url("../img/grey_2x.png"); line-height: 24px; -webkit-font-smoothing:antialiased; text-rendering: optimizeLegibility; } +div.hacky_bg { + background-image: url("../img/banner_bg2x.png"); +} + div.home { - background-color: #252525; + /*background-color: #252525;*/ + background-image: url("../img/banner_bg2x.png"); } div.imgbar { @@ -489,3 +495,7 @@ blockquote{ .footer a{ color: #fff; } + + + +/********** DIRTY DIRTY HACKS ***********/ diff --git a/static/img/banner_bg2x.png b/static/img/banner_bg2x.png new file mode 100644 index 0000000..5cd4242 Binary files /dev/null and b/static/img/banner_bg2x.png differ diff --git a/static/img/cat.gif b/static/img/cat.gif new file mode 100644 index 0000000..0bd2150 Binary files /dev/null and b/static/img/cat.gif differ diff --git a/static/img/grey_2x.png b/static/img/grey_2x.png new file mode 100644 index 0000000..eba36c7 Binary files /dev/null and b/static/img/grey_2x.png differ diff --git a/templates/base.html b/templates/base.html index cca740c..356eda0 100755 --- a/templates/base.html +++ b/templates/base.html @@ -56,17 +56,17 @@ {% if GOOGLE_ANALYTICS %} - - - + + + {% endif %} {% endblock head %} @@ -82,7 +82,7 @@