Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Thats the entry perma code, just paste that over the one thats already there and change the colour and stuff
- .entry .perma{
- width:220px;
- height:35px;
- margin-left:15px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:30px;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- opacity: 0.0;
- font-family:pewp;
- font-size:12px;
- border-left:solid 8px #f6e3fa;
- border-right:solid 8px #f6e3fa;
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- .entry:hover .perma{
- -webkit-animation: fadeInLeft 1s;
- -moz-animation: fadeInLeft 1s;
- -o-animation: fadeInLeft 1s;
- overflow:visible;
- opacity:1;
- }
- Near the bottom where all the perma stuff is, copy and paste this: where is says <div class perma>
- Just paste over it:
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{permalink}">{notecountwithlabel}<br><a href="{permalink}">{TimeAgo}</div>
Advertisement
Add Comment
Please, Sign In to add comment