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

De Wiki Gla
Ir para navegação Ir para pesquisar
m
 
(49 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
<div class="changelog-container">
<!-- Card Evento Temporário: Fist of Love -->
<div class="changelog-card">
  <div class="changelog-content">
    <div class="changelog-title">Evento Temporário</div>
    <div class="changelog-sub">Fist of Love: 11 a 24 de abril</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>
<!-- 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>
<style>
<style>
.changelog-container {
body::before {
  display: flex;
content: '';
  flex-direction: column;
position: fixed;
}
top: 0;
.changelog-card {
left: 0;
  display: flex;
width: 100%;
  justify-content: space-between;
height: 100vh;
  align-items: center;
background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
  background: #fff;
filter: brightness(0.6);
  border: 1px solid #ddd;
    
  border-radius: 6px;
background-attachment: fixed;
  padding: 10px 14px;
background-position: center;
  margin-bottom: 10px;
background-repeat: no-repeat;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
background-size: cover;
}
z-index: -1;
.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>
</style>

Edição atual tal como às 23h19min de 29 de agosto de 2025

<style>

body::before {

content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat; filter: brightness(0.6);

background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; z-index: -1; } </style>