From 7ffc817ccc6dadd67d15a289f6edd97d7f5d4cbb Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 16 Oct 2020 11:44:26 +0200 Subject: Aggiorna template web - link ai repository - qualche iconcina, che ci sta --- templates/web/base.html | 29 +++++++++++++++++++++++++++++ templates/web/entry.html | 23 ++++++++++++++++++----- templates/web/index.html | 26 +++++++++++++++++++++----- 3 files changed, 68 insertions(+), 10 deletions(-) (limited to 'templates/web') diff --git a/templates/web/base.html b/templates/web/base.html index bbb6d93..49635b8 100644 --- a/templates/web/base.html +++ b/templates/web/base.html @@ -80,6 +80,27 @@ text-align: center; } + /* ----- + SVG Icons - svgicons.sparkk.fr + ----- */ + + .svg-icon { + width: 1em; + height: 1em; + vertical-align:middle; + } + + .svg-icon path, + .svg-icon polygon, + .svg-icon rect { + fill: #828282; + } + + .svg-icon circle { + stroke: #828282; + stroke-width: 1; + } + {% block extrahead %}{% endblock %} @@ -93,5 +114,13 @@ + diff --git a/templates/web/entry.html b/templates/web/entry.html index 9fea0af..4647f05 100644 --- a/templates/web/entry.html +++ b/templates/web/entry.html @@ -10,11 +10,24 @@

{{ entry.data.description }}

{% endblock %} diff --git a/templates/web/index.html b/templates/web/index.html index 3301763..1a0e488 100644 --- a/templates/web/index.html +++ b/templates/web/index.html @@ -13,11 +13,27 @@
{{ entry.data.description }}
{% endfor %} -- cgit v1.2.3