Advertisement
danceforyous

Blogroll Theme

Apr 11th, 2013
2,379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- blogroll theme #1 by danceforyous -->
  5.  
  6. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  7. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  8. <script>
  9. (function($){
  10. $(document).ready(function(){
  11. $("[title]").style_my_tooltips({
  12. tip_follows_cursor:true,
  13. tip_delay_time:200,
  14. tip_fade_speed:300
  15. }
  16. );
  17. });
  18. })(jQuery);
  19. </script>
  20.  
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  22. <title>Blogroll</title>
  23. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  26.  
  27. <style type="text/css">
  28.  
  29. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  30.  
  31. ::-webkit-scrollbar { width: 6px; height: 3px;}
  32. ::-webkit-scrollbar-button:start:decrement,
  33. ::-webkit-scrollbar-button:end:increment {height: 2px;display: block;background-color:#dedada;}
  34. ::-webkit-scrollbar-track-piece {background-color:#ffffff;}
  35. ::-webkit-scrollbar-thumb:vertical {height: 9px;background-color:#dedada;border-top:1px solid #ffffff;border-bottom:1px solid #ffffff;}
  36. ::-moz-selection {background-color:#dedada;color:#ffffff;}
  37. ::selection {background-color:#dedada;color:#ffffff;}
  38.  
  39. body {
  40. color:#eee;
  41. background-color:#fff;
  42. font-size:10px;
  43. font-family:calibri;
  44. line-height:100%;
  45. text-align:center;}
  46.  
  47. #box {
  48. background-color:transparent;
  49. text-align:center;
  50. margin-top:3%;
  51. width:100%;
  52. height:auto;
  53. }
  54.  
  55. #title {
  56. margin-top:-10px;
  57. font-family:Bebas Neue;
  58. font-size:35px;
  59. text-align:center;
  60. line-height:100%;
  61. color:#eee;
  62. background-color:#fff;}
  63.  
  64. #links {
  65. display:inline-block;
  66. margin-top:0px;
  67. background-color:transparent;
  68. }
  69.  
  70. #links a {
  71. display:inline-block;
  72. text-align:center;
  73. font-family:Bebas Neue;
  74. font-size:12px;
  75. letter-spacing:1px;
  76. color:#e8e8e8;
  77. -webkit-transition:all 0.5s ease-out;
  78. -moz-transition:all 0.5s ease-out;
  79. transition:all 0.5s ease-out;}
  80.  
  81. #links a:hover {
  82. color:#474646;
  83. -webkit-transition-duration:0.5s;
  84. -moz-transition-duration:0.5s;}
  85.  
  86. #icon {
  87. margin-top:15px;
  88. width:500px;
  89. height:500px;
  90. overflow-x:hidden;
  91. overflow-y:scroll;
  92. padding:5px;
  93. background-color:transparent;
  94. }
  95.  
  96. #icon img {
  97. width:40px;
  98. height:40px;
  99. margin-right:6px;
  100. margin-bottom:6px;
  101. padding:5px;
  102. opacity:0.3;
  103. -webkit-transition:all 0.5s ease-out;
  104. -moz-transition:all 0.5s ease-out;
  105. transition:all 0.5s ease-out;}
  106.  
  107. #icon img:hover {
  108. opacity:0.8;
  109. transform: rotate(30deg);
  110. -ms-transform: rotate(30deg);
  111. -webkit-transform: rotate(30deg);
  112. -o-transform: rotate(30deg);
  113. -moz-transform: rotate(30deg);
  114. -webkit-transition-duration:0.5s;
  115. -moz-transition-duration:0.5s;}
  116.  
  117. a:link, a:active, a:visited {color:#eee;
  118. text-decoration:none;
  119. -webkit-transition:all 0.5s ease-out;
  120. -moz-transition:all 0.5s ease-out;
  121. transition:all 0.5s ease-out;}
  122.  
  123. a:hover {color:#e8e8e8;
  124. -webkit-transition-duration:0.5s;
  125. -moz-transition-duration:0.5s;}
  126.  
  127. #s-m-t-tooltip{
  128. margin-top:20px;
  129. margin-left: 10px;
  130. z-index:9999;
  131. display:inline-block;
  132. position:absolute;
  133. background-color:#d6d5d5;
  134. padding:5px;
  135. text-transform:uppercase;
  136. font-size:8px;
  137. letter-spacing:1px;
  138. color:#ffffff;
  139. }
  140.  
  141. </style>
  142. </head>
  143.  
  144. <body>
  145.  
  146. <div id="box">
  147.  
  148. <div id="title">
  149. <a href="/">blogroll</a></div>
  150.  
  151. <div id="links">
  152. <a href="/">Back</a> -
  153. <a href="/ask">Ask</a> -
  154. <a href="http://ofirises.tumblr.com">Credit</a>
  155.  
  156. <div id="icon">
  157. {block:Following}{block:Followed}
  158. <a target="_blank" href="{FollowedURL}"><img border: "10" src="{FollowedPortraitURL-64}" title="{FollowedName}"/>
  159. {/block:Followed}{/block:Following}</a>
  160.  
  161. </div></div>
  162. </div></div>
  163.  
  164. </div>
  165. </body>
  166. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement