Advertisement
zojoh

PageTwo - Blogroll

Dec 3rd, 2012
11,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!---
  4. PAGE: 2 - Blogroll
  5. BY: Heidi (Previously Crayoned & Zohne of Zojoh)
  6. --->
  7.  
  8. <head>
  9. <title>Fᴏʟʟᴏᴡɪɴɢ</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11.  
  12. <style type="text/css">
  13. /*Scrollbar*/
  14.  
  15. ::-webkit-scrollbar {
  16. width:5px;
  17. height:5px;
  18. }
  19. ::-webkit-scrollbar-track-piece {
  20. background:#ffffff;
  21. }
  22. ::-webkit-scrollbar-thumb {
  23. background: #ddd;
  24. }
  25.  
  26. /*Body*/
  27.  
  28. body {
  29. margin:0;
  30. padding:0;
  31. border:0;
  32. background-color:#f8f8f8;
  33. color:#e1e1e1;
  34. }
  35.  
  36. a {
  37. color:#e1e1e1;
  38. text-decoration:none;
  39. }
  40.  
  41. /*Top Navigation*/
  42.  
  43. #top {
  44. width:100%;
  45. height:40px;
  46. background-color:#f9f9f9;
  47. border-bottom:1px solid #f1f1f1;
  48. text-align:center;
  49. }
  50.  
  51. #top a {
  52. display:inline-block;
  53. padding:14px;
  54. border-bottom:1px solid #f1f1f1;
  55. font-family:courier new;
  56. font-size:10px;
  57. color:#e1e1e1;
  58. text-align:center;
  59. letter-spacing:1px;
  60. text-transform:uppercase;
  61. text-align:center;
  62. text-decoration:none;
  63. -webkit-transition:all 0.2s ease-out;
  64. -moz-transition:all 0.2s ease-out;
  65. -o-transition:all 0.2s ease-out;
  66. }
  67.  
  68. #top a:hover {
  69. padding-top:14px;
  70. padding-left:14px;
  71. padding-bottom:11px;
  72. padding-right:14px;
  73. border-bottom:4px solid #def;
  74. background-color:#fff;
  75. color:#def;
  76. }
  77.  
  78. /*Contentbox & Following pic*/
  79.  
  80. #box {
  81. width:620px;
  82. margin:10px auto 20px auto;
  83. height:auto;
  84. }
  85.  
  86. #box img {
  87. margin:3px;
  88. background-color:#f1f1f1;
  89. border:4px solid #f1f1f1;
  90. padding:5px;
  91. opacity:0.7;
  92. -webkit-transition: all 0.4s ease;
  93. -moz-transition: all 0.4s ease;
  94. -o-transition: all 0.4s ease;
  95. }
  96.  
  97. #box img:hover {
  98. background-color:#fff;
  99. padding:5px;
  100. border:4px solid #def;
  101. opacity:1;
  102. }
  103.  
  104. /*Hover Img title style*/
  105.  
  106. #s-m-t-tooltip{
  107. max-width:300px;
  108. padding:2px;
  109. margin:26px 0px 0px 8px;
  110. z-index:10;
  111. background-color:#def;
  112. font-family:consolas;
  113. font-size:9px;
  114. letter-spacing:1px;
  115. text-transform:uppercase;
  116. color:#fff;
  117. }
  118.  
  119. </style>
  120. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  121. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  122. <script>
  123. (function($){
  124. $(document).ready(function(){
  125. $("a[title]").style_my_tooltips({
  126. tip_follows_cursor:true,
  127. tip_delay_time:20,
  128. tip_fade_speed:400,
  129. attribute:"title"
  130. });
  131. });
  132. })(jQuery);
  133. </script>
  134. </head>
  135.  
  136.  
  137. <body>
  138.  
  139. <div id="top">
  140. <a href="http://{name}.tumblr.com">back</a><a href="http://{name}.tumblr.com/ask">message</a><a href="http://tumblr.com">dashboard</a><a href="http://ladmilk.tumblr.com" title="page by heidi" >credit</a>
  141. </div>
  142. {block:Following}
  143. <div id="box" align="center">
  144. {block:Followed}<a title="{FollowedName}" target="_blank" href="{FollowedURL}"><img border="0" src="{FollowedPortraitURL-48}"/>{/block:Followed}
  145. </div>
  146. {/block:Following}
  147.  
  148. </body>
  149. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement