MediaWiki:Minerva.css

Revision as of 14:39, 4 June 2025 by Admin (talk | contribs)

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.
/* All CSS here will be loaded for users of the MinervaNeue skin */

.skin-minerva .mw-wiki-logo {
    background: none !important;
    width: 120px !important;
    height: 40px !important;
    position: relative;
    text-indent: -9999px !important; /* hide text */
}

/* Placeholder for new logo */
.skin-minerva .mw-wiki-logo:before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('/images/phonr.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block;
}