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 34: | Line 34: | ||
color: #FFF; | color: #FFF; | ||
cursor: pointer; | cursor: pointer; | ||
display:block; | |||
} | } | ||
Line 48: | Line 46: | ||
background-color: #000; | background-color: #000; | ||
background-color: rgba(0, 0, 0, 0.6); | background-color: rgba(0, 0, 0, 0.6); | ||
opacity:0; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
} | } | ||
Line 62: | Line 62: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
text-align: center; | text-align: center; | ||
} | |||
.NavInfo{ | |||
transition: opacity .5s; | |||
-o-transition: opacity .5s; | |||
-ms-transition: opacity .5s; | |||
-moz-transition: opacity .5s; | |||
-webkit-transition: opacity .5s; | |||
} | |||
.hoverable:hover .hover { | |||
opacity:1; | |||
} | } |