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;
}
.license {
.footer {
position: fixed;
bottom: 0;
width: 100%;

View File

@@ -61,7 +61,7 @@
{%- endif %}
{% if license %}
{%- 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' %}
<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
@@ -77,13 +77,13 @@
{%- endfor %}
</a>
{%- 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>
</div>
{%- endif %}
{%- else %}
<div class="license">
<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"
<div class="footer">
<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>
</div>
{%- endif %}

View File

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

View File

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

View File

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

View File

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