Advertisement
maryaciolli

B&W Blogroll

Feb 2nd, 2013
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!---Blogroll by Mary Aciolli // (Pleaseb3mine) don't copy, please--->
  5.  
  6. <title>{title} | blogroll</title>
  7. </head>
  8.  
  9. <style type="text/css">
  10.  
  11. body{font-family:'arvil'; font-size: 11px;color: #696969;background: url('');background-color:#eee;background-attachment:fixed;line-height: 13px;text-align:justify;}
  12.  
  13. #content{margin: auto;margin-bottom: 15px;z-index:4;width:490px;margin-top:20px;text-align:justify;}
  14.  
  15. b, strong { color: #CEB7C4;}
  16. u, underline {color:#D2D2D2; border-bottom: 1px dashed #E0D0D9; text-decoration: none;}
  17. i { color: #E5E5E5;}
  18. s, strike { color: #D7EEEE;}
  19. a {color:#b5b5b5; text-decoration:none;}
  20. a:hover{color:#b5b5b5;text-decoration:none;}
  21.  
  22. .caixa{background: #e8e8e8; padding: 10px;margin-bottom: 15px;text-align:justify; border:3px double #fff; text-decoration:uppercase;}
  23.  
  24. .banner {;width:500px; height:45px; text-align:center; padding-top:5px; font-size:12px; font-family: 'arvil'; text-decoration:uppercase;}
  25.  
  26. .icons{border: 3px double #b5b5b5; margin: 1px; width: 60px; height:60px; opacity: 0.9; -webkit-transition: all 1s ease; border-radius: 0px; background:#fff; padding:3px; filter:gray; -webkit-filter: grayscale(100%);}
  27. .icons:hover{ opacity:0.7; filter:gray; -webkit-filter: grayscale(0%);}
  28.  
  29. .nome{background:#b5b5b5; font-size:9px; font-family: 'arvil'; text-decoration:uppercase;}
  30.  
  31. @font-face {font-family: "arvil";
  32. src: url('http://static.tumblr.com/nqcm3ld/G1Mmhlp7u/arvil.ttf'); format("truetype"); }
  33.  
  34. @font-face {font-family: "andy";
  35. src: url('http://static.tumblr.com/nqcm3ld/7XSmhlotu/andyfont.ttf'); format("truetype"); }
  36.  
  37. letra{font-family: "andy"; font-size:65px;}
  38.  
  39. </head>
  40. </style>
  41.  
  42. <body>
  43.  
  44. <div id="pagina"><center><div id="content">
  45. <div class="banner">
  46.  
  47. <letra>Blogroll</letra><br>
  48.  
  49. <a href="/">back to the begin</a> ::
  50. <a href="http://pleaseb3mine.tumblr.com/" title="Theme by Mary Aciolli">theme by pb3m ©</a>
  51.  
  52. </div>
  53.  
  54. <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}
  55. </div>
  56. </div>
  57.  
  58. </center></div>
  59. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement