1,254
edits
Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
Line 107: | Line 107: | ||
} | } | ||
.vectorTabs | div.vectorTabs ul li{ | ||
background: #000000; | |||
background: -moz-linear-gradient(center top,#C0C0C0,#282828); | |||
background: -webkit-linear-gradient(top,#C0C0C0,#282828); | |||
background: -o-linear-gradient(top,#C0C0C0,#282828); | |||
background: -ms-linear-gradient(top,#C0C0C0,#282828); | |||
background: linear-gradient(top,#C0C0C0,#282828; | |||
color: #C0C0C0; | |||
} | } | ||
div.vectorTabs ul li | div.vectorTabs ul li.selected{ | ||
{ | background: #000000; | ||
background: -moz-linear-gradient(center top,#CC0000,#282828); | |||
background: -webkit-linear-gradient(top,#CC0000,#282828); | |||
background: -o-linear-gradient(top,#CC0000,#282828); | |||
background: -ms-linear-gradient(top,#CC0000,#282828); | |||
background: linear-gradient(top,#CC0000,#282828; | |||
color: #DFDFDF; | |||
} | } | ||
div.vectorTabs ul li | div.vectorTabs ul li{ | ||
{ | background: #000000; | ||
background: -moz-linear-gradient(center top,#C0C0C0,#282828); | |||
background: -webkit-linear-gradient(top,#C0C0C0,#282828); | |||
background: -o-linear-gradient(top,#C0C0C0,#282828); | |||
background: -ms-linear-gradient(top,#C0C0C0,#282828); | |||
background: linear-gradient(top,#C0C0C0,#282828; | |||
color: #C0C0C0; | |||
} | } | ||