Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I had made the modifications #98

Merged
merged 3 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion public/css/choosefile.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ body{
padding: 30px;
background-color: white;
border-radius: 20px;
font-size: large;
}
.radio input[type="radio"]{
font-size: 28px;
font-size: 26px;
margin: 20px;
}
.container{
Expand Down
4 changes: 2 additions & 2 deletions public/css/contact-us.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

body {
font-family: Arial, sans-serif;
background-color: #4e54c8;
background-color: #5c63f3;
display: flex;
justify-content: center;
align-items: center;
Expand Down Expand Up @@ -104,7 +104,7 @@ form label {
border: none;
border-radius: 8px;
cursor: pointer;
transition: background 0.4s;
transition: 0.4s;
}

/* Media Query for Smaller Screens */
Expand Down
11 changes: 6 additions & 5 deletions public/css/faculty_styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
}

#box1 {
background-color: #caa156;
background-color: #d6a448;
}

#box2 {
background-color: #386838;
}

#box3 {
background-color: #4c4c7b;
background-color: #535390;
}

ul {
Expand Down Expand Up @@ -95,7 +95,7 @@ h4 {
}

button:hover {
background-color: rgb(18, 102, 133);
background-color: rgb(30, 177, 230);
}

.papers ul li {
Expand Down Expand Up @@ -135,6 +135,7 @@ button:hover {
}
.container input{
font-size: 17px;
font-weight: 400;
}
.container label{
font-weight: bold;
Expand Down Expand Up @@ -176,10 +177,10 @@ button:hover {
transition: all 0.8s ease-in-out;
}
#submit:hover{
background-color: rgb(17, 99, 162);
background-color: rgb(9, 137, 235);
}
#cancel:hover{
background-color: rgb(173, 172, 172);
background-color: rgb(150, 145, 145);
}
#result1 {
margin: 0;
Expand Down
6 changes: 3 additions & 3 deletions public/css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ body {
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
animation-delay: 4s;
}

.circles li:nth-child(7) {
Expand Down Expand Up @@ -148,7 +148,7 @@ form input, form select {
}

form label {
font-weight: bold;
font-weight: 800;
padding-left: 10px;
margin-bottom: 5px;
}
Expand All @@ -163,7 +163,7 @@ form .btn-primary {
}

form .btn-primary:hover {
background-color: rgb(100, 80, 200);
background-color: rgb(67, 41, 201);
}

form h2 {
Expand Down
16 changes: 10 additions & 6 deletions public/css/login_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(to bottom right, #4e54c8, #8f94fb);
background: linear-gradient(to bottom right, #5a62ef, #4dc4e8);
color: #333;
}

Expand All @@ -21,6 +21,9 @@ body {
top: 30px;
right: 30px;
}
#icon:hover{
font-weight: 800;
}

:root{
--primary-color: #fff;
Expand All @@ -46,7 +49,7 @@ body {

.image {
/* width: 50%; */
background-color: #666;
background-color: #433c3c;
display: flex;
justify-content: center;
align-items: center;
Expand Down Expand Up @@ -100,7 +103,7 @@ form input {
}

form input:focus {
border-color: #8f94fb;
border-color: #bb73f3;
outline: none;
box-shadow: 0 0 8px rgba(142, 160, 240, 0.5);
}
Expand All @@ -116,7 +119,7 @@ a {
}

a:hover {
color: #8f94fb;
color: #7076e8;
}

button {
Expand All @@ -128,11 +131,11 @@ button {
border: none;
border-radius: 8px;
cursor: pointer;
transition: background 0.4s;
transition: 0.4s ease-in;
}

button:hover {
background: linear-gradient(45deg, #8f94fb, #4e54c8);
background: linear-gradient(45deg, #8f94fb, #666cdc);
}

.register {
Expand All @@ -153,6 +156,7 @@ button:hover {

.register a:hover {
text-decoration: underline;
color:blue;
}

#box1, #box2, #box3, #box4 {
Expand Down
6 changes: 3 additions & 3 deletions public/css/main_page_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ nav {
justify-content: space-between;
padding: 8px 10px;
font-size: 18px;
background-color: rgb(195, 195, 210);
background-color: rgb(206, 206, 233);
align-items: center;
flex-wrap: wrap;
}
Expand Down Expand Up @@ -103,7 +103,7 @@ nav {
}

.nav-items:nth-child(2):hover {
background-color: rgb(121, 121, 163);
background-color: rgb(133, 133, 186);
}

@media (max-width:860px) {
Expand Down Expand Up @@ -194,7 +194,7 @@ nav {
}

#view_papers {
background-color: rgb(213, 213, 250);
background-color: rgb(220, 220, 250);
color: black;
transition: background-color 0.5s ease-in-out;
}
Expand Down
5 changes: 3 additions & 2 deletions public/css/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ section{
background-color: var(--primary-color);
border-radius: 12px;
cursor: pointer;
color: beige;
}
.darkmode{
border-bottom: 2px solid var(--secondary-color);
Expand Down Expand Up @@ -81,7 +82,7 @@ section{
}
.main img{
margin: 26px;
border-radius: 50%;
border-radius: 75%;
}
.main p{
font-size: 42px;
Expand Down Expand Up @@ -136,7 +137,7 @@ section{
padding: 10px;
font-size: 21px;
display: inline-block;
color: green;
color: rgb(6, 241, 6);
}
.data p{
margin: 16px;
Expand Down
13 changes: 9 additions & 4 deletions public/css/stk_mainstyling.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ body{
background-color: #e1d1b4;
}
.main div:nth-child(2){
background-color: #be9fa5;
background-color: #dbb5bd;
}
.main div:nth-child(2) a:hover{
background-color: #d4bfc3;
background-color: #eea2b0;
}
.main div:nth-child(3){
background-color: #d56a6a;
background-color: #b54d4d;
}
.main div:nth-child(3) a:hover{
background-color: #d99999;
background-color: #d34747;
}
.main div:nth-child(4){
background-color: #8b8bc8;
Expand Down Expand Up @@ -235,6 +235,11 @@ body{
background-color: black;
color: white;
}
.submit-btn:hover{
font-weight: 600;
transition: 0.3s ease;
color: blue;
}

/* footer styling */

Expand Down
31 changes: 17 additions & 14 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nav ul li {
font-size: 22px;
/* color: white; */
cursor: pointer;
color: white; /* Black text color */
color: rgb(247, 246, 240); /* Black text color */
transition: color 0.3s, background-color 0.3s;
}

Expand All @@ -47,7 +47,7 @@ nav ul li {
} */

nav ul li:hover {
border-bottom: 1.7px solid white;
border-bottom: 1.7px solid rgb(25, 24, 25);
}

nav ul li a {
Expand All @@ -68,10 +68,10 @@ nav ul li:first-child:hover {
border-radius: 12px;
border-image: linear-gradient(
-225deg,
#231557 0%,
#44107a 29%,
#231557 5%,
#44107a 36%,
#ff1361 67%,
#fff800 100%
#fef850 100%
);
border-image-slice: 1;
}
Expand All @@ -81,13 +81,13 @@ header {
position: relative;
width: 100%;
height: 100vh;
background: #5090ef;
background: #0f5ccf;
}

header p {
font-size: 25px;
text-align: center;
color: white;
color: rgb(238, 228, 228);
word-wrap: break-word;
}

Expand All @@ -114,7 +114,7 @@ header h1 {
text-align: center;
background-image: linear-gradient(
-225deg,
#231557 0%,
#231557 3%,
#44107a 29%,
#ff1361 67%,
#fff800 100%
Expand Down Expand Up @@ -151,20 +151,20 @@ header h1 {
.searchbar input {
padding: 14px;
width: 360px;
border: 2.7px solid #ccc; /* Light gray border for a softer look */
border: 2.7px solid #8d8989; /* Light gray border for a softer look */
font-size: 16px;
border-radius: 25px; /* Rounded corners */
outline: none; /* Remove default outline */
transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effects */
}

.searchbar input:focus {
border-color: #ff7e5f; /* Change border color on focus */
border-color: #d53109; /* Change border color on focus */
box-shadow: 0 0 5px rgba(255, 126, 95, 0.5); /* Soft glow effect on focus */
}

.searchbar input::placeholder {
color: #888; /* Placeholder text color */
color: #dbd7d7; /* Placeholder text color */
font-style: italic; /* Italicize placeholder text for distinction */
}

Expand Down Expand Up @@ -227,7 +227,7 @@ header h1 {
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.2);
background: rgba(56, 54, 54, 0.2);
animation: animate 25s linear infinite;
bottom: -150px;
}
Expand Down Expand Up @@ -404,7 +404,7 @@ body {
.about {
margin: 16px 0px;
padding: 30px 0px;
background-color: #9eaec8;
background-color: #b9c1cc;
border-radius: 0% 0% 3000% 3000%;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
Expand Down Expand Up @@ -436,7 +436,7 @@ body {
max-width: 800px;
font-size: 20px;
line-height: 1.6;
color: #555;
color: #161515;
}

/* slider styling */
Expand Down Expand Up @@ -1320,6 +1320,9 @@ ul {
font-weight: 500;
position: relative;
}
.footer-col h4:hover{
color:#ed8309;
}

.footer-col h4::before {
content: "";
Expand Down
2 changes: 1 addition & 1 deletion public/css/uploadfile.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button{
display: block;
}
#uploadedFilesContainer button:hover{
outline: 2px solid red;
outline: 2px solid rgb(68, 255, 0);
outline-offset: 2px;
cursor: pointer;
}
Expand Down
2 changes: 1 addition & 1 deletion public/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img src="images/logo.png" alt="">
</div>
<div id="box2">
<p>Please Try Again! Account Already Exists</p>
<p>Please Try Again!! Account Already Exists</p>
</div>
<div id="box3">
<p>Error Occuered! Please Try Again</p>
Expand Down