MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
* Background images | * Background images | ||
*/ | */ | ||
/* Middle Earth map */ | /* Middle Earth map */ | ||
@media screen and (min-width: 1120px) { | @media screen and (min-width: 1120px) { | ||
.mw-body::before { | .mw-body::before { | ||
background-image: url(TextBG.jpg); | background-image: url(https://www.evernyllawakened.wiki/images/thumb/2/2b/TextBG.jpg/180px-TextBG.jpg); | ||
} | } | ||
} | } | ||
Revision as of 17:18, 12 January 2026
/* All CSS here will be loaded for users of the Citizen skin */
/**
* Background images
*/
/* Middle Earth map */
@media screen and (min-width: 1120px) {
.mw-body::before {
background-image: url(https://www.evernyllawakened.wiki/images/thumb/2/2b/TextBG.jpg/180px-TextBG.jpg);
}
}