MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
/* ===== Remove excessive header space in Vector 2022 and center logo ===== */
 
/* Header container space हटाएँ */
.vector-header-container {
min-height: auto !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
min-height: auto0 !important;
height: 100%auto !important;
}
 
/* Logo sizecontainer and alignment adjustadjustments */
.vector-header-logo, .mw-logo-iconstart {
widthpadding-top: 100px0 !important;
heightpadding-bottom: auto0 !important;
display: flex !important;
align-items: center !important;
justify-contentheight: centerauto !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
}
 
/* AdjustLogo logosize backgroundand perfect centering */
.vector-header-logo a, .mw-logo-icon a {
width: 100px !important; /* आवश्यक अनुसार बढ़ाएँ: 100, 120, 150 */
height: auto !important;
margin: 0 !important;
padding: 0 !important;
boxbackground-sizingsize: border-boxcontain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
height: 100% !important;
}