From 3ac67cdaf140bf1c2b18790dff49c4065aef4a95 Mon Sep 17 00:00:00 2001 From: Mimi Momo Date: Wed, 30 Sep 2020 20:54:47 -0500 Subject: [PATCH] simplified footer (no 3 sets of footer tags) --- src/static/css/diary.css | 2 +- src/static/css/game.css | 4 +++- src/static/css/index.css | 5 ++--- src/views/footer.tpl | 10 ++++------ 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/static/css/diary.css b/src/static/css/diary.css index 9824007..065085e 100755 --- a/src/static/css/diary.css +++ b/src/static/css/diary.css @@ -197,7 +197,7 @@ ul { list-style-position: inside; } background-color: #A8577E; } -.footer { +.footer-content { background-color: pink; padding-top: 5px; padding-right: 25px; diff --git a/src/static/css/game.css b/src/static/css/game.css index bdbf021..76be449 100644 --- a/src/static/css/game.css +++ b/src/static/css/game.css @@ -181,8 +181,10 @@ ul { list-style-position: inside; } background-color: green; } -#footer { +.footer-content { background-color: #060d1a; + padding-top: 5px; text-align: right; overflow: hidden; + box-shadow: 0 100vh 0 100vh #581845; } diff --git a/src/static/css/index.css b/src/static/css/index.css index 9f50ed5..e61b979 100755 --- a/src/static/css/index.css +++ b/src/static/css/index.css @@ -196,11 +196,10 @@ mark { padding-left: 1px; } -.footer { +.footer-content { background-color: #581845; padding-top: 5px; - padding-right: 25px; - box-shadow: 0 100vh 0 100vh #581845; text-align: right; overflow: hidden; + box-shadow: 0 100vh 0 100vh #581845; } diff --git a/src/views/footer.tpl b/src/views/footer.tpl index 8e7dd01..c753fe9 100644 --- a/src/views/footer.tpl +++ b/src/views/footer.tpl @@ -1,8 +1,6 @@ - + +