Difference between revisions of "MediaWiki:Vector.css"

131 bytes added ,  03:01, 14 November 2014
Undo revision 5783 by KeybladeSpyMaster (talk)
(Undo revision 5783 by KeybladeSpyMaster (talk))
Line 107: Line 107:
}
}


div.vectorTabs ul li{
.vectorTabs
background: #000000;
{
background: -moz-linear-gradient(center top,#C0C0C0,#282828);
        background: -moz-linear-gradient(center top, #282828, #8A8A8A);
background: -webkit-linear-gradient(top,#C0C0C0,#282828);
        background: -webkit-linear-gradient(top, #282828, #8A8A8A);
background: -o-linear-gradient(top,#C0C0C0,#282828);
        background: -o-linear-gradient(top, #282828, #8A8A8A);
background: -ms-linear-gradient(top,#C0C0C0,#282828);
        background: -ms-linear-gradient(top, #282828, #8A8A8A);
background: linear-gradient(top,#C0C0C0,#282828;
        background: linear-gradient(top, #282828, #8A8A8A);
color: #C0C0C0;
color: #AE0000;
}
}


div.vectorTabs ul li.selected{
div.vectorTabs ul li
background: #000000;
{
background: -moz-linear-gradient(center top,#CC0000,#282828);
background: #000000;
background: -webkit-linear-gradient(top,#CC0000,#282828);
        background: -moz-linear-gradient(center top, #C0C0C0, #282828);
background: -o-linear-gradient(top,#CC0000,#282828);
        background: -webkit-linear-gradient(top, #C0C0C0, #282828);
background: -ms-linear-gradient(top,#CC0000,#282828);
        background: -o-linear-gradient(top, #C0C0C0, #282828);
background: linear-gradient(top,#CC0000,#282828;
        background: -ms-linear-gradient(top, #C0C0C0, #282828);
color: #DFDFDF;
        background: linear-gradient(top, #C0C0C0, #282828);
color: #EEE8AA;
}
}


div.vectorTabs ul li{
div.vectorTabs ul li.selected
background: #000000;
{
background: -moz-linear-gradient(center top,#C0C0C0,#282828);
background: #000000;
background: -webkit-linear-gradient(top,#C0C0C0,#282828);
        background: -moz-linear-gradient(center top, #282828, #FFFFFF);
background: -o-linear-gradient(top,#C0C0C0,#282828);
        background: -webkit-linear-gradient(top, #282828, #FFFFFF);
background: -ms-linear-gradient(top,#C0C0C0,#282828);
        background: -o-linear-gradient(top, #282828, #FFFFFF);
background: linear-gradient(top,#C0C0C0,#282828;
        background: -ms-linear-gradient(top, #282828, #FFFFFF);
color: #C0C0C0;
        background: linear-gradient(top, #282828, #FFFFFF);
color: #EEE8AA;
}
}