From 1137b7be970bd3f57ed9ff45d1ba601af1c1e16a Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 15 Mar 2019 15:22:45 +0100 Subject: [PATCH] testo e immagine colletta in sidebar e footer --- themes/glcomo/sass/blog.scss | 6 +++++- themes/glcomo/static/css/blog.css | 5 ++++- themes/glcomo/templates/footer.html | 5 ++++- themes/glcomo/templates/sidebar.html | 4 ++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/themes/glcomo/sass/blog.scss b/themes/glcomo/sass/blog.scss index 4e0419b..9854ac6 100755 --- a/themes/glcomo/sass/blog.scss +++ b/themes/glcomo/sass/blog.scss @@ -35,7 +35,10 @@ body{ border-color: $accent1; color: $accent1; } - footer { font-size: 0.8em; } + footer { + font-size: 0.8em; + a { text-decoration: underline; } + } } #menu { display: none; } @@ -192,6 +195,7 @@ ul.gallery > li { background-color: #939393; color: #454545; padding: 0.3em; + text-align: center; } /* lightbox */ diff --git a/themes/glcomo/static/css/blog.css b/themes/glcomo/static/css/blog.css index 67c65b4..fe638f7 100755 --- a/themes/glcomo/static/css/blog.css +++ b/themes/glcomo/static/css/blog.css @@ -34,6 +34,8 @@ body { color: #38C5C5; } #sidebar footer { font-size: 0.8em; } + #sidebar footer a { + text-decoration: underline; } #menu { display: none; } @@ -161,7 +163,8 @@ ul.gallery > li { width: 100%; background-color: #939393; color: #454545; - padding: 0.3em; } + padding: 0.3em; + text-align: center; } /* lightbox */ #imagelightbox { diff --git a/themes/glcomo/templates/footer.html b/themes/glcomo/templates/footer.html index b63dbc7..9350485 100755 --- a/themes/glcomo/templates/footer.html +++ b/themes/glcomo/templates/footer.html @@ -1,12 +1,15 @@