Jump to content

MediaWiki:Common.css: Difference between revisions

From Wikitheism
No edit summary
No edit summary
Line 1: Line 1:
/* Wikitheism clean Vector 2022 header - compact, readable */
/* Wikitheism final Vector 2022 header reset */


/* Reset earlier oversized header changes */
.vector-header-container,
.vector-header-start,
.vector-page-titlebar,
.vector-sticky-header {
    min-height: unset !important;
}
.vector-header-container {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
/* Keep the brand compact and aligned */
.mw-logo {
.mw-logo {
    width: 230px !important;
    min-width: 230px !important;
    height: 56px !important;
     display: flex !important;
     display: flex !important;
     align-items: center !important;
     align-items: center !important;
     gap: 10px !important;
     gap: 12px !important;
     overflow: visible !important;
     min-width: 250px !important;
    height: 58px !important;
    text-decoration: none !important;
}
}


/* Larger visible emblem */
.mw-logo-icon {
.mw-logo-icon {
     width: 64px !important;
     width: 54px !important;
     height: 48px !important;
     height: 54px !important;
     min-width: 64px !important;
     min-width: 54px !important;
     max-width: 64px !important;
     max-width: 54px !important;
     max-height: 48px !important;
     max-height: 54px !important;
     object-fit: contain !important;
     object-fit: contain !important;
    display: block !important;
}
}


/* Smaller, lighter wordmark image */
.mw-logo-wordmark,
.mw-logo-wordmark {
.mw-logo-tagline {
     width: 148px !important;
     display: none !important;
     height: 36px !important;
}
     max-width: 148px !important;
 
     max-height: 36px !important;
.mw-logo::after {
     object-fit: contain !important;
    content: "Wikitheism";
     display: block !important;
    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;
}
}


.mw-logo-tagline { display: none !important; }
.vector-header-container {
    min-height: 72px !important;
}


/* Remove the big blank vertical band caused by earlier header experiments */
.vector-header-start {
.vector-page-titlebar { margin-top: 0 !important; }
    min-height: 72px !important;
.mw-body, .vector-body { margin-top: 0 !important; }
    align-items: center !important;
}


/* Keep search from being shoved too far right */
.vector-typeahead-search {
.vector-typeahead-search { margin-left: 8px !important; }
    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;
}