Advertisement
sadmilks

blgroll #3

Apr 26th, 2013
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--
  4.  
  5. blgroll #3 by r-eiora (*。・`ω´・。) don't remove the credits ty !!
  6.  
  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-thumb:vertical {background-color:#dcdcdc;height:100px;}
  16.  
  17. ::-webkit-scrollbar {height:10px;width:5px;background-color:#fff;}
  18.  
  19. body {
  20. background-color:#fdfdfc;
  21. font-family:consolas;
  22. font-size:8px;
  23. text-transform:uppercase;
  24. color:e1e1e1;
  25. }
  26.  
  27. a {
  28. text-decoration:none;
  29. color:gray;
  30. }
  31.  
  32. a:hover {
  33. text-decoration:none;
  34. color:#cccccc;
  35. }
  36.  
  37. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}
  38.  
  39. #sans{
  40. height:440px;
  41. border:10px solid;
  42. border-right:0px;
  43. padding:10px 12px;
  44. overflow:auto;
  45. background:#FFF;}
  46.  
  47. #tit {
  48. width:400px;
  49. font-family:georgia;
  50. font-style:italic;
  51. font-size:40px;
  52. text-transform:lowercase;
  53. }
  54.  
  55. #tit small { font-size:17px; }
  56.  
  57. #navi {top: 15px; position:relative;width:400px;padding:10px;text-align:right;}
  58. #navi a{display:inline-block;padding:0px 8px;opacity:0.2;}
  59. #navi a:hover{opacity:0.5;}
  60.  
  61.  
  62. #top a:hover{
  63. background-color:#000;
  64. color:#fff;
  65. }
  66.  
  67. #lait img:hover{
  68. -webkit-filter: grayscale(0);
  69. }
  70.  
  71. #lait img{
  72. width:50px;height:50px;
  73. }
  74.  
  75. #lait{
  76. display:inline-block;
  77. width:50px;
  78. padding:2px;
  79. margin:15px 13px;
  80. border:0px solid #DDD;
  81. background:rgba(255,255,255,0.75);}
  82.  
  83. #cont {
  84. margin:0 auto;
  85. width:600px;
  86. padding-top:20px;
  87. }
  88.  
  89. #copic {position:fixed;top:50px;width:150px;margin-left:380px;max-width:90px;text-align:center; opacity:1;}
  90.  
  91. </style>
  92.  
  93. </head>
  94. </script>
  95.  
  96. </head>
  97. <body>
  98.  
  99. <div id="cont">
  100. <div id="tit">{Title}
  101. <small>—<a href="/">return to blog</a>.</small><div id="copic"><img src='http://static.tumblr.com/palmvjm/hODmlvn9x/emojigif.gif'></a></div>
  102. </div>
  103.  
  104.  
  105. <div id="sans">
  106. {block:Following}{block:Followed}
  107. <div id="lait"><a href="{FollowedURL}" title="{FollowedName}; {ParentRootTitle}">
  108. <img src="{FollowedPortraitURL-64}"></a></div>
  109. {/block:Following}{/block:Followed}
  110. </div>
  111. </div>
  112.  
  113.  
  114. </body>
  115. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement