Advertisement
sadmilks

blgroll #5 : shinpuru

Sep 1st, 2013
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. <html>
  2.  
  3. <!-----------------------------------------------------------------------
  4.  
  5. ✩ฺ SHINPURU BLGRL #05 @ R-EIORA.TUMBLR.COM ✩ฺ
  6.  
  7. ///DON'T REMOVE THIS COMMENT///
  8.  
  9. ------------------------------------------------------------------------->
  10.  
  11. <head>
  12.  
  13. <title> {Title} </title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. <style>
  19.  
  20. ::-webkit-scrollbar {width: 7px;height: 4px;background-color: #fff;border:0px solid #fff;}
  21.  
  22. ::-webkit-scrollbar-thumb {background:transparent url('http://media.tumblr.com/b3be189b6c1865990e6399ccb8415525/tumblr_inline_mpskkbQ68R1qz4rgp.png');}
  23.  
  24. body {background:#fff;font: 9px courier new, courier, monospace;text-transform: uppercase;}
  25.  
  26. a {text-decoration:none;color:#000;}
  27.  
  28. a:hover {text-decoration:none;color:#000;}
  29.  
  30. #motto {margin:0 auto;width:417px;height:0px;padding-top:80px;}
  31.  
  32. #motto img {border:1px dotted #ccc;width:40px;margin:0px;padding:2px;-webkit-transition: opacity 0.8s linear;opacity: 0.60;}
  33.  
  34. #motto img:hover{-webkit-transition: opacity 0.8s linear;opacity: 1;}
  35.  
  36. #he {width:410px;margin:2px auto;margin-top:-70px;margin-left:2px;font-family:courier new, courier, monospace;font-style:normal;font-size:17px; color:#000;text-transform:lowercase;background-image:url(http://media.tumblr.com/b3be189b6c1865990e6399ccb8415525/tumblr_inline_mpskkbQ68R1qz4rgp.png); background-repeat:repeat;}
  37.  
  38. #s-m-t-tooltip{position:fixed;overflow:hidden;max-width:150px;padding:0px;margin:10px 0 0 23px;background:#000;z-index:10;display:inline-block;font-size:8px;font-family:courier new;text-transform:uppercase;color:#fff;z-index: 999999999;}
  39.  
  40. #sb{position:fixed;margin-top:170px;}
  41.  
  42. #sb .lnks {background: url('http://media.tumblr.com/b3be189b6c1865990e6399ccb8415525/tumblr_inline_mpskkbQ68R1qz4rgp.png') repeat ;color: #000000;width: 45px;letter-spacing: 2px;margin-left: 300px;line-height:15px;margin-bottom: 2px;font-family: "Courier New", Courier, monospace;padding: 5px 5px 5px 15px;font-size: 9px;border-left: 10px solid #000000;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
  43.  
  44. #sb .lnks a {text-decoration: none;color: #000000;}
  45.  
  46. #sb .lnks:hover {color: #000000;border-left: 30px solid #000000;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
  47.  
  48. </style>
  49.  
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("a[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:20,
  58. tip_fade_speed:400,
  59. attribute:"title"
  60. });
  61. });
  62. })(jQuery);
  63. </script>
  64.  
  65. </head><body>
  66.  
  67. <div id="motto"><div id="he"><i><a href="/">{Title}</i></a> – people i follow.</div>
  68.  
  69. <p>
  70.  
  71. {block:Following}
  72. {block:Followed}<a title="{FollowedTitle}" target="_blank" href="{FollowedURL}"><img border="0" src="{FollowedPortraitURL-64}"/>{/block:Followed}
  73. </div>{/block:Following}
  74.  
  75. <div id="sb">
  76.  
  77. <div class="lnks">
  78. <div style="margin-top:-15px;margin-left:-27px;"><img src="http://static.tumblr.com/dw5tmyf/MUamsgxme/planti.gif"/></div>
  79. <a href="/" title="home">return</a>
  80. <a href="/ask" title="msg">message</a>
  81. <a href="http://r-eiora.tumblr.com" title="creds">credits</a>
  82. </div>
  83.  
  84. </body>
  85.  
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement