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
DrChillbrain (talk | contribs) No edit summary |
DrChillbrain (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
url("images/SiteResources/GoBanana.ttf") format("truetype") | url("images/SiteResources/GoBanana.ttf") format("truetype") | ||
} | } | ||
.mw- | .mw-body-content h2 { | ||
font-family: "Go Banana", sans-serif; | font-family: "Go Banana", sans-serif; | ||
} | } |
Revision as of 02:15, 7 July 2024
/* CSS placed here will be applied to all skins */ #mw-content-container { background-image: url("images/SiteResources/Background.webp"); background-position: center top; background-repeat: no-repeat; background-size: cover; } @font-face { font-family: "Go Banana"; src: local("Go Banana"), url("images/SiteResources/GoBanana.ttf") format("truetype") } .mw-body-content h2 { font-family: "Go Banana", sans-serif; }