Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 64: Line 64:
}
}


/* Link dentro do botão */
/* Link dentro do botão - Forçar branco em todos os estados */
.mw-parser-output .atlas-btn a {
.mw-parser-output .atlas-btn a,
     color: #ffffff !important; /* Texto Branco */
.mw-parser-output .atlas-btn a:link,
.mw-parser-output .atlas-btn a:visited,
.mw-parser-output .atlas-btn a:hover,
.mw-parser-output .atlas-btn a:active {
     color: #ffffff !important;
     text-decoration: none !important;
     text-decoration: none !important;
    border-bottom: none !important;
     font-weight: bold !important;
     font-weight: bold !important;
     font-size: 0.95em !important;
     font-size: 0.95em !important;