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 28: | Line 28: | ||
min-height: 150px; | min-height: 150px; | ||
background: #3E3E3E center; | background: #3E3E3E center; | ||
cursor:default; | |||
color:#000; | |||
text-decoration:none; | |||
position: relative; | |||
display: block; | |||
overflow: hidden; | overflow: hidden; | ||
color: #FFF; | color: #FFF; | ||
} | } | ||
Line 40: | Line 40: | ||
width: 100%; | width: 100%; | ||
height: 150px; | height: 150px; | ||
opacity:0; | opacity:0; | ||
position: absolute; | position: absolute; | ||
Line 52: | Line 46: | ||
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
transition: opacity .5s; | |||
-o-transition: opacity .5s; | |||
-ms-transition: opacity .5s; | |||
-moz-transition: opacity .5s; | |||
-webkit-transition: opacity .5s; | |||
} | } | ||
.NavInfo:hover { | .NavInfo:hover { | ||
opacity:1; | opacity:1; | ||
} | } |