Difference between revisions of "MediaWiki:Common.css"

From Lords and Villeins Wiki
Jump to navigation Jump to search
Tag: Reverted
Line 2: Line 2:
body {
body {
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-color: #3297DF;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-size: cover;
background-size: cover;

Revision as of 10:22, 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-color: #3297DF;
background-repeat: no-repeat;
background-size: cover;
background-position: 0 100%;
background-attachment: fixed;
}