MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 10: | Line 10: | ||
body { | body { | ||
background: linear-gradient(var(--bg-dark), transparent | background: linear-gradient(var(--bg-dark) 50%, transparent) !important; | ||
} | } |
Revision as of 07:01, 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(var(--bg-dark) 50%, transparent) !important;
}