Jump to content

MediaWiki:Common.css

From Arcscribe Public Wiki
Revision as of 11:56, 7 July 2026 by Hwashi (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.
/* 1. Force hide the plain text "Arcscribe Public Wiki" title text */
.mw-logo-wordmark,
.mw-logo-title,
span.mw-logo-title {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
}

/* 2. Scale up the actual image asset container to allow a larger logo */
.mw-logo {
    min-width: 160px !important;
    height: 40px !important;
}

/* 3. Force the image itself to scale up larger and not get clipped */
img.mw-logo-icon {
    width: 150px !important;
    height: auto !important;
    max-height: 36px !important;
}