Widget:Teste2
Ir para navegação
Ir para pesquisar
CHANGELOG – 11.1
Glawiki
08.11.2020
<style> .changelog-card {
display: flex; justify-content: space-between; align-items: center; background: #fff; /* Cor de fundo do card */ border: 1px solid #ddd; /* Borda leve */ border-radius: 6px; /* Cantos arredondados */ padding: 10px 14px; /* Espaçamento interno */ margin-bottom: 10px; /* Espaço entre cards */ box-shadow: 0 1px 2px rgba(0,0,0,0.05); /* Sombra sutil */
} .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; /* Ajuste conforme o tamanho do seu ícone */ width: auto; border-radius: 50%; /* Se quiser ícone redondo */
} </style>