Jump to content

MediaWiki:Vector.css: Difference between revisions

From Transight Wiki
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* For Vector 2022 Skin */
.vector-header-logo {
    max-width: 200px !important;  /* Change width as needed */
    max-height: 60px !important;  /* Adjust height */
    padding: 0 !important;
    margin: 0 !important;
}


/* For classic Vector logo container */
.mw-logo-icon {
    width: 200px !important;  /* Or your preferred width */
    height: auto !important;  /* Maintain aspect ratio */
}
/* Optional: Adjust logo position */
.vector-header .mw-logo-container {
    padding-top: 5px;
}

Latest revision as of 09:26, 28 June 2025