Mudanças entre as edições de "Widget:Teste2"
m |
|||
Linha 1: | Linha 1: | ||
<div class="changelog-widget"> | <div class="changelog-widget"> | ||
<div class="changelog-item"> | <div class="changelog-item"> | ||
<img src="URL_DO_ICONE" class="changelog-icon"> | <img src="URL_DO_ICONE" class="changelog-icon"> | ||
<div class="changelog-info"> | <div class="changelog-info"> | ||
<div class="changelog-header"> | <div class="changelog-header"> | ||
<a href="LINK_INFORMATIVOS" class="changelog-title">Informativos</a> | <a href="LINK_INFORMATIVOS" class="changelog-title">Informativos</a> | ||
<div class="changelog-date">21.04.2025</div> | <div class="changelog-date">21.04.2025</div> | ||
</div> | </div> | ||
<p class="changelog-desc"> | <p class="changelog-desc"> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit | Lorem ipsum dolor sit amet, consectetur adipiscing elit. | ||
</p> | </p> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="changelog-item"> | <div class="changelog-item"> | ||
<img src="URL_DO_ICONE" class="changelog-icon"> | <img src="URL_DO_ICONE" class="changelog-icon"> | ||
Linha 30: | Linha 26: | ||
</div> | </div> | ||
<div class="changelog-item"> | <div class="changelog-item"> | ||
<img src="URL_DO_ICONE" class="changelog-icon"> | <img src="URL_DO_ICONE" class="changelog-icon"> | ||
Linha 56: | Linha 51: | ||
display: flex; | display: flex; | ||
align-items: flex-start; | align-items: flex-start; | ||
padding: | padding: 10px 0; | ||
border-bottom: 1px solid #e0e0e0; | |||
} | } | ||
.changelog-item | .changelog-item:last-of-type { | ||
border-bottom: | border-bottom: none; | ||
} | } | ||
Linha 67: | Linha 62: | ||
width: 32px; | width: 32px; | ||
height: 32px; | height: 32px; | ||
margin-right: | margin-right: 10px; | ||
flex-shrink: 0; | flex-shrink: 0; | ||
} | } | ||
Linha 77: | Linha 72: | ||
.changelog-header { | .changelog-header { | ||
display: flex; | display: flex; | ||
align-items: center; | |||
margin-bottom: | gap: 8px; | ||
background-color: #f7f7f7; | |||
padding: 4px 6px; | |||
border-radius: 4px; | |||
margin-bottom: 4px; | |||
} | } | ||
.changelog-title { | .changelog-title { | ||
font-size: 1em; | font-size: 1.1em; | ||
font-weight: bold; | font-weight: bold; | ||
color: #333; | color: #333; | ||
Linha 95: | Linha 94: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #888; | color: #888; | ||
} | } | ||
Linha 102: | Linha 100: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
color: #555; | color: #555; | ||
line-height: 1. | line-height: 1.4; | ||
} | } | ||
</style> | </style> |
Edição das 02h24min de 13 de abril de 2025
<style> .changelog-widget { font-family: sans-serif; max-width: 600px; margin: 0 auto; box-sizing: border-box; }
.changelog-item { display: flex; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid #e0e0e0; }
.changelog-item:last-of-type { border-bottom: none; }
.changelog-icon { width: 32px; height: 32px; margin-right: 10px; flex-shrink: 0; }
.changelog-info { flex: 1; }
.changelog-header { display: flex; align-items: center; gap: 8px; background-color: #f7f7f7; padding: 4px 6px; border-radius: 4px; margin-bottom: 4px; }
.changelog-title { font-size: 1.1em; font-weight: bold; color: #333; text-decoration: none; }
.changelog-title:hover { text-decoration: underline; }
.changelog-date { font-size: 0.9em; color: #888; }
.changelog-desc { margin: 0; font-size: 0.9em; color: #555; line-height: 1.4; } </style>