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.
/* Hide the default plain-text wiki title */
.mw-logo-container .mw-logo-title {
display: none !important;
}
/* Make the uploaded wordmark logo bigger and give it breathing room */
.mw-logo-container .mw-logo-icon {
width: 140px !important;
height: auto !important;
max-height: 40px !important;
transition: transform 0.2s ease;
}
/* Adjust layout alignment for the larger logo */
.mw-logo {
padding-top: 5px;
padding-bottom: 5px;
}