Advertisement
planthed

Blogroll #1 ver. 1

Nov 1st, 2014
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1.  
  2. <!--
  3.  
  4.  
  5. ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▄▀█ ▒█▀▀▀   ▒█▀▀█ ▒█░░▒█  
  6. ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█▒█▒█ ▒█▀▀▀   ▒█▀▀▄ ▒█▄▄▄█  
  7. ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█░░▒█ ▒█▄▄▄   ▒█▄▄█ ░░▒█░░
  8.  
  9. ▒█▀▀█ ▒█░░░ ░█▀▀█ ▒█▄░▒█ ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▀▄
  10. ▒█▄▄█ ▒█░░░ ▒█▄▄█ ▒█▒█▒█ ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█░▒█
  11. ▒█░░░ ▒█▄▄█ ▒█░▒█ ▒█░░▀█ ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█▄▄▀.TUMBLR.COM
  12.  
  13. KEEP THE CREDITS OR I'LL REPORT YOU!
  14.  
  15.  
  16. --->
  17. <html>
  18.  
  19. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  20.  
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  23. <script>
  24. (function($){
  25. $(document).ready(function(){
  26. $("[title]").style_my_tooltips({
  27. tip_follows_cursor:true,
  28. tip_delay_time:200,
  29. tip_fade_speed:300
  30. }
  31. );
  32. });
  33. })(jQuery);
  34. </script>
  35.  
  36. <title>{title}</title>
  37. <link rel="shortcut icon" href="https://31.media.tumblr.com/tumblr_lkl6pkKMMm1qfamg6.gif">
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar {width: 7px; height: 0px; background:#fff; border-left: 1px solid #fff; }
  43.  
  44. ::-webkit-scrollbar-thumb { background-color:#000; border-bottom: 1px solid #fff; border-radius:5px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-right: 1px solid #fff; }
  45.  
  46. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  47.  
  48. body {
  49. padding:0px;
  50. margin:0px;
  51. color:#000;
  52. font-family:calibri;
  53. line-height:9px;
  54. font-size:8px;
  55. background-color:#fbfbfb;
  56. background-image:url(URL IMAGE HERE); /*url image here*/
  57. background-attachment: fixed;
  58. background-position:center;
  59. background-repeat: no-repeat;
  60. background-attachment:fixed;
  61. background-size: cover;
  62.  
  63. cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  64. }
  65.  
  66.  
  67. a:link, a:active, a:visited{cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  68.  
  69. color: #000; /* change the color*/
  70. text-decoration: none;
  71. -webkit-transition: color 0.5s ease-out;
  72. -moz-transition: color 0.5s ease-out;
  73.  
  74. }
  75.  
  76.  
  77. a:hover{cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;color:#000; /* change the color*/
  78. -webkit-transition-duration: .9s;
  79. -webkit-transition: color 0.3s ease-out;
  80. -moz-transition: color 0.3s ease-out;
  81.  
  82. }
  83.  
  84.  
  85. #links {
  86. padding:10px;
  87. background:none;
  88. width:auto;
  89. position:fixed;
  90. margin-top:230px;
  91. margin-left:150px;
  92. }
  93.  
  94. #credit{
  95. position:fixed;
  96. font-family:calibri;
  97. text-transform:uppercase;
  98. z-index:999;
  99. bottom:5px;
  100. right:5px;
  101. width:55px;
  102. height:10px;
  103. padding-bottom:1px;
  104. overflow:hidden;
  105. text-align:center;
  106. font-size:8px;
  107. letter-spacing:1px;
  108. opacity:.8;
  109. background:#fff;
  110. -webkit-transition: all 0.3s linear;
  111. -moz-transition: all 0.3s linear;
  112. transition: all 0.3s linear;
  113. }
  114.  
  115.  
  116. #credit a{
  117. color:#000;
  118. }
  119.  
  120. .credit_u{
  121. line-height:10px;
  122. -webkit-transition: all 0.3s linear;
  123. -moz-transition: all 0.3s linear;
  124. transition: all 0.3s linear;
  125. }
  126.  
  127. #credit a:hover .credit_u{
  128. margin-top:-13px;
  129. -webkit-transition: all 0.3s linear;
  130. -moz-transition: all 0.3s linear;
  131. transition: all 0.3s linear;
  132. }
  133.  
  134. .credit_h{
  135. line-height:16px;
  136. font-size:8px;
  137. }
  138.  
  139.  
  140. #links a {
  141. display:inline-block;
  142. margin-top:3px;
  143. width:53px;
  144. height:20px;
  145. border:1px solid #eee;
  146. padding-top:11px;
  147. text-align:center;
  148. font-size:8px;
  149. letter-spacing:1px;
  150. text-transform:uppercase;
  151. color:#000;
  152. background:#fff;
  153. opacity:.7;
  154. -moz-transition: all 0.7s ease-out;
  155. transition: all 0.7s ease-out;
  156. transition: all 0.7s ease;
  157. }
  158.  
  159. #links a:hover {
  160. background:black;
  161. color:#fff;
  162. -moz-transition: all 0.7s ease-out;
  163. transition: all 0.7s ease-out;
  164. transition: all 0.7s ease;
  165. }
  166.  
  167. #box {
  168. width:600px;
  169. margin-left:380px;
  170. margin-top:40px;
  171. }
  172.  
  173. #box img{background:#fff;
  174. margin:5px;
  175. -webkit-filter:grayscale(70%);
  176.  
  177. width:48px;
  178. padding:10px;
  179. border:1px solid #eee;
  180. opacity:0.7;
  181. -moz-transition-duration:0.4s;
  182. -webkit-transition-duration:0.4s;
  183. -o-transition-duration:0.4s;
  184. -ms-transition-duration:0.4s;}
  185.  
  186. #box img:hover{
  187. opacity:1;
  188. -webkit-transform: scale(1.85);
  189. -moz-transform: scale(1.85);
  190. -o-transform: scale(1.85);
  191. -ms-transform: scale(1.85);
  192. transform: rotate(-360deg);
  193. -moz-transform: rotate(-360deg);
  194. -webkit-transform: rotate(-360deg);
  195. -o-transform: rotate(-360deg);
  196. border-radius:100%;-webkit-transition: all 0.7s ease-out;
  197. -moz-transition: all 0.7s ease-out;
  198. transition: all 0.7s ease-out;
  199. transition: all 0.7s ease;
  200. -o-transition-transition: all 0.7s ease;
  201. -webkit-transition: all 0.7s ease;
  202. -moz-transition: all 0.7s ease;
  203. -webkit-filter:grayscale(0%);
  204.  
  205. }
  206.  
  207. #sidebar{
  208. position:fixed !important;
  209. width:90px;
  210. z-index: 99999999;
  211. height:;
  212. border: 1px solid #eee;
  213. padding:10px;
  214. margin-left:160px;
  215. margin-top:120px;
  216. font-size: 9px;
  217. line-height:11px;
  218. background-color:#fff;
  219. font-family:helvetica;
  220. overflow:hidden;
  221. text-align:left;
  222. opacity:0.8; }
  223.  
  224.  
  225. #s-m-t-tooltip {
  226. padding: 3px;
  227. height:auto;
  228. max-width:200px;
  229. display: none;
  230. text-transform:uppercase;
  231. text-align:justify;
  232. font-size:8px;
  233. margin-top:10px;
  234. margin-left: 15px;
  235. line-height: 8px;
  236. z-index: 999999999999;
  237. border: 1px solid #000;
  238. background:black;
  239. color:#fff;}
  240.  
  241. </style>
  242.  
  243.  
  244. </head>
  245.  
  246. <body>
  247. <div id="credit"><a href="http://planthed.tumblr.com"><div class="credit_u">theme</div><div class="credit_h">planthed</div></a></div>
  248.  
  249. <div id="sidebar">
  250. <img src="{PortraitURL-128}" class="img" width="90" style="">
  251. </div>
  252.  
  253. <div id="links">
  254. <a href="/">back</a>
  255. <a href="/">mail</a><br>
  256. <a href="/">about</a>
  257. <a href="http://planthed.tumblr.com/">credit</a>
  258. </div>
  259.  
  260. <div id="box">
  261.  
  262. {block:Following}
  263. {block:Followed}
  264.  
  265. <a href="{FollowedURL}" target="_blank" title="{FollowedName}"><img src="{FollowedPortraitURL-64}"> </a>
  266.  
  267. {/block:Followed}
  268. {/block:Following}
  269.  
  270.  
  271. </div>
  272.  
  273. <br></br><p>
  274.  
  275. </body>
  276. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement