MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
no edit summary
No edit summary
No edit summary
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, #1c1c1c 50%, 1c1c1c 100%);
background-image:-moz-linear-gradient(top, #333 50%, #2a2a2a 100%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #1c1c1c), color-stop(100%, #1c1c1c));
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #2a2a2a));
background-image:-webkit-linear-gradient(top, #1c1c1c 50%, 1c1c1c 100%);
background-image:-webkit-linear-gradient(top, #333 50%, #2a2a2a 100%);
background-image:linear-gradient(#1c1c1c 50%, 1c1c1c 100%);
background-image:linear-gradient(#333 50%, #2a2a2a 100%);
background-color:#333
background-color:#333
}
}

Navigation menu