From ff9c8d45d2eac83ad5ed00b71e5d5e1185beb7dc Mon Sep 17 00:00:00 2001 From: Dipanita45 <132455672+Dipanita45@users.noreply.github.com> Date: Sun, 13 Oct 2024 12:50:43 +0530 Subject: [PATCH] Made the modification --- .vscode/settings.json | 3 +++ public/css/choosefile.css | 2 +- public/css/faculty_styling.css | 2 +- public/css/login_style.css | 1 + public/css/main_page_style.css | 3 ++- public/css/profile.css | 1 + public/css/stk_mainstyling.css | 1 + public/css/uploadfile.css | 7 ++++--- 8 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/public/css/choosefile.css b/public/css/choosefile.css index 690ce22..5e66dea 100644 --- a/public/css/choosefile.css +++ b/public/css/choosefile.css @@ -27,7 +27,7 @@ body{ .container p{ font-weight: bold; font-size: 24px; - color: white; + color: rgb(244, 237, 237); } /* stakeholder signup styling */ diff --git a/public/css/faculty_styling.css b/public/css/faculty_styling.css index 0a40476..38cfc9c 100644 --- a/public/css/faculty_styling.css +++ b/public/css/faculty_styling.css @@ -172,7 +172,7 @@ button:hover { transition: all 0.8s ease-in-out; } #cancel{ - background-color: rgb(225, 221, 221); + background-color: rgb(246, 236, 236); border: none; transition: all 0.8s ease-in-out; } diff --git a/public/css/login_style.css b/public/css/login_style.css index b82a6d0..e37351c 100644 --- a/public/css/login_style.css +++ b/public/css/login_style.css @@ -23,6 +23,7 @@ body { } #icon:hover{ font-weight: 800; + color: #d4edda; } :root{ diff --git a/public/css/main_page_style.css b/public/css/main_page_style.css index e634ddb..64cf5c6 100644 --- a/public/css/main_page_style.css +++ b/public/css/main_page_style.css @@ -200,7 +200,7 @@ nav { } #view_papers:hover { - background-color: rgb(173, 173, 250); + background-color: rgb(150, 150, 249); } #upload { @@ -209,6 +209,7 @@ nav { #upload:hover { transform: scale(1.04); + color: rgb(12, 117, 236); } /* ai generating section styling */ diff --git a/public/css/profile.css b/public/css/profile.css index aad8fd1..8ba0294 100644 --- a/public/css/profile.css +++ b/public/css/profile.css @@ -36,6 +36,7 @@ section{ border-top: 2px solid var(--secondary-color); padding: 0; margin: 0; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; } .container ul li{ list-style: none; diff --git a/public/css/stk_mainstyling.css b/public/css/stk_mainstyling.css index fd50c47..4f190d0 100644 --- a/public/css/stk_mainstyling.css +++ b/public/css/stk_mainstyling.css @@ -149,6 +149,7 @@ body{ } .image{ width: 30vw; + height: 25vw; } .image img{ width: 30vw; diff --git a/public/css/uploadfile.css b/public/css/uploadfile.css index 6a6b91a..6e2e6f7 100644 --- a/public/css/uploadfile.css +++ b/public/css/uploadfile.css @@ -27,6 +27,7 @@ section h2 { padding: 18px 0px; word-wrap: break-word; margin: 8px 0px; + font-weight: 300; } .form label { @@ -68,7 +69,7 @@ section h2 { } section { - background-color: rgb(204 204 244); + background-color: rgb(202, 202, 253); } input[type="file"]::file-selector-button { @@ -87,7 +88,7 @@ input[type="file"]::file-selector-button { } input[type="file"]::file-selector-button:hover { - background-color: #f0f3fb; + background-color: #d9e2fa; } input[type="file"]::file-selector-button:active { @@ -142,7 +143,7 @@ button{ #uploadedFilesContainer ul li{ margin: 8px; padding: 20px; - background-color: rgb(164, 164, 232); + background-color: rgb(163, 163, 246); border-radius: 10px; font-size: 18px; } \ No newline at end of file