MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
img.bg {
min-width: 100%;
max-width: 100%;
height: auto;
}


body {
body {
  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-size: 100% 594px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: top;
  background-position: top;
}
}

Revision as of 00:30, 18 December 2022

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

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