MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Wikitheism header | /* Minimal Wikitheism header cleanup */ | ||
.mw-logo { | .mw-logo { | ||
display: | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
gap: | gap: 10px !important; | ||
min-width: 0 !important; | min-width: 0 !important; | ||
width: auto !important; | width: auto !important; | ||
} | } | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: | width: 42px !important; | ||
height: | height: 42px !important; | ||
min-width: | min-width: 42px !important; | ||
max-width: | max-width: 42px !important; | ||
max-height: | max-height: 42px !important; | ||
object-fit: contain !important; | object-fit: contain !important; | ||
} | } | ||
| Line 32: | Line 26: | ||
display: inline-block !important; | display: inline-block !important; | ||
font-family: Georgia, "Times New Roman", serif !important; | font-family: Georgia, "Times New Roman", serif !important; | ||
font-size: | font-size: 18px !important; | ||
font-weight: 400 !important; | font-weight: 400 !important; | ||
color: #202122 !important; | color: #202122 !important; | ||
line-height: 1 !important; | line-height: 1 !important; | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
} | } | ||
Revision as of 23:27, 21 May 2026
/* 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;
}