User:Doomcat/ItemLinkX
Jump to navigation
Jump to search
<style> span.hover-target {
position: relative;
} span.hover-target div.hover-info {
position: absolute; left: 5px; top: 5px; background-color: #ccc; color: #ccc; cursor: pointer; border: 0px; width: 0px; opacity: 0;
transition: padding,width,border,color 0s linear .5s; -webkit-transition: padding, width, border, 0s linear .5s; transition: opacity .5s linear .5s; -webkit-transition: opacity .5s linear .5s;
} span.hover-target:hover div.hover-info {
border: 1px solid #000; padding: 0px 0px 0px 2px; color: #000; width: 150px; opacity: 1;
} </style> [[LotS/{{{1}}}|{{{1}}}
TEST
]]