User:Doomcat/ItemLinkX: Difference between revisions

From zoywiki.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[LotS/{{{1}}}|<span style="color:{{LotS/Color{{#varpull:LotS/{{#if: {{{1| }}} |{{{1}}} |null}}|LotS Item|color}}}}; font-weight:bold;">{{{1}}}
<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}}}|<span style="color:{{LotS/Color{{#varpull:LotS/{{#if: {{{1| }}} |{{{1}}} |null}}|LotS Item|color}}}}; font-weight:bold;" class="hover-target">{{{1}}}
<div class=\"hover-info\">
TEST
</div>
</span>]]
</span>]]

Revision as of 21:33, 10 August 2012

<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

]]