Belgrravia

Blogroll

Nov 9th, 2014
1,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. <!--
  2. Blogroll by kalopsiathemes
  3. Please do not
  4. -remove the credit
  5. -steal parts of code
  6. -use as a base
  7.  
  8. Feel free to
  9. -edit parts of the page
  10. -ask me any questions
  11. -->
  12. <!DOCTYPE html>
  13. <head>
  14. <link href='http://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  22. <script>
  23.  
  24. (function($){
  25.  
  26. $(document).ready(function(){
  27.  
  28. $("a[title]").style_my_tooltips({
  29.  
  30. tip_follows_cursor:true,
  31.  
  32. tip_delay_time:30,
  33.  
  34. tip_fade_speed:300,
  35.  
  36. attribute:"title"
  37.  
  38. });
  39.  
  40. });
  41.  
  42. })(jQuery);
  43.  
  44. </script>
  45.  
  46. <style type="text/css">
  47.  
  48. ::-webkit-scrollbar {height: 2px;
  49. width: 4px;
  50. -webkit-border-radius: 1px;
  51. background-color:#ffffff;}
  52. ::-webkit-scrollbar-thumb {height:auto;
  53. background-color:#ffffff;
  54. border:1px solid #6f6f6f;
  55. }
  56. ::-webkit-scrollbar-track {
  57. background:#ffffff;}
  58.  
  59. #s-m-t-tooltip {max-width:400px;
  60. padding:2px;
  61. margin:10px 0px 0px 10px;
  62. padding:1px 4px;
  63. background-color:#ffffff;
  64. text-transform:uppercase;
  65. font-size:7px;
  66. font-family: Times,sans-serif;
  67. letter-spacing:2px;
  68. color:#6f6f6f;
  69. z-index:999;
  70.  
  71. }
  72.  
  73. body {
  74. background-image: url("http://static.tumblr.com/wi2dwmg/pJqnes74o/photo-1415226355641-7f90f89def6a.png");
  75. /*this is where you put the background picture. Here is a place you can upload it and get a url: https://www.tumblr.com/themes/upload_static_file.*/
  76. background-repeat: no-repeat;
  77. background-position: bottom;
  78. background-attachment: fixed;
  79. -webkit-background-size: cover;
  80. -moz-background-size: cover;
  81. -o-background-size: cover;
  82. background-size: cover;
  83. font-family:Palatino, serif;
  84. color:#6f6f6f; <!--change text color here-->
  85. }
  86.  
  87. #following {
  88. width:500px;
  89. height:470px;
  90. padding:5px;
  91. margin:auto;
  92. margin-top:50px;
  93. top: 0px; left: 0; bottom: 0; right: 0;
  94. }
  95.  
  96. #following img {
  97. padding:5px;
  98. margin:5px;
  99. }
  100.  
  101. #following img:hover {
  102. background-color:#6f6f6f;
  103. }
  104.  
  105. #top {
  106. width:500px;
  107. height:80px;
  108. margin-bottom:20px;
  109. background-color:#ffffff;
  110. }
  111.  
  112. #content {
  113. width:500px;
  114. height:370px;
  115. overflow:scroll;
  116. background-color:#ffffff;
  117. }
  118.  
  119. ul {
  120. list-style: none;
  121. }
  122. li {
  123.  
  124. float: left;
  125. }
  126.  
  127. #title {
  128. font-size:18px;
  129. text-transform:uppercase;
  130. text-align:center;
  131. letter-spacing:4px;
  132. padding:5px;
  133. margin-bottom:5px;
  134. padding-top:15px;
  135. font-weight:700;
  136. font-family: 'Ubuntu', sans-serif;
  137. }
  138.  
  139. #nav {
  140. width:300px;
  141. margin:auto;
  142. text-align:center;
  143. }
  144.  
  145. #link {
  146. display:inline-block;
  147. width:10px;
  148. height:10px;
  149. overflow:hidden;
  150. font-size:10px;
  151. padding:2px;
  152. border:1px solid #6f6f6f;
  153. word-spacing:5px;
  154. -moz-transition-duration:all .7s ease-in-out;
  155. -webkit-transition-duration:all .7s ease-in-out;
  156. -o-transition-duration:all .7s ease-in-out;
  157. }
  158.  
  159. #link:hover {
  160. width:40px;
  161. text-align:right;
  162. -moz-transition-duration:.7s;
  163. -webkit-transition-duration: .7s;
  164. -o-transition-duration:.7s;
  165. }
  166.  
  167. .link {
  168. opacity:0;
  169. -moz-transition-duration:all .7s ease-in-out;
  170. -webkit-transition-duration:all .7s ease-in-out;
  171. -o-transition-duration:all .7s ease-in-out;
  172. }
  173.  
  174. #link:hover .link {
  175. opacity:1;
  176. -moz-transition-duration:.7s;
  177. -webkit-transition-duration: .7s;
  178. -o-transition-duration:.7s;
  179. }
  180.  
  181. a:link, a:visited {
  182. text-decoration:none;
  183. color:#6f6f6f;
  184. }
  185.  
  186. a:hover {
  187. text-decoration:none;
  188. color:#6f6f6f;
  189. }
  190. #credit {
  191. position:fixed;
  192. color:#ffffff;
  193. bottom:5px;
  194. right:10px;
  195. padding:4px;
  196. font-size:12px;
  197. }
  198.  
  199. #credit a {
  200. color:#ffffff;
  201. text-decoration:none;
  202. }
  203. </style>
  204. </head>
  205. <body>
  206.  
  207. <div id="following">
  208. <div id="top">
  209. <div id="title">Blogroll</div>
  210. <div id="nav">
  211. <div id="link"><div class="link"><a href="/">home</a></div></div>
  212. <div id="link"><div class="link"><a href="/ask">ask</a></div></div>
  213. <div id="link"><div class="link"><a href="">link</a></div></div>
  214. </div>
  215. </div>
  216. <div id="content">
  217. {block:Following}
  218. <ul>
  219. {block:Followed}
  220. <li>
  221. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}"></a>
  222. </li>
  223. {/block:Followed}
  224. </ul>
  225. {/block:Following}
  226. </div></div>
  227. <div id="credit">
  228. <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>&#916;</a></div>
  229. </body>
  230. </body>
  231. </html>
Advertisement
Add Comment
Please, Sign In to add comment