Update CSS

This commit is contained in:
2025-09-19 12:26:10 +03:00
parent 368514e952
commit fcca860334

629
edd.css
View File

@@ -1,111 +1,108 @@
/* /*
* ======================================== * ========================================
* 🔥 JELLYFIN INFERNO THEME - RADICAL EDITION 🔥 * JELLYFIN ELEGANT THEME - REFINED EDITION
* ======================================== * ========================================
* *
* 💀 TEMA EXTREMĂ PENTRU JELLYFIN SERVER 💀 * 🎨 TEMA ELEGANTĂ PENTRU JELLYFIN SERVER 🎨
* *
* Autor: EDD * Autor: EDD
* Versiune: 4.0 INFERNO RADICAL * Versiune: 5.0 ELEGANT REFINED
* 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 EXTREME: * CARACTERISTICI ELEGANTE:
* 💀 Design apocaliptic cu flăcări animate * 🎨 Design modern cu culori neutre plăcute
* 🌋 Fundal lava cu particule de foc * 🌙 Fundal subtil cu gradient lin
* ⚡ Lightning effects și explozii vizuale * ✨ Efecte delicate și rafinate
* 🎭 Animații dramatice și intense * 🎭 Animații fluide și relaxante
* 🔴 Paleta roșu-portocaliu-galben agresivă * 🎯 Paleta gri-albastru-violet elegantă
* 💥 Efecte de explozie la hover * 💫 Efecte hover subtile și plăcute
* 🌪️ Vortex și tornado effects * 🌊 Tranziții liniștitoare
* 📱 Design responsiv cu efecte extreme * 📱 Design responsiv elegant
* *
* 📋 INSTRUCȚIUNI DE UTILIZARE: * 📋 INSTRUCȚIUNI DE UTILIZARE:
* @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');
* *
* ⚠️ ATENȚIE: Această temă este EXTREM DE VIZIBILĂ și RADICALĂ! * Această temă este elegantă și plăcută pentru ochi!
* Nu este pentru cei cu inima slabă! 🔥💀⚡ * Perfect pentru vizionare relaxantă! 🎨💫✨
*/ */
/* ======================================== /* ========================================
* 🔥 INFERNO DESIGN SYSTEM - VARIABILE EXTREME 🔥 * ✨ ELEGANT DESIGN SYSTEM - VARIABILE RAFINATE
* ======================================== */ * ======================================== */
:root { :root {
/* 🔥 PALETA INFERNO - CULORI DE FOC */ /* 🎨 PALETA ELEGANTĂ - CULORI NEUTRE */
--inferno-fire: #ff4500; /* Portocaliu flacără */ --elegant-primary: #6366f1; /* Indigo elegant */
--inferno-lava: #ff6600; /* Portocaliu lava */ --elegant-secondary: #8b5cf6; /* Violet subtil */
--inferno-ember: #ff8800; /* Portocaliu scânteie */ --elegant-accent: #06b6d4; /* Cyan plăcut */
--inferno-flame: #ffaa00; /* Galben flacără */ --elegant-success: #10b981; /* Verde liniștitor */
--inferno-explosion: #ff0000; /* Roșu explozie */ --elegant-warning: #f59e0b; /* Amber cald */
--inferno-blood: #cc0000; /* Roșu sânge */ --elegant-info: #3b82f6; /* Albastru calm */
--inferno-magma: #990000; /* Roșu magma */ --elegant-muted: #6b7280; /* Gri neutru */
--inferno-hell: #660000; /* Roșu iad */ --elegant-soft: #9ca3af; /* Gri deschis */
/* 🌋 FUNDAL APOCALIPTIC INFERNO */ /* 🌙 FUNDAL ELEGANT */
--inferno-abyss: #110000; /* Abis întunecat */ --elegant-dark: #0f172a; /* Albastru întunecat */
--inferno-shadow: #220000; /* Umbră de foc */ --elegant-darker: #1e293b; /* Slate întunecat */
--inferno-darkness: #330000; /* Întuneric aprins */ --elegant-medium: #334155; /* Slate mediu */
--inferno-glow: #440000; /* Strălucire roșie */ --elegant-light: #475569; /* Slate deschis */
--inferno-surface: #550000; /* Suprafață fierbinte */ --elegant-surface: #64748b; /* Suprafață elegantă */
--inferno-overlay: rgba(17, 0, 0, 0.95); /* Overlay infernal */ --elegant-overlay: rgba(15, 23, 42, 0.95); /* Overlay subtil */
/* 💀 TEXT APOCALIPTIC */ /* TEXT ELEGANT */
--inferno-text-primary: #ffffff; /* Alb pur */ --elegant-text-primary: #f8fafc; /* Alb cald */
--inferno-text-fire: #ffaa00; /* Text de foc */ --elegant-text-secondary: #e2e8f0; /* Gri foarte deschis */
--inferno-text-ember: #ff8800; /* Text scânteie */ --elegant-text-muted: #cbd5e1; /* Gri deschis */
--inferno-text-flame: #ff6600; /* Text flacără */ --elegant-text-subtle: #94a3b8; /* Gri mediu */
--inferno-text-blood: #ff0000; /* Text sânge */ --elegant-text-disabled: #64748b; /* Gri întunecat */
/* BORDURI DE FOC */ /* 🎨 BORDURI ELEGANTE */
--inferno-border-fire: #ff4500; /* Bordură foc */ --elegant-border-primary: #334155; /* Bordură principală */
--inferno-border-lava: #ff6600; /* Bordură lava */ --elegant-border-secondary: #475569; /* Bordură secundară */
--inferno-border-flame: var(--inferno-fire); /* Bordură flacără */ --elegant-border-accent: var(--elegant-primary); /* Bordură accent */
--inferno-border-energy: linear-gradient(45deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-flame), var(--inferno-explosion)); --elegant-border-subtle: linear-gradient(90deg, var(--elegant-primary), var(--elegant-secondary), var(--elegant-accent));
/* 💥 STĂRI EXPLOZIVE */ /* 💫 STĂRI ELEGANTE */
--inferno-success: #ffaa00; /* Galben explozie */ --elegant-success-bg: rgba(16, 185, 129, 0.1);
--inferno-success-bg: rgba(255, 170, 0, 0.2); --elegant-success-glow: 0 0 20px rgba(16, 185, 129, 0.3);
--inferno-success-glow: 0 0 30px rgba(255, 170, 0, 0.8); --elegant-warning-bg: rgba(245, 158, 11, 0.1);
--inferno-warning: #ff6600; /* Portocaliu pericol */ --elegant-warning-glow: 0 0 20px rgba(245, 158, 11, 0.3);
--inferno-warning-bg: rgba(255, 102, 0, 0.2); --elegant-error: #ef4444; /* Roșu elegant */
--inferno-warning-glow: 0 0 30px rgba(255, 102, 0, 0.8); --elegant-error-bg: rgba(239, 68, 68, 0.1);
--inferno-error: #ff0000; /* Roșu catastrofă */ --elegant-error-glow: 0 0 20px rgba(239, 68, 68, 0.3);
--inferno-error-bg: rgba(255, 0, 0, 0.2);
--inferno-error-glow: 0 0 30px rgba(255, 0, 0, 0.8);
/* 🔥 GEOMETRIE INFERNALĂ */ /* GEOMETRIE ELEGANTĂ */
--inferno-radius-spark: 3px; --elegant-radius-xs: 4px;
--inferno-radius-ember: 6px; --elegant-radius-sm: 6px;
--inferno-radius-flame: 12px; --elegant-radius-md: 8px;
--inferno-radius-fire: 18px; --elegant-radius-lg: 12px;
--inferno-radius-explosion: 25px; --elegant-radius-xl: 16px;
--inferno-radius-volcano: 35px; --elegant-radius-2xl: 20px;
--inferno-radius-hell: 50px; --elegant-radius-3xl: 24px;
--inferno-radius-apocalypse: 75px; --elegant-radius-full: 9999px;
--inferno-radius-infinite: 9999px;
/* 💥 UMBRE EXPLOZIVE INFERNO (îmbunătățite cu ElegantFin) */ /* UMBRE ELEGANTE */
--inferno-shadow-spark: 0 2px 6px rgba(255, 69, 0, 0.3); --elegant-shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
--inferno-shadow-ember: 0 4px 12px rgba(255, 69, 0, 0.4); --elegant-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
--inferno-shadow-flame: 0 8px 24px rgba(255, 69, 0, 0.5); --elegant-shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
--inferno-shadow-fire: 0 12px 36px rgba(255, 69, 0, 0.6); --elegant-shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
--inferno-shadow-explosion: 0 20px 60px rgba(255, 69, 0, 0.7); --elegant-shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.04);
--inferno-shadow-volcano: 0 30px 90px rgba(255, 69, 0, 0.8); --elegant-shadow-2xl: 0 25px 50px rgba(0, 0, 0, 0.15);
--inferno-shadow-apocalypse: 0 40px 120px rgba(255, 69, 0, 0.9); --elegant-shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.06);
--inferno-shadow-inner: inset 0 3px 12px rgba(255, 69, 0, 0.3); --elegant-glow-primary: 0 0 20px rgba(99, 102, 241, 0.3);
--inferno-glow-fire: 0 0 40px rgba(255, 69, 0, 0.9); --elegant-glow-secondary: 0 0 20px rgba(139, 92, 246, 0.3);
--inferno-glow-lava: 0 0 40px rgba(255, 102, 0, 0.9); --elegant-glow-accent: 0 0 20px rgba(6, 182, 212, 0.3);
--inferno-glow-explosion: 0 0 40px rgba(255, 0, 0, 0.9); --elegant-glow-subtle: 0 0 15px rgba(99, 102, 241, 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);
/* 🔥 VARIABILE ELEGANTFIN ADAPTATE PENTRU INFERNO */ /* 🎨 VARIABILE ELEGANTE */
--inferno-blur-small: blur(2px); --elegant-blur-xs: blur(2px);
--inferno-blur-default: blur(8px); --elegant-blur-sm: blur(4px);
--inferno-blur-large: blur(15px); --elegant-blur-md: blur(8px);
--inferno-blur-largest: blur(25px); --elegant-blur-lg: blur(12px);
--inferno-transition-fast: all 0.125s ease; --elegant-blur-xl: blur(16px);
--inferno-transition-normal: all 0.25s ease; --elegant-transition-fast: all 0.15s ease;
--inferno-transition-slow: all 0.5s ease; --elegant-transition-normal: all 0.3s ease;
--elegant-transition-slow: all 0.5s ease;
/* 🌊 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);
@@ -163,25 +160,24 @@
} }
html { html {
background: var(--inferno-abyss) !important; background: var(--elegant-dark) !important;
color: var(--inferno-text-primary) !important; color: var(--elegant-text-primary) !important;
font-family: 'Impact', 'Arial Black', 'Helvetica Neue', Arial, sans-serif !important; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
font-weight: bold !important; font-weight: 400 !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;
} }
body { body {
background: var(--inferno-abyss) !important; background: linear-gradient(135deg, var(--elegant-dark) 0%, var(--elegant-darker) 100%) !important;
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow-x: hidden; overflow-x: hidden;
position: relative; position: relative;
} }
/* 🔥 FLĂCĂRI ANIMATE ÎN FUNDAL */ /* FUNDAL ELEGANT CU PARTICULE SUBTILE */
body::before { body::before {
content: ''; content: '';
position: fixed; position: fixed;
@@ -190,36 +186,30 @@ body::before {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: background:
radial-gradient(ellipse at 10% 90%, rgba(255, 69, 0, 0.4) 0%, transparent 30%), radial-gradient(circle at 20% 20%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
radial-gradient(ellipse at 30% 85%, rgba(255, 102, 0, 0.3) 0%, transparent 25%), radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
radial-gradient(ellipse at 50% 80%, rgba(255, 170, 0, 0.4) 0%, transparent 35%), radial-gradient(circle at 40% 60%, rgba(6, 182, 212, 0.06) 0%, transparent 50%);
radial-gradient(ellipse at 70% 85%, rgba(255, 0, 0, 0.3) 0%, transparent 25%), animation: elegant-drift 20s ease-in-out infinite;
radial-gradient(ellipse at 90% 90%, rgba(255, 69, 0, 0.4) 0%, transparent 30%);
animation: inferno-flames 8s ease-in-out infinite;
z-index: -2; z-index: -2;
pointer-events: none; pointer-events: none;
} }
@keyframes inferno-flames { @keyframes elegant-drift {
0%, 100% { 0%, 100% {
transform: translateY(0) scaleY(1) scaleX(1); transform: translateX(0) translateY(0);
opacity: 0.6;
}
25% {
transform: translateY(-15px) scaleY(1.2) scaleX(0.9);
opacity: 0.8; opacity: 0.8;
} }
50% { 33% {
transform: translateY(-30px) scaleY(1.5) scaleX(0.8); transform: translateX(-10px) translateY(-15px);
opacity: 1; opacity: 1;
} }
75% { 66% {
transform: translateY(-20px) scaleY(1.3) scaleX(0.85); transform: translateX(10px) translateY(10px);
opacity: 0.9; opacity: 0.9;
} }
} }
/* 💥 SCÂNTEI ȘI EXPLOZII ÎN FUNDAL */ /* 💫 STELE SUBTILE ÎN FUNDAL */
body::after { body::after {
content: ''; content: '';
position: fixed; position: fixed;
@@ -228,62 +218,41 @@ body::after {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: background-image:
radial-gradient(3px 3px at 25px 40px, rgba(255, 170, 0, 0.9), transparent), radial-gradient(1px 1px at 30px 50px, rgba(99, 102, 241, 0.4), transparent),
radial-gradient(2px 2px at 60px 80px, rgba(255, 69, 0, 0.8), transparent), radial-gradient(1px 1px at 80px 30px, rgba(139, 92, 246, 0.3), transparent),
radial-gradient(4px 4px at 120px 50px, rgba(255, 0, 0, 0.7), transparent), radial-gradient(1px 1px at 150px 80px, rgba(6, 182, 212, 0.3), transparent),
radial-gradient(2px 2px at 180px 90px, rgba(255, 102, 0, 0.8), transparent), radial-gradient(1px 1px at 200px 40px, rgba(99, 102, 241, 0.2), transparent);
radial-gradient(3px 3px at 220px 40px, rgba(255, 170, 0, 0.9), transparent);
background-repeat: repeat; background-repeat: repeat;
background-size: 250px 120px; background-size: 300px 200px;
animation: sparks-explosion 4s linear infinite; animation: elegant-twinkle 15s linear infinite;
z-index: -1; z-index: -1;
pointer-events: none; pointer-events: none;
} }
@keyframes sparks-explosion { @keyframes elegant-twinkle {
0%, 100% { 0%, 100% {
opacity: 0.6; opacity: 0.6;
transform: translateY(0) scale(1); transform: translateY(0);
}
25% {
opacity: 1;
transform: translateY(-5px) scale(1.2);
} }
50% { 50% {
opacity: 0.8;
transform: translateY(-15px) scale(0.8);
}
75% {
opacity: 1; opacity: 1;
transform: translateY(-8px) scale(1.1); transform: translateY(-5px);
} }
} }
/* 🌋 CONTAINER PRINCIPAL APOCALIPTIC */ /* CONTAINER PRINCIPAL ELEGANT */
.backgroundContainer, .backgroundContainer,
.dialog { .dialog {
background: var(--inferno-overlay) !important; background: var(--elegant-overlay) !important;
backdrop-filter: blur(8px) !important; backdrop-filter: var(--elegant-blur-md) !important;
-webkit-backdrop-filter: blur(8px) !important; -webkit-backdrop-filter: var(--elegant-blur-md) !important;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
border: 3px solid var(--inferno-border-fire) !important; border: 1px solid var(--elegant-border-primary) !important;
box-shadow: var(--inferno-glow-fire) !important; box-shadow: var(--elegant-shadow-lg) !important;
animation: container-pulse 3s ease-in-out infinite !important;
} }
@keyframes container-pulse { /* ✨ OVERLAY ELEGANT PENTRU CONTAINER */
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;
@@ -291,21 +260,21 @@ body::after {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: var(--inferno-border-energy); background: var(--elegant-border-subtle);
opacity: 0.1; opacity: 0.03;
animation: explosion-pulse 2s ease-in-out infinite; animation: elegant-pulse 8s ease-in-out infinite;
z-index: -1; z-index: -1;
pointer-events: none; pointer-events: none;
} }
@keyframes explosion-pulse { @keyframes elegant-pulse {
0%, 100% { 0%, 100% {
opacity: 0.1; opacity: 0.03;
transform: scale(1); transform: scale(1);
} }
50% { 50% {
opacity: 0.3; opacity: 0.06;
transform: scale(1.02); transform: scale(1.005);
} }
} }
@@ -328,61 +297,40 @@ body::after {
transform: scale(1.1) !important; transform: scale(1.1) !important;
} }
/* 🔥 SCROLLBAR INFERNAL EXTREM */ /* SCROLLBAR ELEGANT */
* { * {
scrollbar-width: thick; scrollbar-width: thin;
scrollbar-color: var(--inferno-fire) var(--inferno-shadow) !important; scrollbar-color: var(--elegant-primary) var(--elegant-darker) !important;
} }
*::-webkit-scrollbar { *::-webkit-scrollbar {
width: 12px; width: 8px;
height: 12px; height: 8px;
} }
*::-webkit-scrollbar-track { *::-webkit-scrollbar-track {
background: linear-gradient(180deg, var(--inferno-shadow), var(--inferno-darkness)); background: var(--elegant-darker);
border-radius: var(--inferno-radius-infinite); border-radius: var(--elegant-radius-full);
border: 2px solid var(--inferno-border-fire); border: 1px solid var(--elegant-border-primary);
box-shadow: var(--inferno-glow-fire);
} }
*::-webkit-scrollbar-thumb { *::-webkit-scrollbar-thumb {
background: var(--inferno-border-energy) !important; background: linear-gradient(180deg, var(--elegant-primary), var(--elegant-secondary)) !important;
border-radius: var(--inferno-radius-infinite); border-radius: var(--elegant-radius-full);
transition: all 0.2s ease; transition: var(--elegant-transition-normal);
border: 2px solid var(--inferno-explosion); border: 1px solid var(--elegant-border-accent);
box-shadow: var(--inferno-glow-fire); box-shadow: var(--elegant-shadow-sm);
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: linear-gradient(45deg, var(--inferno-explosion), var(--inferno-flame), var(--inferno-fire)) !important; background: linear-gradient(180deg, var(--elegant-secondary), var(--elegant-accent)) !important;
box-shadow: var(--inferno-glow-hell); box-shadow: var(--elegant-glow-primary);
transform: scale(1.2); transform: scale(1.1);
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(--inferno-darkness); background: var(--elegant-darker);
border: 2px solid var(--inferno-border-fire); border: 1px solid var(--elegant-border-primary);
box-shadow: var(--inferno-glow-fire);
} }
/* ✨ SELECȚIE TEXT HOLOGRAFICĂ */ /* ✨ SELECȚIE TEXT HOLOGRAFICĂ */
@@ -503,36 +451,24 @@ body::after {
} }
/* ======================================== /* ========================================
* 🔥 HEADER INFERNO CU EFECTE EXPLOZIVE 🔥 * HEADER ELEGANT CU EFECTE SUBTILE
* ======================================== */ * ======================================== */
/* Header principal cu efecte de foc */ /* Header principal cu design elegant */
.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: linear-gradient(135deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-explosion)) !important; background: linear-gradient(135deg, var(--elegant-darker), var(--elegant-medium)) !important;
backdrop-filter: blur(5px) !important; backdrop-filter: var(--elegant-blur-lg) !important;
-webkit-backdrop-filter: blur(5px) !important; -webkit-backdrop-filter: var(--elegant-blur-lg) !important;
border-bottom: 4px solid var(--inferno-flame) !important; border-bottom: 1px solid var(--elegant-border-accent) !important;
box-shadow: var(--inferno-shadow-explosion), var(--inferno-glow-hell) !important; box-shadow: var(--elegant-shadow-lg), var(--elegant-glow-subtle) !important;
transition: all 0.3s ease !important; transition: var(--elegant-transition-normal) !important;
position: relative; position: relative;
z-index: 1000; z-index: 1000;
overflow: hidden; overflow: hidden;
animation: header-inferno 4s ease-in-out infinite !important;
} }
@keyframes header-inferno { /* ✨ EFECT ELEGANT PENTRU HEADER */
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;
@@ -540,35 +476,35 @@ body::after {
left: -100%; left: -100%;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: linear-gradient(90deg, transparent, var(--inferno-flame), var(--inferno-explosion), var(--inferno-flame), transparent); background: linear-gradient(90deg, transparent, var(--elegant-primary), var(--elegant-secondary), var(--elegant-accent), transparent);
opacity: 0.4; opacity: 0.1;
animation: fire-sweep 2s ease-in-out infinite; animation: elegant-sweep 6s ease-in-out infinite;
z-index: -1; z-index: -1;
} }
@keyframes fire-sweep { @keyframes elegant-sweep {
0% { left: -100%; opacity: 0.4; } 0% { left: -100%; opacity: 0.1; }
50% { left: 100%; opacity: 0.8; } 50% { left: 100%; opacity: 0.2; }
100% { left: 200%; opacity: 0.4; } 100% { left: 200%; opacity: 0.1; }
} }
/* 🔥 LINIE DE FOC ÎN PARTEA DE JOS */ /* LINIE ELEGANTĂ ÎN PARTEA DE JOS */
.skinHeader::after { .skinHeader::after {
content: ''; content: '';
position: absolute; position: absolute;
bottom: -4px; bottom: -1px;
left: 0; left: 0;
right: 0; right: 0;
height: 4px; height: 1px;
background: var(--inferno-border-energy); background: var(--elegant-border-subtle);
opacity: 1; opacity: 0.8;
animation: fire-flow 1s linear infinite; animation: elegant-flow 4s linear infinite;
box-shadow: var(--inferno-glow-fire); box-shadow: var(--elegant-glow-subtle);
} }
@keyframes fire-flow { @keyframes elegant-flow {
0% { 0% {
background: linear-gradient(90deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-flame), var(--inferno-explosion)); background: linear-gradient(90deg, var(--elegant-primary), var(--elegant-secondary), var(--elegant-accent));
background-size: 200% 100%; background-size: 200% 100%;
background-position: 0% 50%; background-position: 0% 50%;
} }
@@ -577,33 +513,20 @@ body::after {
} }
} }
/* 💥 BUTOANE HEADER EXPLOZIVE */ /* BUTOANE HEADER ELEGANTE */
.headerButton { .headerButton {
color: var(--inferno-text-primary) !important; color: var(--elegant-text-primary) !important;
background: linear-gradient(45deg, var(--inferno-fire), var(--inferno-lava)) !important; background: linear-gradient(135deg, var(--elegant-medium), var(--elegant-light)) !important;
border: 2px solid var(--inferno-flame) !important; border: 1px solid var(--elegant-border-secondary) !important;
border-radius: var(--inferno-radius-flame) !important; border-radius: var(--elegant-radius-md) !important;
padding: 12px 16px !important; padding: 8px 12px !important;
margin: 0 8px !important; margin: 0 4px !important;
transition: all 0.2s ease !important; transition: var(--elegant-transition-normal) !important;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
backdrop-filter: blur(3px) !important; backdrop-filter: var(--elegant-blur-sm) !important;
box-shadow: var(--inferno-glow-fire) !important; box-shadow: var(--elegant-shadow-sm) !important;
font-weight: bold !important; font-weight: 500 !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 {
@@ -633,39 +556,16 @@ body::after {
} }
.headerButton:hover { .headerButton:hover {
color: var(--inferno-text-primary) !important; color: var(--elegant-text-primary) !important;
background: linear-gradient(45deg, var(--inferno-explosion), var(--inferno-flame), var(--inferno-fire)) !important; background: linear-gradient(135deg, var(--elegant-primary), var(--elegant-secondary)) !important;
border-color: var(--inferno-explosion) !important; border-color: var(--elegant-border-accent) !important;
transform: translateY(-4px) scale(1.15) !important; transform: translateY(-2px) scale(1.05) !important;
box-shadow: var(--inferno-shadow-apocalypse), var(--inferno-glow-hell) !important; box-shadow: var(--elegant-shadow-lg), var(--elegant-glow-primary) !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 {
left: 100%;
}
.headerButton:hover::after {
width: 150%;
height: 150%;
} }
.headerButton:active { .headerButton:active {
transform: translateY(-2px) scale(1.1) !important; transform: translateY(0) scale(1.02) !important;
box-shadow: var(--inferno-shadow-fire) !important; box-shadow: var(--elegant-shadow-sm) !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 */
@@ -1079,31 +979,17 @@ progress::-webkit-progress-value {
padding: var(--space-4) !important; padding: var(--space-4) !important;
} }
/* 🔥 CARDURI PRINCIPALE INFERNALE */ /* CARDURI PRINCIPALE ELEGANTE */
.cardBox { .cardBox {
background: linear-gradient(135deg, var(--inferno-fire), var(--inferno-lava), var(--inferno-ember)) !important; background: rgba(30, 41, 59, 0.4) !important;
backdrop-filter: blur(4px) !important; backdrop-filter: var(--elegant-blur-xs) !important;
-webkit-backdrop-filter: blur(4px) !important; -webkit-backdrop-filter: var(--elegant-blur-xs) !important;
border: 3px solid var(--inferno-flame) !important; border: 1px solid var(--elegant-border-primary) !important;
border-radius: var(--inferno-radius-fire) !important; border-radius: var(--elegant-radius-lg) !important;
transition: all 0.3s ease !important; transition: var(--elegant-transition-normal) !important;
box-shadow: var(--inferno-shadow-fire), var(--inferno-glow-fire) !important; box-shadow: var(--elegant-shadow-md) !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 {
@@ -1122,28 +1008,15 @@ progress::-webkit-progress-value {
} }
.cardBox:hover { .cardBox:hover {
transform: translateY(-12px) scale(1.08) rotate(2deg) !important; transform: translateY(-4px) scale(1.02) !important;
box-shadow: var(--inferno-shadow-apocalypse), var(--inferno-glow-hell) !important; box-shadow: var(--elegant-shadow-xl), var(--elegant-glow-primary) !important;
border-color: var(--inferno-explosion) !important; border-color: var(--elegant-border-accent) !important;
background: linear-gradient(135deg, var(--inferno-explosion), var(--inferno-flame), var(--inferno-fire)) !important; background: rgba(30, 41, 59, 0.6) !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: var(--elegant-border-subtle);
45deg, opacity: 0.1;
var(--inferno-explosion),
var(--inferno-flame),
var(--inferno-fire),
var(--inferno-lava)
);
opacity: 1;
} }
/* ======================================== /* ========================================
@@ -1310,38 +1183,22 @@ progress::-webkit-progress-value {
opacity: 0.3; opacity: 0.3;
} }
/* 🔥 TEXT DIN CARDURI CU EFECTE DE FOC */ /* TEXT DIN CARDURI ELEGANT */
.cardText { .cardText {
color: var(--inferno-text-primary) !important; color: var(--elegant-text-primary) !important;
font-weight: 900 !important; font-weight: 600 !important;
font-size: 1.1rem !important; font-size: 0.95rem !important;
line-height: 1.3 !important; line-height: 1.4 !important;
margin: 12px 0 8px 0 !important; margin: 8px 0 4px 0 !important;
text-shadow: 0 0 15px var(--inferno-flame), 0 0 25px var(--inferno-fire) !important; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !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(--inferno-text-ember) !important; color: var(--elegant-text-muted) !important;
font-weight: 700 !important; font-weight: 400 !important;
font-size: 0.9rem !important; font-size: 0.85rem !important;
line-height: 1.2 !important; line-height: 1.3 !important;
margin: 0 0 8px 0 !important; margin: 0 0 4px 0 !important;
text-shadow: 0 0 10px var(--inferno-ember) !important;
text-transform: uppercase !important;
} }
/* ======================================== /* ========================================
@@ -2746,43 +2603,43 @@ 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 INFERNO EXTREME + ELEGANTFIN: * TEHNOLOGII ELEGANT RAFINATE:
* - CSS Custom Properties cu sistem Inferno * - CSS Custom Properties cu sistem Elegant
* - Gradient-uri de foc cu multiple culori * - Gradient-uri subtile cu culori neutre
* - CSS Animations cu efecte explozive * - CSS Animations cu efecte liniștitoare
* - Box-shadow cu efecte glow infernale * - Box-shadow cu umbre delicate
* - Transform, scale și rotate pentru efecte dramatice * - Transform și scale pentru efecte plăcute
* - Text-shadow cu efecte de flăcări * - Text-shadow subtil pentru lizibilitate
* - Backdrop-filter pentru efecte de fum * - Backdrop-filter pentru glassmorphism elegant
* - Keyframes complexe pentru animații de foc * - Keyframes fluide pentru animații relaxante
* - Sistem de culori roșu-portocaliu-galben agresiv * - Sistem de culori gri-albastru-violet plăcut
* - Efecte hover cu explozii și impact * - Efecte hover subtile și rafinate
* - Scrollbar animat cu flăcări * - Scrollbar elegant cu gradient lin
* - Sistem carduri responsive din ElegantFin * - Sistem carduri responsive optimizat
* - Progress bars cu efecte de ardere * - Progress bars cu efecte delicate
* - Butoane overlay cu animații dramatice * - Butoane cu tranziții fluide
* - Dialoguri cu efecte de apariție * - Dialoguri cu apariție elegantă
* - Input fields cu focus infernal * - Input fields cu focus plăcut
* *
* 🔥 DIFERENȚE RADICALE FAȚĂ DE TEMA DE BAZĂ + ELEGANTFIN: * DIFERENȚE ELEGANTE FAȚĂ DE TEMA DE BAZĂ:
* 💥 Paleta de culori COMPLET DIFERITĂ (Inferno vs Standard) * 🎨 Paleta de culori ELEGANTĂ (Gri-Albastru-Violet vs Standard)
* 🌋 Fundal cu flăcări animate vs gradient static * 🌙 Fundal cu particule subtile vs gradient static
* Efecte explozive vs efecte simple * Efecte delicate vs efecte simple
* 🔥 Animații dramatice vs tranziții standard * 💫 Animații fluide vs tranziții standard
* 💀 Design apocaliptic vs design modern clasic * 🎭 Design elegant vs design modern clasic
* 🌪️ Efecte de foc vs shadow effects normale * 🌊 Efecte subtile vs shadow effects normale
* 💥 Scântei și explozii vs fundal static * 💫 Stele și particule vs fundal static
* 🔴 Text cu efecte de flăcări și text-shadow intens * 📝 Text curat cu shadow subtil pentru lizibilitate
* Butoane cu animații de explozie la hover * 🎯 Butoane cu hover elegant și scale mic
* 🌋 Carduri cu efecte de ardere continuă * 🎨 Carduri cu fundal transparent pentru vizibilitatea imaginilor
* 🔥 Scrollbar animat cu flăcări * Scrollbar elegant cu gradient lin
* 💀 Header cu gradient de foc și efecte dramatice * 🌟 Header cu gradient subtil și efecte delicate
* 🌪️ Hover effects cu rotație și scale extreme * 💫 Hover effects cu scale mic și glow plăcut
* 📱 Sistem responsive din ElegantFin adaptat pentru Inferno * 📱 Sistem responsive optimizat pentru toate dispozitivele
* 💥 Progress bars cu efecte de ardere animate * 🎨 Progress bars cu gradient elegant
* 🔥 Overlay buttons cu pulse și explosion effects * Overlay buttons cu tranziții fluide
* Dialoguri cu animații de apariție dramatice * 🌙 Dialoguri cu apariție elegantă
* 🌋 Input fields cu focus effects infernale * 💫 Input fields cu focus plăcut și vizibil
* *
* 💡 PERSONALIZARE NEXUS: * 💡 PERSONALIZARE NEXUS:
* Modifică variabilele --nexus-* din secțiunea :root * Modifică variabilele --nexus-* din secțiunea :root