MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Estilo para o link de navegação */
.navi-link {
color: #0645ad; /* Cor padrão de link da MediaWiki */
cursor: pointer;
font-weight: bold;
position: relative; /* Para posicionar a mensagem 'Copiado' se necessário */
}
.navi-link:hover {
text-decoration: underline;
}
/* Estilo da mensagem "Copiado" - começa invisível */
.navi-msg {
display: none;
color: green;
font-size: 0.8em;
margin-left: 5px;
font-weight: normal;
background-color: #eaffea;
border: 1px solid #cceecc;
padding: 0 4px;
border-radius: 3px;
}