Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

Difference between revisions of "MediaWiki:Vector.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
131 bytes removed ,  02:58, 14 November 2014
no edit summary
Line 107: Line 107:
}
}


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


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


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


Navigation menu