MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
min-height: 50px, 200px ,500px; | min-height: 50px, 200px ,500px; | ||
background-attachment: fixed, local, fixed; | background-attachment: fixed, local, fixed; | ||
background-position: top | background-position: top left 10%, relative, center; | ||
background-repeat: no-repeat, no-repeat, no-repeat; | background-repeat: no-repeat, no-repeat, no-repeat; | ||
background-size: 400px, contain, cover; | background-size: 400px, contain, cover; | ||
} | } | ||
Revision as of 18:38, 23 January 2026
/* All CSS here will be loaded for users of the Citizen skin */
body {
background-image: url(https://www.evernyllawakened.wiki/images/f/f8/EvernyllHeader.png), url(https://www.evernyllawakened.wiki/images/e/e2/HeaderSky.png), url("https://www.evernyllawakened.wiki/images/b/b5/EvernyllBackground.png");
min-height: 50px, 200px ,500px;
background-attachment: fixed, local, fixed;
background-position: top left 10%, relative, center;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: 400px, contain, cover;
}