Widget:Teste

De Wiki Gla
Revisão de 15h43min de 26 de maio de 2025 por Visno (discussão | contribs)
Ir para navegação Ir para pesquisar

<style> .table-index {

 width: 100%;
 border-spacing: 16px;
 font-family: Verdana, Arial, Helvetica, sans-serif;

} .index-cell {

 vertical-align: top;
 width: 48%;
 padding: 12px;
 background-color: #fdfdfd;
 border: 1px dashed #AAAAAA;
 border-radius: 8px;

} .index-title {

 display: flex;
 align-items: center;
 font-weight: bold;
 font-size: 15px;
 margin-bottom: 4px;

} .index-title img {

 width: 20px;
 height: 20px;
 margin-right: 6px;

} .index-links {

 font-size: 14px;
 line-height: 1.6;

} </style>