Widget:Changelog-link: mudanças entre as edições

De PokeXGames
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Etiqueta: Revertido
Linha 1: Linha 1:
<style>
.changelog__link,
.changelog__link:visited {
    color: #42046f;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    justify-content: space-between;
    padding: .5rem .95rem;
    border-bottom: 1px solid rgb(120, 120, 120);
    transition: background .25s ease;
}
.changelog__link:hover {
    text-decoration: none;
    background: #f3eaff;
}
.changelog__link::after {
    content: ">";
}
</style>
<a href=" <!--{$link|default:''|escape:'html'}-->" class="changelog__link">
<a href=" <!--{$link|default:''|escape:'html'}-->" class="changelog__link">
<!----><!--{$title|default:''|escape:'html'}-->
<!----><!--{$title|default:''|escape:'html'}-->
</a>
</a>

Edição das 22h08min de 21 de janeiro de 2024

<style> .changelog__link, .changelog__link:visited {

   color: #42046f;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
   font-weight: 500;
   font-size: 1.15rem;
   justify-content: space-between;
   padding: .5rem .95rem;
   border-bottom: 1px solid rgb(120, 120, 120);
   transition: background .25s ease;

}

.changelog__link:hover {

   text-decoration: none;
   background: #f3eaff;

}

.changelog__link::after {

   content: ">";

} </style>

<a href=" " class="changelog__link"> </a>