MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body | body | ||
{ | { | ||
Line 8: | Line 5: | ||
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%; }