MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 10: Line 10:
  background-image: url("/resources/assets/PageBackgroundHeader.png");
  background-image: url("/resources/assets/PageBackgroundHeader.png");
  background-color: 1d1e1f;
  background-color: 1d1e1f;
background-size: 100% 594px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
background-position: center;
  background-position: top;
  background-position: top;
}
}

Revision as of 00:29, 18 December 2022

/* CSS placed here will be applied to all skins */

img.bg {
 min-width: 100%;
 max-width: 100%;
 height: auto;
}

body {
 background-image: url("/resources/assets/PageBackgroundHeader.png");
 background-color: 1d1e1f;
 background-size: 100% 594px;
 background-repeat: no-repeat;
 background-position: top;
}