MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
background-position: top left, relative, center; | background-position: top left, relative, center; | ||
background-repeat: no-repeat, no-repeat, no-repeat; | background-repeat: no-repeat, no-repeat, no-repeat; | ||
background-size: | background-size: 5%, contain, cover; | ||
} | } | ||
Revision as of 18:30, 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: local, local, fixed;
background-position: top left, relative, center;
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: 5%, contain, cover;
}