Happy Early Access Launch! Please bear with us: We're doing our best to get the site updated. If we currently don't have what you're looking for, try checking our sister site, beastieball.info.

If you're looking to contribute to the site, we're happy to have you! Check out Beastiepedia:To Do List to see what needs done.

Find us in the Wishes Unlimited Discord in the "Beastiepedia: The Beastieball Wiki" thread in the Forums!

MediaWiki:Common.css: Difference between revisions

From Beastiepedia: The Beastieball Wiki
(Created page with "→‎CSS placed here will be applied to all skins: #mw-content-container { background-image: url("images/SiteResources/Background.png"); background-repeat: repeat; background-position: center top; }")
 
No edit summary
Tag: Reverted
Line 2: Line 2:
#mw-content-container {
#mw-content-container {
   background-image: url("images/SiteResources/Background.png");
   background-image: url("images/SiteResources/Background.png");
  background-size: auto 100%;
   background-repeat: repeat;
   background-repeat: repeat;
   background-position: center top;
   background-position: center top;
}
}

Revision as of 21:59, 22 June 2024

/* CSS placed here will be applied to all skins */
#mw-content-container {
  background-image: url("images/SiteResources/Background.png");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: center top;
}