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

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 1: Linha 1:
<div class="changelog-container">
<!-- Card Evento Temporário: Fist of Love -->
<div class="changelog-card">
<div class="changelog-card">
<div class="changelog-content">
  <div class="changelog-content">
<div class="changelog-title">RANQUEADA</div>
    <div class="changelog-title">Evento Temporário</div>
<div class="changelog-sub">Nova temporada disponível 10/04</div>
    <div class="changelog-sub">Fist of Love: 11 a 24 de abril</div>
<div class="changelog-date">08/04/2025</div>
    <div class="changelog-date">09/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>
<div class="changelog-icon">
 
<img src="URL_DO_ICONE">
<!-- Card Informativos: Ranqueada, Records e Ajustes -->
<div class="changelog-card">
  <div class="changelog-content">
    <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;
}
.changelog-card {
.changelog-card {
display: flex;
  display: flex;
justify-content: space-between;
  justify-content: space-between;
align-items: center;
  align-items: center;
background: #fff;
  background: #fff;
border: 1px solid #ddd;
  border: 1px solid #ddd;
border-radius: 6px;
  border-radius: 6px;
padding: 10px 14px;
  padding: 10px 14px;
margin-bottom: 10px;
  margin-bottom: 10px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
}
.changelog-content {
.changelog-content {
display: flex;
  display: flex;
flex-direction: column;
  flex-direction: column;
}
}
.changelog-title {
.changelog-title {
font-size: 110%;
  font-size: 110%;
font-weight: bold;
  font-weight: bold;
color: #333;
  color: #333;
margin-bottom: 4px;
  margin-bottom: 4px;
}
}
.changelog-sub {
.changelog-sub {
font-size: 90%;
  font-size: 90%;
color: #666;
  color: #666;
margin-bottom: 8px;
  margin-bottom: 8px;
}
}
.changelog-date {
.changelog-date {
font-size: 90%;
  font-size: 90%;
color: #999;
  color: #999;
}
}
.changelog-icon img {
.changelog-icon img {
height: 60px;
  height: 60px;
width: auto;
  width: auto;
border-radius: 50%;
  border-radius: 50%;
}
}
</style>
</style>

Edição das 19h49min de 9 de abril de 2025

Evento Temporário
Fist of Love: 11 a 24 de abril
09/04/2025
   <a href="LINK_DO_EVENTO_FIST_OF_LOVE" target="_blank">
     <img src="URL_DO_ICONE_EVENTO">
   </a>
INFORMATIVOS
Ranqueada, Records e Ajustes
09/04/2025
   <a href="LINK_DOS_INFORMATIVOS" target="_blank">
     <img src="URL_DO_ICONE_INFORMATIVOS">
   </a>

<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>