MediaWiki:Common.css: Difference between revisions
From Appalachian Mountains
Created page with "→CSS placed here will be applied to all skins: →Background: #mw-content-container { background-image: /images/Appalchian.png; background-repeat: no-repeat; background-position: top center; border-bottom-color: #F2C055; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Background */ | /* Background */ | ||
#mw-content-container { | #mw-content-container { | ||
background-image: /images/Appalchian.png; | background-image: url('/images/Appalchian.png'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: top center; | background-position: top center; | ||
border-bottom-color: #F2C055; | border-bottom-color: #F2C055; | ||
} | } | ||
Revision as of 16:22, 28 December 2025
/* CSS placed here will be applied to all skins */
/* Background */
#mw-content-container {
background-image: url('/images/Appalchian.png');
background-repeat: no-repeat;
background-position: top center;
border-bottom-color: #F2C055;
}