Update CSS

This commit is contained in:
2025-09-19 11:52:29 +03:00
parent 1a16c72a6a
commit 928393ca41

618
edd.css
View File

@@ -1,104 +1,102 @@
/* /*
* ======================================== * ========================================
* JELLYFIN NEXUS THEME - PROFESSIONAL EDITION * 🔥 JELLYFIN INFERNO THEME - RADICAL EDITION 🔥
* ======================================== * ========================================
* *
* 🎨 TEMA PREMIUM PENTRU JELLYFIN SERVER * 💀 TEMA EXTREMĂ PENTRU JELLYFIN SERVER 💀
* *
* Autor: EDD * Autor: EDD
* Versiune: 3.0 NEXUS PROFESSIONAL * Versiune: 4.0 INFERNO RADICAL
* Compatibilitate: Jellyfin WebUI (toate versiunile moderne) * Compatibilitate: Jellyfin WebUI (toate versiunile moderne)
* Repository: https://git.eddmanoo.cloud/eddmanoo/jellyfincss * Repository: https://git.eddmanoo.cloud/eddmanoo/jellyfincss
* *
* 🚀 CARACTERISTICI PREMIUM: * 🔥 CARACTERISTICI EXTREME:
* Design Nexus cu efecte holografice * 💀 Design apocaliptic cu flăcări animate
* 🌌 Fundal cosmic cu particule animate * 🌋 Fundal lava cu particule de foc
* 💎 Glassmorphism de nivel enterprise * ⚡ Lightning effects și explozii vizuale
* 🎭 Animații cinematice fluide * 🎭 Animații dramatice și intense
* 📱 Responsive design pentru toate dispozitivele * 🔴 Paleta roșu-portocaliu-galben agresivă
* ⚡ Optimizări GPU pentru performanță maximă * 💥 Efecte de explozie la hover
* 🎯 Micro-interacțiuni și feedback haptic * 🌪️ Vortex și tornado effects
* 📱 Design responsiv cu efecte extreme
* *
* 📋 INSTRUCȚIUNI DE UTILIZARE: * 📋 INSTRUCȚIUNI DE UTILIZARE:
* Metoda 1 (Recomandată): @import url('https://git.eddmanoo.cloud/eddmanoo/jellyfincss/raw/branch/main/edd.css'); * @import url('https://git.eddmanoo.cloud/eddmanoo/jellyfincss/raw/branch/main/edd.css');
* Metoda 2: Copiază manual codul în Dashboard > General > Custom CSS
* *
* 💡 PERSONALIZARE: * ⚠️ ATENȚIE: Această temă este EXTREM DE VIZIBILĂ și RADICALĂ!
* Modifică variabilele din secțiunea :root pentru adaptare completă * Nu este pentru cei cu inima slabă! 🔥💀⚡
*
* ⚠️ NOTĂ: Această temă folosește tehnologii CSS avansate pentru o experiență premium
*/ */
/* ======================================== /* ========================================
* NEXUS DESIGN SYSTEM - VARIABILE PREMIUM * 🔥 INFERNO DESIGN SYSTEM - VARIABILE EXTREME 🔥
* ======================================== */ * ======================================== */
:root { :root {
/* 🎨 PALETA NEXUS - CULORI HOLOGRAFICE */ /* 🔥 PALETA INFERNO - CULORI DE FOC */
--nexus-primary: #00d4ff; /* Cyan electric */ --inferno-fire: #ff4500; /* Portocaliu flacără */
--nexus-primary-glow: #00a8cc; /* Cyan glow */ --inferno-lava: #ff6600; /* Portocaliu lava */
--nexus-secondary: #ff0080; /* Magenta neon */ --inferno-ember: #ff8800; /* Portocaliu scânteie */
--nexus-secondary-glow: #cc0066; /* Magenta glow */ --inferno-flame: #ffaa00; /* Galben flacără */
--nexus-accent: #00ff88; /* Green matrix */ --inferno-explosion: #ff0000; /* Roșu explozie */
--nexus-accent-glow: #00cc6a; /* Green glow */ --inferno-blood: #cc0000; /* Roșu sânge */
--nexus-warning: #ffaa00; /* Orange plasma */ --inferno-magma: #990000; /* Roșu magma */
--nexus-danger: #ff3366; /* Red laser */ --inferno-hell: #660000; /* Roșu iad */
/* 🌌 FUNDAL COSMIC NEXUS */ /* 🌋 FUNDAL APOCALIPTIC INFERNO */
--nexus-void: #000011; /* Spațiu cosmic profund */ --inferno-abyss: #110000; /* Abis întunecat */
--nexus-dark: #001122; /* Nebula întunecată */ --inferno-shadow: #220000; /* Umbră de foc */
--nexus-medium: #002244; /* Stele îndepărtate */ --inferno-darkness: #330000; /* Întuneric aprins */
--nexus-light: #003366; /* Lumină stelară */ --inferno-glow: #440000; /* Strălucire roșie */
--nexus-surface: #004488; /* Suprafață holografică */ --inferno-surface: #550000; /* Suprafață fierbinte */
--nexus-overlay: rgba(0, 17, 34, 0.92); /* Overlay cosmic */ --inferno-overlay: rgba(17, 0, 0, 0.95); /* Overlay infernal */
/* TEXT HOLOGRAFIC */ /* 💀 TEXT APOCALIPTIC */
--nexus-text-primary: #ffffff; /* Alb pur holografic */ --inferno-text-primary: #ffffff; /* Alb pur */
--nexus-text-secondary: #ccddff; /* Albastru deschis */ --inferno-text-fire: #ffaa00; /* Text de foc */
--nexus-text-muted: #8899bb; /* Gri cosmic */ --inferno-text-ember: #ff8800; /* Text scânteie */
--nexus-text-disabled: #556677; /* Gri estompat */ --inferno-text-flame: #ff6600; /* Text flacără */
--nexus-text-glow: #00d4ff; /* Text cu glow cyan */ --inferno-text-blood: #ff0000; /* Text sânge */
/* 🔷 BORDURI ENERGETICE */ /* BORDURI DE FOC */
--nexus-border-primary: #003366; /* Bordură principală */ --inferno-border-fire: #ff4500; /* Bordură foc */
--nexus-border-secondary: #004488; /* Bordură secundară */ --inferno-border-lava: #ff6600; /* Bordură lava */
--nexus-border-glow: var(--nexus-primary); /* Bordură cu glow */ --inferno-border-flame: var(--inferno-fire); /* Bordură flacără */
--nexus-border-energy: linear-gradient(90deg, var(--nexus-primary), var(--nexus-secondary), var(--nexus-accent)); --inferno-border-energy: linear-gradient(45deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-flame), var(--inferno-explosion));
/* 🎯 STĂRI ENERGETICE */ /* 💥 STĂRI EXPLOZIVE */
--nexus-success: #00ff88; /* Verde matrix */ --inferno-success: #ffaa00; /* Galben explozie */
--nexus-success-bg: rgba(0, 255, 136, 0.1); --inferno-success-bg: rgba(255, 170, 0, 0.2);
--nexus-success-glow: 0 0 20px rgba(0, 255, 136, 0.5); --inferno-success-glow: 0 0 30px rgba(255, 170, 0, 0.8);
--nexus-warning: #ffaa00; /* Portocaliu plasma */ --inferno-warning: #ff6600; /* Portocaliu pericol */
--nexus-warning-bg: rgba(255, 170, 0, 0.1); --inferno-warning-bg: rgba(255, 102, 0, 0.2);
--nexus-warning-glow: 0 0 20px rgba(255, 170, 0, 0.5); --inferno-warning-glow: 0 0 30px rgba(255, 102, 0, 0.8);
--nexus-error: #ff3366; /* Roșu laser */ --inferno-error: #ff0000; /* Roșu catastrofă */
--nexus-error-bg: rgba(255, 51, 102, 0.1); --inferno-error-bg: rgba(255, 0, 0, 0.2);
--nexus-error-glow: 0 0 20px rgba(255, 51, 102, 0.5); --inferno-error-glow: 0 0 30px rgba(255, 0, 0, 0.8);
/* 🔮 GEOMETRIE NEXUS */ /* 🔥 GEOMETRIE INFERNALĂ */
--nexus-radius-nano: 2px; --inferno-radius-spark: 3px;
--nexus-radius-micro: 4px; --inferno-radius-ember: 6px;
--nexus-radius-small: 8px; --inferno-radius-flame: 12px;
--nexus-radius-medium: 12px; --inferno-radius-fire: 18px;
--nexus-radius-large: 16px; --inferno-radius-explosion: 25px;
--nexus-radius-xl: 24px; --inferno-radius-volcano: 35px;
--nexus-radius-2xl: 32px; --inferno-radius-hell: 50px;
--nexus-radius-cosmic: 50px; --inferno-radius-apocalypse: 75px;
--nexus-radius-infinite: 9999px; --inferno-radius-infinite: 9999px;
/* UMBRE ENERGETICE NEXUS */ /* 💥 UMBRE EXPLOZIVE INFERNO */
--nexus-shadow-nano: 0 1px 3px rgba(0, 212, 255, 0.1); --inferno-shadow-spark: 0 2px 6px rgba(255, 69, 0, 0.3);
--nexus-shadow-micro: 0 2px 8px rgba(0, 212, 255, 0.15); --inferno-shadow-ember: 0 4px 12px rgba(255, 69, 0, 0.4);
--nexus-shadow-small: 0 4px 12px rgba(0, 212, 255, 0.2); --inferno-shadow-flame: 0 8px 24px rgba(255, 69, 0, 0.5);
--nexus-shadow-medium: 0 8px 24px rgba(0, 212, 255, 0.25); --inferno-shadow-fire: 0 12px 36px rgba(255, 69, 0, 0.6);
--nexus-shadow-large: 0 16px 48px rgba(0, 212, 255, 0.3); --inferno-shadow-explosion: 0 20px 60px rgba(255, 69, 0, 0.7);
--nexus-shadow-xl: 0 24px 64px rgba(0, 212, 255, 0.35); --inferno-shadow-volcano: 0 30px 90px rgba(255, 69, 0, 0.8);
--nexus-shadow-cosmic: 0 32px 96px rgba(0, 212, 255, 0.4); --inferno-shadow-apocalypse: 0 40px 120px rgba(255, 69, 0, 0.9);
--nexus-shadow-inner: inset 0 2px 8px rgba(0, 212, 255, 0.1); --inferno-shadow-inner: inset 0 3px 12px rgba(255, 69, 0, 0.3);
--nexus-glow-primary: 0 0 30px rgba(0, 212, 255, 0.6); --inferno-glow-fire: 0 0 40px rgba(255, 69, 0, 0.9);
--nexus-glow-secondary: 0 0 30px rgba(255, 0, 128, 0.6); --inferno-glow-lava: 0 0 40px rgba(255, 102, 0, 0.9);
--nexus-glow-accent: 0 0 30px rgba(0, 255, 136, 0.6); --inferno-glow-explosion: 0 0 40px rgba(255, 0, 0, 0.9);
--nexus-glow-rainbow: 0 0 40px rgba(0, 212, 255, 0.4), 0 0 60px rgba(255, 0, 128, 0.3), 0 0 80px rgba(0, 255, 136, 0.2); --inferno-glow-hell: 0 0 60px rgba(255, 69, 0, 0.7), 0 0 80px rgba(255, 102, 0, 0.5), 0 0 100px rgba(255, 0, 0, 0.3);
/* 🌊 TRANZIȚII CINEMATICE */ /* 🌊 TRANZIȚII CINEMATICE */
--nexus-transition-instant: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); --nexus-transition-instant: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -146,7 +144,7 @@
} }
/* ======================================== /* ========================================
* 🌌 FUNDAL COSMIC NEXUS CU PARTICULE ANIMATE * 🔥 FUNDAL APOCALIPTIC INFERNO CU FLĂCĂRI ANIMATE 🔥
* ======================================== */ * ======================================== */
/* Reset și configurare de bază */ /* Reset și configurare de bază */
@@ -156,25 +154,25 @@
} }
html { html {
background: var(--nexus-void) !important; background: var(--inferno-abyss) !important;
color: var(--nexus-text-primary) !important; color: var(--inferno-text-primary) !important;
font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', Roboto, 'Helvetica Neue', Arial, sans-serif !important; font-family: 'Impact', 'Arial Black', 'Helvetica Neue', Arial, sans-serif !important;
font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1, 'ss01' 1; font-weight: bold !important;
text-shadow: 0 0 10px var(--inferno-fire) !important;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-optical-sizing: auto;
} }
body { body {
background: var(--nexus-void) !important; background: var(--inferno-abyss) !important;
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow-x: hidden; overflow-x: hidden;
position: relative; position: relative;
} }
/* Fundal cosmic cu particule animate */ /* 🔥 FLĂCĂRI ANIMATE ÎN FUNDAL */
body::before { body::before {
content: ''; content: '';
position: fixed; position: fixed;
@@ -183,36 +181,36 @@ body::before {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: background:
radial-gradient(circle at 10% 20%, rgba(0, 212, 255, 0.1) 0%, transparent 20%), radial-gradient(ellipse at 10% 90%, rgba(255, 69, 0, 0.4) 0%, transparent 30%),
radial-gradient(circle at 80% 80%, rgba(255, 0, 128, 0.1) 0%, transparent 20%), radial-gradient(ellipse at 30% 85%, rgba(255, 102, 0, 0.3) 0%, transparent 25%),
radial-gradient(circle at 40% 40%, rgba(0, 255, 136, 0.05) 0%, transparent 20%), radial-gradient(ellipse at 50% 80%, rgba(255, 170, 0, 0.4) 0%, transparent 35%),
radial-gradient(circle at 90% 10%, rgba(255, 170, 0, 0.08) 0%, transparent 20%), radial-gradient(ellipse at 70% 85%, rgba(255, 0, 0, 0.3) 0%, transparent 25%),
radial-gradient(circle at 20% 90%, rgba(255, 51, 102, 0.06) 0%, transparent 20%); radial-gradient(ellipse at 90% 90%, rgba(255, 69, 0, 0.4) 0%, transparent 30%);
animation: cosmic-drift 30s ease-in-out infinite; animation: inferno-flames 8s ease-in-out infinite;
z-index: -2; z-index: -2;
pointer-events: none; pointer-events: none;
} }
@keyframes cosmic-drift { @keyframes inferno-flames {
0%, 100% { 0%, 100% {
transform: translateX(0) translateY(0) rotate(0deg) scale(1); transform: translateY(0) scaleY(1) scaleX(1);
opacity: 0.8; opacity: 0.6;
} }
25% { 25% {
transform: translateX(-20px) translateY(-30px) rotate(1deg) scale(1.05); transform: translateY(-15px) scaleY(1.2) scaleX(0.9);
opacity: 1; opacity: 0.8;
} }
50% { 50% {
transform: translateX(15px) translateY(20px) rotate(-0.5deg) scale(0.95); transform: translateY(-30px) scaleY(1.5) scaleX(0.8);
opacity: 0.9; opacity: 1;
} }
75% { 75% {
transform: translateX(-10px) translateY(25px) rotate(0.8deg) scale(1.02); transform: translateY(-20px) scaleY(1.3) scaleX(0.85);
opacity: 0.95; opacity: 0.9;
} }
} }
/* Stele animate în fundal */ /* 💥 SCÂNTEI ȘI EXPLOZII ÎN FUNDAL */
body::after { body::after {
content: ''; content: '';
position: fixed; position: fixed;
@@ -221,35 +219,62 @@ body::after {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: background-image:
radial-gradient(2px 2px at 20px 30px, rgba(0, 212, 255, 0.8), transparent), radial-gradient(3px 3px at 25px 40px, rgba(255, 170, 0, 0.9), transparent),
radial-gradient(2px 2px at 40px 70px, rgba(255, 0, 128, 0.6), transparent), radial-gradient(2px 2px at 60px 80px, rgba(255, 69, 0, 0.8), transparent),
radial-gradient(1px 1px at 90px 40px, rgba(0, 255, 136, 0.7), transparent), radial-gradient(4px 4px at 120px 50px, rgba(255, 0, 0, 0.7), transparent),
radial-gradient(1px 1px at 130px 80px, rgba(255, 170, 0, 0.5), transparent), radial-gradient(2px 2px at 180px 90px, rgba(255, 102, 0, 0.8), transparent),
radial-gradient(2px 2px at 160px 30px, rgba(255, 51, 102, 0.6), transparent); radial-gradient(3px 3px at 220px 40px, rgba(255, 170, 0, 0.9), transparent);
background-repeat: repeat; background-repeat: repeat;
background-size: 200px 100px; background-size: 250px 120px;
animation: stars-twinkle 8s linear infinite; animation: sparks-explosion 4s linear infinite;
z-index: -1; z-index: -1;
pointer-events: none; pointer-events: none;
} }
@keyframes stars-twinkle { @keyframes sparks-explosion {
0%, 100% { opacity: 0.8; transform: translateY(0); } 0%, 100% {
50% { opacity: 1; transform: translateY(-10px); } opacity: 0.6;
transform: translateY(0) scale(1);
}
25% {
opacity: 1;
transform: translateY(-5px) scale(1.2);
}
50% {
opacity: 0.8;
transform: translateY(-15px) scale(0.8);
}
75% {
opacity: 1;
transform: translateY(-8px) scale(1.1);
}
} }
/* Container principal cu glassmorphism cosmic */ /* 🌋 CONTAINER PRINCIPAL APOCALIPTIC */
.backgroundContainer, .backgroundContainer,
.dialog { .dialog {
background: var(--nexus-overlay) !important; background: var(--inferno-overlay) !important;
backdrop-filter: var(--nexus-blur-medium) !important; backdrop-filter: blur(8px) !important;
-webkit-backdrop-filter: var(--nexus-blur-medium) !important; -webkit-backdrop-filter: blur(8px) !important;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
border: 1px solid var(--nexus-border-primary) !important; border: 3px solid var(--inferno-border-fire) !important;
box-shadow: var(--inferno-glow-fire) !important;
animation: container-pulse 3s ease-in-out infinite !important;
} }
/* Overlay holografic pentru container */ @keyframes container-pulse {
0%, 100% {
border-color: var(--inferno-fire);
box-shadow: var(--inferno-glow-fire);
}
50% {
border-color: var(--inferno-explosion);
box-shadow: var(--inferno-glow-explosion);
}
}
/* 💥 OVERLAY EXPLOZIV PENTRU CONTAINER */
.backgroundContainer::before { .backgroundContainer::before {
content: ''; content: '';
position: fixed; position: fixed;
@@ -257,16 +282,22 @@ body::after {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: var(--nexus-border-energy); background: var(--inferno-border-energy);
opacity: 0.03; opacity: 0.1;
animation: energy-pulse 4s ease-in-out infinite; animation: explosion-pulse 2s ease-in-out infinite;
z-index: -1; z-index: -1;
pointer-events: none; pointer-events: none;
} }
@keyframes energy-pulse { @keyframes explosion-pulse {
0%, 100% { opacity: 0.03; transform: scale(1); } 0%, 100% {
50% { opacity: 0.08; transform: scale(1.01); } opacity: 0.1;
transform: scale(1);
}
50% {
opacity: 0.3;
transform: scale(1.02);
}
} }
/* Container pentru backdrop cu blur holografic */ /* Container pentru backdrop cu blur holografic */
@@ -288,40 +319,61 @@ body::after {
transform: scale(1.1) !important; transform: scale(1.1) !important;
} }
/* 🌈 SCROLLBAR HOLOGRAFIC NEXUS (îmbunătățit cu Ultrachromic) */ /* 🔥 SCROLLBAR INFERNAL EXTREM */
* { * {
scrollbar-width: thin; scrollbar-width: thick;
scrollbar-color: var(--nexus-accent-alpha-75) transparent !important; scrollbar-color: var(--inferno-fire) var(--inferno-shadow) !important;
} }
*::-webkit-scrollbar { *::-webkit-scrollbar {
width: 8px; width: 12px;
height: 8px; height: 12px;
} }
*::-webkit-scrollbar-track { *::-webkit-scrollbar-track {
background: rgba(0, 34, 68, 0.3); background: linear-gradient(180deg, var(--inferno-shadow), var(--inferno-darkness));
border-radius: var(--nexus-radius-infinite); border-radius: var(--inferno-radius-infinite);
border: 1px solid var(--nexus-border-primary); border: 2px solid var(--inferno-border-fire);
box-shadow: var(--inferno-glow-fire);
} }
*::-webkit-scrollbar-thumb { *::-webkit-scrollbar-thumb {
background: var(--nexus-accent-alpha-75) !important; background: var(--inferno-border-energy) !important;
border-radius: var(--nexus-radius-infinite); border-radius: var(--inferno-radius-infinite);
transition: var(--nexus-transition-smooth); transition: all 0.2s ease;
border: 1px solid var(--nexus-primary); border: 2px solid var(--inferno-explosion);
box-shadow: var(--nexus-glow-primary); box-shadow: var(--inferno-glow-fire);
animation: scrollbar-burn 3s ease-in-out infinite;
}
@keyframes scrollbar-burn {
0%, 100% {
background: linear-gradient(180deg, var(--inferno-fire), var(--inferno-lava));
box-shadow: var(--inferno-glow-fire);
}
50% {
background: linear-gradient(180deg, var(--inferno-explosion), var(--inferno-flame));
box-shadow: var(--inferno-glow-explosion);
}
} }
*::-webkit-scrollbar-thumb:hover { *::-webkit-scrollbar-thumb:hover {
background: var(--nexus-border-energy) !important; background: linear-gradient(45deg, var(--inferno-explosion), var(--inferno-flame), var(--inferno-fire)) !important;
box-shadow: var(--nexus-glow-rainbow); box-shadow: var(--inferno-glow-hell);
transform: scale(1.1); transform: scale(1.2);
animation: scrollbar-explosion 0.5s ease-out;
}
@keyframes scrollbar-explosion {
0% { transform: scale(1.2); }
50% { transform: scale(1.4); }
100% { transform: scale(1.2); }
} }
*::-webkit-scrollbar-corner { *::-webkit-scrollbar-corner {
background: var(--nexus-dark); background: var(--inferno-darkness);
border: 1px solid var(--nexus-border-primary); border: 2px solid var(--inferno-border-fire);
box-shadow: var(--inferno-glow-fire);
} }
/* ✨ SELECȚIE TEXT HOLOGRAFICĂ */ /* ✨ SELECȚIE TEXT HOLOGRAFICĂ */
@@ -442,24 +494,36 @@ body::after {
} }
/* ======================================== /* ========================================
* 🚀 HEADER NEXUS CU EFECTE HOLOGRAFICE * 🔥 HEADER INFERNO CU EFECTE EXPLOZIVE 🔥
* ======================================== */ * ======================================== */
/* Header principal cu glassmorphism cosmic */ /* Header principal cu efecte de foc */
.skinHeader.focuscontainer-x.skinHeader-withBackground.skinHeader-blurred, .skinHeader.focuscontainer-x.skinHeader-withBackground.skinHeader-blurred,
.skinHeader.focuscontainer-x.skinHeader-withBackground.skinHeader-blurred.noHomeButtonHeader { .skinHeader.focuscontainer-x.skinHeader-withBackground.skinHeader-blurred.noHomeButtonHeader {
background: var(--nexus-overlay) !important; background: linear-gradient(135deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-explosion)) !important;
backdrop-filter: var(--nexus-blur-strong) !important; backdrop-filter: blur(5px) !important;
-webkit-backdrop-filter: var(--nexus-blur-strong) !important; -webkit-backdrop-filter: blur(5px) !important;
border-bottom: 2px solid var(--nexus-border-glow) !important; border-bottom: 4px solid var(--inferno-flame) !important;
box-shadow: var(--nexus-shadow-large), var(--nexus-glow-primary) !important; box-shadow: var(--inferno-shadow-explosion), var(--inferno-glow-hell) !important;
transition: var(--nexus-transition-smooth) !important; transition: all 0.3s ease !important;
position: relative; position: relative;
z-index: 1000; z-index: 1000;
overflow: hidden; overflow: hidden;
animation: header-inferno 4s ease-in-out infinite !important;
} }
/* Efect energetic pentru header */ @keyframes header-inferno {
0%, 100% {
background: linear-gradient(135deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-explosion));
box-shadow: var(--inferno-shadow-explosion), var(--inferno-glow-fire);
}
50% {
background: linear-gradient(135deg, var(--inferno-explosion), var(--inferno-flame), var(--inferno-fire));
box-shadow: var(--inferno-shadow-apocalypse), var(--inferno-glow-hell);
}
}
/* 💥 EFECT EXPLOZIV PENTRU HEADER */
.skinHeader::before { .skinHeader::before {
content: ''; content: '';
position: absolute; position: absolute;
@@ -467,48 +531,70 @@ body::after {
left: -100%; left: -100%;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: var(--nexus-border-energy); background: linear-gradient(90deg, transparent, var(--inferno-flame), var(--inferno-explosion), var(--inferno-flame), transparent);
opacity: 0.1; opacity: 0.4;
animation: energy-sweep 3s ease-in-out infinite; animation: fire-sweep 2s ease-in-out infinite;
z-index: -1; z-index: -1;
} }
@keyframes energy-sweep { @keyframes fire-sweep {
0% { left: -100%; opacity: 0.1; } 0% { left: -100%; opacity: 0.4; }
50% { left: 100%; opacity: 0.3; } 50% { left: 100%; opacity: 0.8; }
100% { left: 200%; opacity: 0.1; } 100% { left: 200%; opacity: 0.4; }
} }
/* Linie energetică în partea de jos */ /* 🔥 LINIE DE FOC ÎN PARTEA DE JOS */
.skinHeader::after { .skinHeader::after {
content: ''; content: '';
position: absolute; position: absolute;
bottom: -2px; bottom: -4px;
left: 0; left: 0;
right: 0; right: 0;
height: 2px; height: 4px;
background: var(--nexus-border-energy); background: var(--inferno-border-energy);
opacity: 0.8; opacity: 1;
animation: energy-flow 2s linear infinite; animation: fire-flow 1s linear infinite;
box-shadow: var(--inferno-glow-fire);
} }
@keyframes energy-flow { @keyframes fire-flow {
0% { background-position: 0% 50%; } 0% {
100% { background-position: 100% 50%; } background: linear-gradient(90deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-flame), var(--inferno-explosion));
background-size: 200% 100%;
background-position: 0% 50%;
}
100% {
background-position: 200% 50%;
}
} }
/* 🔮 BUTOANE HEADER HOLOGRAFICE */ /* 💥 BUTOANE HEADER EXPLOZIVE */
.headerButton { .headerButton {
color: var(--nexus-text-secondary) !important; color: var(--inferno-text-primary) !important;
background: rgba(0, 68, 136, 0.2) !important; background: linear-gradient(45deg, var(--inferno-fire), var(--inferno-lava)) !important;
border: 1px solid var(--nexus-border-primary) !important; border: 2px solid var(--inferno-flame) !important;
border-radius: var(--nexus-radius-medium) !important; border-radius: var(--inferno-radius-flame) !important;
padding: var(--nexus-space-3) var(--nexus-space-4) !important; padding: 12px 16px !important;
margin: 0 var(--nexus-space-2) !important; margin: 0 8px !important;
transition: var(--nexus-transition-smooth) !important; transition: all 0.2s ease !important;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
backdrop-filter: var(--nexus-blur-soft) !important; backdrop-filter: blur(3px) !important;
box-shadow: var(--inferno-glow-fire) !important;
font-weight: bold !important;
text-shadow: 0 0 10px var(--inferno-flame) !important;
animation: button-flicker 3s ease-in-out infinite !important;
}
@keyframes button-flicker {
0%, 100% {
background: linear-gradient(45deg, var(--inferno-fire), var(--inferno-lava));
box-shadow: var(--inferno-glow-fire);
}
50% {
background: linear-gradient(45deg, var(--inferno-explosion), var(--inferno-flame));
box-shadow: var(--inferno-glow-explosion);
}
} }
.headerButton::before { .headerButton::before {
@@ -538,11 +624,18 @@ body::after {
} }
.headerButton:hover { .headerButton:hover {
color: var(--nexus-text-primary) !important; color: var(--inferno-text-primary) !important;
background: rgba(0, 68, 136, 0.4) !important; background: linear-gradient(45deg, var(--inferno-explosion), var(--inferno-flame), var(--inferno-fire)) !important;
border-color: var(--nexus-primary) !important; border-color: var(--inferno-explosion) !important;
transform: translateY(-2px) scale(1.05) !important; transform: translateY(-4px) scale(1.15) !important;
box-shadow: var(--nexus-shadow-medium), var(--nexus-glow-primary) !important; box-shadow: var(--inferno-shadow-apocalypse), var(--inferno-glow-hell) !important;
animation: button-explosion 0.5s ease-out !important;
}
@keyframes button-explosion {
0% { transform: translateY(-4px) scale(1.15); }
50% { transform: translateY(-6px) scale(1.2); }
100% { transform: translateY(-4px) scale(1.15); }
} }
.headerButton:hover::before { .headerButton:hover::before {
@@ -550,13 +643,20 @@ body::after {
} }
.headerButton:hover::after { .headerButton:hover::after {
width: 100%; width: 150%;
height: 100%; height: 150%;
} }
.headerButton:active { .headerButton:active {
transform: translateY(0) scale(1) !important; transform: translateY(-2px) scale(1.1) !important;
box-shadow: var(--nexus-shadow-small) !important; box-shadow: var(--inferno-shadow-fire) !important;
animation: button-impact 0.1s ease-out !important;
}
@keyframes button-impact {
0% { transform: translateY(-2px) scale(1.1); }
50% { transform: translateY(0) scale(1.05); }
100% { transform: translateY(-2px) scale(1.1); }
} }
/* Meniu lateral cu glassmorphism */ /* Meniu lateral cu glassmorphism */
@@ -970,17 +1070,31 @@ progress::-webkit-progress-value {
padding: var(--space-4) !important; padding: var(--space-4) !important;
} }
/* Carduri principale cu efect glassmorphism */ /* 🔥 CARDURI PRINCIPALE INFERNALE */
.cardBox { .cardBox {
background: var(--background-overlay) !important; background: linear-gradient(135deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-ember)) !important;
backdrop-filter: var(--blur-sm) !important; backdrop-filter: blur(4px) !important;
-webkit-backdrop-filter: var(--blur-sm) !important; -webkit-backdrop-filter: blur(4px) !important;
border: 1px solid var(--border-primary) !important; border: 3px solid var(--inferno-flame) !important;
border-radius: var(--border-radius-2xl) !important; border-radius: var(--inferno-radius-fire) !important;
transition: var(--transition-normal) !important; transition: all 0.3s ease !important;
box-shadow: var(--shadow-md) !important; box-shadow: var(--inferno-shadow-fire), var(--inferno-glow-fire) !important;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
animation: card-burn 4s ease-in-out infinite !important;
}
@keyframes card-burn {
0%, 100% {
background: linear-gradient(135deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-ember));
border-color: var(--inferno-flame);
box-shadow: var(--inferno-shadow-fire), var(--inferno-glow-fire);
}
50% {
background: linear-gradient(135deg, var(--inferno-explosion), var(--inferno-flame), var(--inferno-fire));
border-color: var(--inferno-explosion);
box-shadow: var(--inferno-shadow-explosion), var(--inferno-glow-explosion);
}
} }
.cardBox::before { .cardBox::before {
@@ -999,20 +1113,28 @@ progress::-webkit-progress-value {
} }
.cardBox:hover { .cardBox:hover {
transform: translateY(-8px) scale(1.03) !important; transform: translateY(-12px) scale(1.08) rotate(2deg) !important;
box-shadow: var(--shadow-2xl) !important; box-shadow: var(--inferno-shadow-apocalypse), var(--inferno-glow-hell) !important;
border-color: var(--primary-color) !important; border-color: var(--inferno-explosion) !important;
background: var(--background-secondary) !important; background: linear-gradient(135deg, var(--inferno-explosion), var(--inferno-flame), var(--inferno-fire)) !important;
animation: card-explosion 0.5s ease-out !important;
}
@keyframes card-explosion {
0% { transform: translateY(-12px) scale(1.08) rotate(2deg); }
50% { transform: translateY(-16px) scale(1.12) rotate(-1deg); }
100% { transform: translateY(-12px) scale(1.08) rotate(2deg); }
} }
.cardBox:hover::before { .cardBox:hover::before {
background: linear-gradient( background: linear-gradient(
90deg, 45deg,
transparent 0%, var(--inferno-explosion),
var(--primary-color) 50%, var(--inferno-flame),
transparent 100% var(--inferno-fire),
var(--inferno-lava)
); );
opacity: 0.8; opacity: 1;
} }
/* Imagini din carduri cu efecte moderne */ /* Imagini din carduri cu efecte moderne */
@@ -1051,22 +1173,38 @@ progress::-webkit-progress-value {
opacity: 1; opacity: 1;
} }
/* Text din carduri cu tipografie modernă */ /* 🔥 TEXT DIN CARDURI CU EFECTE DE FOC */
.cardText { .cardText {
color: var(--text-primary) !important; color: var(--inferno-text-primary) !important;
font-weight: 600 !important; font-weight: 900 !important;
font-size: 0.95rem !important; font-size: 1.1rem !important;
line-height: 1.4 !important; line-height: 1.3 !important;
margin: var(--space-3) 0 var(--space-1) 0 !important; margin: 12px 0 8px 0 !important;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important; text-shadow: 0 0 15px var(--inferno-flame), 0 0 25px var(--inferno-fire) !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
animation: text-flicker 3s ease-in-out infinite !important;
}
@keyframes text-flicker {
0%, 100% {
text-shadow: 0 0 15px var(--inferno-flame), 0 0 25px var(--inferno-fire);
color: var(--inferno-text-primary);
}
50% {
text-shadow: 0 0 20px var(--inferno-explosion), 0 0 35px var(--inferno-flame);
color: var(--inferno-text-fire);
}
} }
.cardText-secondary { .cardText-secondary {
color: var(--text-muted) !important; color: var(--inferno-text-ember) !important;
font-weight: 400 !important; font-weight: 700 !important;
font-size: 0.85rem !important; font-size: 0.9rem !important;
line-height: 1.3 !important; line-height: 1.2 !important;
margin: 0 0 var(--space-2) 0 !important; margin: 0 0 8px 0 !important;
text-shadow: 0 0 10px var(--inferno-ember) !important;
text-transform: uppercase !important;
} }
/* Carduri pentru episoade cu design special */ /* Carduri pentru episoade cu design special */
@@ -2220,33 +2358,33 @@ html {
* 🎯 Micro-interacțiuni cu feedback haptic * 🎯 Micro-interacțiuni cu feedback haptic
* 🎭 Tema cosmic-futuristă unică și distinctă * 🎭 Tema cosmic-futuristă unică și distinctă
* *
* 🚀 TEHNOLOGII NEXUS AVANSATE: * 🔥 TEHNOLOGII INFERNO EXTREME:
* - CSS Custom Properties cu sistem Nexus * - CSS Custom Properties cu sistem Inferno
* - Backdrop-filter pentru glassmorphism cosmic * - Gradient-uri de foc cu multiple culori
* - CSS Animations cu keyframes complexe * - CSS Animations cu efecte explozive
* - Gradient-uri energetice multi-color * - Box-shadow cu efecte glow infernale
* - Box-shadow cu efecte glow holografice * - Transform, scale și rotate pentru efecte dramatice
* - Transform și scale pentru efecte 3D * - Text-shadow cu efecte de flăcări
* - Mix-blend-mode pentru efecte vizuale * - Backdrop-filter pentru efecte de fum
* - CSS Grid și Flexbox pentru layout fluid * - Keyframes complexe pentru animații de foc
* - Sistem accent dinamic inspirat din Ultrachromic * - Sistem de culori roșu-portocaliu-galben agresiv
* - Optimizări performanță din Monochromic * - Efecte hover cu explozii și impact
* - Rounding system și backdrop filters avansate * - Scrollbar animat cu flăcări
* *
* 🎯 DIFERENȚE FAȚĂ DE TEMA DE BAZĂ + INTEGRĂRI: * 🔥 DIFERENȚE RADICALE FAȚĂ DE TEMA DE BAZĂ:
* Paleta de culori complet diferită (Nexus vs Standard) * 💥 Paleta de culori COMPLET DIFERITĂ (Inferno vs Standard)
* Fundal cosmic animat vs gradient static * 🌋 Fundal cu flăcări animate vs gradient static
* Efecte holografice vs efecte simple * Efecte explozive vs efecte simple
* Animații energetice vs tranziții standard * 🔥 Animații dramatice vs tranziții standard
* Design futuristic vs design modern clasic * 💀 Design apocaliptic vs design modern clasic
* ✓ Glow effects vs shadow effects * 🌪️ Efecte de foc vs shadow effects normale
* ✓ Particule animate vs fundal static * 💥 Scântei și explozii vs fundal static
* ✓ Sistem accent dinamic (inspirat din Ultrachromic) * 🔴 Text cu efecte de flăcări și text-shadow intens
* ✓ Optimizări performanță (inspirat din Monochromic) * ⚡ Butoane cu animații de explozie la hover
* Cast thumbnails mai mici și rotunde * 🌋 Carduri cu efecte de ardere continuă
* ✓ Backdrop filters avansate pentru imagini * 🔥 Scrollbar animat cu flăcări
* ✓ Scrollbar cu accent dinamic * 💀 Header cu gradient de foc și efecte dramatice
* ✓ Progres bars cu efecte energetice * 🌪️ Hover effects cu rotație și scale extreme
* *
* 💡 PERSONALIZARE NEXUS: * 💡 PERSONALIZARE NEXUS:
* Modifică variabilele --nexus-* din secțiunea :root * Modifică variabilele --nexus-* din secțiunea :root