M themes/glcomo/sass/blog.scss => themes/glcomo/sass/blog.scss +5 -1
@@ 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 */
M themes/glcomo/static/css/blog.css => themes/glcomo/static/css/blog.css +4 -1
@@ 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 {
M => +4 -1
@@ 1,12 1,15 @@
<footer class="site-info footer">
{% if SOCIAL %}
<h3>social</h3>
<ul class="nav-links">
{% for text,url in SOCIAL %}
<li><a href="{{ url }}">{{ text }}</a></li>
{% endfor %}
</ul>
{% endif %}
<hr>
<p>Contribuisci a manterere online i servizi del GL-Como,<br>Chiedi in <a href="/v2015/mailing-list/">mailing-list</a></p>
<p><img src="https://sipit.kirgroup.net/glc-colla.php" width="70%"></p>
<hr>
<p>
Proudly powered by <a href="http://getpelican.com/">Pelican</a> and <a href="http://python.org/">Python</a>. Theme by<a href="https://github.com/hdra/pelican-cait">hndr</a>.
</p>
M => +4 -0
@@ 51,6 51,10 @@
</nav>
<footer class="site-info hide-sm">
<hr>
<p>Contribuisci a manterere online i servizi del GL-Como,<br>Chiedi in <a href="/v2015/mailing-list/">mailing-list</a></p>
<p><img src="https://sipit.kirgroup.net/glc-colla.php" width="200px"></p>
<hr>
<p>
<a href="https://xmpp.net/result.php?domain=gl-como.it&type=client"><img src="https://xmpp.net/badge.php?domain=gl-como.it" alt="xmpp.net score"></a>
</p>