From cb185a4500abaf52b83f5991eb8489bf38355034 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 24 Apr 2017 18:56:31 +0200 Subject: [PATCH] More theming hooks --- umap/static/umap/theme.css | 1 + umap/static/umap/umap.css | 2 +- umap/templates/base.html | 1 + umap/templates/umap/content.html | 4 +--- umap/templates/umap/content_footer.html | 3 +++ umap/templates/umap/navigation.html | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 umap/static/umap/theme.css create mode 100644 umap/templates/umap/content_footer.html diff --git a/umap/static/umap/theme.css b/umap/static/umap/theme.css new file mode 100644 index 00000000..89821782 --- /dev/null +++ b/umap/static/umap/theme.css @@ -0,0 +1 @@ +/* Override this file for theming uMap easily */ diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index dd841a5e..5f78d764 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -334,7 +334,7 @@ footer { line-height: 140px; color: #8F96A3; } -footer a { +footer a.branding { background-image: url("./img/logo_filigree.png"); background-position: left center; background-repeat: no-repeat; diff --git a/umap/templates/base.html b/umap/templates/base.html index 6d7f2fdf..2bc062d3 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -8,6 +8,7 @@ + {% endcompress css %}