Advertisement
loranhale

brisbane

Nov 12th, 2016
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---
  5.  
  6.  
  7. blogroll: brisbane
  8. revamped 23/7/17
  9.  
  10. @loranhale
  11.  
  12.  
  13. --->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro|Karla|Maven+Pro|PT+Sans' rel='stylesheet' type='text/css'>
  19.  
  20. <style type="text/css">
  21.  
  22. /* scrollbar */
  23.  
  24. ::-webkit-scrollbar {
  25. height:5px;
  26. width:1px;
  27. background:#fafafa;
  28. }
  29.  
  30. ::-webkit-scrollbar-thumb {
  31. background:#dcecf5;
  32. }
  33.  
  34. /* tumblr controls */
  35.  
  36. .iframe-controls--desktop { display:none!important; }
  37.  
  38. #s-m-t-tooltip {
  39. max-width:300px;
  40. margin:15px;
  41. padding:5px 6px;
  42. z-index:99999999;
  43. color:#000;
  44. text-transform:lowercase;
  45. border:1px solid #dcecf5;
  46. background:#fff;
  47. }
  48.  
  49. body {
  50. background:#fafafa;
  51. color:#555;
  52. font-family:'pt sans', arial, helvetica, sans-serif;
  53. font-size:10px;
  54. -moz-osx-font-smoothing:grayscale;
  55. -webkit-font-smoothing:antialiased;
  56. font-smoothing:antialiased;
  57. }
  58.  
  59. a {
  60. color:#8892e0;
  61. text-decoration:none;
  62. transition-duration:.8s;
  63. -moz-transition-duration:.8s;
  64. -webkit-transition-duration:.8s;
  65. -o-transition-duration:.8s;
  66. }
  67. a:hover { color:#000; }
  68.  
  69. section {
  70. width:470px;
  71. box-sizing:border-box;
  72. margin:60px auto;
  73. transform:translate(0px,50px);
  74. }
  75.  
  76. nav {
  77. text-align:left;
  78. margin-bottom:10px;
  79. padding-bottom:10px;
  80. border-bottom:1px solid #dcecf5;
  81. }
  82.  
  83. .t {
  84. font-size:13px;
  85. color:#222;
  86. letter-spacing:2px;
  87. font-weight:600;
  88. padding-bottom:8px;
  89. text-transform:uppercase;
  90. font-family:'maven pro', sans-serif;
  91. }
  92.  
  93. .links { position:relative; }
  94. .links a {
  95. text-transform:lowercase;
  96. margin-right:8px;
  97. font-size:11px;
  98. display:inline;
  99. font-style:none;
  100. }
  101. .links a:last-of-type { margin-right:0; }
  102. .links a:after { content:'.'; }
  103.  
  104. .blogroll {
  105. width:calc((50px * 10 + 0px) - 25px);
  106. max-height:400px;
  107. overflow-y:scroll;
  108. border-bottom:1px solid #dcecf5;
  109. padding-bottom:15px;
  110. }
  111.  
  112. .hi {
  113. width:55px;
  114. height:55px;
  115. overflow:hidden;
  116. display:inline-block;
  117. margin:5px;
  118. }
  119.  
  120. .hi img {
  121. width:50px;
  122. height:50px;
  123. opacity:.8;
  124. border-radius:50%;
  125. transition:all .8s ease;
  126. -webkit-transition:all .8s ease;
  127. -moz-transition:all .8s ease;
  128. -o-transition:all .8s ease;
  129. }
  130.  
  131. .hi img:hover {
  132. opacity:1;
  133. border-radius:5px;
  134. transition:all .8s ease;
  135. -webkit-transition:all .8s ease;
  136. -moz-transition:all .8s ease;
  137. -o-transition:all .8s ease;
  138. }
  139.  
  140. /* do not disturb */
  141.  
  142. .lo { bottom:20px; right:20px; position:fixed; }
  143. .lo a { text-transform:uppercase; padding:5px; font-size:12px; }
  144.  
  145. </style>
  146. </head>
  147.  
  148. <body>
  149. <section>
  150.  
  151. <nav>
  152. <div class="t">blogroll</div>
  153. <div class="links">
  154. <a href="/">home</a>
  155. <a href="/ask">mssg</a>
  156. <a href="http://tumblr.com/dashboard">dash</a>
  157. </div>
  158. </nav>
  159.  
  160. <!-- no editing required -->
  161. <div class="blogroll">
  162. {block:Following}{block:Followed}<div class="hi"><a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-128}"></a></div>{/block:Followed}{/block:Following}
  163. </div>
  164.  
  165. </section>
  166.  
  167.  
  168. <!-- danger! keep out -->
  169. <div class="lo">
  170. <a href="http://loranhale.tumblr.com" title="theme">j</a>
  171. </div>
  172.  
  173. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  174. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  175. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  176. <script>
  177. jQuery.noConflict();
  178. (function($){
  179. $(document).ready(function(){
  180. $("a[title],img[title],[title]").style_my_tooltips({
  181. tip_follows_cursor:true,
  182. tip_delay_time:200,
  183. tip_fade_speed:300,
  184. attribute:"title"
  185. });
  186. });
  187. })(jQuery);
  188. </script>
  189.  
  190. </body>
  191. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement