MediaWiki:Vector.css: Difference between revisions

From Wilde Adventures MUSH Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 4: Line 4:
body
body
{
{
background-image:url('images/Background.jpg');
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 12: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;
}