Jump to content

MediaWiki:Common.css: Difference between revisions

From Wikitheism
Tag: Replaced
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Wikitheism clean Vector 2022 header - compact, readable */
 
/* 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 {
    width: 230px !important;
    min-width: 230px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    overflow: visible !important;
}
 
/* Larger visible emblem */
.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: block !important;
}
 
/* Smaller, lighter wordmark image */
.mw-logo-wordmark {
    width: 148px !important;
    height: 36px !important;
    max-width: 148px !important;
    max-height: 36px !important;
    object-fit: contain !important;
    display: block !important;
}
 
.mw-logo-tagline { display: none !important; }
 
/* Remove the big blank vertical band caused by earlier header experiments */
.vector-page-titlebar { margin-top: 0 !important; }
.mw-body, .vector-body { margin-top: 0 !important; }
 
/* Keep search from being shoved too far right */
.vector-typeahead-search { margin-left: 8px !important; }

Revision as of 22:59, 21 May 2026

/* Wikitheism clean Vector 2022 header - compact, readable */

/* 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 {
    width: 230px !important;
    min-width: 230px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    overflow: visible !important;
}

/* Larger visible emblem */
.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: block !important;
}

/* Smaller, lighter wordmark image */
.mw-logo-wordmark {
    width: 148px !important;
    height: 36px !important;
    max-width: 148px !important;
    max-height: 36px !important;
    object-fit: contain !important;
    display: block !important;
}

.mw-logo-tagline { display: none !important; }

/* Remove the big blank vertical band caused by earlier header experiments */
.vector-page-titlebar { margin-top: 0 !important; }
.mw-body, .vector-body { margin-top: 0 !important; }

/* Keep search from being shoved too far right */
.vector-typeahead-search { margin-left: 8px !important; }