Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
84 changes: 25 additions & 59 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ body {
left: 0;
right: 0;
bottom: 0;
background: #ccc;
border-radius: 34px;
background: linear-gradient(45deg, #6b7043, #fde68a); border-radius: 34px;
transition: 0.4s;
display: flex;
align-items: center;
Expand All @@ -180,7 +179,7 @@ body {

/* When checked (dark mode) */
.theme-switch input:checked + .slider {
background: #4ecdc4; /* you can use any gradient if you want */
background: linear-gradient(45deg, #bf60fa, #fde68a);
}

.theme-switch input:checked + .slider:before {
Expand Down Expand Up @@ -373,52 +372,18 @@ body {
transform: translateY(-2px);
}

/* Dark Mode Feedback Button */
[data-theme="dark"] .fb-color {
padding: 8px 18px;
background: linear-gradient(
135deg,
rgba(245, 115, 197, 0.9),
rgba(190, 8, 245, 0.7)
);
border-radius: 25px;
border: 1px solid rgba(190, 8, 245, 0.3);
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 0 10px rgba(190, 8, 245, 0.3);
}

[data-theme="dark"] .fb-color:hover {
background: linear-gradient(
135deg,
rgba(243, 19, 224, 0.85),
rgba(190, 8, 245, 0.9)
);
transform: scale(1.05);
box-shadow: 0 0 20px rgba(190, 8, 245, 0.6);
}

[data-theme="dark"] .fb-color a {
color: #fff;
text-decoration: none;
font-weight: 600;
letter-spacing: 0.5px;
}
[data-theme="dark"] .fb-color a:hover {
color: #ffffff;
}

.fb-color {
padding: 8px 15px;
background-color: rgba(238, 255, 0, 0.356);
background: linear-gradient(45deg, #60a5fa, #fde68a);
border-radius: 20px;
border: black 1px solid;
border: none;
}
.fb-color:hover {
background-color: rgba(169, 196, 13, 0.39);
box-shadow: 0 4px 12px rgba(96,165,250,0.5);
transform: translateY(-2px);
}
.fb-color a {
color: black;
color: white;
text-decoration: none;
}

Expand Down Expand Up @@ -473,7 +438,7 @@ body {
.user-avatar {
width: 40px;
height: 40px;
background: linear-gradient(45deg, var(--candy-red), var(--sunny-yellow));
background: linear-gradient(45deg, #c270f6, #747061);
border-radius: 50%;
display: flex;
align-items: center;
Expand All @@ -483,7 +448,7 @@ body {
}

.logout-btn {
background: linear-gradient(45deg, #ff4757, #ff3838) !important;
background: linear-gradient(90deg, #ff5f6d, #c31432);
color: #ffffff;
border: none !important;
padding: 0.5rem 1rem;
Expand Down Expand Up @@ -1123,25 +1088,26 @@ body {

/* Back to Top Button */
#scrollTopBtn {
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
background: #0a84ff;
color: white;
border: none;
border-radius: 50%;
font-size: 32px;
cursor: pointer;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;
z-index: 1000;
display: none;
position: fixed;
bottom: 30px;
right: 30px;
z-index: 99;
font-size: 30px;
border: none;
outline: none;
background: linear-gradient(45deg, #ff6ec7, #ffa07a, #87cefa);
color: black;
cursor: pointer;
padding: 7px 15px;
border-radius: 50%;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}

#scrollTopBtn:hover {
transform: scale(1.1);
background: #006dd6;
box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

#contributors-container {
Expand Down
28 changes: 7 additions & 21 deletions css/auth.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,16 +218,17 @@ html[data-theme="dark"] .auth-title {
padding: 8px 15px;
background-color: rgba(238, 255, 0, 0.356);
border-radius: 20px;
border: black 1px solid;
border: none;
transition: background-color 0.3s ease;
}

.fb-color:hover {
background-color: rgba(169, 196, 13, 0.39);
box-shadow: 0 4px 12px rgba(96,165,250,0.5);
transform: translateY(-2px);
}

.fb-color a {
color: black;
color: white;
text-decoration: none;
}

Expand Down Expand Up @@ -269,7 +270,7 @@ html[data-theme="dark"] .auth-title {
left: 0;
right: 0;
bottom: 0;
background: #ccc;
background: linear-gradient(45deg, #6b7043, #fde68a);
border-radius: 34px;
transition: 0.4s;
display: flex;
Expand All @@ -293,7 +294,8 @@ html[data-theme="dark"] .auth-title {
}

.theme-switch input:checked + .slider {
background: #4ecdc4;
background: linear-gradient(45deg, #bf60fa, #fde68a);

}

.theme-switch input:checked + .slider:before {
Expand Down Expand Up @@ -830,22 +832,6 @@ html[data-theme="dark"] body {
text-shadow: 0 0 8px rgba(187, 134, 252, 0.5);
}

/* Feedback Button */
[data-theme="dark"] .fb-color {
background: linear-gradient(
135deg,
rgba(245, 115, 197, 0.9),
rgba(190, 8, 245, 0.7)
);
border-radius: 25px;
border: 1px solid rgba(190, 8, 245, 0.3);
box-shadow: 0 0 10px rgba(190, 8, 245, 0.3);
}

[data-theme="dark"] .fb-color a {
color: #fff;
}

/* Auth Card & Form */
html[data-theme="dark"] .auth-card {
background: rgba(30, 30, 30, 0.95);
Expand Down
30 changes: 16 additions & 14 deletions css/convert.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
border-left: 4px solid #bb86fc;
}


[data-theme="dark"] .step-card {
background: rgba(30,30,30,0.7);
border: 1px solid rgba(255,255,255,0.1);
Expand Down Expand Up @@ -144,7 +145,7 @@
position: absolute;
cursor: pointer;
top: 0; left: 0; right: 0; bottom: 0;
background: #ccc;
background: linear-gradient(45deg, #6b7043, #fde68a);
border-radius: 34px;
transition: 0.4s;
display: flex;
Expand All @@ -169,7 +170,7 @@

/* When checked (dark mode) */
.theme-switch input:checked + .slider {
background: #4ECDC4; /* you can use any gradient if you want */
background: linear-gradient(45deg, #bf60fa, #fde68a);
}

.theme-switch input:checked + .slider:before {
Expand Down Expand Up @@ -313,15 +314,16 @@
}
.fb-color {
padding: 0.5rem 0.9rem;
background-color: rgba(238, 255, 0, 0.356);
background: linear-gradient(45deg, #60a5fa, #fde68a);
border-radius: 1.25rem;
border: black 1px solid;
}
.fb-color:hover{
background-color: rgba(169, 196, 13, 0.39);
border: none;
}
.fb-color:hover {
box-shadow: 0 4px 12px rgba(96,165,250,0.5);
transform: translateY(-2px);
}
.fb-color a {
color: black;
color: white;
text-decoration: none;
}
/* CTA Button */
Expand Down Expand Up @@ -375,7 +377,7 @@
.user-avatar {
width: 40px;
height: 40px;
background: linear-gradient(45deg, var(--candy-red), var(--sunny-yellow));
background: linear-gradient(45deg, #c270f6, #747061);
border-radius: 50%;
display: flex;
align-items: center;
Expand All @@ -385,7 +387,7 @@
}

.logout-btn {
background: linear-gradient(45deg, #ff4757, #ff3838) !important;
background: linear-gradient(90deg, #ff5f6d, #c31432);
color: #ffffff;
border: none !important;
padding: 0.5rem 1rem;
Expand Down Expand Up @@ -883,13 +885,13 @@
bottom: 30px;
right: 30px;
z-index: 99;
font-size: 20px;
font-size: 30px;
border: none;
outline: none;
background: linear-gradient(45deg, #ff6ec7, #ffa07a, #ffd700, #87cefa);
color: white;
background: linear-gradient(45deg, #ff6ec7, #ffa07a, #87cefa);
color: black;
cursor: pointer;
padding: 15px;
padding: 7px 15px;
border-radius: 50%;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
transition: all 0.3s ease;
Expand Down
51 changes: 15 additions & 36 deletions css/customize.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,29 +110,7 @@
transform: scale(1.05);
box-shadow: 0 15px 35px rgba(187,134,252,0.25);
}
/* Dark Mode Feedback Button */
[data-theme="dark"] .fb-color {
padding: 8px 18px;
background: linear-gradient(135deg, rgba(245,115,197,0.9), rgba(190,8,245,0.7));
border-radius: 25px;
border: 1px solid rgba(190, 8, 245, 0.3);
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 0 10px rgba(190, 8, 245, 0.3);
}

[data-theme="dark"] .fb-color:hover {
background: linear-gradient(135deg, rgba(243,19,224,0.85), rgba(190,8,245,0.9));
transform: scale(1.05);
box-shadow: 0 0 20px rgba(190, 8, 245, 0.6);
}

[data-theme="dark"] .fb-color a {
color: #fff;
text-decoration: none;
font-weight: 600;
letter-spacing: 0.5px;
}
/* ===================== Footer ===================== */
[data-theme="dark"] .footer {
background-color: var(--footer-bg);
Expand Down Expand Up @@ -176,7 +154,7 @@

/* Theme switch slider */
[data-theme="dark"] .theme-switch input:checked + .slider {
background: #4ECDC4;
background: linear-gradient(45deg, #bf60fa, #fde68a);
}

[data-theme="dark"] .theme-switch input:checked + .slider:before {
Expand All @@ -198,7 +176,7 @@
position: absolute;
cursor: pointer;
top: 0; left: 0; right: 0; bottom: 0;
background: #ccc;
background: linear-gradient(45deg, #6b7043, #fde68a);
border-radius: 34px;
transition: 0.4s;
display: flex;
Expand All @@ -223,7 +201,7 @@

/* When checked (dark mode) */
.theme-switch input:checked + .slider {
background: #4ECDC4; /* you can use any gradient if you want */
background: linear-gradient(45deg, #bf60fa, #fde68a);
}

.theme-switch input:checked + .slider:before {
Expand Down Expand Up @@ -329,15 +307,16 @@

.fb-color {
padding: 0.5rem 0.9rem;
background-color: rgba(238, 255, 0, 0.356);
background: linear-gradient(45deg, #60a5fa, #fde68a);
border-radius: 1.25rem;
border: black 1px solid;
border: none;
}
.fb-color:hover{
background-color: rgba(169, 196, 13, 0.39);
.fb-color:hover {
box-shadow: 0 4px 12px rgba(96,165,250,0.5);
transform: translateY(-2px);
}
.fb-color a {
color: black;
color: white;
text-decoration: none;
}

Expand Down Expand Up @@ -392,7 +371,7 @@
.user-avatar {
width: 2.5rem;
height: 2.5rem;
background: linear-gradient(45deg, var(--candy-red), var(--sunny-yellow));
background: linear-gradient(45deg, #c270f6, #747061);
border-radius: 50%;
display: flex;
align-items: center;
Expand All @@ -402,7 +381,7 @@
}

.logout-btn {
background: linear-gradient(45deg, #ff4757, #ff3838) !important;
background: linear-gradient(90deg, #ff5f6d, #c31432);
color: #ffffff;
border: none !important;
padding: 0.5rem 1rem;
Expand Down Expand Up @@ -1001,13 +980,13 @@
bottom: 30px;
right: 30px;
z-index: 99;
font-size: 20px;
font-size: 30px;
border: none;
outline: none;
background: linear-gradient(45deg, #ff6ec7, #ffa07a, #ffd700, #87cefa);
color: white;
background: linear-gradient(45deg, #ff6ec7, #ffa07a, #87cefa);
color: black;
cursor: pointer;
padding: 15px;
padding: 7px 15px;
border-radius: 50%;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
transition: all 0.3s ease;
Expand Down
Loading