Jump to content

MediaWiki:Common.css: Difference between revisions

From Sulane Wiki
No edit summary
No edit summary
Line 3: Line 3:
body {
body {
  background-image: url('https://sulane.net/img/bg.jpg');
  background-image: url('https://sulane.net/img/bg.jpg');
background-position: center;
 
}
}



Revision as of 14:32, 18 March 2025

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

body {
 background-image: url('https://sulane.net/img/bg.jpg');

}

#mw-head {
    background-color: #000000;  /* Replace with your desired color */
}