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 21: | Line 21: | ||
} | } | ||
. | .hoverable { | ||
cursor:default; | |||
color:#000; | |||
text-decoration:none; | |||
position: relative; | |||
display: block; | |||
} | |||
.hoverable .NavInfo { | |||
opacity:0; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
} | bottom: 0; | ||
} | |||
.NavInfo { | .hoverable .NavInfo, | ||
.hoverable .NavButton{ | |||
transition: opacity .5s; | transition: opacity .5s; | ||
-o-transition: opacity .5s; | -o-transition: opacity .5s; | ||
Line 53: | Line 44: | ||
-moz-transition: opacity .5s; | -moz-transition: opacity .5s; | ||
-webkit-transition: opacity .5s; | -webkit-transition: opacity .5s; | ||
} | } | ||
.hoverable:hover .NavButton { | |||
. | opacity:0; | ||
} | |||
.hoverable:hover .NavInfo { | |||
opacity:1; | opacity:1; | ||
} | } |