From RuneGlory
Jump to: navigation, search
Line 1: Line 1:
 
! '''Weapon'''
 
|<font size=5>https://i.imgur.com/vM9053k.png
 
|-
 
 
 
 
 
 
<div class="wow">
 
    <img src="https://i.imgur.com/vM9053k.png" alt="" />
 
    <div class="overlay">This is some text</div>
 
</div>
 
  
  
 +
.txtOverlay{
 +
        margin-top:105px;
 +
        margin-left: 320px;
 +
        width:560px;
 +
        opacity:0.9;
 +
        font-size:20px;
 +
        font-weight:700;
 +
        text-align:justify;
 +
        border: 1px solid #bbb8b8;
 +
        padding:5px;
 +
        background: url(https://i.imgur.com/vM9053k.png) no-repeat;
 +
    }
 +
    .theText{
 +
        opacity:0;
 +
      }
 +
    .txtOverlay:hover .theText
 +
    {
 +
        opacity:0.9;
 +
        color:#FFFFFF;
 +
        font-size:20px;
 +
    }
  
 +
<div class="txtOverlay">
 +
    <div class="theText">
 +
    <!--text here--> dannyx
 +
    </div>
 +
  </div>
  
 
https://i.imgur.com/vM9053k.png
 
https://i.imgur.com/vM9053k.png

Revision as of 19:56, 2 May 2018


.txtOverlay{

       margin-top:105px;
       margin-left: 320px;
       width:560px;
       opacity:0.9;
       font-size:20px;
       font-weight:700;
       text-align:justify;
       border: 1px solid #bbb8b8;
       padding:5px;
       background: url(vM9053k.png) no-repeat;
    }
    .theText{
       opacity:0;
     }
   .txtOverlay:hover .theText
   {
       opacity:0.9;
       color:#FFFFFF;
       font-size:20px;
   }
     dannyx

vM9053k.png