MediaWiki:Common.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* ===== Remove excessive header space in Vector 2022 and center logo ===== */ |
|||
/* Header container space हटाएँ */ |
|||
.vector-header-container { |
.vector-header-container { |
||
⚫ | |||
padding-top: 0 !important; |
padding-top: 0 !important; |
||
padding-bottom: 0 !important; |
padding-bottom: 0 !important; |
||
⚫ | |||
⚫ | |||
} |
} |
||
/* Logo |
/* Logo container adjustments */ |
||
.vector-header- |
.vector-header-start { |
||
padding-top: 0 !important; |
|||
padding-bottom: 0 !important; |
|||
display: flex !important; |
display: flex !important; |
||
align-items: center !important; |
align-items: center !important; |
||
height: auto !important; |
|||
⚫ | |||
⚫ | |||
box-sizing: border-box !important; |
|||
} |
} |
||
/* |
/* Logo size and perfect centering */ |
||
.vector-header-logo |
.vector-header-logo, .mw-logo-icon { |
||
width: 100px !important; /* आवश्यक अनुसार बढ़ाएँ: 100, 120, 150 */ |
|||
height: auto !important; |
|||
⚫ | |||
⚫ | |||
⚫ | |||
background-repeat: no-repeat !important; |
|||
background-position: center center !important; |
|||
display: flex !important; |
display: flex !important; |
||
align-items: center !important; |
align-items: center !important; |
||
justify-content: center !important; |
justify-content: center !important; |
||
⚫ | |||
} |
} |
Revision as of 11:56, 13 July 2025
/* ===== Remove excessive header space in Vector 2022 and center logo ===== */
/* Header container space हटाएँ */
.vector-header-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
min-height: 0 !important;
height: auto !important;
}
/* Logo container adjustments */
.vector-header-start {
padding-top: 0 !important;
padding-bottom: 0 !important;
display: flex !important;
align-items: center !important;
height: auto !important;
}
/* Logo size and perfect centering */
.vector-header-logo, .mw-logo-icon {
width: 100px !important; /* आवश्यक अनुसार बढ़ाएँ: 100, 120, 150 */
height: auto !important;
margin: 0 !important;
padding: 0 !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}