/var/www/vhosts/m-auto.co/httpdocs/assets/css
NameSizeModeActions
7-6-2026.zip46570644editdlrm
christmas.css63460644editdlrm
eid_al_adha.css105890644editdlrm
eid_al_fitr.css107470644editdlrm
october_war.css86130644editdlrm
ramadan.css110500644editdlrm
style.css311370644editdlrm
style.zip46590644editdlrm
Edit: /var/www/vhosts/m-auto.co/httpdocs/assets/css/october_war.css (8613B)
/* October War Theme */ :root { --primary-color: #dc143c; /* Egyptian Red */ --secondary-color: #000000; /* Black */ --accent-color: #ffd700; /* Gold */ --dark-color: #0f1419; --light-gray-color: #f8f9fa; --glass-bg: rgba(220, 20, 60, 0.2); --glass-blur: 10px; --border-color: rgba(255, 215, 0, 0.3); } /* October War decorations */ body { background: linear-gradient(135deg, rgba(15, 20, 25, 0.8) 0%, rgba(45, 27, 27, 0.8) 50%, rgba(15, 20, 25, 0.8) 100%), url('data:image/svg+xml,'); background-size: cover; background-position: center; background-attachment: fixed; position: relative; } body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(45deg, transparent 40%, rgba(220, 20, 60, 0.1) 50%, transparent 60%), linear-gradient(-45deg, transparent 40%, rgba(255, 215, 0, 0.1) 50%, transparent 60%); background-size: 100px 100px; opacity: 0.3; z-index: -1; animation: march 10s linear infinite; } @keyframes march { 0% { background-position: 0 0, 0 0; } 100% { background-position: 100px 100px, -100px 100px; } } /* Navbar October War styling */ .navbar { background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%); border-bottom: 4px solid var(--accent-color); box-shadow: 0 4px 20px rgba(220, 20, 60, 0.4); position: relative; } .navbar::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent-color) 0%, var(--primary-color) 50%, var(--accent-color) 100%); } .navbar-brand .text-warning { color: var(--accent-color) !important; text-shadow: 2px 2px 4px rgba(0,0,0,0.8); font-weight: 900; } .navbar-nav .nav-link { color: #ffffff !important; font-weight: 700; transition: all 0.3s ease; position: relative; text-transform: uppercase; letter-spacing: 1px; } .navbar-nav .nav-link:hover { color: var(--accent-color) !important; transform: translateY(-2px); } .navbar-nav .nav-link::after { content: '🦅'; position: absolute; top: -5px; right: -10px; opacity: 0; transition: opacity 0.3s ease; } .navbar-nav .nav-link:hover::after { opacity: 1; } /* Hero section October War styling */ .hero { background: linear-gradient(rgba(220, 20, 60, 0.8), rgba(0, 0, 0, 0.7)); border: 3px solid var(--accent-color); position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent); animation: victory-light 3s ease-in-out infinite; } @keyframes victory-light { 0% { left: -100%; } 50% { left: 100%; } 100% { left: -100%; } } .hero h1 { color: #ffffff; text-shadow: 3px 3px 6px rgba(0,0,0,0.8); position: relative; font-weight: 900; text-transform: uppercase; } .hero h1::before { content: '🇪🇬'; margin-right: 15px; } .hero h1::after { content: '⭐'; margin-left: 15px; } /* Buttons October War styling */ .btn-primary { background: linear-gradient(45deg, var(--primary-color), var(--secondary-color)); border: 3px solid var(--accent-color); color: #ffffff; font-weight: bold; transition: all 0.3s ease; position: relative; overflow: hidden; text-transform: uppercase; letter-spacing: 1px; } .btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.5), transparent); transition: left 0.5s ease; } .btn-primary:hover::before { left: 100%; } .btn-primary:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 10px 30px rgba(220, 20, 60, 0.5); } /* Cards October War styling */ .card { background: rgba(220, 20, 60, 0.1); border: 2px solid var(--accent-color); backdrop-filter: blur(10px); transition: all 0.3s ease; position: relative; } .card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-color), var(--accent-color), var(--primary-color)); } .card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 15px 35px rgba(220, 20, 60, 0.4); border-color: var(--primary-color); } .card-title { color: var(--accent-color); font-weight: bold; text-transform: uppercase; } /* Footer October War styling */ footer { background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%); border-top: 4px solid var(--accent-color); position: relative; } footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: repeating-linear-gradient( 90deg, var(--accent-color) 0px, var(--accent-color) 20px, var(--primary-color) 20px, var(--primary-color) 40px ); } /* Victory animation */ @keyframes victory-wave { 0%, 100% { transform: rotate(-2deg) scale(1); } 50% { transform: rotate(2deg) scale(1.05); } } .victory-element { display: inline-block; animation: victory-wave 2s ease-in-out infinite; } /* Add patriotic elements to specific sections */ .section-title::before { content: '🏆 '; } .section-title::after { content: ' 🇪🇬'; } /* October War loading animation */ .loading-october { position: relative; } .loading-october::after { content: '⭐'; position: absolute; animation: victory-pulse 1.5s ease-in-out infinite; color: var(--accent-color); } @keyframes victory-pulse { 0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; } 50% { transform: scale(1.3) rotate(180deg); opacity: 0.7; } } /* Patriotic stripes */ .patriotic-stripes { position: relative; overflow: hidden; } .patriotic-stripes::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: repeating-linear-gradient( 45deg, transparent, transparent 5px, rgba(220, 20, 60, 0.1) 5px, rgba(220, 20, 60, 0.1) 10px, transparent 10px, transparent 15px, rgba(255, 215, 0, 0.1) 15px, rgba(255, 215, 0, 0.1) 20px ); pointer-events: none; } /* Strong emphasis for important text */ .october-emphasis { color: var(--accent-color); font-weight: 900; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); text-transform: uppercase; letter-spacing: 2px; }