Jump to content

MediaWiki:Common.css

From EthernalRO Wiki
Revision as of 23:17, 26 January 2026 by Slicer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* 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;
}