Widget:Changelog
08/04/2025 - Evento
Fist of Love
Participe deste evento temporário de 11 a 24 de abril e enfrente um poderoso herói da Marinha!
<a href="LINK_DO_DISCORD_OU_WIKI" class="card-link" target="_blank">Confira detalhes</a>
09/04/2025 - Ranqueada
Nova Temporada
Temporada inicia em 10/04, conquiste medalhas de diamante e um ícone de perfil exclusivo!
<a href="LINK_DO_DISCORD" class="card-link" target="_blank">Veja mais</a>
09/04/2025 - Informativos
Ajustes Gerais
Saiba sobre a reta final da temporada de records, novas skins, e mudanças de poções de EXP.
<a href="LINK_DO_DISCORD" class="card-link" target="_blank">Leia mais</a>
<style> .changelog-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-height: 500px; overflow-y: auto; margin: 0; padding: 0; box-sizing: border-box; }
@media (max-width: 600px) { .changelog-container { grid-template-columns: 1fr; max-height: none; } }
.changelog-card { background: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; justify-content: flex-start; box-sizing: border-box; }
.card-header { margin-bottom: 4px; }
.card-date { font-size: 80%; color: #888; }
.card-title { font-size: 100%; margin: 4px 0; font-weight: bold; color: #333; }
.card-desc { font-size: 90%; color: #555; margin-bottom: 8px; /* truncar texto:
display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
- /
}
.card-link { font-size: 90%; color: #007bff; text-decoration: none; font-weight: bold; }
.card-link:hover { text-decoration: underline; } </style>