hotsources

BANEFACTOR blogroll

Jul 31st, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME + BLOGROLL BY MURILO === BANEFACTOR.TUMBLR.COM
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <style type="text/css">
  16.  
  17. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scroller}; height: 5px;}
  18. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scroller}; height:5px!important;}
  19. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:5px; width:5px;}
  20.  
  21. body {
  22. background:#fff;
  23. margin:0px;
  24. color:{color:Text};
  25. font-family:arial;
  26. font-size:10px;
  27. line-height:100%;
  28. text-align:justify;
  29. }
  30.  
  31. a {
  32. text-decoration:none;
  33. outline:none;
  34. -moz-outline-style:none;
  35. color:#a8a8a8;
  36. -webkit-transition: all 0.5s ease-in-out;
  37. -moz-transition: all 0.5s ease-in-out;
  38. -o-transition: all 0.5s ease-in-out;
  39. }
  40.  
  41. #sidebar {
  42. margin-right:-300px;
  43. margin-top: 170px;
  44. background-color: transparent;
  45. height: 110%;
  46. overflow: hidden;
  47. top: 1px;
  48. width:240px;
  49. padding-left:60px;
  50. position:fixed;
  51. }
  52.  
  53. #sidebarimage {
  54. width: 210px;
  55. padding:10px 0px 10px 0px;
  56. margin-right:auto;
  57. margin-left:-10px;
  58. }
  59.  
  60. #sidebarimage img {
  61. width:210px;
  62. }
  63.  
  64. #links {
  65. text-align:center;
  66. font-size:8px;
  67. line-height:35px;
  68. width:190px;
  69. font-family:Calibri;
  70. text-transform:uppercase;
  71. }
  72.  
  73. #links a {
  74. color:{color:link};
  75. padding: 6px 5px 5px 5px;
  76. border-bottom: 1px solid #e4e4e4;
  77. letter-spacing: 2px;
  78. -webkit-transition: all 0.4s ease-in-out;
  79. -moz-transition: all 0.4s ease-in-out;
  80. -o-transition: all 0.4s ease-in-out;
  81. -ms-transition: all 0.4s ease-in-out;
  82. transition: all 0.4s ease-in-out;
  83. }
  84.  
  85. #links a:hover {
  86. color:{color:link hover};
  87. padding: 6px 5px 5px 5px;
  88. padding-bottom:15px;
  89. border-bottom: 1px solid #e4e4e4;
  90. -webkit-transition: all 0.4s ease-in-out;
  91. -moz-transition: all 0.4s ease-in-out;
  92. -o-transition: all 0.4s ease-in-out;
  93. -ms-transition: all 0.4s ease-in-out;
  94. transition: all 0.4s ease-in-out;
  95. }
  96.  
  97. #description {
  98. text-align:justify;
  99. font-size:9px;
  100. font-family:helvetica;
  101. word-spacing:1px;
  102. width:195px;
  103. line-height:13px;
  104. margin-left: -20px;
  105. padding:18px;
  106. padding-top:10px;
  107. }
  108.  
  109.  
  110. a:hover {
  111. color:{color:#a8a8a8};
  112. -webkit-transition: all 0.5s ease-in-out;
  113. -moz-transition: all 0.5s ease-in-out;
  114. -o-transition: all 0.5s ease-in-out;
  115. }
  116.  
  117. #all{top:130px;padding:0px;width:600px;margin-left:-205px;overflow:auto;margin-bottom:50px;}
  118.  
  119. #all img {width:52px;margin-top:3px;margin-bottom:3px;margin-left:1px;margin-right:1px;-webkit-transition: .9s;-moz-transition:.9s;-o-transition:.9s;}
  120.  
  121. #all img:hover {opacity:.3;-webkit-transition: .9s;-moz-transition:.9s;-o-transition:.9s;}
  122.  
  123. #s-m-t-tooltip {
  124. max-width:300px;
  125. padding:12px;
  126. margin:10px 0px 0px 15px;
  127. background-color:#ffffff;
  128. font-family:helvetica;
  129. letter-spacing:2px;
  130. text-transform:lowercase;
  131. color:#B0B0B0;
  132. margin-left:00px;
  133. z-index:999999999999999999999999999999999999;}
  134.  
  135. #title{
  136. font-family:georgia;font-size:12px;text-align:center;padding:0px 5px ;width:300px;text-transform:normal;letter-spacing:3px;display:inline-block;color:#707070;margin-top:-30px;margin-left:-240px;position:relative;z-index:3;}
  137.  
  138. #links{width:300px;height:20px;display:inline-block;text-align:center;border-top:1px solid #eee;margin-left:-405px;margin-top:-5px;}
  139.  
  140. #links a{display:inline-block;padding:5px; background:#f8f8f8;margin-left:3px;margin-right:3px;}
  141.  
  142. #container{width:200px;padding:20px;margin:50px auto;}
  143.  
  144. #top{width:500px;margin-bottom:70px;}
  145.  
  146. {CustomCSS}</style></head>
  147.  
  148. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  149.  
  150. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  151.  
  152. <script>
  153. (function($){
  154.  
  155. $(document).ready(function(){
  156.  
  157. $("a[text]").style_my_tooltips({
  158.  
  159. tip_follows_cursor:true,
  160.  
  161. tip_delay_time:90,
  162.  
  163. tip_fade_speed:600,
  164.  
  165. attribute:"text"
  166.  
  167. });
  168.  
  169. });
  170.  
  171. })(jQuery);
  172.  
  173. </script>
  174.  
  175. <body>
  176.  
  177. <div id="sidebar">
  178.  
  179. <div id="sidebarimage"><img src="http://37.media.tumblr.com/8e86df1dba28bdc6e2888800cdcc595e/tumblr_n9lgj6rmCC1rh2p4to2_r1_250.png"></div>
  180.  
  181. {block:iftitle}<div id="title">{title}</div>{/block:iftitle}
  182.  
  183. <div id="description">
  184. <center><big><b> <a href="/">back</a>,
  185. <a href="http://www.tumblr.com/">dash</a>,
  186. <a href="http://hutchersno.tumblr.com/">credit</a></center></big></b></div>
  187. </div>
  188. <div id="container">
  189.  
  190. <div id="top"><center>
  191. <div id="title"><i> <a href="/"><big>{Name}</a></big>'s blogroll</i></div>
  192. </div>
  193. <div id="all">
  194. {block:Following}{block:Followed}<a target="_blank" href="{FollowedURL}" text="{FollowedName}" target="_blank">
  195. <img src="{FollowedPortraitURL-64}"></a>
  196. {/block:Followed}{/block:Following}
  197. </div>
  198. </div>
  199. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment