Advertisement
b0rn-to-be-wild

Blogroll I dark

Mar 21st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!----
  5.  
  6. © borntobewildthemes.tumblr.com | "Blogroll I (dark)"
  7.  
  8. + Please do not redistribute this theme or remove credits.
  9. + You are allowed to make changes as long as you keep our credits.
  10. + If you have any questions or concerns, just contact us.
  11. + Thanks for using our page! :) Hope you enjoy it!
  12.  
  13. ---->
  14.  
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  19.  
  20. <!--SCRIPTS....DO NOT REMOVE!-->
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="jquery.style-my-tooltips.js"></script>
  24.  
  25. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  26.  
  27. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("[title]").style_my_tooltips({
  32. tip_follows_cursor:true,
  33. tip_delay_time:200,
  34. tip_fade_speed:300
  35. }
  36. );
  37. });
  38. })(jQuery);
  39. </script>
  40.  
  41. <style>
  42.  
  43. body {
  44. background:#bbb url(http://i62.tinypic.com/x2t1rm.jpg);
  45. background-position:fixed;
  46. font-family:Exo;
  47. font-style:italic;
  48. font-size:30px;
  49. color:#000;
  50. }
  51.  
  52. a {
  53. color:#bbb;
  54. text-decoration:none;
  55. border:none;
  56. -webkit-transition-duration: 0.9s;
  57. }
  58.  
  59. /* Webkit scrollbar */
  60.  
  61. ::-webkit-scrollbar-thumb {
  62. background: #333;
  63. height: auto;
  64. border: 2px solid #000;
  65. }
  66.  
  67. ::-webkit-scrollbar {
  68. height:10px;
  69. width:10px;
  70. background: #333;
  71. height: auto;
  72. border: 4px solid #000;
  73. }
  74.  
  75. /* Header */
  76.  
  77. #header{
  78. background-color:#333;
  79. color:#000;
  80. margin-top:20px;
  81. margin-left:auto;
  82. margin-right:auto;
  83. text-align:center;
  84. border:5px double #000;
  85. padding:10px;
  86. width:830px;
  87. height:100px;
  88. font-size:40px;
  89. font-family:Clicker Script;
  90. background:url(http://i62.tinypic.com/rlf829.jpg);
  91. }
  92.  
  93. /* Links */
  94.  
  95. #links{
  96. position:absolute;
  97. margin-top:-50px;
  98. }
  99.  
  100. #links a{
  101. display:inline;
  102. margin-left:5px;
  103. min-width:20px;
  104. max-width:20px;
  105. height:20px;
  106. padding:5px;
  107. font-size:12px;
  108. line-height:20px;
  109. background:#333;
  110. color:#bbb;
  111. font-family:'Exo';
  112. border:5px double #000;
  113. border-radius:25px;
  114. text-align:center;
  115. }
  116.  
  117. #links a:hover{
  118. border-radius:0px;
  119. -webkit-transition: all .7s ease;
  120. -moz-transition: all .7s ease;
  121. -o-transition: all .7s ease;
  122. transition: all .7s ease;
  123. background:#000;
  124. color:#333;
  125. }
  126.  
  127. /* Container */
  128.  
  129. #container{
  130. background-color:#333;
  131. border-left:5px double #000;
  132. border-right:5px double #000;
  133. border-bottom:5px double #000;
  134. padding:7px;
  135. margin-left:auto;
  136. margin-right:auto;
  137. margin-top:0px;
  138. width:750px;
  139. height:460px;
  140. opacity:1;
  141. overflow-y:scroll;
  142. z-index: 100;
  143. text-align:center;
  144. }
  145.  
  146. #container img {
  147. opacity:0.6;
  148. border:5px #000 double;
  149. padding:5px;
  150. margin:5px;
  151. max-width:48px;
  152. max-height:48px;
  153. -webkit-transition-duration: 0.5s;
  154. -moz-transition-duration: 0.5s;
  155. -o-transition-duration: 0.5s;
  156. -ms-transition-duration: 0.5s;
  157. z-index: 2px;
  158. }
  159.  
  160. #container img:hover {
  161. opacity:1;
  162. border:5px solid #000;
  163. -webkit-transition-duration: 0.5s;
  164. -moz-transition-duration: 0.5s;
  165. -o-transition-duration: 0.5s;
  166. -ms-transition-duration: 0.5s;
  167. }
  168.  
  169. /* Style of the box that appears when you hover over the links */
  170.  
  171. #s-m-t-tooltip {
  172. max-width:300px;
  173. z-index:10;
  174. margin:24px 14px 7px 12px;
  175. padding:8px;
  176. color:#000;
  177. background:#333;
  178. font-size:11px;
  179. line-height:16px;
  180. }
  181.  
  182. /* Credits */
  183.  
  184. #credits {
  185. position:fixed;
  186. right:10px;
  187. top:40px;
  188. z-index:100000;
  189. }
  190.  
  191. #credts img{
  192. border:3px solid #000;
  193. }
  194.  
  195.  
  196. </style>
  197.  
  198. <div id="header"><br>
  199.  
  200. <div id="links">
  201. <a href="/" title="Home">01</a>
  202. <a href="/ask" title="Ask">02</a>
  203. <a href="/submit" title="Submit">03</a>
  204. <a href="http://www.tumblr.com/dashboard" title="Dash">04</a>
  205. </div>
  206.  
  207. <b>Blogroll</b>
  208.  
  209. </div>
  210.  
  211. <!--End header-->
  212.  
  213. <div id="container">
  214.  
  215. {block:Following}{block:Followed}<a title='{FollowedName}' target='_blank' href='{FollowedURL}'><img border='0' src='{FollowedPortraitURL-48}' /></a>{/block:Followed}{/block:Following}
  216.  
  217. </div>
  218.  
  219. <!--End container-->
  220.  
  221. <a href="http://borntobewildthemes.tumblr.com"><div id="credits">
  222. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement