Don't like ads? PRO users don't see any ads ;-)

Blogroll

By: dronzy on May 1st, 2012  |  syntax: None  |  size: 0.61 KB  |  hits: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <title>Blogroll</title>
  2. <link rel="shortcut icon" href="{Favicon}">
  3. <!-- blogroll design by r4yquaza 2012 -->
  4. <style>
  5. body {margin:0px;}
  6. .link{opacity:1;-webkit-transition: all 4s linear; -moz-transition: all 4s linear; transition: all 4s linear;}
  7. .link:hover{opacity:0.1;-webkit-transition: all 0s linear; -moz-transition: all 0s linear; transition: all 0s linear;}
  8. </style>
  9. <body>
  10. <center>{block:Following}{block:Followed}<a class="link" target="_blank" href="{FollowedURL}"><img style="height: auto; width: 80px; margin: 1px;" src="{FollowedPortraitURL-96}" />{/block:Followed}{/block:Following}</center>
  11. </body>