updateweb

This commit is contained in:
Local Server
2026-01-01 22:24:30 -06:00
parent 017c6376fc
commit 1919f6f8bb
185 changed files with 19860 additions and 17603 deletions

View File

@@ -1,10 +1,19 @@
/* Import Amsterdam Three Font */
@font-face {
font-family: 'Amsterdam Three';
src: url('/assets/fonts/AmsterdamThreeSlant-axaym.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/* Modern Navbar Styles */
.modern-navbar {
position: sticky;
top: 0;
z-index: 1000;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
background: #FFD0D0;
box-shadow: none;
font-family: 'Roboto', sans-serif;
}
@@ -12,21 +21,23 @@
max-width: 1400px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: space-between;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
height: 72px;
}
/* Logo Section */
.navbar-brand {
flex-shrink: 0;
flex-shrink: 0 !important;
min-width: 240px !important;
margin-right: 48px !important;
}
.brand-link {
display: flex;
align-items: center;
gap: 12px;
display: flex !important;
align-items: center !important;
gap: 20px !important;
text-decoration: none;
transition: opacity 0.2s;
}
@@ -36,32 +47,34 @@
}
.brand-logo {
width: 48px;
height: 48px;
width: 56px;
height: 56px;
object-fit: contain;
border-radius: 8px;
}
.brand-name {
font-family: 'Amsterdam Three', cursive;
font-size: 20px;
font-weight: 600;
color: #1a1a1a;
letter-spacing: 0.3px;
font-weight: 400;
color: #202023;
letter-spacing: 0.5px;
white-space: nowrap;
}
/* Main Navigation */
.navbar-menu {
flex: 1;
display: flex;
justify-content: center;
padding: 0 32px;
flex: 1 !important;
display: flex !important;
justify-content: center !important;
padding: 0 60px !important;
min-width: 0 !important;
}
.nav-menu-list {
display: flex;
align-items: center;
gap: 8px;
display: flex !important;
align-items: center !important;
gap: 8px !important;
list-style: none;
margin: 0;
padding: 0;
@@ -76,7 +89,7 @@
padding: 10px 20px;
font-size: 15px;
font-weight: 500;
color: #4a4a4a;
color: #202023;
text-decoration: none;
border-radius: 6px;
transition: all 0.2s;
@@ -85,16 +98,19 @@
.nav-link:hover,
.nav-link.active {
color: #6b46c1;
background: #f3f0ff;
color: #202023;
background: #FCB1D8;
}
/* Right Actions */
.navbar-actions {
display: flex;
align-items: center;
gap: 12px;
flex-shrink: 0;
display: flex !important;
align-items: center !important;
gap: 16px !important;
flex-shrink: 0 !important;
min-width: 120px !important;
justify-content: flex-end !important;
margin-left: 48px !important;
}
.action-item {
@@ -110,7 +126,7 @@
height: 44px;
border: none;
background: transparent;
color: #4a4a4a;
color: #202023;
font-size: 22px;
border-radius: 50%;
cursor: pointer;
@@ -118,8 +134,8 @@
}
.action-btn:hover {
background: #f5f5f5;
color: #6b46c1;
background: #FFEBEB;
color: #202023;
}
.action-badge {
@@ -129,8 +145,8 @@
min-width: 18px;
height: 18px;
padding: 0 5px;
background: #dc2626;
color: white;
background: #FCB1D8;
color: #202023;
font-size: 11px;
font-weight: 600;
border-radius: 9px;
@@ -338,8 +354,9 @@
}
.mobile-brand {
font-size: 18px;
font-weight: 600;
font-family: 'Amsterdam Three', cursive;
font-size: 22px;
font-weight: 400;
color: #1a1a1a;
}
@@ -397,6 +414,15 @@
.mobile-toggle {
display: flex;
}
.navbar-brand {
min-width: auto;
margin-right: auto;
}
.navbar-actions {
margin-left: 16px;
}
}
@media (max-width: 640px) {
@@ -410,8 +436,18 @@
}
.brand-logo {
width: 40px;
height: 40px;
width: 44px;
height: 44px;
}
.navbar-brand {
min-width: auto;
margin-right: 12px;
}
.navbar-actions {
margin-left: 12px;
gap: 8px;
}
.action-dropdown {