Advertisement
wtfAnna

theme 7-b

Sep 30th, 2014
862
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--Theme by lookinfoyou @biebamariez
  5. i f y o u u s e c r e d i t.-->
  6.  
  7. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  8. <script src='http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js'></script>
  9. <script>
  10. (function($){
  11. $(document).ready(function(){
  12. $("a[title]").style_my_tooltips({
  13. tip_follows_cursor:true,
  14. tip_delay_time:90,
  15. tip_fade_speed:700,
  16. attribute:"title"
  17. });
  18. });
  19. })(jQuery);
  20. </script>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  23.  
  24. <script src="http://static.tumblr.com/9nod2fq/DXHlqrdd9/biibis_script.txt"></script>
  25. <title>{Title}</title>
  26. <link rel="shortcut icon" href="{Favicon}" />
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  28.  
  29. <style type="text/css">
  30.  
  31. /*tooltip*/
  32. #s-m-t-tooltip {
  33. font-family:"calibri";
  34. font-size:10px;
  35. background: #fff;
  36. border:1px solid #fff;
  37. color: #9C9C9C;
  38. text-transform:lowercase;
  39. -webkit-animation: CH 600ms;
  40. margin:20px 20px 20px 8px;
  41. z-index:99999999999999999;
  42. padding: 5px;
  43. -webkit-transition: all 0.2s linear;
  44. -moz-transition: all 0.2s linear;
  45. -o-transition: all 0.2s linear; }
  46.  
  47. /* links */
  48. a:link, a:visited, a:active {color: #000; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  49. a:hover {color: #ff69b4; -webkit-transition-duration: .79s; }
  50.  
  51. /*scrollbar*/
  52. ::-webkit-scrollbar-thumb {background-color: #000000;
  53. border: 0px solid #fff;
  54. height:auto;}
  55. ::-webkit-scrollbar {height:5px;
  56. width:5px;
  57. background-color: #000000;
  58. border:4px solid #fff;}
  59.  
  60. #body{
  61. font-family:'arial';
  62. background-color:#fff;
  63. }
  64.  
  65. /*title*/
  66. #title{
  67. position:fixed;
  68. margin-left:257px;
  69. margin-top:-110px;
  70. text-align:center;
  71. font-family:Arial;
  72. letter-spacing:-2px;
  73. color:#000;
  74. font-weight:bold;
  75. background:#fff;
  76. width:800px;
  77. height:80px;
  78. padding:10px;
  79. line-height:90px;
  80. font-size:25px;
  81. }
  82.  
  83. #conteiner{
  84. margin-left:320px;
  85. margin-top:100px;
  86. width:700px;
  87. height:500px;
  88. }
  89. #conteiner img{
  90. padding:10px;
  91. }
  92. #conteiner img:hover{
  93. background-color:#dedede;
  94. -webkit-transition-duration:.6s;
  95. -moz-transition-duration:.6s;
  96. -o-transition-duration:.6s;
  97. -ms-transition-duration:.6s;
  98. }
  99.  
  100. #links{
  101. z-index:100000000000000;
  102. position:fixed;
  103. margin-left:616px;
  104. margin-top:-25px;
  105. font-family: 'Raleway', sans-serif;
  106. font-size:10px;
  107. color:#000;
  108. letter-spacing:3px;
  109. }
  110. /*DON'T TOUCH HERE*/
  111. #cred {font-family:'calibri';
  112. position:fixed;
  113. font-size:12px;
  114. right:10px;
  115. bottom:10px;
  116. font-weight:bold
  117. letter-spacing:2px;}
  118. #cred a:hover {
  119. color:;}
  120.  
  121. </style>
  122. <body>
  123. <div id="title">Blogroll</div>
  124. <div id="links">
  125. <a href="/">back</a>
  126. <a href="/ask">ask</a>
  127. <a href="https://www.tumblr.com/dashboard">dashboard</a>
  128. </div>
  129. <div id="conteiner">
  130. {block:Following}
  131. {block:Followed}
  132. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}"/></a>
  133. {/block:Followed}{/block:Following}
  134. </div>
  135. <div id="cred"><a href="https://lookinfoyou.tumblr.com"><small>♥</small></a></div>
  136.  
  137. </body>
  138. </head>
  139. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement