MediaWiki:Vector.css: Difference between revisions

From Femcels Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
.mw-wiki-logo {
.mw-wiki-logo {
     background-size: contain !important;
     background-size: contain !important;
     width: 220px !important;   /* adjust as needed */
    background-repeat: no-repeat !important;
     height: 160px !important; /* adjust as needed */
    background-position: center center !important;
}
     width: 160px !important;
/* Center logo */
     height: 120px !important;
#p-logo {
    margin: 0 auto !important;
  margin: 0 auto;
    display: block !important;
  float: none !important;
  text-align: center;
}
}

Latest revision as of 03:55, 19 May 2025

/* All CSS here will be loaded for users of the Vector skin */
.mw-wiki-logo {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 160px !important;
    height: 120px !important;
    margin: 0 auto !important;
    display: block !important;
}