MediaWiki:Darkvector.css: Difference between revisions

No edit summary
No edit summary
Line 647: Line 647:


body {
body {
     background-color: #2a2a2a
     background-color: #000
}
}


Line 1,269: Line 1,269:
     background-position: bottom left;
     background-position: bottom left;
     background-repeat: repeat-x;
     background-repeat: repeat-x;
    background-image: url('images/page-fade.png');
     background-color: #000;
     background-color: #2a2a2a;
     background-image: -moz-linear-gradient(top, #333 50%, #2a2a2a 100%);
     background-image: -moz-linear-gradient(top, #333 50%, #2a2a2a 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #2a2a2a));
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #2a2a2a));