diff --git a/Alien.css b/Alien.css index 60268ef..100b002 100644 --- a/Alien.css +++ b/Alien.css @@ -1,3 +1,4 @@ +@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); /* Theme Variables */ :root { /* Light Theme Colors */ @@ -23,11 +24,33 @@ --border-dark: #2d2d3a; /* Common Variables */ - --game-font: "Roboto", sans-serif; + --game-font : "Bruno Ace SC", sans-serif; /* Updated to 'Roboto' */ --transition-speed: 0.3s; } +/* Custom Scrollbar Styling */ +::-webkit-scrollbar { + width: 14px; +} + +::-webkit-scrollbar-track { + background: #e0e0e0; /* Light background for the track */ + border-radius: 10px; +} + +::-webkit-scrollbar-thumb { + background: linear-gradient(45deg, #007bff, #ff66cc); /* Diagonal gradient from blue to pink */ + border-radius: 10px; + border: 3px solid #e0e0e0; /* Contrast border */ + box-shadow: 0 0 8px rgba(255, 102, 204, 0.7); /* Soft glow around thumb */ +} + +::-webkit-scrollbar-thumb:hover { + background: linear-gradient(45deg, #0066ff, #ff4db8); /* Darker gradient on hover */ + box-shadow: 0 0 12px rgba(0, 123, 255, 0.7), 0 0 12px rgba(255, 102, 204, 0.7); /* Intensified glow on hover */ +} + /* Base Styles */ body { margin: 0; @@ -83,7 +106,8 @@ body.dark-theme { justify-content: center; align-items: center; flex-wrap: wrap; - position: absolute; + /* position: absolute; */ + position: fixed; top: 0; left: 0; width: 100%; @@ -127,7 +151,8 @@ body:not(.dark-theme) .navbar a { /* Responsive Navbar Styling */ .navbar .faq-btn { - font-size: 0.8em; + font-size: 1em; + font-weight: bolder; padding: 10px 20px; margin: 5px; } @@ -375,6 +400,8 @@ body:not(.dark-theme) #congratsPopup.show { /* Buttons */ button { + font-size: 1em; + font-weight: bolder; padding: 10px 20px; border-radius: 4px; cursor: pointer; diff --git a/Contributors/contributor.css b/Contributors/contributor.css index 0400e8a..0a088d8 100644 --- a/Contributors/contributor.css +++ b/Contributors/contributor.css @@ -1,8 +1,30 @@ +@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Bruno+Ace+SC&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); *{ - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-family: "Bruno Ace", sans-serif; margin: 0; padding: 0; } +/* Custom Scrollbar Styling */ +::-webkit-scrollbar { + width: 14px; +} + +::-webkit-scrollbar-track { + background: #e0e0e0; /* Light background for the track */ + border-radius: 10px; +} + +::-webkit-scrollbar-thumb { + background: linear-gradient(45deg, #007bff, #ff66cc); /* Diagonal gradient from blue to pink */ + border-radius: 10px; + border: 3px solid #e0e0e0; /* Contrast border */ + box-shadow: 0 0 8px rgba(255, 102, 204, 0.7); /* Soft glow around thumb */ +} + +::-webkit-scrollbar-thumb:hover { + background: linear-gradient(45deg, #0066ff, #ff4db8); /* Darker gradient on hover */ + box-shadow: 0 0 12px rgba(0, 123, 255, 0.7), 0 0 12px rgba(255, 102, 204, 0.7); /* Intensified glow on hover */ +} .container { text-align: center; diff --git a/Login_and_Signup/style.css b/Login_and_Signup/style.css index bd0cffe..01fc12a 100644 --- a/Login_and_Signup/style.css +++ b/Login_and_Signup/style.css @@ -1,10 +1,10 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Bruno+Ace+SC&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; - font-family: 'Poppins', sans-serif; + font-family: "Bruno Ace", sans-serif; } body { diff --git a/contributors.css b/contributors.css index e406cec..e7464ac 100644 --- a/contributors.css +++ b/contributors.css @@ -1,5 +1,6 @@ +@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Bruno+Ace+SC&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); *{ - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-family: "Bruno Ace", sans-serif; margin: 0; padding: 0; } diff --git a/donation_page.html b/donation_page.html index 446af13..4e4de3d 100644 --- a/donation_page.html +++ b/donation_page.html @@ -8,6 +8,9 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" /> + + +