MediaWiki:Vector.css: Difference between revisions

From Wilde Adventures MUSH Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
body
body
{
{
background-image:linear-gradient(white, red);
background-image:url('images/Background.jpg');
background-color:black;
background-color:black;
background-attachment:fixed;
background-attachment:fixed;
background-repeat:no-repeat;
background-repeat:no-repeat;
}
#mw-panel
{
background-image: url("https://wildeadventures.net/mw/images/1/10/Rainbow_Sparkle.png");
background-size: 90%;
}
}

Latest revision as of 23:18, 14 November 2024

body
{
background-image:url('images/Background.jpg');
background-color:black;
background-attachment:fixed;
background-repeat:no-repeat;
}

#mw-panel
{
background-image: url("https://wildeadventures.net/mw/images/1/10/Rainbow_Sparkle.png");
background-size: 90%;
}