MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
html { | html { | ||
background-image: url(/bg.jpg) | background-color: black; | ||
background-image: url(/bg.jpg); | |||
background-repeat: no-repeat; | |||
background-attachment: fixed | background-attachment: fixed; | ||
background-position: center; | |||
background-size: cover; | |||
background-size: cover | |||
} | } | ||
Revision as of 09:55, 20 January 2023
/* CSS placed here will affect users of the Vector skin */
html {
background-color: black;
background-image: url(/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
}
body {
background: linear-gradient(rgba(27 27 27 / 90%) 80%, transparent) !important;
}