MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
body | body | ||
{ | { | ||
background-image: | background-image:linear-gradient(white, red); | ||
background-color:black; | background-color:black; | ||
background-attachment:fixed; | background-attachment:fixed; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
} | } | ||
Revision as of 13:58, 4 August 2020
/* CSS placed here will affect users of the Vector skin */
body
{
background-image:linear-gradient(white, red);
background-color:black;
background-attachment:fixed;
background-repeat:no-repeat;
}