Widget:Changelog

De Wiki Gla
Revisão de 02h38min de 4 de abril de 2025 por Gurren1 (discussão | contribs)
Ir para navegação Ir para pesquisar

<style>

   .change-widget {
       font-family: sans-serif;
       margin: 0;
       padding: 0;
       max-height: 300px;
       overflow-y: auto;
   }
   .change-item {
       margin-bottom: 10px;
   }
   .change-title {
       font-size: 120%;
       border: none;
       vertical-align: -5px;
       font-weight: bold;
       color: #000;
   }
   .change-title img {
       width: 16px;
       height: 16px;
       margin-right: 5px;
       vertical-align: middle;
   }
   .change-item hr {
       border: none;
       border-top: 1px solid #ccc;
       margin: 4px 0;
   }
   .change-item a {
       text-decoration: none;
       font-weight: bold;
       color: #0645AD;
   }
   .change-item a:hover {
       text-decoration: underline;
   }
   .change-date {
       font-size: 90%;
       color: #888;
   }

</style>