Advertisement
maryaciolli

Blogroll @3 - verde

Nov 16th, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 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-color:#f6e8ea;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:#eaa4b0;background-repeat: no-repeat;padding: 10px;margin-bottom: 15px;text-align:justify;}
  26.  
  27. .banner {background: url('http://static.tumblr.com/nqcm3ld/T2emdl2ol/barra2blogroll.png');width:500px; height:109px;}
  28.  
  29. .banner2 {background: url('http://static.tumblr.com/nqcm3ld/Jwomdl2ea/barrablogroll.png');width:500px; height:56px; margin-top:-15px;}
  30.  
  31. .icons{border: 0px solid #839ab4; margin: 1px; width: 45px; height:45px; opacity: 0.8; -webkit-transition: all 1s ease; border-radius: 360px;}
  32.  
  33. .icons:hover{ -o-transition: all 1s ease;-moz-transition: all 1s ease; transition: all 1s ease; opacity: 0.7;-webkit-transition: all 1s ease; border-radius: 0px;}
  34.  
  35. </head>
  36. </style>
  37.  
  38. <body>
  39.  
  40. <div id="pagina"><center><div id="content">
  41. <div class="banner"></div>
  42. <div class="caixa"> {block:Following} {block:Followed} <a title="{FollowedTitle}" target=_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-30}"alt="{FollowedURL}"class="icons"></a>{/block:Followed}<br>
  43. <div class="faixa"><a title="{FollowedTitle}" target=_blank" href="{FollowedURL}"></div></div>
  44. <div class="banner2"></div>
  45. </div>
  46.  
  47.  
  48.  
  49.  
  50. </center></div>
  51. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement