MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
background-size: cover; | background-size: cover; | ||
/* Additional CSS properties for background positioning and color can be added here */ | /* Additional CSS properties for background positioning and color can be added here */ | ||
} | |||
.mw-page-container { | |||
opacity: 0.5; /* Sets the opacity to 50% */ | |||
} | } | ||
Revision as of 03:17, 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');
}
.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 {
opacity: 0.5; /* Sets the opacity to 50% */
}