View difference between Paste ID: AydrXRf1 and aQidVeQS
SHOW: | | - or go back to the newest paste.
1
PASTE THIS CODE AT THE END OF YOUR THEME'S HTML, RIGHT BEFORE </body>
2
3
----------
4
----------
5
----------
6
7-
<style type="text/css">div#pokemon{position: absolute; top: -10px; left: 75px; z-index: 500; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease; opacity : 1 !important; border: 0; }#pokemon:hover { top: 0; opacity: 1;}</style>
7+
<style type="text/css">div#pokemon{ position: absolute; top: -10px; left: 5px; z-index: 500; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease; opacity : 1 !important; border: 0; }#pokemon:hover { top: 0; opacity: 1;}</style>
8
9
<a href="http://p0kemon-network.tumblr.com/" title="The Pokemon Network" target="_blank"><div id="pokemon"><div style="background-color: #fff; border-radius: 3px;">The Pokemon Network</div></a><img src="http://media.tumblr.com/tumblr_lpvqc43vHv1qffvip.gif"/></div>