MediaWiki:Common.css: Difference between revisions
Created page with "→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; ba..." |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Você não deveria estar lendo isso meu chapa! */ | ||
.navi-link { | .navi-link { | ||
color: #0645ad; | color: #0645ad; | ||
cursor: pointer; | cursor: pointer; | ||
font-weight: bold; | font-weight: bold; | ||
position: relative; | position: relative; | ||
} | } | ||
| Line 11: | Line 11: | ||
} | } | ||
.navi-msg { | .navi-msg { | ||
display: none; | display: none; | ||
Latest revision as of 23:17, 26 January 2026
/* Você não deveria estar lendo isso meu chapa! */
.navi-link {
color: #0645ad;
cursor: pointer;
font-weight: bold;
position: relative;
}
.navi-link:hover {
text-decoration: underline;
}
.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;
}