Mudanças entre as edições de "Widget:Changelog"
(26 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
<div class="change-widget"> | <div class="change-widget"> | ||
<!-- POST 6: Evento Fist of Love --> | |||
<div class="change-item"> | <div class="change-item"> | ||
<span class="change-title"> | <div class="change-header"> | ||
<img src="https:// | <span class="change-title">Evento Temporário</span> | ||
<span class="change-date">08/04/2025</span> | |||
</span>< | </div> | ||
<hr> | |||
<p class="change-text">O evento Fist of Love acontece de 11 a 24 de abril. Forme um grupo e enfrente um poderoso herói da Marinha.</p> | |||
<a href="LINK_DA_WIKI_FIST_OF_LOVE" target="_blank"> | |||
<img src="https://i.imgur.com/RzxgiKl.png" alt="Evento Fist of Love" class="change-image"> | |||
</a> | |||
</div> | |||
<!-- POST 7: Temporada Ranqueada --> | |||
<div class="change-item"> | |||
<div class="change-header"> | |||
<span class="change-title">Ranqueada</span> | |||
<span class="change-date">08/04/2025</span> | |||
</div> | |||
<hr> | <hr> | ||
<p class="change-text">A nova temporada começa no dia 10/04. Ganhe medalhas, pedras do despertar e ícones de perfil exclusivos.</p> | |||
<a href="https://discord.com/channels/390234650590576650/442456286521458708/1359206650212253886" target="_blank"> | |||
<img src="https://i.imgur.com/Hn21Jkp.png" alt="Temporada Ranqueada" class="change-image"> | |||
</a> | |||
</div> | </div> | ||
<!-- POST 8: Informativos --> | |||
<div class="change-item"> | <div class="change-item"> | ||
< | <div class="change-header"> | ||
< | <span class="change-title">Informativos</span> | ||
<span class="change-date">08/04/2025</span> | |||
</span>< | </div> | ||
<hr> | <hr> | ||
<p class="change-text">A temporada de records termina em 12/04. Mudanças também afetam loja de gemas e poções de experiência.</p> | |||
<a href="https://discord.com/channels/390234650590576650/390234763623137280/1359277599414554795" target="_blank"> | |||
<img src="URL_DA_IMAGEM_INFORMATIVOS" alt="Informativos" class="change-image"> | |||
</a> | |||
</div> | </div> | ||
<!-- POST 5: Balanceamento - Abril --> | |||
<div class="change-item"> | <div class="change-item"> | ||
< | <div class="change-header"> | ||
< | <span class="change-title">Balanceamento</span> | ||
<span class="change-date">08/04/2025</span> | |||
</span>< | </div> | ||
<hr> | <hr> | ||
Patch | <p class="change-text">Patch de balanceamento disponível.</p> | ||
<a href="https://discord.com/channels/390234650590576650/918546838188081242/1359277816226644008" target="_blank"> | |||
<img src="URL_DA_IMAGEM_BALANCEAMENTO" alt="Balanceamento" class="change-image"> | |||
</a> | |||
</div> | </div> | ||
<div style="clear: both;"></div> | |||
</div> | </div> | ||
<style> | <style> | ||
.change-widget { | .change-widget { | ||
font-family: sans-serif; | font-family: sans-serif; | ||
max-height: 300px; | |||
padding: 0; | overflow-y: auto; | ||
background: transparent; | |||
padding: 0 2px; | |||
} | } | ||
.change-item { | .change-item { | ||
margin-bottom: | margin-bottom: 18px; | ||
} | |||
.change-item:last-of-type { | |||
margin-bottom: 0; | |||
} | |||
.change-header { | |||
display: flex; | |||
justify-content: space-between; | |||
align-items: center; | |||
} | } | ||
.change-title { | .change-title { | ||
font-size: | font-size: 110%; | ||
font-weight: bold; | font-weight: bold; | ||
color: #000; | color: #000; | ||
} | } | ||
.change-date { | |||
.change- | font-size: 90%; | ||
color: #888; | |||
} | } | ||
.change-item hr { | .change-item hr { | ||
border: none; | border: none; | ||
border-top: 1px solid #ccc; | border-top: 1px solid #ccc; | ||
margin: 4px 0; | margin: 4px 0 8px 0; | ||
} | |||
.change-text { | |||
margin: 0 0 6px 0; | |||
max-height: 4.2em; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
display: -webkit-box; | |||
-webkit-line-clamp: 3; | |||
-webkit-box-orient: vertical; | |||
font-size: 90%; | |||
line-height: 1.4; | |||
color: #333; | |||
} | } | ||
.change-item a { | .change-item a { | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.change-image { | |||
.change- | display: block; | ||
max-width: 300px; | |||
height: auto; | |||
margin-top: 6px; | |||
border-radius: 4px; | |||
} | } | ||
</style> | </style> |
Edição atual tal como às 02h18min de 9 de abril de 2025
<style> .change-widget { font-family: sans-serif; max-height: 300px; overflow-y: auto; background: transparent; padding: 0 2px; } .change-item { margin-bottom: 18px; } .change-item:last-of-type { margin-bottom: 0; } .change-header { display: flex; justify-content: space-between; align-items: center; } .change-title { font-size: 110%; font-weight: bold; color: #000; } .change-date { font-size: 90%; color: #888; } .change-item hr { border: none; border-top: 1px solid #ccc; margin: 4px 0 8px 0; } .change-text { margin: 0 0 6px 0; max-height: 4.2em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 90%; line-height: 1.4; color: #333; } .change-item a { text-decoration: none; } .change-image { display: block; max-width: 300px; height: auto; margin-top: 6px; border-radius: 4px; } </style>