MediaWiki:Vector-2022.css: Difference between revisions

From openwfm
No edit summary
No edit summary
Line 8: Line 8:
   background-size: contain;
   background-size: contain;
   background-color: #fff; /* optional, ensures clean base */
   background-color: #fff; /* optional, ensures clean base */
   margin-bottom: -1em;
   margin-bottom: -0.5em;
   margin-top: -2em;
   margin-top: -2em;
}
}

Revision as of 22:24, 6 August 2025

/* Static contained banner above content */
body.skin-vector-2022 .mw-page-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px; /* or adjust as needed */
  background: url("/images/c/cb/Openwfm.png") no-repeat center center;
  background-size: contain;
  background-color: #fff; /* optional, ensures clean base */
  margin-bottom: -0.5em;
  margin-top: -2em;
}