renamed footer css class

This commit is contained in:
2024-07-08 07:34:53 +02:00
committed by Flo Greistorfer
parent 1b4649f2ae
commit c63f1c27d4
6 changed files with 14 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ figure {
padding: 6px; padding: 6px;
} }
.license { .footer {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;

View File

@@ -61,7 +61,7 @@
{%- endif %} {%- endif %}
{% if license %} {% if license %}
{%- if 'CC' in license.type %} {%- if 'CC' in license.type %}
<div class="license" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"> <div class="footer" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
{%- if license.type == 'CC0 1.0' %} {%- if license.type == 'CC0 1.0' %}
<a property="dct:title" rel="cc:attributionURL" href="{{ root }}">{{ license.project }}</a> by <span property="cc:attributionName">{{ license.author }}</span> is marked with <a property="dct:title" rel="cc:attributionURL" href="{{ root }}">{{ license.project }}</a> by <span property="cc:attributionName">{{ license.author }}</span> is marked with
<a href="{{ license.url }}" target="_blank" rel="license noopener noreferrer" style="display: inline-block">CC0 1.0 <a href="{{ license.url }}" target="_blank" rel="license noopener noreferrer" style="display: inline-block">CC0 1.0
@@ -77,13 +77,13 @@
{%- endfor %} {%- endfor %}
</a> </a>
{%- endif %} {%- endif %}
<span class="attribution">Made with <a href="https://github.com/greflm13/simple-picture-server" target="_blank">Static Gallery Website Builder</a></a> by <a href="https://github.com/greflm13" <span class="attribution">Made with <a href="https://github.com/greflm13/StaticGalleryBuilder" target="_blank">StaticGalleryBuilder</a></a> by <a href="https://github.com/greflm13"
target="_blank">Flo Greistorfer</a>.</span> target="_blank">Flo Greistorfer</a>.</span>
</div> </div>
{%- endif %} {%- endif %}
{%- else %} {%- else %}
<div class="license"> <div class="footer">
<span class="attribution">Made with <a href="https://github.com/greflm13/simple-picture-server" target="_blank">Static Gallery Website Builder</a></a> by <a href="https://github.com/greflm13" <span class="attribution">Made with <a href="https://github.com/greflm13/StaticGalleryBuilder" target="_blank">StaticGalleryBuilder</a></a> by <a href="https://github.com/greflm13"
target="_blank">Flo Greistorfer</a>.</span> target="_blank">Flo Greistorfer</a>.</span>
</div> </div>
{%- endif %} {%- endif %}

View File

@@ -16,13 +16,13 @@
background-color: #0d0e0e; background-color: #0d0e0e;
} }
.license { .footer {
color: #e8e6e3; color: #e8e6e3;
background-color: #313537; background-color: #313537;
font-weight: 500; font-weight: 500;
} }
.license a { .footer a {
color: #5483ef; color: #5483ef;
text-decoration: none; text-decoration: none;
} }

View File

@@ -16,13 +16,13 @@
background-color: #111; background-color: #111;
} }
.license { .footer {
color: #000; color: #000;
background-color: #ddd; background-color: #ddd;
font-weight: 500; font-weight: 500;
} }
.license a { .footer a {
color: #0055ff; color: #0055ff;
text-decoration: none; text-decoration: none;
} }

View File

@@ -18,18 +18,18 @@
text-decoration: none; text-decoration: none;
} }
.license { .footer {
color: #ebebeb; color: #ebebeb;
background-color: #191313; background-color: #191313;
font-weight: 700; font-weight: 700;
} }
.license a { .footer a {
color: #ff2727; color: #ff2727;
text-decoration: none; text-decoration: none;
} }
.license a:hover { .footer a:hover {
font-weight: 800; font-weight: 800;
text-decoration: none; text-decoration: none;
} }

View File

@@ -17,13 +17,13 @@
background-color: #2c313a; background-color: #2c313a;
} }
.license { .footer {
color: #f6f6f6; color: #f6f6f6;
background-color: #2c313a; background-color: #2c313a;
font-weight: 700; font-weight: 700;
} }
.license a { .footer a {
color: #528bff; color: #528bff;
text-decoration: none; text-decoration: none;
} }