Jump to content

MediaWiki:Common.css

From Wikitheism
Revision as of 23:07, 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.
/* Wikitheism final Vector 2022 header reset */

.mw-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 250px !important;
    height: 58px !important;
    text-decoration: none !important;
}

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

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

.mw-logo::after {
    content: "Wikitheism";
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #202122;
    line-height: 1;
    white-space: nowrap;
}

.vector-header-container {
    min-height: 72px !important;
}

.vector-header-start {
    min-height: 72px !important;
    align-items: center !important;
}

.vector-typeahead-search {
    margin-left: 18px !important;
}