Advertisement
sadmilks

blgroll #2

Apr 12th, 2013
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--
  4.  
  5. blgroll #2 by r-eiora (`・ω・´)” pls don't use as your own or remove the credit, thank you!!
  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.  
  20. body {
  21. margin:0;
  22. padding:0;
  23. border:0;
  24. background-color:#f8f8f8;
  25. color:#e1e1e1;
  26. }
  27.  
  28. a {
  29. color:#e1e1e1;
  30. text-decoration:none;
  31. cursor:help;}
  32.  
  33. #wrapper {
  34. position:relative;margin:80px auto;width:410px;}
  35.  
  36. #out{
  37. height:430px;
  38. border:10px solid #f8f8f8;
  39. border-right:0px;
  40. padding:10px 12px;
  41. overflow:auto;
  42. background:#FFF;}
  43.  
  44.  
  45. #top {
  46. font-size:12px;
  47. font-style:italic;
  48. font-family:courier;
  49. text-transform:lowercase;
  50. padding:5px 0px 5px 5px;
  51. letter-spacing:8px;
  52. text-align:center; position:fixed; padding:0px; margin:0px; top:0px; left:100px; background:#ffffff; width:39.7px; height:100%;z-index:9999;
  53. }
  54.  
  55. #navi {top: 15px; position:relative;width:400px;padding:10px;text-align:right;}
  56. #navi a{display:inline-block;padding:0px 8px;opacity:0.2;}
  57. #navi a:hover{opacity:0.5;}
  58.  
  59.  
  60. #top a:hover{
  61. background-color:#000;
  62. color:#fff;
  63. }
  64.  
  65.  
  66. #bo img:hover{
  67. -webkit-filter: grayscale(0);
  68. }
  69.  
  70. #bo img{
  71. width:50px;height:50px;-webkit-filter: grayscale(1);
  72. -webkit-transition: 1s ease;transition: 1s ease;
  73. -o-transition: 1s ease;-moz-transition: 1s ease;
  74. }
  75.  
  76. #bo{
  77. display:inline-block;
  78. width:50px;
  79. padding:2px;
  80. margin:15px 13px;
  81. border:0px solid #DDD;
  82. background:rgba(255,255,255,0.75);}
  83.  
  84.  
  85. #s-m-t-tooltip {z-index: 9999;cursor:help;padding: 0px 5px 0px 5px;display: block;background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f9f9f9 100%);background-image: -o-linear-gradient(top, #FFFFFF 0%, #f9f9f9 100%);background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f9f9f9 100%);background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f9f9f9 100%);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;margin-top:5px;text-shadow:1px 1px 0px #ffffff;-moz-box-shadow: 0px 1px 1px #cccccc;-webkit-box-shadow: 0px 1px 1px #cccccc;box-shadow: 0px 1px 1px #cccccc;color: #202020;max-width: 100px;word-wrap: break-word;font-size: 10px;margin: 20px 15px 5px 15px; font-family:consolas;font-size:9px;letter-spacing:1px;text-transform:lowercase; }
  86.  
  87. </style>
  88. </head>
  89.  
  90. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("a[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:20,
  98. tip_fade_speed:400,
  99. attribute:"title"
  100. });
  101. });
  102. })(jQuery);
  103. </script>
  104.  
  105. </head>
  106. <body>
  107. <div id="wrapper">
  108. <div id="top">
  109. <div align="center">
  110. <big><big><big><big><big><br> t <br> e <br> x <br> t <br> h <br> e <br> r <br> e </br></big></big></big></big></big></div></div>
  111.  
  112. <div id="navi">
  113. <a title="go back" href="/"><img src="http://static.tumblr.com/wyykoyg/1mpm76a5a/1.png"></a>
  114.  
  115. <a title="contact" href="/ask"><img src="http://static.tumblr.com/wyykoyg/umpm76a60/28.png"></a>
  116.  
  117. <a title="credit" href="http://r-eiora.tumblr.com"><img src="http://static.tumblr.com/wyykoyg/OvJm76a7v/6.png"></a>
  118. </div>
  119.  
  120. <div id="out">
  121. {block:Following}{block:Followed}
  122. <div id="bo"><a href="{FollowedURL}" title="{FollowedName}; {ParentRootTitle}">
  123. <img src="{FollowedPortraitURL-48}"></a></div>
  124. {/block:Following}{/block:Followed}
  125. </div>
  126. </div>
  127.  
  128.  
  129. </body>
  130. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement