Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
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 38: | Line 38: | ||
} | } | ||
.hoverable .NavInfo,{ | .hoverable .NavInfo,{ | ||
transition: opacity | transition: opacity 1s; | ||
-o-transition: opacity | -o-transition: opacity 1s; | ||
-ms-transition: opacity | -ms-transition: opacity 1s; | ||
-moz-transition: opacity | -moz-transition: opacity 1s; | ||
-webkit-transition: opacity | -webkit-transition: opacity 1s; | ||
} | } | ||
Revision as of 06:27, 6 October 2017
/* CSS placed here will be applied to all skins */ body { font-family:'Segoe UI','Segoe',Segoe,'Lucida Grande','Open Sans Light',Verdana,Arial,Helvetica,sans-serif; } .center { margin-left: auto; margin-right: auto; } .right { float:right; } .TablePager { color:#000000; } .hoverable { cursor:default; color:#000; text-decoration:none; position: relative; display: block; width:150px; } .hoverable .NavInfo { opacity:0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .hoverable .NavInfo,{ transition: opacity 1s; -o-transition: opacity 1s; -ms-transition: opacity 1s; -moz-transition: opacity 1s; -webkit-transition: opacity 1s; } .hoverable:hover .NavInfo { opacity:.5; }