MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
Screamer1234 (talk | contribs) No edit summary |
||
Line 168: | Line 168: | ||
} | } | ||
body{ | body{ | ||
background-color:# | background-color:#212121 | ||
} | } | ||
.mw-body{ | .mw-body{ | ||
Line 694: | Line 694: | ||
background-image:url('skins/Vector/images/page-fade.png'); | background-image:url('skins/Vector/images/page-fade.png'); | ||
background-color:1c1c1c; | background-color:1c1c1c; | ||
background-image:-moz-linear-gradient(top, #333 50%, # | background-image:-moz-linear-gradient(top, #333 50%, #212121 100%); | ||
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, # | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #212121)); | ||
background-image:-webkit-linear-gradient(top, #333 50%, # | background-image:-webkit-linear-gradient(top, #333 50%, #212121 100%); | ||
background-image:linear-gradient(#333 50%, # | background-image:linear-gradient(#333 50%, #212121 100%); | ||
background-color:#333 | background-color:#333 | ||
} | } |