Advertisement
loranhale

london

Apr 3rd, 2016
1,781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---
  5.  
  6.  
  7. faq: london
  8. updated 2/12/18
  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.  
  19. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic|PT+Sans:400,400italic,600,600italic|Source+Sans+Pro:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
  20. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  21.  
  22. <style type="text/css">
  23.  
  24. /* scrollbar */
  25.  
  26. ::-webkit-scrollbar {
  27. height:5px;
  28. width:1px;
  29. background:#fafafa;
  30. }
  31.  
  32. ::-webkit-scrollbar-thumb { background:#dcecf5; }
  33.  
  34. /* tumblr controls */
  35.  
  36. iframe.tmblr-iframe {
  37. z-index:99999999999999!important;
  38. top:0!important;
  39. right:0!important;
  40. opacity:0.4;
  41. /* delete invert(1) from here */
  42. filter:invert(1) contrast(150%);
  43. -webkit-filter:invert(1) contrast(150%);
  44. -o-filter:invert(1) contrast(150%);
  45. -moz-filter:invert(1) contrast(150%);
  46. -ms-filter:invert(1) contrast(150%);
  47. /* to here if your blog has a dark background */
  48. transform:scale(0.65);
  49. transform-origin:100% 0;
  50. -webkit-transform:scale(0.65);
  51. -webkit-transform-origin:100% 0;
  52. -o-transform:scale(0.65);
  53. -o-transform-origin:100% 0;
  54. -moz-transform:scale(0.65);
  55. -moz-transform-origin:100% 0;
  56. -ms-transform:scale(0.65);
  57. -ms-transform-origin:100% 0;
  58. transition:all .6s ease;
  59. }
  60.  
  61. iframe.tmblr-iframe:hover { opacity:0.6!important; }
  62.  
  63. /* tooltips */
  64.  
  65. #s-m-t-tooltip {
  66. max-width:300px;
  67. margin:15px;
  68. padding:4px 6px;
  69. z-index:99999999;
  70. color:#000;
  71. border:1px solid #eee;
  72. background:#fff;
  73. }
  74.  
  75. /* body */
  76.  
  77. body {
  78. background:#fafafa;
  79. color:#555;
  80. font-family:'pt sans', arial, sans-serif;
  81. letter-spacing:.5px;
  82. font-size:10px;
  83. line-height:130%;
  84. -moz-osx-font-smoothing:grayscale;
  85. -webkit-font-smoothing:antialiased;
  86. font-smoothing:antialiased;
  87. }
  88.  
  89. a {
  90. color:#91a8d0; /* links */
  91. text-decoration:none;
  92. transition:all .6s ease;
  93. }
  94.  
  95. a:hover { color:#f7cac9; }
  96.  
  97. blockquote {
  98. padding-left:10px;
  99. border-left:1px solid #dcecf5;
  100. margin-left:5px;
  101. }
  102.  
  103. h1 {
  104. font-size:13px;
  105. color:#444;
  106. font-weight:600;
  107. text-transform:uppercase;
  108. letter-spacing:1px;
  109. }
  110.  
  111. b { font-style:bold; }
  112. i { font-style:italic; }
  113.  
  114. section {
  115. width:400px;
  116. box-sizing:border-box;
  117. margin:80px auto;
  118. }
  119.  
  120. nav {
  121. text-align:left;
  122. border-bottom:1px solid #eee;
  123. padding-bottom:20px;
  124. margin-bottom:25px;
  125. }
  126.  
  127. .title {
  128. font-size:15px;
  129. color:#000;
  130. letter-spacing:.5px;
  131. font-weight:400;
  132. padding-bottom:10px;
  133. }
  134.  
  135. .links { position:relative; display:inline-block; }
  136.  
  137. .links a {
  138. margin-right:8px;
  139. letter-spacing:.5px;
  140. font-size:10.5px;
  141. }
  142.  
  143. .faq { margin-bottom:20px; border-bottom:2px solid #eee; }
  144.  
  145. .th {
  146. margin-right:8px;
  147. width:12px;
  148. font-size:12px;
  149. vertical-align:-2px;
  150. }
  151.  
  152. .q {
  153. font-size:11px;
  154. margin-bottom:10px;
  155. color:#222;
  156. }
  157.  
  158. .a { font-style:none; padding-bottom:10px; }
  159.  
  160. /* do not disturb */
  161.  
  162. .lo { bottom:20px; right:20px; position:fixed; }
  163. .lo a { text-transform:uppercase; padding:5px; font-size:12px; }
  164.  
  165. </style>
  166. </head>
  167.  
  168. <body>
  169. <section>
  170.  
  171. <nav>
  172. <div class="title">frequently asked questions</div>
  173. <div class="links">
  174. <a href="/">home</a>
  175. <a href="/ask">ask</a>
  176. <a href="/">link</a>
  177. <a href="http://loranhale.tumblr.com">theme</a>
  178. </div>
  179. </nav>
  180.  
  181. <div class="faq">
  182. <div class="q"><span class="th th-question-o"></span> is this a question?</div>
  183. <div class="a">no that's a statement.</div>
  184. </div>
  185.  
  186. <div class="faq">
  187. <div class="q"><span class="th th-question-o"></span> how does a link look like?</div>
  188. <div class="a"><a href="/">like this.</a></div>
  189. </div>
  190.  
  191. <div class="faq">
  192. <div class="q"><span class="th th-question-o"></span> [theme question]</div>
  193.  
  194. <div class="a">
  195. <blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta.</blockquote>
  196. </div>
  197. </div>
  198.  
  199. <!--copy and paste for more sections-->
  200.  
  201. <iframe frameborder="0" scrolling="no" width="100%" height="150" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden; margin-top:0px; width:100%;" id="ask_form"></iframe>
  202.  
  203. </section>
  204.  
  205. <!-- danger! keep out -->
  206. <div class="lo">
  207. <a href="http://julesatticus.tumblr.com" title="theme">j</a>
  208. </div>
  209.  
  210. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  211. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  212. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  213. <script>
  214. jQuery.noConflict();
  215. (function($){
  216. $(document).ready(function(){
  217. $("a[title],img[title],[title]").style_my_tooltips({
  218. tip_follows_cursor:true,
  219. tip_delay_time:200,
  220. tip_fade_speed:300,
  221. attribute:"title"
  222. });
  223. });
  224. })(jQuery);
  225. </script>
  226.  
  227. </body>
  228. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement