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( | background-image: url(https://www.evernyllawakened.wiki/index.php?curid=43); | ||
} | } | ||
} | } | ||
Revision as of 17:13, 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/index.php?curid=43);
}
}