MediaWiki:Common.css
Appearance
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 header reset: tight icon + plain text wordmark */
.mw-logo {
display: inline-flex !important;
flex-direction: row !important;
align-items: center !important;
gap: 12px !important;
min-width: 0 !important;
width: auto !important;
height: 58px !important;
text-decoration: none !important;
}
.mw-logo-icon {
width: 64px !important;
height: 48px !important;
min-width: 64px !important;
max-width: 64px !important;
max-height: 48px !important;
object-fit: contain !important;
display: inline-block !important;
vertical-align: middle !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: 22px !important;
font-weight: 400 !important;
letter-spacing: 0 !important;
color: #202122 !important;
line-height: 1 !important;
white-space: nowrap !important;
margin: 0 !important;
padding: 0 !important;
vertical-align: middle !important;
}
.vector-header-container,
.vector-header-start,
.vector-page-titlebar {
min-height: 64px !important;
align-items: center !important;
}
.vector-sticky-header,
.vector-page-toolbar,
.vector-pinnable-header {
min-height: 0 !important;
}
.vector-typeahead-search {
margin-left: 14px !important;
}