MediaWiki:Common.css: Difference between revisions

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

Revision as of 00:23, 18 December 2022

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

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