Advertisement
thehandyblog

Blogroll Two

Dec 22nd, 2012
2,311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  7. <script>
  8. (function($){
  9. $(document).ready(function(){
  10. $("[title]").style_my_tooltips({
  11. tip_follows_cursor:true,
  12. tip_delay_time:200,
  13. tip_fade_speed:300
  14. }
  15. );
  16. });
  17. })(jQuery);
  18. </script>
  19.  
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  21. <title>{Title}</title>
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <link rel="shortcut icon" href="{Favicon}" />
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  25. <style type="text/css">
  26.  
  27. ::-webkit-scrollbar {height:6px; width:6px;}
  28. ::-webkit-scrollbar-thumb {background-color:#FADCDC;}
  29. ::-webkit-scrollbar-track{background-color:#fff;}
  30. ::-webkit-scrollbar-buttom{background-color:#fff;}
  31.  
  32. body {
  33. background:{color:background};
  34. font-family:calibri;
  35. font-size:9px;
  36. color:#615757;
  37. }
  38.  
  39. a {
  40. text-decoration:none;
  41. color:#fff;
  42. transition-duration: 0.70s;
  43. -moz-transition-duration: 0.70s;
  44. -webkit-transition-duration: 0.70s;
  45. -o-transition-duration: 0.70s
  46. }
  47.  
  48. #hoverbox{
  49. position:absolute;
  50. padding:5px;
  51. background-color: #fff5c9;
  52. line-height: 18px;
  53. z-index: 999;
  54. visibility: hidden;}
  55.  
  56. #hoverbox a{
  57. text-decoration: none;
  58. padding-left: 2px;
  59. color: #966E4D;
  60. text-transform:uppercase;
  61. letter-spacing:1px;
  62. padding-right:3px;
  63. font-weight:800;
  64. }
  65.  
  66. #side {
  67. padding:10px;
  68. background:#FADCDC;
  69. width:610px;
  70. margin-top:50px;
  71. height:30px;
  72. text-align:right;
  73. }
  74.  
  75. #nav {
  76. margin-top:3px;
  77. border-right:0px solid #fff;
  78. padding:5px;
  79. padding-right:15px;
  80. font-family:"hype";
  81. text-align:right;
  82. font-size:15px;
  83. text-transform:uppercase;
  84. color:#fff;
  85. }
  86.  
  87. #nav a {
  88. margin-left:10px;
  89. margin-right:10px;
  90. transition-duration: 0.70s;
  91. -moz-transition-duration: 0.70s;
  92. -webkit-transition-duration: 0.70s;
  93. -o-transition-duration: 0.70s
  94. }
  95.  
  96. #nav a:hover {
  97. margin-left:30px;
  98. margin-right:30px;
  99. }
  100.  
  101. #following {
  102. width:630px;
  103. margin-top:50px;
  104. position:relative;
  105. text-align:center;
  106. height:430px;
  107. overflow-y:scroll;
  108. }
  109.  
  110. #following img {
  111. -moz-transform:rotate(0deg);
  112. -webkit-transform:v
  113. -o-transform:rotate(0deg);
  114. -ms-transform:rotate(0deg);
  115. transition-duration: 0.70s;
  116. opacity:.6;
  117. -moz-transition-duration: 0.70s;
  118. -webkit-transition-duration: 0.70s;
  119. -o-transition-duration: 0.70s
  120. }
  121.  
  122. #following img:hover {
  123. z-index:999;
  124. opacity:1;
  125. position:Relative;
  126. -moz-transform:rotate(360deg);
  127. -webkit-transform:rotate(360deg);
  128. -o-transform:rotate(360deg);
  129. -ms-transform:rotate(360deg);
  130. }
  131.  
  132. #s-m-t-tooltip{
  133. position:absolute;
  134. background-color:#FADCDC;
  135. padding:5px;
  136. z-index:9999;
  137. margin-top:20px;
  138. margin-left: 10px;
  139. display:inline-block;
  140. text-transform:uppercase;
  141. font-size:8px;
  142. color:#fff;
  143. letter-spacing:1px;
  144. }
  145.  
  146. @font-face {
  147. font-family: "HYPE";
  148. src: url('http://static.tumblr.com/v8dmb1r/M9Jm5azkz/hype.ttf');}
  149.  
  150. </style>
  151.  
  152. <style type="text/css">{CustomCSS}</style>
  153.  
  154. </head>
  155.  
  156. <body>
  157.  
  158. <center>
  159.  
  160. <div id="all">
  161.  
  162. <div id="side">
  163. <img src="{PortraitURL-64}" style="border:10px solid #FADCDC; margin-left:30px; margin-top:-25px; float:left;">
  164. <div id="nav">
  165. <a href="/">go back</a>
  166. <a href="/archive">archive</a>
  167. <a href="http://tumblr.com/dashboard">dashboard</a>
  168. </div>
  169. </div>
  170.  
  171. <div id="following">
  172.  
  173. {block:Following}{block:Followed}
  174.  
  175. <a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img style="margin:5px; width:64px;" src="{FollowedPortraitURL-64}"/>
  176.  
  177. {/block:Followed}{/block:Following}</a>
  178.  
  179. <br></br><p>
  180.  
  181. </div>
  182.  
  183. <br></br><p>
  184.  
  185. <a style="bottom:10px; font-size:9px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: font-family:hype;100px; right:10px; color:#fff; background:#FADCDC; padding:5px; height:12px; width:12px; letter-spacing:1px; position:fixed" href="http://stratfor-d.tumblr.com" target="_blank">S</a>
  186.  
  187. </body>
  188. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement