MediaWiki:Vector-2022.css: Difference between revisions

From openwfm
(ws shady)
No edit summary
Line 1: Line 1:
body.skin-vector-2022 .mw-page-container {
  padding-top: 80px;
}
body.skin-vector-2022::before {
body.skin-vector-2022::before {
   content: "";
   content: "";
   position: fixed;
   position: absolute;
   top: 0;
   top: 0;
   left: 0;
   left: 0;
   width: 100%;
   width: 100%;
   height: 110px;
   height: 70px;
   background: url("https://wiki.openwfm.org/images/c/cb/Openwfm.png") no-repeat left center;
   background: url("https://wiki.openwfm.org/images/c/cb/Openwfm.png") no-repeat left center;
   background-size: cover;
   background-size: contain;
   z-index: 1000;
   background-color: #fff;
}
   z-index: 1;
 
body.skin-vector-2022 .mw-page-container {
   padding-top: 118px;
}
}

Revision as of 21:32, 6 August 2025

body.skin-vector-2022 .mw-page-container {
  padding-top: 80px;
}

body.skin-vector-2022::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: url("https://wiki.openwfm.org/images/c/cb/Openwfm.png") no-repeat left center;
  background-size: contain;
  background-color: #fff;
  z-index: 1;
}