Advertisement
yemin

Blogroll 2

Jun 11th, 2014
1,762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 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. <!------- Page 002 - Blogroll
  5. (c) ITSGOTTABEYOU ------->
  6.  
  7. <head>
  8.  
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  11. <script>
  12. (function($){
  13. $(document).ready(function(){
  14. $("[title]").style_my_tooltips({
  15. tip_follows_cursor:true,
  16. tip_delay_time:200,
  17. tip_fade_speed:300
  18. }
  19. );
  20. });
  21. })(jQuery);
  22. </script>
  23.  
  24. <title>{title}</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27.  
  28. <style type="text/css">
  29.  
  30. ::-webkit-scrollbar-thumb:vertical {background-color: #dcdcdc; height: 100px;}
  31. ::-webkit-scrollbar {height: 10px; width: 5px; background-color: #fff;}
  32.  
  33. body {
  34. color: #c8d278;}
  35.  
  36. a:link, a:active, a:visited {
  37. color: #bbbbbb;
  38. text-decoration: none;
  39. -moz-transition-duration: 0.8s;
  40. -webkit-transition-duration: 0.8s;
  41. -o-transition-duration: 0.8s;
  42. opacity: 1;}
  43.  
  44. a:hover {
  45. color: #cccccc;
  46. -moz-transition-duration: 0.8s;
  47. -webkit-transition-duration: 0.8s;
  48. -o-transition-duration: 0.8s;}
  49.  
  50. img {
  51. -moz-transition-duration: 0.8s;
  52. -webkit-transition-duration: 0.8s;
  53. -o-transition-duration: 0.8s;
  54. opacity: 1;
  55. border: 5px solid #ffffff;
  56. padding: 2px;
  57. text-decoration: none;}
  58.  
  59. img:hover {
  60. -moz-transition-duration: 0.8s;
  61. -webkit-transition-duration: 0.8s;
  62. -o-transition-duration: 0.8s;
  63. opacity: 0.7;
  64. padding: 2px;
  65. border: 5px solid #c8d278;
  66. text-decoration: none;}
  67.  
  68. .changmin {
  69. font-family: calibri;
  70. font-size: 23px;
  71. font-weight: bold;
  72. text-transform: uppercase;
  73. color: #c8d278;}
  74.  
  75. .igby {
  76. color: #c8d278;
  77. font-family: cambria;
  78. text-transform: uppercase;
  79. font-size: 11px;
  80. letter-spacing: 1px;
  81. text-align: center;}
  82.  
  83. .seguindo {
  84. color: #c8d278;
  85. border: #ffffff;
  86. padding: 3px;
  87. overflow: auto;
  88. width: 765px;}
  89.  
  90. #s-m-t-tooltip {
  91. max-width: 300px;
  92. margin-top: 10px;
  93. margin-left: 10px;
  94. display: inline-block;
  95. text-transform: uppercase;
  96. letter-spacing: 1px;
  97. font-size: 11px;
  98. color: #bbbbbb;
  99. background: #ffffff;
  100. padding: 5px;
  101. padding-top: 5px;
  102. padding-bottom: 5px;
  103. font-family: cambria;}
  104.  
  105. </style>
  106.  
  107. <div class="changmin"><center>blogroll</center></div>
  108.  
  109. <div class="igby"><a target="_blank" href="/"><b>home</b></a> ยท <a target="_blank" href="/ask"><b>message</b></a> ยท <a target="_blank" href="http://itsgottabeyou.tumblr.com/"><b>credit</b></a></div>
  110.  
  111. <center><div class="seguindo">
  112. {block:Following}{block:Followed}
  113. <a title='{FollowedName}' target='_blank' href='{FollowedURL}'><img border='2' src='{FollowedPortraitURL-48}' />
  114. {/block:Followed}{/block:Following}
  115. </center>
  116.  
  117. </div></div>
  118. </body>
  119. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement