MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
body { | body { | ||
background-image: url('https://wikifiction.s3.amazonaws.com/static/Light_Background.png'); | background-image: url('https://wikifiction.s3.amazonaws.com/static/Light_Background.png'); | ||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-size: cover; | |||
/* Additional CSS properties for background positioning and color can be added here */ | |||
} | } | ||
Revision as of 03:18, 12 January 2024
/* All CSS here will be loaded for users of the Vector skin */
body {
background-image: url('https://wikifiction.s3.amazonaws.com/static/Light_Background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* Additional CSS properties for background positioning and color can be added here */
}
.mw-page-container-inner {
background-image: url('https://wikifiction.s3.amazonaws.com/static/Light_Background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* Additional CSS properties for background positioning and color can be added here */
}
.mw-page-container {
background-image: url('https://wikifiction.s3.amazonaws.com/static/Light_Background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* Additional CSS properties for background positioning and color can be added here */
}