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