Advertisement
helpdesigns

Base pra Blogoll

Aug 14th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  5. <style type="text/css">
  6.  
  7. body {background-color:#181818; font-family: verdana; color: ; text-align: center; font-size: 11px; background-image:url(''); background-attachment: fixed; }
  8.  
  9. a {color: ; text-decoration: none; text-transform: none;}
  10. a:hover {color: ; background-color: transparent; text-decoration: none;}
  11.  
  12. #barra {background:rgba(255,255,255,0.2);width:520px;margin-left:250px;margin-top:50px;height:500px;border: 8px solid rgba(255,255,255,0.2); -webkit-border-radius: 10px 10px 10px 10px;overflow:auto;}
  13.  
  14. .img {display:inline-block;text-align:center;}
  15. .img img{opacity:1;}
  16. .img:hover img{-webkit-filter: grayscale(1);}
  17. </style>
  18.  
  19.  
  20. <body>
  21.  
  22.  
  23. <div id="barra">
  24. {block:Following}
  25. {block:Followed}<div class="img">
  26. <a target="_blank" href="{FollowedUrl}"><img width="64px;" src="{FollowedPortraitURL-64}"title="{FollowedName}"/></div>{/block:Followed}{/block:Following}
  27.  
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement