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
Created page with "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/5/55/LogoBW.png); } }"
 
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/images/5/55/LogoBW.png);
         background-image: url(TextBG.jpg);
     }
     }
}
}

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(TextBG.jpg);
    }
}