MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with "body { background-image:url('images/Background.jpg'); background-color:black; background-attachment:fixed; background-repeat:no-repeat; }") Tag: Replaced |
No edit summary |
||
Line 5: | Line 5: | ||
background-attachment:fixed; | background-attachment:fixed; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
} | |||
column-content | |||
{ | |||
background: pink; | |||
} | } |
Revision as of 23:09, 14 November 2024
body { background-image:url('images/Background.jpg'); background-color:black; background-attachment:fixed; background-repeat:no-repeat; } column-content { background: pink; }