Skip to content

Commit

Permalink
Merge pull request #98 from Dipanita45/DipanitR
Browse files Browse the repository at this point in the history
I had made the modifications
  • Loading branch information
Harshdev098 authored Oct 12, 2024
2 parents 73e5b9c + a60f475 commit 2f1170b
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 34 deletions.
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
4 changes: 2 additions & 2 deletions public/css/form.css
Original file line number Diff line number Diff line change
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,#4e54c8, #8f94fb);
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
4 changes: 2 additions & 2 deletions public/css/main_page_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ nav {
}

.nav-items:nth-child(2) {
background-color: rgb(159, 159, 180);
background-color: rgb(121, 121, 163);
padding: 10px;
border-radius: 10px;
transition: all 0.8s ease-in-out;
}

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

@media (max-width:860px) {
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
7 changes: 6 additions & 1 deletion public/css/stk_mainstyling.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ body{
background-color: #d4bfc3;
}
.main div:nth-child(3){
background-color: #d56a6a;
background-color: #d56a6a;;
}
.main div:nth-child(3) a:hover{
background-color: #d99999;
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
25 changes: 14 additions & 11 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 white;
}

nav ul li a {
Expand All @@ -70,8 +70,8 @@ nav ul li:first-child:hover {
-225deg,
#231557 0%,
#44107a 29%,
#ff1361 67%,
#fff800 100%
#ff1361 100%,
#fef850 100%
);
border-image-slice: 1;
}
Expand All @@ -87,7 +87,7 @@ header {
header p {
font-size: 25px;
text-align: center;
color: white;
color: rgb(238, 228, 228);
word-wrap: break-word;
}

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

0 comments on commit 2f1170b

Please sign in to comment.