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 */


body {
/*body {
  background-image: url("/resources/assets/PageBackgroundHeader.png");
  background-image: url("/resources/assets/PageBackgroundHeader.png");
  background-color: #18191c;
  background-color: #18191c;
Line 8: Line 8:
  background-position: center top;
  background-position: center top;
}
}
*/

Revision as of 00:51, 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;
}
*/