Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

Difference between revisions of "MediaWiki:Common.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Line 52: Line 52:
         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;
}
}
 
 
Line 64: Line 69:
}
}


.NavInfo{
      transition: opacity .5s;
      -o-transition: opacity .5s;
      -ms-transition: opacity .5s;
      -moz-transition: opacity .5s;
      -webkit-transition: opacity .5s;
}


.hoverable:hover .hover {
.hoverable:hover .hover {
       opacity:1;
       opacity:1;
}
}