MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
background-image: url(https://www.evernyllawakened.wiki/images/e/e2/HeaderSky.png), url("https://www.evernyllawakened.wiki/images/7/7d/PaperTexture.png"); | background-image: url(https://www.evernyllawakened.wiki/images/e/e2/HeaderSky.png), url("https://www.evernyllawakened.wiki/images/7/7d/PaperTexture.png"); | ||
min-height: 500px; | min-height: 500px; | ||
background-attachment: | background-attachment: local, fixed; | ||
background-position: top, center; | background-position: top, center; | ||
background-repeat: no-repeat, no-repeat; | background-repeat: no-repeat, no-repeat; | ||
background-size: 2400px 200px, cover; | background-size: 2400px 200px, cover; | ||
} | } | ||
Revision as of 19:54, 18 January 2026
/* All CSS here will be loaded for users of the Citizen skin */
body {
background-image: url(https://www.evernyllawakened.wiki/images/e/e2/HeaderSky.png), url("https://www.evernyllawakened.wiki/images/7/7d/PaperTexture.png");
min-height: 500px;
background-attachment: local, fixed;
background-position: top, center;
background-repeat: no-repeat, no-repeat;
background-size: 2400px 200px, cover;
}