MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
BODY { background: red } | BODY { background: red } | ||
body { background: url("banner.jpeg") center } /* 50% 50% */ | body { background: url("banner.jpeg") center } /* 50% 50% */ | ||
footer { background-color: #060606; } |
Revision as of 15:27, 6 November 2024
/* All CSS here will be loaded for users of the Vector skin */
BODY { background: red }
body { background: url("banner.jpeg") center } /* 50% 50% */
footer { background-color: #060606; }