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

De Wiki Gla
Ir para navegação Ir para pesquisar
(Criou página com '<!-- Exemplo de "Card" para Changelog --> <div class="changelog-card"> <div class="changelog-content"> <div class="changelog-title">CHANGELOG – 11.1</div> <div class="change...')
 
m
 
(51 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
<!-- Exemplo de "Card" para Changelog -->
<div class="changelog-card">
<div class="changelog-content">
<div class="changelog-title">CHANGELOG – 11.1</div>
<div class="changelog-sub">Glawiki</div>
<div class="changelog-date">08.11.2020</div>
</div>
<div class="changelog-icon">
<img src="URL_DO_ICONE" alt="Icone Changelog">
</div>
</div>
<style>
<style>
.changelog-card {
body::before {
  display: flex;
content: '';
  justify-content: space-between;
position: fixed;
  align-items: center;
top: 0;
  background: #fff; /* Cor de fundo do card */
left: 0;
  border: 1px solid #ddd; /* Borda leve */
width: 100%;
  border-radius: 6px; /* Cantos arredondados */
height: 100vh;
  padding: 10px 14px; /* Espaçamento interno */
background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
  margin-bottom: 10px; /* Espaço entre cards */
filter: brightness(0.6);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05); /* Sombra sutil */
    
}
background-attachment: fixed;
.changelog-content {
background-position: center;
  display: flex;
background-repeat: no-repeat;
  flex-direction: column;
background-size: cover;
}
z-index: -1;
.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; /* Ajuste conforme o tamanho do seu ícone */
  width: auto;
  border-radius: 50%; /* Se quiser ícone redondo */
}
}
</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>