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

De Wiki Gla
Ir para navegação Ir para pesquisar
(7 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">
{{#widget:Changelogs
    <div class="change-item">
| titulo = Galeria
        <span class="change-title">Galeria</span><br>
| descricao = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo, eget blandit
        <hr>
quam semper nec. Praesent rutrum mollis ullamcorper.
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo,
| link = https://discord.com/channels/ID_GALERIA
        eget blandit quam semper nec. Praesent rutrum mollis ullamcorper.<br>
| ate = 01/04/2025
        <span class="change-date">01/04/2025</span><br>
}}
        <strong><a href="https://discord.com/channels/ID_GALERIA" target="_blank">Saiba mais &#x2794;</a></strong><br>
    </div>


{{#widget:Changelogs
    <div class="change-item">
| titulo = Informativos
        <span class="change-title">Informativos</span><br>
| descricao = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo, eget blandit
        <hr>
quam semper nec. Praesent rutrum mollis ullamcorper.
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vestibulum lorem leo,
| link = https://discord.com/channels/ID_INFORMATIVOS
        eget blandit quam semper nec. Praesent rutrum mollis ullamcorper.<br>
}}
        <strong><a href="https://discord.com/channels/ID_INFORMATIVOS" target="_blank">Saiba mais
                &#x2794;</a></strong><br>
    </div>


{{#widget:Changelogs
    <div class="change-item">
| titulo = Balanceamento
        <span class="change-title">Balanceamento</span><br>
| descricao = Patch notes e atualizações de balanceamento de personagens e skills.
        <hr>
| link = https://discord.com/channels/ID_BALANCEAMENTO
        Patch notes e atualizações de balanceamento de personagens e skills.<br>
}}
        <strong><a href="https://discord.com/channels/ID_BALANCEAMENTO" target="_blank">Saiba mais
                &#x2794;</a></strong><br>
    </div>
 
    <div style="clear: both;"></div>
</div>
</div>
<style>
<style>
.change-widget {
    .change-widget {
font-family: sans-serif;
        font-family: sans-serif;
margin: 0;
        margin: 0;
padding: 0;
        padding: 0;
max-height: 300px;
        max-height: 300px;
overflow-y: auto;
        overflow-y: scroll;
}
        position: relative;
    }


.change-item {
    .change-item {
margin-bottom: 10px;
        margin-bottom: 10px;
}
    }


.change-title {
    .change-title {
font-size: 120%;
        font-size: 120%;
border: none;
        border: none;
vertical-align: -5px;
        vertical-align: -5px;
font-weight: bold;
        font-weight: bold;
color: #000;
        color: #000;
}
    }


.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;
}
    }


.change-item a {
    .change-item a {
text-decoration: none;
        text-decoration: none;
font-weight: bold;
        font-weight: bold;
color: #0645AD;
        color: #0645AD;
}
    }


.change-item a:hover {
    .change-item a:hover {
text-decoration: underline;
        text-decoration: underline;
}
    }


.change-date {
    .change-date {
font-size: 90%;
        font-size: 120%;
color: #888;
        color: #888;
}
    }
</style>
</style>

Edição das 12h59min 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: 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>