MediaWiki:Vector.css: Difference between revisions

From Femcels Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
#p-logo {
#p-logo {
     background-size: contain !important;
     background-size: 100% auto !important;  
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     height: 160px !important;
     height: 200px !important;  
     width: 220px !important;
     width: 200px !important;
     margin: 0 auto !important;
     margin: 0 auto !important;  
     padding: 0;
     padding: 0;
}
#mw-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

Revision as of 03:24, 19 May 2025

/* All CSS here will be loaded for users of the Vector skin */
#p-logo {
    background-size: 100% auto !important; 
    background-repeat: no-repeat;
    height: 200px !important; 
    width: 200px !important;
    margin: 0 auto !important; 
    padding: 0;
}

#mw-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}