Template:Szörny: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{LanguageSelector}} | {{LanguageSelector}} | ||
<div style="background: #1a1a1a; padding: 40px 20px; min-height: 100vh;"> | |||
<div style="max-width: 900px; margin: 0 auto;"> | |||
<!-- Ana Kart --> | |||
<div style="background: linear-gradient(145deg, #2a2a2a, #1f1f1f); border-radius: 25px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.8), 0 0 100px rgba(255,107,53,0.1); border: 1px solid rgba(255,107,53,0.3); position: relative;"> | |||
! | <!-- Glow Efekti --> | ||
<div style="position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,107,53,0.2) 0%, transparent 60%); pointer-events: none;"></div> | |||
<!-- Header --> | |||
<div style="background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%); padding: 30px; position: relative; overflow: hidden;"> | |||
<div style="position: absolute; top: 0; right: 0; width: 200px; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1)); pointer-events: none;"></div> | |||
<div style="display: flex; justify-content: space-between; align-items: center;"> | |||
<div style="display: flex; align-items: center; gap: 20px;"> | |||
[[File:{{{Kép}}}|80px|link=]] | |||
<div> | |||
<h1 style="color: white; font-size: 32px; margin: 0; text-shadow: 0 2px 10px rgba(0,0,0,0.3); font-weight: 300; letter-spacing: 2px;">{{PAGENAME}}</h1> | |||
<div style="display: flex; align-items: center; gap: 15px; margin-top: 10px;"> | |||
<span style="background: rgba(0,0,0,0.3); padding: 8px 20px; border-radius: 30px; font-weight: bold; font-size: 20px;">LEVEL {{{Szint}}}</span> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- Location Bar --> | |||
<div style="background: #1f1f1f; padding: 20px 30px; border-bottom: 1px solid rgba(255,107,53,0.2); display: flex; align-items: center; justify-content: center;"> | |||
<div style="color: #888; font-size: 14px; text-transform: uppercase; letter-spacing: 1px;">📍 Location: <span style="color: #ff6b35; font-weight: bold; margin-left: 10px;">{{{Hely}}}</span></div> | |||
</div> | |||
<!-- Content Grid --> | |||
<div style="padding: 40px;"> | |||
<!-- Info Cards Row --> | |||
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 30px;"> | |||
<!-- Cooldown Card --> | |||
<div style="background: rgba(255,107,53,0.05); border: 1px solid rgba(255,107,53,0.2); border-radius: 15px; padding: 25px; position: relative; overflow: hidden;"> | |||
<div style="position: absolute; top: 0; right: 0; width: 100px; height: 100px; background: radial-gradient(circle at top right, rgba(255,107,53,0.1), transparent); pointer-events: none;"></div> | |||
<h3 style="color: #ff6b35; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 15px 0;">⏱️ COOLDOWN TIME</h3> | |||
<div style="color: #fff; font-size: 28px; font-weight: bold;">{{{CooldownTime}}}</div> | |||
</div> | |||
<!-- Bonus Card --> | |||
<div style="background: rgba(255,107,53,0.05); border: 1px solid rgba(255,107,53,0.2); border-radius: 15px; padding: 25px; position: relative; overflow: hidden;"> | |||
<div style="position: absolute; top: 0; right: 0; width: 100px; height: 100px; background: radial-gradient(circle at top right, rgba(255,107,53,0.1), transparent); pointer-events: none;"></div> | |||
<h3 style="color: #ff6b35; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 15px 0;">✨ EFFECTIVE BONUS</h3> | |||
<div style="color: #fff; font-size: 24px; font-weight: bold;"> | |||
[[Enchanchment_System|<span style="color: #ff8c42; text-decoration: none;">{{{Bónusz}}}</span>]] | |||
</div> | |||
</div> | |||
</div> | |||
<!-- Equipment Section --> | |||
<div style="background: linear-gradient(145deg, #1f1f1f, #181818); border-radius: 20px; padding: 30px; border: 1px solid rgba(255,107,53,0.2);"> | |||
<h2 style="color: #ff6b35; font-size: 20px; margin: 0 0 25px 0; text-align: center; text-transform: uppercase; letter-spacing: 3px; text-shadow: 0 0 20px rgba(255,107,53,0.5);">⚔️ EQUIPMENT COMPATIBILITY ⚔️</h2> | |||
<div style="display: grid; gap: 15px;"> | |||
<!-- Weapon --> | |||
<div style="display: flex; align-items: center; background: rgba(255,107,53,0.03); border: 1px solid rgba(255,107,53,0.15); border-radius: 12px; padding: 20px; transition: all 0.3s;"> | |||
<div style="width: 50px; height: 50px; background: linear-gradient(135deg, #ff6b35, #ff8c42); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px;">🗡️</div> | |||
<div style="flex: 1;"> | |||
<div style="color: #888; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px;">WEAPON</div> | |||
<div style="color: #fff; font-size: 16px;">{{{Fegyver}}}</div> | |||
</div> | |||
</div> | |||
<!-- Equipment --> | |||
<div style="display: flex; align-items: center; background: rgba(255,107,53,0.03); border: 1px solid rgba(255,107,53,0.15); border-radius: 12px; padding: 20px; transition: all 0.3s;"> | |||
<div style="width: 50px; height: 50px; background: linear-gradient(135deg, #ff6b35, #ff8c42); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px;">🛡️</div> | |||
<div style="flex: 1;"> | |||
<div style="color: #888; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px;">EQUIPMENT</div> | |||
<div style="color: #fff; font-size: 16px;">{{{Vért}}}</div> | |||
</div> | |||
</div> | |||
<!-- Jewellery --> | |||
<div style="display: flex; align-items: center; background: rgba(255,107,53,0.03); border: 1px solid rgba(255,107,53,0.15); border-radius: 12px; padding: 20px; transition: all 0.3s;"> | |||
<div style="width: 50px; height: 50px; background: linear-gradient(135deg, #ff6b35, #ff8c42); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px;">💎</div> | |||
<div style="flex: 1;"> | |||
<div style="color: #888; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px;">JEWELLERY</div> | |||
<div style="color: #fff; font-size: 16px;">{{{Ékszer}}}</div> | |||
</div> | |||
</div> | |||
<!-- Other --> | |||
<div style="display: flex; align-items: center; background: rgba(255,107,53,0.03); border: 1px solid rgba(255,107,53,0.15); border-radius: 12px; padding: 20px; transition: all 0.3s;"> | |||
<div style="width: 50px; height: 50px; background: linear-gradient(135deg, #ff6b35, #ff8c42); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-right: 20px;">📦</div> | |||
<div style="flex: 1;"> | |||
<div style="color: #888; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px;">OTHER</div> | |||
<div style="color: #fff; font-size: 16px;">{{{Egyéb}}}</div> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- Bottom Decoration --> | |||
<div style="height: 4px; background: linear-gradient(90deg, transparent, #ff6b35 20%, #ff8c42 80%, transparent); margin-top: -2px;"></div> | |||
</div> | |||
</div> | |||
</div> | |||