Mudanças entre as edições de "Widget:Changelog"
Ir para navegação
Ir para pesquisar
Linha 1: | Linha 1: | ||
<div class=" | <div class="change-widget"> | ||
<ul> | |||
<li class="change-item"> | |||
<a href="https://discord.com/channels/ID_GALERIA" target="_blank"> | |||
<img src="https://wiki.gla.com.br/images/16x16/galeria_icon.png" alt=""> | |||
<span class="change-title">Galeria</span> | |||
<span class="change-date">04/26/2023</span> | |||
</a> | |||
</li> | |||
<li class="change-item"> | |||
<a href="https://discord.com/channels/ID_INFORMATIVOS" target="_blank"> | |||
<img src="https://wiki.gla.com.br/images/16x16/informativos_icon.png" alt=""> | |||
<span class="change-title">Informativos</span> | |||
<span class="change-date">04/26/2023</span> | |||
</a> | |||
</li> | |||
<li class="change-item"> | |||
<a href="https://discord.com/channels/ID_BALANCEAMENTO" target="_blank"> | |||
<img src="https://wiki.gla.com.br/images/16x16/balanceamento_icon.png" alt=""> | |||
<span class="change-title">Balanceamento</span> | |||
<span class="change-date">04/26/2023</span> | |||
</a> | |||
</li> | |||
</ul> | |||
</div> | </div> | ||
<style> | <style> | ||
. | .change-widget { | ||
font-family: sans-serif; | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
.change-widget ul { | |||
. | list-style: none; | ||
margin: 0; | |||
padding: 0; | |||
} | } | ||
.change-item { | |||
. | display: flex; | ||
align-items: center; | |||
border-bottom: 1px solid #eee; | |||
padding: 10px 0; | |||
} | } | ||
.change-item:last-child { | |||
border-bottom: none; | |||
} | } | ||
.change-item a { | |||
. | display: flex; | ||
align-items: center; | |||
width: 100%; | |||
text-decoration: none; | |||
color: inherit; | |||
} | } | ||
.change-widget img { | |||
. | width: 16px; | ||
height: 16px; | |||
margin-right: 10px; | |||
} | } | ||
.change-title { | |||
. | font-size: 1.1em; | ||
font-weight: bold; | |||
} | } | ||
. | .change-date { | ||
margin-left: auto; | |||
font-size: 0.9em; | |||
color: #888; | |||
} | } | ||
</style> | </style> |
Edição das 18h04min de 3 de abril de 2025
<style> .change-widget { font-family: sans-serif; margin: 0; padding: 0; }
.change-widget ul { list-style: none; margin: 0; padding: 0; }
.change-item { display: flex; align-items: center; border-bottom: 1px solid #eee; padding: 10px 0; }
.change-item:last-child { border-bottom: none; }
.change-item a { display: flex; align-items: center; width: 100%; text-decoration: none; color: inherit; }
.change-widget img { width: 16px; height: 16px; margin-right: 10px; }
.change-title { font-size: 1.1em; font-weight: bold; }
.change-date { margin-left: auto; font-size: 0.9em; color: #888; } </style>