Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 8: Line 8:
@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/images/thumb/2/2b/TextBG.jpg/180px-TextBG.jpg);
         background-image: url(https://www.evernyllawakened.wiki/index.php/Special:ListFiles?limit=50&user=#/media/File:TextBG.jpg);
     }
     }
}
}

Revision as of 17:19, 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/index.php/Special:ListFiles?limit=50&user=#/media/File:TextBG.jpg);
    }
}