MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 6: | Line 6: | ||
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 */ | ||
} | |||
/* Hide the table of contents in the Vector skin */ | |||
.skin-vector .mw-parser-output .toc { | |||
display: none; | |||
} | } | ||
Revision as of 08:24, 5 August 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 */
}
/* Hide the table of contents in the Vector skin */
.skin-vector .mw-parser-output .toc {
display: none;
}
.mw-page-container-inner {
background-color: rgba(255, 255, 255, 0); /* White background with 50% opacity */
}
.mw-page-container {
background-color: rgba(255, 255, 255, 0); /* White background with 50% opacity */
}