Advertisement
maryaciolli

Blogroll @4 - Stars in the sky

Dec 13th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!---Blogroll by Mary Aciolli // (Pleaseb3mine) don't copy, please--->
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Doppio+One' rel='stylesheet' type='text/css'>
  7.  
  8. <title>{title} | blogroll</title>
  9. </head>
  10.  
  11. <style type="text/css">
  12.  
  13. body{font-family: verdana;font-size: 11px;color: #696969;background: url('');background-color:#000;background-attachment:fixed;line-height: 13px;text-align:justify;}
  14.  
  15. #content{margin: auto;margin-bottom: 15px;z-index:4;width:500px;margin-top:10px;text-align:justify;}
  16.  
  17. b, strong { color: #CEB7C4;}
  18. u, underline {color:#D2D2D2; border-bottom: 1px dashed #E0D0D9; text-decoration: none;}
  19. i { color: #E5E5E5;}
  20. s, strike { color: #D7EEEE; cursor: help;}
  21.  
  22. a {color:#D6C3CE; text-decoration:none;}
  23. a:hover {color:#D8D8D8;text-decoration:none;}
  24.  
  25. .caixa{background:#fff;background-repeat: no-repeat;padding: 10px;margin-bottom: 15px;text-align:justify; background: url('http://static.tumblr.com/nqcm3ld/YH4meywl6/tumblr_llb1whgixv1qia3xzo1_400.gif');}
  26.  
  27. .banner {background: url('http://static.tumblr.com/nqcm3ld/aFFmeywkj/gr1.png');width:500px; height:113px;}
  28.  
  29. .icons{border: 3px solid #dedcdc; margin: 1px; width: 50px; height:50px; opacity: 1; -webkit-transition: all 1s ease; border-radius: 0px;}
  30. .icons:hover{ -o-transition: all 1s ease;-moz-transition: all 1s ease; transition: all 1s ease; opacity: 0.7;-webkit-transition: all 1s ease; }
  31. </head>
  32. </style>
  33.  
  34. <body>
  35.  
  36. <div id="pagina"><center><div id="content">
  37. <div class="banner"></div>
  38.  
  39. <div class="caixa"> {block:Following} {block:Followed} <a title="{FollowedTitle}" target=_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-96}"alt="{FollowedURL}"class="icons"></a>{/block:Followed}<br>
  40. <div class="faixa"><a title="{FollowedTitle}" target=_blank" href="{FollowedURL}"></div>
  41. </div>
  42. </div>
  43.  
  44.  
  45.  
  46.  
  47. </center></div>
  48. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement