MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
body { | body { | ||
background: linear-gradient(rgba(27 27 27 / | background: linear-gradient(rgba(27 27 27 / 95%), 80%, transparent) !important; | ||
} | } |
Revision as of 07:14, 20 January 2023
/* CSS placed here will affect users of the Vector skin */
html {
background: url(/bg.jpg) no-repeat center center fixed !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
body {
background: linear-gradient(rgba(27 27 27 / 95%), 80%, transparent) !important;
}