MediaWiki:Vector.css: Difference between revisions
Undo revision 5783 by KeybladeSpyMaster (talk) |
No edit summary |
||
Line 131: | Line 131: | ||
{ | { | ||
background: #000000; | background: #000000; | ||
background: -moz-linear-gradient(center top, #282828, # | background: -moz-linear-gradient(center top, #282828, #808080); | ||
background: -webkit-linear-gradient(top, #282828, # | background: -webkit-linear-gradient(top, #282828, #808080); | ||
background: -o-linear-gradient(top, #282828, # | background: -o-linear-gradient(top, #282828, #808080); | ||
background: -ms-linear-gradient(top, #282828, # | background: -ms-linear-gradient(top, #282828, #808080); | ||
background: linear-gradient(top, #282828, # | background: linear-gradient(top, #282828, #808080); | ||
color: #EEE8AA; | color: #EEE8AA; | ||
} | } |