mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
renamed footer css class
This commit is contained in:
@@ -70,7 +70,7 @@ figure {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.license {
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user