Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!

Difference between revisions of "MediaWiki:Vector.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
28 bytes removed ,  03:58, 3 November 2014
no edit summary
Line 123: Line 123:
.vectorTabs
.vectorTabs
{
{
background-color: #282828;
         background: -moz-linear-gradient(center top, #282828, #8A8A8A);
         background: -moz-linear-gradient(center top, #282828, #FFFFFF);
         background: -webkit-linear-gradient(top, #282828, #8A8A8A);
         background: -webkit-linear-gradient(top, #282828, #FFFFFF);
         background: -o-linear-gradient(top, #282828, #8A8A8A);
         background: -o-linear-gradient(top, #282828, #FFFFFF);
         background: -ms-linear-gradient(top, #282828, #8A8A8A);
         background: -ms-linear-gradient(top, #282828, #FFFFFF);
         background: linear-gradient(top, #282828, #8A8A8A);
         background: linear-gradient(top, #282828, #FFFFFF);
color: #AE0000;
color: #AE0000;
}
}

Navigation menu