Difference between revisions of "MediaWiki:Common.css"

From Lords and Villeins Wiki
Jump to navigation Jump to search
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("Bg.png")
background-image: url(Bg.png)
}
}

Revision as of 10:07, 4 April 2022

/* CSS placed here will be applied to all skins */
body {
background-image: url(Bg.png)
}