Template:Szörny: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{LanguageSelector}} | {{LanguageSelector}} | ||
<div class="enchantment-template"> | <div class="enchantment-template" style="width: 100%; background: #181818; border-radius: 8px; overflow: hidden; border: 1px solid #ff9c00; box-shadow: 0 4px 8px rgba(0,0,0,0.3); margin-bottom: 20px;"> | ||
<div class="enchant-header"> | <div class="enchant-header" style="background: #ff9c00; color: #222222; padding: 15px; display: flex; justify-content: space-between; align-items: center;"> | ||
<div style="display: flex; align-items: center;"> | |||
<span style="font-size: 18px; font-weight: bold; margin-right: 10px;">Lv. {{{Szint}}} - {{PAGENAME}}</span> | |||
[[File:{{{Kép}}}|40px]] | |||
</div> | |||
<div style="text-align: right; font-weight: 500;">Available at: <span style="background: rgba(0,0,0,0.2); padding: 4px 8px; border-radius: 4px;">{{{Hely}}}</span></div> | |||
</div> | |||
<div class="enchant-content" style="padding: 15px;"> | |||
<div style="background: #1a1a1a; border-radius: 6px; margin-bottom: 15px; overflow: hidden;"> | |||
<div style="background: #ff9c00; color: #222222; padding: 8px 15px; font-weight: bold; font-size: 16px;">Information</div> | |||
</div> | </div> | ||
<div | <div style="background: #1a1a1a; border-radius: 6px; margin-bottom: 15px; overflow: hidden;"> | ||
<table style="width: 100%; border-collapse: collapse;"> | |||
<tr> | |||
<th style="background: #333333; color: #ff9c00; padding: 10px; text-align: left; width: 150px; border-bottom: 1px solid #444444;">Cooldown Time</th> | |||
<td style="padding: 10px; color: #e0e0e0; border-bottom: 1px solid #444444;">{{{CooldownTime}}}</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<div style="background: #1a1a1a; border-radius: 6px; margin-bottom: 15px; padding: 10px; color: #e0e0e0;"> | |||
<span style="color: #ff9c00;">•</span> [[Enchanchment_System|Effective bonus]]: <span style="font-weight: 500;">{{{Bónusz}}}</span> | |||
</div> | |||
<div style="background: #1a1a1a; border-radius: 6px; overflow: hidden;"> | |||
<table style="width: 100%; border-collapse: collapse;"> | |||
<tr> | |||
<th style="background: #333333; color: #ff9c00; padding: 10px; text-align: left; width: 150px; border-bottom: 1px solid #444444;">Weapon</th> | |||
<td style="padding: 10px; color: #e0e0e0; border-bottom: 1px solid #444444;">{{{Fegyver}}}</td> | |||
</tr> | |||
<tr> | |||
<th style="background: #333333; color: #ff9c00; padding: 10px; text-align: left; border-bottom: 1px solid #444444;">Equipment</th> | |||
<td style="padding: 10px; color: #e0e0e0; border-bottom: 1px solid #444444;">{{{Vért}}}</td> | |||
</tr> | |||
<tr> | |||
<th style="background: #333333; color: #ff9c00; padding: 10px; text-align: left; border-bottom: 1px solid #444444;">Jewellery</th> | |||
<td style="padding: 10px; color: #e0e0e0; border-bottom: 1px solid #444444;">{{{Ékszer}}}</td> | |||
</tr> | |||
<tr> | |||
<th style="background: #333333; color: #ff9c00; padding: 10px; text-align: left;">Other</th> | |||
<td style="padding: 10px; color: #e0e0e0;">{{{Egyéb}}}</td> | |||
</tr> | |||
</table> | |||
</div> | |||
</div> | |||
</div> | |||