Advertisement
themesbyhaleigh

page #15 (blogroll)

Oct 26th, 2014
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. <!-- page #15 (blogroll) by nerdydean. don't remove the credit. -->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <!-- TOOLTIP SCRIPTS -->
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  13. <script>
  14. (function($){
  15. $(document).ready(function(){
  16. $("[title]").style_my_tooltips({
  17. tip_follows_cursor:true,
  18. tip_delay_time:200,
  19. tip_fade_speed:300
  20. }
  21. );
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26. <style type="text/css">
  27.  
  28. body{
  29. font-family:arial;
  30. }
  31.  
  32. #s-m-t-tooltip {
  33. font-size: 9px;
  34. max-width:300px;
  35. padding:3px 4px 2px 5px;
  36. margin:20px 0px 0px 20px;
  37. background:#fff;
  38. border:1px solid #000;
  39. font-family:calibri;
  40. letter-spacing:1px;
  41. text-transform:uppercase;
  42. color:#000;
  43. z-index:999999999999999999999999999999999999;
  44. box-shadow:2px 2px rgba(51,51,51,.1);
  45. }
  46.  
  47. ::-webkit-scrollbar {
  48. height:03px;
  49. width:12px;
  50. background-color:#fff;
  51. }
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. background-color:#000;
  55. border: 5px solid #ffffff;
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. -webkit-transition-duration:.6s;
  61. -moz-transition-duration:.6s;
  62. -o-transition-duration:.6s;
  63. -ms-transition-duration:.6s;
  64. color:#000;
  65. }
  66.  
  67. a:hover {
  68. -webkit-transition-duration:.6s;
  69. -moz-transition-duration:.6s;
  70. -o-transition-duration:.6s;
  71. -ms-transition-duration:.6s;
  72. }
  73.  
  74. #content {
  75. margin:10px auto;
  76. width:900px;
  77. }
  78.  
  79. #content img {
  80. margin-left:5px;
  81. width:50px;
  82. padding:10px;
  83. -webkit-transition-duration:.6s;
  84. -moz-transition-duration:.6s;
  85. -o-transition-duration:.6s;
  86. -ms-transition-duration:.6s;
  87. box-shadow:2px 2px rgba(51,51,51,.1);
  88. border:1px solid #000;
  89. padding:5px;
  90. margin:5px 5px 5px 5px;
  91. -webkit-filter:grayscale(100%);
  92. }
  93.  
  94. #content img:hover {
  95. -webkit-filter:none;
  96. }
  97.  
  98. #title{
  99. font-size:40px;
  100. font-weight:bold;
  101. width:900px;
  102. margin:0 auto;
  103. margin-top:30px;
  104. margin-bottom:10px;
  105. font-family:calibri;
  106. letter-spacing:1px;
  107. text-transform:uppercase;
  108. color:#000;
  109. border:1px solid #000;
  110. padding:10px;
  111. box-shadow:2px 2px rgba(51,51,51,.1);
  112. }
  113.  
  114.  
  115. </style>
  116. </head>
  117. <body>
  118.  
  119. <!-- this is your header. -->
  120. <!-- this is your title. -->
  121. <div id="title">blogroll.
  122. <small><small><small><small><small>
  123. <!-- these are your links. -->
  124. <a href="/">home.</a>
  125. <a href="/ask">ask.</a>
  126. <a href="/">link3.</a>
  127. <!-- please don't remove this. -->
  128. <a title="theme by nerdydean" href="/">cr.</a>
  129. </small></small></small></small></small></div>
  130.  
  131. <div id="content">
  132. <!-- this is your actual blogroll. -->
  133. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}">{/block:Followed}{/block:Following}
  134. </div>
  135.  
  136.  
  137. </body>
  138. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement