Jump to content

MediaWiki:Common.css

From Wikitheism
Revision as of 23:27, 21 May 2026 by WikiSysop (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.
/* Minimal Wikitheism header cleanup */
.mw-logo {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-width: 0 !important;
    width: auto !important;
}

.mw-logo-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
}

.mw-logo-wordmark,
.mw-logo-tagline {
    display: none !important;
}

.mw-logo::after {
    content: "Wikitheism";
    display: inline-block !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #202122 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}