Jump to content

MediaWiki:Common.js: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 18: Line 18:


     // Estilo comum para todos os links brancos
     // Estilo comum para todos os links brancos
     var linkStyle = 'style="color: #ffffff !important; text-decoration: none; display: block; margin-bottom: 10px; font-size: 14px;"';
    // Removido o text-decoration: none para permitir que o CSS controle o hover
     var linkStyle = 'style="color: #ffffff !important; display: block; margin-bottom: 10px; font-size: 14px;"';
     var titleStyle = 'style="color: #ffffff !important; font-weight: bold; margin-bottom: 20px; font-size: 16px; border: none;"';
     var titleStyle = 'style="color: #ffffff !important; font-weight: bold; margin-bottom: 20px; font-size: 16px; border: none;"';