From d4aff1d64fa0e80580fb4158455cc9b00de30aae Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Tue, 9 Aug 2022 14:11:32 +0100 Subject: [PATCH] I forgor what I done :skull: --- Flyout/flyout.css | 1 + Sniffle/sniffle.css | 4 ++- css/footer.css | 4 +-- css/master.css | 11 +++++--- image.php | 6 ++--- index.php | 13 +++++++--- ui/footer.php | 61 +++++++++++++++------------------------------ 7 files changed, 46 insertions(+), 54 deletions(-) diff --git a/Flyout/flyout.css b/Flyout/flyout.css index 4a60e7a..530919d 100644 --- a/Flyout/flyout.css +++ b/Flyout/flyout.css @@ -42,6 +42,7 @@ .flyout-header { font-size: 20px; + font-family: "Lexend Deca", sans-serif; } .flyout-actionbox { diff --git a/Sniffle/sniffle.css b/Sniffle/sniffle.css index e91e15c..79c3751 100644 --- a/Sniffle/sniffle.css +++ b/Sniffle/sniffle.css @@ -87,6 +87,7 @@ font-size: 15px; font-weight: 621; + font-family: "Lexend Deca", sans-serif; color: var(--fg); } @@ -98,7 +99,8 @@ font-size: 14px; word-wrap: break-word; - font-weight: 300; + font-weight: 500; + font-family: 'Secular One', sans-serif; color: var(--fg); } diff --git a/css/footer.css b/css/footer.css index d409e7c..02b12af 100644 --- a/css/footer.css +++ b/css/footer.css @@ -16,6 +16,6 @@ footer { box-shadow: var(--shadow); } -.footer-child { - min-width: 200px; +footer a { + margin: 0.5rem; } diff --git a/css/master.css b/css/master.css index 01bfeb4..2c51ed5 100644 --- a/css/master.css +++ b/css/master.css @@ -4,8 +4,10 @@ This ensures that the website looks the same across all devices and browsers, regardless if I waisted my time making a tag look good or not -*/ + @import "normalize.css"; +*/ + @import "nav.css"; @import "footer.css"; @@ -32,9 +34,9 @@ } * { - font-weight: 521; + font-weight: 500; color: var(--fg); - font-family: "Fira Code", monospace; + font-family: 'Secular One', sans-serif; } html { margin: 0; padding: 0; @@ -411,6 +413,7 @@ form * { display: block; font-size: 16px; + font-weight: 500; text-decoration: none; @@ -511,7 +514,7 @@ h4 { p, a { margin: 0 0 0.5rem 0; - font-family: "Fira Code", monospace; + font-family: 'Secular One', sans-serif; } a { text-decoration: none; diff --git a/image.php b/image.php index 527b6af..3d344c8 100644 --- a/image.php +++ b/image.php @@ -7,8 +7,8 @@ - - + + @@ -147,7 +147,7 @@ echo "

Image resolution: ".$width."x".$height."

"; // Image Upload date - echo "

Last updated: ".$image['upload']." (+0)

"; + echo "

Last updated: +0 ".$image['upload']."

"; // Image download echo "Download image"; diff --git a/index.php b/index.php index 4ca720d..9dbd394 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ - +