Advertisement
thehandyblog

Blogroll #1

Dec 21st, 2012
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 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:#f8cb58;}
  29. ::-webkit-scrollbar-track{background-color:#fceec3;}
  30. ::-webkit-scrollbar-buttom{background-color:#fceec3;}
  31.  
  32. body {
  33. background:#fdf9e7;
  34. font-family:calibri;
  35. font-size:9px;
  36. color:#966E4D;
  37. }
  38.  
  39. a {
  40. text-decoration:none;
  41. }
  42.  
  43. #side {
  44. padding:10px;
  45. background:#fceec3;
  46. width:96px;
  47. position:fixed;
  48. margin-top:100px;
  49. margin-left:150px;
  50. }
  51.  
  52. #side a {
  53. display:block;
  54. margin-top:3px;
  55. width:90px;
  56. background:#FCF8E3;
  57. padding:3px;
  58. text-align:center;
  59. font-size:8px;
  60. letter-spacing:1px;
  61. text-transform:uppercase;
  62. color:#966E4D;
  63. }
  64.  
  65. #following {
  66. width:600px;
  67. margin-left:310px;
  68. margin-top:40px;
  69. }
  70.  
  71. #s-m-t-tooltip{
  72. position:absolute;
  73. background-color:#FCF8E3;
  74. padding:5px;
  75. z-index:999;
  76. margin-top:20px;
  77. margin-left: 10px;
  78. display:inline-block;
  79. text-transform:uppercase;
  80. font-size:8px;
  81. color:#966E4D;
  82. letter-spacing:1px;
  83. }
  84.  
  85. </style>
  86.  
  87. <style type="text/css">{CustomCSS}</style>
  88.  
  89. </head>
  90.  
  91. <body>
  92.  
  93. <div id="side">
  94. <img src="{PortraitURL-96}">
  95. <p></p>
  96. <a href="/">go back</a>
  97. <a href="/archive">archive</a>
  98. <a href="http://tumblr.com/dashboard">dashboard</a>
  99. </div>
  100.  
  101. <div id="following">
  102.  
  103. {block:Following}{block:Followed}
  104.  
  105. <a target="_blank" href="{FollowedURL}" title="{FollowedName}"><img style="margin:5px; width:48px; border:10px solid #fceec3;" src="{FollowedPortraitURL-64}"/>
  106.  
  107. {/block:Followed}{/block:Following}</a>
  108.  
  109. </div>
  110.  
  111. <br></br><p>
  112.  
  113. <a style="bottom:10px; font-size:8px; right:10px; color:#966E4D; letter-spacing:1px; position:fixed" href="http://stratfor-d.tumblr.com">CREDIT</a>
  114.  
  115. </body>
  116. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement