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) (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; }") |
DrChillbrain (talk | contribs) No edit summary |
||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#mw-content-container { | #mw-content-container { | ||
background-image: url("images/SiteResources/Background. | background-image: url("images/SiteResources/Background.webp"); | ||
background-position: center top; | 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") | |||
} | |||
#firstHeading { | |||
font-family: "Go Banana", sans-serif; | |||
} | |||
.mw-body-content h1 { | |||
font-family: "Go Banana", sans-serif; | |||
} | |||
.mw-body-content h2 { | |||
font-family: "Go Banana", sans-serif; | |||
} | |||
.mw-body-content h3 { | |||
font-family: "Go Banana", sans-serif; | |||
} | |||
.mw-body-content h4 { | |||
font-family: "Go Banana", sans-serif; | |||
} | |||
.mw-body-content dt { | |||
font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; | |||
} | |||
.color-left { | |||
background-color: #f59e11; | |||
} | |||
.color-middle { | |||
background-color: #fc1260; | |||
} | |||
.color-right { | |||
background-color: #1183f5; | |||
} | |||
#mw-content { | |||
background-color: rgba(255, 255, 255, 0.85); | |||
} | } |
Latest revision as of 17:57, 17 November 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") } #firstHeading { font-family: "Go Banana", sans-serif; } .mw-body-content h1 { font-family: "Go Banana", sans-serif; } .mw-body-content h2 { font-family: "Go Banana", sans-serif; } .mw-body-content h3 { font-family: "Go Banana", sans-serif; } .mw-body-content h4 { font-family: "Go Banana", sans-serif; } .mw-body-content dt { font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; } .color-left { background-color: #f59e11; } .color-middle { background-color: #fc1260; } .color-right { background-color: #1183f5; } #mw-content { background-color: rgba(255, 255, 255, 0.85); }