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