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 */
.mw-wiki-logo {
#p-logo {
     background-size: contain !important;
     background-size: contain !important;
     width: 220px !important;   /* adjust as needed */
     background-repeat: no-repeat;
     height: 160px !important; /* adjust as needed */
     height: 160px !important;
}
    width: 220px !important;
/* Center logo */
    margin: 0 auto !important;
#p-logo {
    padding: 0;
  margin: 0 auto;
  float: none !important;
  text-align: center;
}
}

Revision as of 03:17, 19 May 2025

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