MediaWiki:Common.css

From UNLwiki
Revision as of 22:34, 17 October 2025 by Ronaldotmartins (talk | contribs)
Jump to navigationJump to search

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.
/* Esconde o texto do site no logo */
.mw-wiki-logo::after {
    content: "";
}

/* Ajusta tamanho do logo se necessário */
.mw-wiki-logo {
    background-size: contain;
    width: 200px;   /* ajuste conforme seu logo */
    height: 100px;  /* ajuste conforme seu logo */
    text-indent: -9999px; /* esconde o texto do link */
    display: block;
}