MediaWiki:Common.css: Difference between revisions

From In Next Life Wiki
Jump to navigationJump to search
Created page with "→‎CSS placed here will be applied to all skins: body { background-color: lightblue; }"
 
No edit summary
Line 2: Line 2:


body {
body {
  background-color: lightblue;
background-image: url(https://wiki.innextlife.com/images/background.png);
}
}

Revision as of 11:23, 15 July 2024

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

body {
 background-image: url(https://wiki.innextlife.com/images/background.png);
}