Advertisement
sadmilks

blgroll #4

May 18th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <!--
  5.  
  6. blgroll #4: by r-eiora (ノ´ー`)ノ don't remove the credits ty !!
  7.  
  8. -->
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <style type="text/css">
  14.  
  15. ::-webkit-scrollbar {width: 10px;height: 10px;}
  16.  
  17. ::-webkit-scrollbar-button:start:decrement,
  18.  
  19. ::-webkit-scrollbar-button:end:increment {height: 0px;display: block;background-color: transparent;}
  20.  
  21. ::-webkit-scrollbar-track-piece {background-color: #f4f4f4;-webkit-border-radius: 0px;}
  22.  
  23. ::-webkit-scrollbar-thumb:vertical {height: 30px;background-color: #d8d6d6;border-bottom: 2px solid #f4f4f4;border-top: 2px solid #f4f4f4;-webkit-border-radius: 0px;
  24. }
  25.  
  26. body {background-color:#fdfdfd;background-image: url('');background-position: bottom left;background-attachment: fixed;background-repeat: no-repeat;}
  27.  
  28. a{text-decoration:none; color:#575757;}
  29. a:hover{cursor: normal;color:#202020;}
  30. a img{border:0px;}
  31.  
  32. .fo{position:absolute;height:300px;left:32%;margin-top:50px;}
  33.  
  34. div.bar{overflow-x: hidden;overflow-y: scroll;background-color: #ffffff;border-top: 3px solid #ffffff;border: 1px solid #ffffff;}
  35.  
  36. .top{border-radius:30px;position:fixed;bottom:200px;left:32%;height:15px;width: 485px; background:#f1f1f1 url('');padding: 10px; font-size:10px; color:;line-height:12px; border-right: 5px solid #f8f8f8;z-index:1;}
  37.  
  38. .tit{font-family: monospace;font-size:15px;top:6px;position:absolute;color:#f1f1f1;line-height:15px;margin-top: 5px;margin-bottom: 15px;margin-left: 5px;margin-right: 5px;}
  39.  
  40.  
  41. #si{float:left;}
  42.  
  43. #img{position:fixed;letter-spacing:2px;}
  44.  
  45. .img{margin-top:50px;margin-left:50px;border: 0px solid #000000;width:170px;-moz-border-radius: 10px 10px 0px 0px;border-radius:0px; }
  46.  
  47. .titre{background-color:#fff;font:monospace;font-style:italic;font-size:15px;color:#575757 }
  48.  
  49. .titre:hover{color:#202020;}
  50.  
  51. </style>
  52.  
  53. </head>
  54. <body>
  55.  
  56. <div id="si"><div id="img"><img class="img" src="http://static.tumblr.com/palmvjm/6cOmn0ayk/imaiji.jpg"/><div><span class="titre"><div align="center"><p>people I follow<br></span>
  57.  
  58. </div></div></div>
  59.  
  60. <div class="top">
  61. <div class="tit"><a href="/">back to blog </a> <a href="/">// creds </div>
  62. </div>
  63.  
  64. <div class="fo">
  65. <div class="bar" style="padding-left: 3px; background-color: #fffffff; border: 1px solid #ffffff; top: 30px; width: 500px; height:300px; overflow: none; margin-left: 0px;"> {block:Following}{block:Followed}<a href="{FollowedURL}" border="3"><img id="following" src="{FollowedPortraitURL-96}"></a>{/block:Followed}{/block:Following}
  66. </div>
  67. </div>
  68.  
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement