From ebc26dc8fb34ef6ef86fa562ff9f5e3bcdc48ae6 Mon Sep 17 00:00:00 2001
From: ENGO150 <v.smejkal06@gmail.com>
Date: Fri, 24 May 2024 16:31:38 +0200
Subject: [PATCH] styled homepage

---
 res/forum/style.css | 51 ++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 48 insertions(+), 3 deletions(-)

diff --git a/res/forum/style.css b/res/forum/style.css
index d64e531..08b3aad 100644
--- a/res/forum/style.css
+++ b/res/forum/style.css
@@ -32,12 +32,12 @@ body
     border-top: none;
     border-bottom-left-radius: 0.4vh 0.4vh;
 
-    width: fit-content;
-    height: 2vh;
-
     display: flex;
     justify-content: end;
     padding: 0.25vh;
+
+    width: fit-content;
+    height: 2vh;
 }
 
 #upper_panel *
@@ -131,4 +131,49 @@ img:hover
 #save_btn
 {
     margin-top: 2vh;
+}
+
+#upload_btn
+{
+    padding-top: 1vh;
+    padding-bottom: 1vh;
+}
+
+#upload_popup
+{
+    position: relative;
+    display: none;
+
+    flex-direction: column;
+    align-items: start;
+
+    width: fit-content;
+    height: auto;
+    margin: 0 auto;
+    padding: 2vh;
+
+    border: solid 1px #3E392F;
+    border-radius: 0.5vh 0.5vh;
+    background: #6F7270;
+
+    margin-top: 19%;
+}
+
+#upload_popup div + div
+{
+    margin-top: 2vh;
+}
+
+#upload_popup input
+{
+    margin-top: 1vh;
+    border: 1px solid #3E392F;
+    border-radius: 0.5vh 0.5vh;
+
+    background-color: #C1BFBE;
+}
+
+#file_upload_style
+{
+    margin-top: 200vh;
 }
\ No newline at end of file