Mudanças entre as edições de "Widget:Changelog"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 1: Linha 1:
<!-- Widget principal do Changelog
<div class="change-widget">
      Template para adicionar uma nova entrada do changelog:
      =====================================================
      Copie o bloco abaixo e cole aqui, alterando os dados conforme necessário.
 
      <div class="change-item">
        <span class="change-title">
          TÍTULO DA ENTRADA
        </span><br>
        <hr>
        DESCRIÇÃO DA ENTRADA<br>
        Se tiver data, descomente a linha abaixo
    <span class="change-date">DATA OU INFORMAÇÃO</span><br>
    <strong><a href="URL_DO_LINK" target="_blank">Saiba mais &#x2794;</a></strong><br>
</div> -->
<div class="change-item">
<div class="change-item">
     <span class="change-title">
     <span class="change-title">

Edição das 02h49min de 4 de abril de 2025

   
       Galeria
   

   Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo, eget blandit quam semper nec.
   Praesent rutrum mollis ullamcorper.
01/04/2025
<a href="https://discord.com/channels/ID_GALERIA" target="_blank">Saiba mais ➔</a>
   
       Informativos
   

   Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo, eget blandit quam semper nec.
   Praesent rutrum mollis ullamcorper.
<a href="https://discord.com/channels/ID_INFORMATIVOS" target="_blank">Saiba mais ➔</a>
   
       Balanceamento
   

   Patch notes e atualizações de balanceamento de personagens e skills.
<a href="https://discord.com/channels/ID_BALANCEAMENTO" target="_blank">Saiba mais ➔</a>

<style>

   .change-widget {
       font-family: sans-serif;
       margin: 0;
       padding: 0;
       max-height: 300px;
       overflow-y: auto;
   }
   .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: 90%;
       color: #888;
   }

</style>