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: globe/book/symbols icon + plain text title */
.mw-logo {
display: inline-flex !important;
flex-direction: row !important;
align-items: center !important;
gap: 12px !important;
min-width: 0 !important;
width: auto !important;
white-space: nowrap !important;
}
.mw-logo-icon {
width: 56px !important;
height: 42px !important;
min-width: 56px !important;
max-width: 56px !important;
max-height: 42px !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: 18px !important;
font-weight: 400 !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 {
min-height: 60px !important;
align-items: center !important;
}