MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 4: Line 4:
  background-image: url("/resources/assets/PageBackgroundHeader.png");
  background-image: url("/resources/assets/PageBackgroundHeader.png");
  background-color: #18191c;
  background-color: #18191c;
  background-size: 100% 200px;
  background-size: 100% 400px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center top;
  background-position: center top;
}
}

Revision as of 00:39, 19 December 2022

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

body {
 background-image: url("/resources/assets/PageBackgroundHeader.png");
 background-color: #18191c;
 background-size: 100% 400px;
 background-repeat: no-repeat;
 background-position: center top;
}