Advertisement
candycaiine

Blogroll #1

Sep 15th, 2013
3,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 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.  
  3. <!--
  4. blogroll theme by lloyd.
  5. more themes at themesbylloyd.tumblr.com.
  6. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <style type="text/css">
  17.  
  18.  
  19. ::-webkit-scrollbar {
  20. width: 5px;height: 5px;}
  21. ::-webkit-scrollbar-button:start:decrement,
  22. ::-webkit-scrollbar-button:end:increment {
  23. height: 6px;display: block;background-color: {color:white};}
  24. ::-webkit-scrollbar-track-piece {
  25. background-color:#fff;}
  26. ::-webkit-scrollbar-thumb:vertical {
  27. height: 9px;background-color:#000;border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  28. ::-webkit-scrollbar-thumb:horizontal {height:9px;background-color:#000;}
  29.  
  30.  
  31. body {
  32. background:{color:background};
  33. margin:0px;
  34. color:{color:text};
  35. font-family:Arial, Helvetica;
  36. font-size:9px;
  37. line-height:100%;
  38. }
  39.  
  40. a {
  41. text-decoration:none;
  42. -moz-outline-style:none;
  43. color:{color:link};
  44. -webkit-transition:all 0.5s ease-in-out;
  45. -moz-transition:all 0.5s ease-in-out;
  46. -o-transition:all 0.5s ease-in-out;
  47. -ms-transition:all 0.5s ease-in-out;
  48. }
  49.  
  50. h1 {
  51. font-size:12px;
  52. text-transform:uppercase;
  53. }
  54.  
  55. a:hover {
  56. color:{color:hover};
  57. }
  58.  
  59. img {
  60. margin:5px 5px;
  61. opacity:0.6;
  62. border-radius:0px;
  63. -webkit-border-radius:0px;
  64. -moz-border-radius:0px;
  65. -webkit-filter: grayscale(50%);
  66. -moz-filter: grayscale(100%);
  67. -ms-filter: grayscale(100%);
  68. -o-filter: grayscale(100%);
  69. -webkit-transition:all 0.5s ease-in-out;
  70. -moz-transition:all 0.5s ease-in-out;
  71. -o-transition:all 0.5s ease-in-out;
  72. -ms-transition:all 0.5s ease-in-out;
  73. }
  74.  
  75.  
  76.  
  77. #container {
  78. margin-top:30px;
  79. margin-left:200px;
  80. width:900px;
  81. height:600px;
  82. overflow:scroll;
  83. }
  84.  
  85.  
  86.  
  87. @font-face{font-family:always;src:url(http://static.tumblr.com/rxgmiea/3iLmsi7z3/always_forever.ttf);}
  88.  
  89. #nav {margin-top:30px;margin-left:525px;
  90.  
  91. opacity:0.6;
  92.  
  93.  
  94. }
  95.  
  96. #nav a {display:inline-block;border:1px solid #eee;min-width:50px;text-align:center;padding:10px;text-transform:uppercase;color:#fff;-webkit-transition:all 0.5s ease-in-out;
  97. -moz-transition:all 0.5s ease-in-out;
  98. -o-transition:all 0.5s ease-in-out;
  99. -ms-transition:all 0.5s ease-in-out;background:#000;}
  100.  
  101. #nav a:hover {background:#fff;color:#000;}
  102.  
  103. #s-m-t-tooltip {
  104. max-width:300px;
  105. padding:3px 4px 3px 4px;
  106. margin:23px -5px 0px 20px;
  107. background-color:#FFF; /* change the background color */
  108. font-family:helvetica; /* change the font */
  109. font-weight: 13px;
  110. font-size:12px; /* change the font size */
  111. letter-spacing:1px; /* change the letter spacing */
  112. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  113. font-style: normal;
  114. color:#aaa; /* change the text color */
  115. z-index:999999999999999999999999999999999999;
  116. }
  117.  
  118. </style>
  119. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  120. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  121. <script>
  122. (function($){
  123. $(document).ready(function(){
  124. $("a[title]").style_my_tooltips({
  125. tip_follows_cursor:true,
  126. tip_delay_time:90,
  127. tip_fade_speed:600,
  128. attribute:"title"
  129. });
  130. });
  131. })(jQuery);
  132. </script>
  133. </head>
  134. <body>
  135. <div id="title">
  136. </div>
  137. <div id="nav">
  138. <a href="/">home</a>
  139. <a href="/ask">ask</a>
  140. <a href="/archive">archive</a>
  141. <a href="http://cocaine.tumblr.com">credit</a>
  142.  
  143.  
  144. </div>
  145.  
  146.  
  147.  
  148.  
  149. <div id="container">
  150. {block:Following}
  151. {block:Followed}
  152. <a href="{FollowedURL}" title="{FollowedName}">
  153. <img src="{FollowedPortraitURL-64}">
  154. </a>
  155. {/block:Followed}
  156. {/block:Following}
  157. </div>
  158. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement