Jump to content

MediaWiki:Mobile.css

From Niewulis Wiki
Revision as of 21:20, 27 April 2026 by Verpejas (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.
/* Hide the text site name */
.branding-box a span {
    display: none !important;
}

/* Inject logo as pseudo-element */
.branding-box a::before {
    content: url('/images/niewulis-wiki-logo.svg');
    display: block;
    width: 2rem;
    height: 2rem;
}

/* Sidebar logo above nav links */
.menu #p-navigation::before {
    content: url('/images/niewulis-wiki-logo.svg');
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 1rem auto;
}