MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Wikitheism | /* Wikitheism header reset: tight icon + plain text wordmark */ | ||
.mw-logo { | .mw-logo { | ||
display: flex !important; | display: inline-flex !important; | ||
flex-direction: row !important; | |||
align-items: center !important; | align-items: center !important; | ||
gap: 12px !important; | gap: 12px !important; | ||
min-width: | min-width: 0 !important; | ||
width: auto !important; | |||
height: 58px !important; | height: 58px !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
| Line 11: | Line 13: | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: | width: 64px !important; | ||
height: | height: 48px !important; | ||
min-width: | min-width: 64px !important; | ||
max-width: | max-width: 64px !important; | ||
max-height: | max-height: 48px !important; | ||
object-fit: contain !important; | object-fit: contain !important; | ||
display: inline-block !important; | |||
vertical-align: middle !important; | |||
} | } | ||
| Line 26: | Line 30: | ||
.mw-logo::after { | .mw-logo::after { | ||
content: "Wikitheism"; | content: "Wikitheism"; | ||
font-family: Georgia, "Times New Roman", serif; | display: inline-block !important; | ||
font-size: | font-family: Georgia, "Times New Roman", serif !important; | ||
font-weight: 400; | font-size: 22px !important; | ||
letter-spacing: | font-weight: 400 !important; | ||
color: #202122; | letter-spacing: 0 !important; | ||
line-height: 1; | color: #202122 !important; | ||
white-space: nowrap; | line-height: 1 !important; | ||
white-space: nowrap !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
vertical-align: middle !important; | |||
} | } | ||
.vector-header-container { | .vector-header-container, | ||
min-height: | .vector-header-start, | ||
.vector-page-titlebar { | |||
min-height: 64px !important; | |||
align-items: center !important; | |||
} | } | ||
.vector-header- | .vector-sticky-header, | ||
min-height: | .vector-page-toolbar, | ||
.vector-pinnable-header { | |||
min-height: 0 !important; | |||
} | } | ||
.vector-typeahead-search { | .vector-typeahead-search { | ||
margin-left: | margin-left: 14px !important; | ||
} | } | ||
Revision as of 23:13, 21 May 2026
/* 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;
}