Difference between revisions of "MediaWiki:Common.css"

From Lords and Villeins Wiki
Jump to navigation Jump to search
Line 19: Line 19:
.mw-footer{
.mw-footer{
background-color: rgba(255, 255, 255, 0.67);
background-color: rgba(255, 255, 255, 0.67);
padding: 0px;
margin-top: auto;
margin-top: auto;
margin-bottom: 200px;
margin-bottom: 200px;
}
}

Revision as of 10:48, 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-size: cover;
background-position: 0 100%;
background-attachment: fixed;
}
#mw-page-base {
  background:none;
}
.mw-body {
  border: 1px solid #A7D7F9;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.67);
  min-height:500px;
  margin-bottom: 60px;
}
.mw-footer{
background-color: rgba(255, 255, 255, 0.67);
padding: 0px;
margin-top: auto;
margin-bottom: 200px;
}