Jump to content

MediaWiki:Common.css: Difference between revisions

From Wikitheism
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Wikitheism header reset: tight icon + plain text wordmark */
/* Wikitheism header: globe/book/symbols icon + plain text title */
 
.mw-logo {
.mw-logo {
     display: inline-flex !important;
     display: inline-flex !important;
Line 8: Line 7:
     min-width: 0 !important;
     min-width: 0 !important;
     width: auto !important;
     width: auto !important;
     height: 58px !important;
     white-space: nowrap !important;
    text-decoration: none !important;
}
}


.mw-logo-icon {
.mw-logo-icon {
     width: 64px !important;
     width: 56px !important;
     height: 48px !important;
     height: 42px !important;
     min-width: 64px !important;
     min-width: 56px !important;
     max-width: 64px !important;
     max-width: 56px !important;
     max-height: 48px !important;
     max-height: 42px !important;
     object-fit: contain !important;
     object-fit: contain !important;
     display: inline-block !important;
     display: inline-block !important;
Line 32: Line 30:
     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: 22px !important;
     font-size: 18px !important;
     font-weight: 400 !important;
     font-weight: 400 !important;
    letter-spacing: 0 !important;
     color: #202122 !important;
     color: #202122 !important;
     line-height: 1 !important;
     line-height: 1 !important;
Line 44: Line 41:


.vector-header-container,
.vector-header-container,
.vector-header-start,
.vector-header-start {
.vector-page-titlebar {
     min-height: 60px !important;
     min-height: 64px !important;
     align-items: center !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;
}
}

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;
}