Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
background-image: url("https://wiki.lordsandvilleins.com/subdom/wiki/images/3/3a/Bg.png"); | background-image: url("https://wiki.lordsandvilleins.com/subdom/wiki/images/3/3a/Bg.png"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: | background-position: 0 100%; | ||
background-attachment: fixed; | |||
} | } | ||
Revision as of 09:18, 4 April 2022
/* CSS placed here will be applied to all skins */
body {
background-image: url("https://wiki.lordsandvilleins.com/subdom/wiki/images/3/3a/Bg.png");
background-repeat: no-repeat;
background-position: 0 100%;
background-attachment: fixed;
}