From RuneGlory
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | .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() no-repeat; } .theText{ opacity:0; } .txtOverlay:hover .theText { opacity:0.9; color:#FFFFFF; font-size:20px; }
dannyx