MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Replaced content with "body { background-image:url('images/Background.jpg'); background-color:black; background-attachment:fixed; background-repeat:no-repeat; }") Tag: Replaced |
||
Line 1: | Line 1: | ||
body | |||
{ | |||
background-image:url('images/Background.jpg'); | |||
background-color:black; | |||
background-attachment:fixed; | |||
background-repeat:no-repeat; | |||
} |
Revision as of 13:01, 4 August 2020
body { background-image:url('images/Background.jpg'); background-color:black; background-attachment:fixed; background-repeat:no-repeat; }