Advertisement
injurie

blogroll

Aug 1st, 2014
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:40,tip_fade_speed:200,attribute:"title"});});})(jQuery);</script>
  2.  
  3. <!-------------
  4. blogroll theme by injurie
  5. do not remove credit!! <3
  6. -------------->
  7.  
  8. <title>{title}</title>
  9. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_ltsft1v1g21r1b4vq.gif">
  10.  
  11.  
  12. <head>
  13. <style>
  14.  
  15.  
  16. a{
  17. text-decoration:none;
  18. color:#bbb;
  19. }
  20.  
  21. #s-m-t-tooltip{
  22. max-width:300px;
  23. padding:4px;
  24. padding-right:3px;
  25. margin:15px;
  26. background:#ffffff;
  27. text-transform:uppercase;
  28. border:1px solid #aaa;
  29. font-family:arial;
  30. font-size:7px;
  31. letter-spacing:2px;
  32. color:#707070;
  33. z-index:999999999999999999999999999999999999999999999999999999999999999;
  34. }
  35.  
  36.  
  37. ::-webkit-scrollbar {
  38. height: auto;
  39. width: 9px;
  40. background-color: #aaa;
  41. border: 4px solid #ffffff;
  42. }
  43.  
  44. ::-webkit-scrollbar-thumb {
  45. background-color: #ffffff;
  46. border: 3px solid #ffffff;
  47. background:#aaa;
  48. height: auto;
  49. }
  50.  
  51.  
  52. #omfg{
  53. width:490px;
  54. height:500px;
  55. overflow-y:scroll;
  56. overflow-x:hidden;
  57. border:1px solid #bbb;
  58. box-shadow:6px 6px #eee;
  59. padding:10px;
  60. margin-left:400px;
  61. margin-top:70px;
  62. }
  63.  
  64. .ok{
  65. text-transform:uppercase;
  66. border:1px solid #bbb;
  67. letter-spacing:1.5px;
  68. font-size:15px;
  69. position:fixed;
  70. color:#bbb;
  71. padding:5px;
  72. margin-left:220px;
  73. margin-top:50px;
  74. font-style:italic;
  75. font-family:arial;
  76. box-shadow:5px 5px #eee;
  77. }
  78.  
  79. .okay{
  80. text-transform:uppercase;
  81. border:1px solid #bbb;
  82. letter-spacing:1.5px;
  83. font-size:15px;
  84. position:fixed;
  85. color:#bbb;
  86. padding:5px;
  87. margin-left:220px;
  88. margin-top:100px;
  89. font-style:italic;
  90. font-family:arial;
  91. box-shadow:5px 5px #eee;
  92. }
  93.  
  94. #omfg img{
  95. border:1px solid #bbb;
  96. padding:5px;
  97. margin:10px;
  98. -webkit-filter: grayscale(50%);
  99. opacity:0.8;
  100.  
  101. }
  102. </style>
  103.  
  104. <body>
  105.  
  106. <!----- DO NOT REMOVE------>
  107. <a href="http://injurie.tumblr.com" title="theme by injurie" target="_blank" style="font-family:arial; font-size:8px; text-transform:uppercase; letter-spacing:2px; right:10px; bottom:10px; position:fixed; border:1px solid #aaa; padding:3px;">credit</a>
  108. <!------------------------->
  109.  
  110.  
  111. <div class="ok">
  112. blogroll
  113. </div>
  114.  
  115. <div class="okay">
  116. <a href="/">← return</a>
  117. </div>
  118.  
  119. <div id="omfg">
  120. {block:Following}
  121. {block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}"></a>{/block:Followed}
  122. {/block:Following}</div>
  123.  
  124. </body></head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement