MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
/* ===== RemoveFinal excessiveTested headerCSS spaceto inremove Vectortop-bottom 2022white andspace centerunder logo ===== */
 
/* HeaderRemove containerheader spaceextra हटाएँspace */
.vector-header, .vector-header-start, .vector-header-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
paddingmargin-top: 0 !important;
paddingmargin-bottom: 0 !important;
min-height: 0 !important;
height: auto !important;
align-items: center !important;
}
 
/* LogoPerfectly containercenter adjustmentsthe logo */
.vector-header-startlogo, .mw-logo-icon {
padding-top: 0 !important;
padding-bottom: 0 !important;
display: flex !important;
align-items: center !important;
heightjustify-content: autocenter !important;
width: 100px !important; /* आवश्यकआवश्यकता अनुसार बढ़ाएँ: 100, 120, 150 */
 
/* Logo size and perfect centering */
.vector-header-logo, .mw-logo-icon {
width: 100px !important; /* आवश्यक अनुसार बढ़ाएँ: 100, 120, 150 */
height: auto !important;
margin: 0 !important;
Line 27 ⟶ 24:
background-repeat: no-repeat !important;
background-position: center center !important;
 
/* Adjust inner container for alignment */
.vector-header-logo,start .mw-logo-icon> a {
display: flex !important;
align-items: center !important;
justify-content: center !important;
height: 100% !important;
width: auto !important;
}