Mudanças entre as edições de "Widget:Changelog"
Ir para navegação
Ir para pesquisar
m |
|||
| Linha 1: | Linha 1: | ||
<div class=" | <div class="changelog-container"> | ||
<!-- Evento Fist of Love --> | <!-- Card Evento Temporário: Fist of Love --> | ||
<div class=" | <div class="changelog-card"> | ||
<div class=" | <div class="changelog-content"> | ||
< | <div class="changelog-title">Fist of Love: Marine Training</div> | ||
< | <div class="changelog-sub">O término do evento é previsto para dia 24/04.</div> | ||
<div class="changelog-date">10/04/2025</div> | |||
</div> | |||
<div class="changelog-icon"> | |||
<a href="LINK_DO_EVENTO_FIST_OF_LOVE" target="_blank"> | |||
<img src="URL_DO_ICONE_EVENTO"> | |||
</a> | |||
</div> | |||
</div> | </div> | ||
< | |||
< | <!-- Card Informativos: Ranqueada, Records e Ajustes --> | ||
<a href=" | <div class="changelog-card"> | ||
<img src=" | <div class="changelog-content"> | ||
</a> | <div class="changelog-title">INFORMATIVOS</div> | ||
<div class="changelog-sub">Ranqueada, Records e Ajustes</div> | |||
<div class="changelog-date">09/04/2025</div> | |||
</div> | |||
<div class="changelog-icon"> | |||
<a href="LINK_DOS_INFORMATIVOS" target="_blank"> | |||
<img src="URL_DO_ICONE_INFORMATIVOS"> | |||
</a> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
<style> | <style> | ||
. | .changelog-container { | ||
display: flex; | |||
flex-direction: column; | |||
display: flex; | |||
} | } | ||
. | .changelog-card { | ||
display: flex; | |||
justify-content: space-between; | |||
align-items: center; | |||
background: #fff; | |||
border: 1px solid #ddd; | |||
border-radius: 6px; | |||
padding: 10px 14px; | |||
margin-bottom: 10px; | |||
box-shadow: 0 1px 2px rgba(0,0,0,0.05); | |||
} | } | ||
. | .changelog-content { | ||
display: flex; | |||
flex-direction: column; | |||
} | } | ||
. | .changelog-title { | ||
font-size: 110%; | |||
font-weight: bold; | |||
margin: 4px | color: #333; | ||
margin-bottom: 4px; | |||
} | } | ||
. | .changelog-sub { | ||
font-size: 90%; | |||
color: #666; | |||
margin-bottom: 8px; | |||
font-size: 90%; | |||
} | } | ||
. | .changelog-date { | ||
font-size: 90%; | |||
color: #999; | |||
} | } | ||
. | .changelog-icon img { | ||
height: 60px; | |||
width: auto; | |||
border-radius: 50%; | |||
border-radius: | |||
} | } | ||
</style> | </style> | ||
Edição das 16h12min de 11 de abril de 2025
Fist of Love: Marine Training
O término do evento é previsto para dia 24/04.
10/04/2025
INFORMATIVOS
Ranqueada, Records e Ajustes
09/04/2025
<style> .changelog-container {
display: flex; flex-direction: column;
} .changelog-card {
display: flex; justify-content: space-between; align-items: center; background: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 10px 14px; margin-bottom: 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.05);
} .changelog-content {
display: flex; flex-direction: column;
} .changelog-title {
font-size: 110%; font-weight: bold; color: #333; margin-bottom: 4px;
} .changelog-sub {
font-size: 90%; color: #666; margin-bottom: 8px;
} .changelog-date {
font-size: 90%; color: #999;
} .changelog-icon img {
height: 60px; width: auto; border-radius: 50%;
} </style>