MediaWiki:Common.css

From Lords and Villeins Wiki
Revision as of 10:54, 4 April 2022 by 8urcookie (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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.80);
  min-height:500px;
  margin-bottom: 60px;
}
.mw-footer{
background-color: rgba(255, 255, 255, 0.67);
padding: 25px;
}