Mudanças entre as edições de "Widget:Changelog"
m |
|||
Linha 1: | Linha 1: | ||
<div class="changelog | <div class="widget-changelog"> | ||
< | <div class="notice-item" style="--notice-color: #D9F2D9;"> | ||
<div class=" | <div class="notice-content"> | ||
< | <a href="https://discord.com/channels/390234650590576650/390234763623137280/1359277599414554795" | ||
target="_blank" class="notice-title">Fist of Love: Marine Training</a> | |||
< | <div class="notice-date">10/04 até 24/04</div> | ||
<p class="notice-desc"> | |||
Evento disponível por tempo limitado. Complete pra receber recompensas diárias. | |||
</p> | |||
</div> | </div> | ||
<img src="https://wiki.gla.com.br/images/a/a5/Bigexppot.png" class="notice-icon"> | |||
<img src="https:// | |||
</div> | </div> | ||
< | <div class="notice-item" style="--notice-color: #FFF2B3;"> | ||
<div class=" | <div class="notice-content"> | ||
< | <a href="https://discord.com/channels/390234650590576650/390234763623137280/1359277599414554795" | ||
class="notice-title">Informativos</a> | |||
< | <div class="notice-date">08/04/2025</div> | ||
<p class="notice-desc"> | |||
Skins do passe anterior entram na rotação da loja, temporada de records será encerrada e uso de poções | |||
de XP foi ajustado. | |||
</p> | |||
</div> | </div> | ||
</div> | </div> | ||
< | <div class="notice-item" style="--notice-color: #F4CCCC;"> | ||
<div class=" | <div class="notice-content"> | ||
< | <a href="https://discord.com/channels/390234650590576650/442456286521458708/1359206650212253886" | ||
< | target="_blank" class="notice-title">Ranqueada</a> | ||
< | <div class="notice-date">08/04/2025</div> | ||
<p class="notice-desc"> | |||
Confira os ícones exclusivos da nova temporada ranqueada que começa dia 10/04! | |||
</p> | |||
</div> | </div> | ||
<img src="https://wiki.gla.com.br/images/8/82/Medalha_de_campeao.png" class="notice-icon"> | |||
<img src="https:// | |||
</div> | </div> | ||
</div> | </div> | ||
<style> | <style> | ||
.changelog | .widget-changelog { | ||
max-height: 220px; | |||
overflow-y: auto; | |||
padding-right: 5px; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
. | .notice-item { | ||
display: flex; | |||
align-items: flex-start; | |||
background: #fff; | |||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
border-radius: | border-radius: 6px; | ||
padding: 8px; | margin-bottom: 10px; | ||
padding: 8px 10px; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
border-left: 5px solid var(--notice-color, #f5b700); | |||
} | } | ||
. | .notice-content { | ||
flex: 1; | |||
} | } | ||
. | .notice-title { | ||
font-size: 1. | display: block; | ||
font-size: 1.3em; | |||
font-weight: bold; | font-weight: bold; | ||
color: # | color: #333; | ||
text-decoration: none; | |||
margin: 0; | |||
} | } | ||
. | .notice-title:hover { | ||
text-decoration: underline; | |||
} | } | ||
. | .notice-date { | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #888; | |||
color: # | margin: -5px 0; | ||
margin- | |||
} | } | ||
. | .notice-desc { | ||
font-size: 0.8em; | |||
color: #555; | |||
height: | line-height: 1.3; | ||
. | |||
margin: 0; | margin: 0; | ||
} | } | ||
. | .notice-icon { | ||
object-fit: contain; | |||
flex-shrink: 0; | |||
} | } | ||
</style> | </style> |
Edição das 21h30min de 13 de abril de 2025
<style> .widget-changelog { max-height: 220px; overflow-y: auto; padding-right: 5px; box-sizing: border-box; }
.notice-item { display: flex; align-items: flex-start; background: #fff; border: 1px solid #ddd; border-radius: 6px; margin-bottom: 10px; padding: 8px 10px; box-sizing: border-box; border-left: 5px solid var(--notice-color, #f5b700); }
.notice-content { flex: 1; }
.notice-title { display: block; font-size: 1.3em; font-weight: bold; color: #333; text-decoration: none; margin: 0; }
.notice-title:hover { text-decoration: underline; }
.notice-date { font-size: 0.9em; color: #888; margin: -5px 0; }
.notice-desc { font-size: 0.8em; color: #555; line-height: 1.3; margin: 0; }
.notice-icon { object-fit: contain; flex-shrink: 0; } </style>