1,254
edits
Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
(Undo revision 5783 by KeybladeSpyMaster (talk)) |
|||
Line 107: | Line 107: | ||
} | } | ||
.vectorTabs | |||
{ | |||
background: -moz-linear-gradient(center top,# | background: -moz-linear-gradient(center top, #282828, #8A8A8A); | ||
background: -webkit-linear-gradient(top,# | background: -webkit-linear-gradient(top, #282828, #8A8A8A); | ||
background: -o-linear-gradient(top,# | background: -o-linear-gradient(top, #282828, #8A8A8A); | ||
background: -ms-linear-gradient(top,# | background: -ms-linear-gradient(top, #282828, #8A8A8A); | ||
background: linear-gradient(top,# | background: linear-gradient(top, #282828, #8A8A8A); | ||
color: # | color: #AE0000; | ||
} | } | ||
div.vectorTabs ul li | div.vectorTabs ul li | ||
background: #000000; | { | ||
background: -moz-linear-gradient(center top,# | background: #000000; | ||
background: -webkit-linear-gradient(top,# | background: -moz-linear-gradient(center top, #C0C0C0, #282828); | ||
background: -o-linear-gradient(top,# | background: -webkit-linear-gradient(top, #C0C0C0, #282828); | ||
background: -ms-linear-gradient(top,# | background: -o-linear-gradient(top, #C0C0C0, #282828); | ||
background: linear-gradient(top,# | background: -ms-linear-gradient(top, #C0C0C0, #282828); | ||
color: # | 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,# | background: #000000; | ||
background: -webkit-linear-gradient(top,# | background: -moz-linear-gradient(center top, #282828, #FFFFFF); | ||
background: -o-linear-gradient(top,# | background: -webkit-linear-gradient(top, #282828, #FFFFFF); | ||
background: -ms-linear-gradient(top,# | background: -o-linear-gradient(top, #282828, #FFFFFF); | ||
background: linear-gradient(top,# | background: -ms-linear-gradient(top, #282828, #FFFFFF); | ||
color: # | background: linear-gradient(top, #282828, #FFFFFF); | ||
color: #EEE8AA; | |||
} | } | ||