From c63f1c27d4d226c19a94b4ed48e25c89f042da4b Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Mon, 8 Jul 2024 07:34:53 +0200 Subject: [PATCH] renamed footer css class --- files/global.css | 2 +- templates/index.html.j2 | 8 ++++---- themes/default-dark.css | 4 ++-- themes/default.css | 4 ++-- themes/kjoe.css | 6 +++--- themes/monokai-vibrant.css | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/files/global.css b/files/global.css index c86118a..68c3689 100644 --- a/files/global.css +++ b/files/global.css @@ -70,7 +70,7 @@ figure { padding: 6px; } -.license { +.footer { position: fixed; bottom: 0; width: 100%; diff --git a/templates/index.html.j2 b/templates/index.html.j2 index c92973e..94534de 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -61,7 +61,7 @@ {%- endif %} {% if license %} {%- if 'CC' in license.type %} -
+ {%- endif %} {%- else %} - {%- endif %} diff --git a/themes/default-dark.css b/themes/default-dark.css index 6a119e2..9d1cae0 100644 --- a/themes/default-dark.css +++ b/themes/default-dark.css @@ -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; } diff --git a/themes/default.css b/themes/default.css index ce74f88..cff266c 100644 --- a/themes/default.css +++ b/themes/default.css @@ -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; } diff --git a/themes/kjoe.css b/themes/kjoe.css index c7cf798..9329362 100644 --- a/themes/kjoe.css +++ b/themes/kjoe.css @@ -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; } diff --git a/themes/monokai-vibrant.css b/themes/monokai-vibrant.css index efa3ace..d87f60d 100644 --- a/themes/monokai-vibrant.css +++ b/themes/monokai-vibrant.css @@ -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; }