Widget:Changelog
Ir para navegação
Ir para pesquisar
<style> .tibia-events-widget {
font-family: sans-serif; margin: 10px 0;
}
/* Cada evento */ .event-item {
padding: 5px 0; border-bottom: 1px solid #ccc;
}
/* Último evento sem borda */ .event-item:last-child {
border-bottom: none;
}
/* Título do evento (Chyllfroest, Prank Month, etc.) */ .event-title {
font-size: 120%; font-weight: bold; color: #000; margin-bottom: 4px; vertical-align: -5px; /* Ajuste para alinhar com o estilo TibiaWiki */
}
/* Ícone/bullet após o título */ .event-icon {
color: #000; margin-left: 4px; font-weight: normal;
}
/* Descrição do evento */ .event-desc {
margin-bottom: 4px; line-height: 1.4;
}
/* Link "Saiba mais" */ .event-more a {
font-weight: bold; color: #0645AD; text-decoration: none;
}
.event-more a:hover {
text-decoration: underline;
} </style>