MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Wikitheism | /* Wikitheism final Vector 2022 header reset */ | ||
.mw-logo { | .mw-logo { | ||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
gap: | gap: 12px !important; | ||
min-width: 250px !important; | |||
height: 58px !important; | |||
text-decoration: none !important; | |||
} | } | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: | width: 54px !important; | ||
height: | height: 54px !important; | ||
min-width: | min-width: 54px !important; | ||
max-width: | max-width: 54px !important; | ||
max-height: | max-height: 54px !important; | ||
object-fit: contain !important; | object-fit: contain !important; | ||
} | } | ||
.mw-logo-wordmark, | |||
.mw-logo- | .mw-logo-tagline { | ||
display: none !important; | |||
} | |||
.mw-logo::after { | |||
content: "Wikitheism"; | |||
font-family: Georgia, "Times New Roman", serif; | |||
font-size: 30px; | |||
font-weight: 400; | |||
letter-spacing: -0.3px; | |||
color: #202122; | |||
line-height: 1; | |||
white-space: nowrap; | |||
} | } | ||
. | .vector-header-container { | ||
min-height: 72px !important; | |||
} | |||
.vector-header-start { | |||
.vector- | min-height: 72px !important; | ||
align-items: center !important; | |||
} | |||
.vector-typeahead-search { | |||
.vector-typeahead-search { margin-left: | margin-left: 18px !important; | ||
} | |||
Revision as of 23:07, 21 May 2026
/* Wikitheism final Vector 2022 header reset */
.mw-logo {
display: flex !important;
align-items: center !important;
gap: 12px !important;
min-width: 250px !important;
height: 58px !important;
text-decoration: none !important;
}
.mw-logo-icon {
width: 54px !important;
height: 54px !important;
min-width: 54px !important;
max-width: 54px !important;
max-height: 54px !important;
object-fit: contain !important;
}
.mw-logo-wordmark,
.mw-logo-tagline {
display: none !important;
}
.mw-logo::after {
content: "Wikitheism";
font-family: Georgia, "Times New Roman", serif;
font-size: 30px;
font-weight: 400;
letter-spacing: -0.3px;
color: #202122;
line-height: 1;
white-space: nowrap;
}
.vector-header-container {
min-height: 72px !important;
}
.vector-header-start {
min-height: 72px !important;
align-items: center !important;
}
.vector-typeahead-search {
margin-left: 18px !important;
}