MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Wikitheism | /* Wikitheism header: globe/book/symbols icon + plain text title */ | ||
.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; | |||
white-space: nowrap !important; | |||
} | } | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: | width: 56px !important; | ||
height: | height: 42px !important; | ||
min-width: | min-width: 56px !important; | ||
max-width: | max-width: 56px !important; | ||
max-height: | max-height: 42px !important; | ||
object-fit: contain !important; | object-fit: contain !important; | ||
display: inline-block !important; | |||
vertical-align: middle !important; | |||
} | } | ||
| Line 26: | Line 28: | ||
.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: 18px !important; | ||
font-weight: 400 !important; | |||
color: #202122; | color: #202122 !important; | ||
line-height: 1; | line-height: 1 !important; | ||
white-space: nowrap; | white-space: nowrap !important; | ||
margin: 0 !important; | |||
padding: 0 !important; | |||
vertical-align: middle !important; | |||
} | } | ||
.vector-header-container, | |||
.vector-header-start { | .vector-header-start { | ||
min-height: | min-height: 60px !important; | ||
align-items: center !important; | align-items: center !important; | ||
} | } | ||
Latest revision as of 23:39, 21 May 2026
/* 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;
}