Difference between revisions of "MediaWiki:Vector.css"

361 bytes removed ,  03:03, 14 November 2014
no edit summary
Line 105: Line 105:
{
{
border-color: transparent;
border-color: transparent;
}
.vectorTabs
{
        background: -moz-linear-gradient(center top, #282828, #8A8A8A);
        background: -webkit-linear-gradient(top, #282828, #8A8A8A);
        background: -o-linear-gradient(top, #282828, #8A8A8A);
        background: -ms-linear-gradient(top, #282828, #8A8A8A);
        background: linear-gradient(top, #282828, #8A8A8A);
color: #AE0000;
}
}


Line 120: Line 110:
{
{
background: #000000;
background: #000000;
         background: -moz-linear-gradient(center top, #C0C0C0, #282828);
         background: -moz-linear-gradient(center top, #C0C0C0, #CC0000);
         background: -webkit-linear-gradient(top, #C0C0C0, #282828);
         background: -webkit-linear-gradient(top, #C0C0C0, #CC0000);
         background: -o-linear-gradient(top, #C0C0C0, #282828);
         background: -o-linear-gradient(top, #C0C0C0, #CC0000);
         background: -ms-linear-gradient(top, #C0C0C0, #282828);
         background: -ms-linear-gradient(top, #C0C0C0, #CC0000);
         background: linear-gradient(top, #C0C0C0, #282828);
         background: linear-gradient(top, #C0C0C0, #CC0000);
color: #EEE8AA;
color: #EEE8AA;
}
}