Mudanças entre as edições de "Widget:Changelog"
Ir para navegação
Ir para pesquisar
(10 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"> | ||
<div class="change-item"> | <div class="change-item"> | ||
<span class="change-title"> | <span class="change-title">Galeria</span><br> | ||
<hr> | <hr> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo, eget blandit quam semper | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo, | ||
eget blandit quam semper nec. Praesent rutrum mollis ullamcorper.<br> | |||
<span class="change-date">01/04/2025</span><br> | |||
<strong><a href="https://discord.com/channels/ID_GALERIA" target="_blank">Saiba mais ➔</a></strong><br> | <strong><a href="https://discord.com/channels/ID_GALERIA" target="_blank">Saiba mais ➔</a></strong><br> | ||
</div> | </div> | ||
<div class="change-item"> | <div class="change-item"> | ||
<span class="change-title"> | <span class="change-title">Informativos</span><br> | ||
<hr> | <hr> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo, eget blandit quam semper | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo, | ||
eget blandit quam semper nec. Praesent rutrum mollis ullamcorper.<br> | |||
<strong><a href="https://discord.com/channels/ID_INFORMATIVOS" target="_blank">Saiba mais | <strong><a href="https://discord.com/channels/ID_INFORMATIVOS" target="_blank">Saiba mais | ||
➔</a></strong><br> | ➔</a></strong><br> | ||
Linha 24: | Linha 19: | ||
<div class="change-item"> | <div class="change-item"> | ||
<span class="change-title"> | <span class="change-title">Balanceamento</span><br> | ||
<hr> | <hr> | ||
Patch notes e atualizações de balanceamento de personagens e skills.<br> | Patch notes e atualizações de balanceamento de personagens e skills.<br> | ||
Linha 33: | Linha 25: | ||
➔</a></strong><br> | ➔</a></strong><br> | ||
</div> | </div> | ||
<div style="clear: both;"></div> | |||
</div> | </div> | ||
Linha 41: | Linha 35: | ||
padding: 0; | padding: 0; | ||
max-height: 300px; | max-height: 300px; | ||
overflow-y: | overflow-y: scroll; | ||
position: relative; | |||
} | } | ||
Linha 54: | Linha 49: | ||
font-weight: bold; | font-weight: bold; | ||
color: #000; | color: #000; | ||
} | } | ||
Linha 77: | Linha 65: | ||
.change-item a:hover { | .change-item a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | |||
.change-date { | |||
font-size: 120%; | |||
color: #888; | |||
} | } | ||
</style> | </style> |
Edição das 12h59min de 4 de abril de 2025
<style>
.change-widget { font-family: sans-serif; margin: 0; padding: 0; max-height: 300px; overflow-y: scroll; position: relative; }
.change-item { margin-bottom: 10px; }
.change-title { font-size: 120%; border: none; vertical-align: -5px; font-weight: bold; color: #000; }
.change-item hr { border: none; border-top: 1px solid #ccc; margin: 4px 0; }
.change-item a { text-decoration: none; font-weight: bold; color: #0645AD; }
.change-item a:hover { text-decoration: underline; }
.change-date { font-size: 120%; color: #888; }
</style>