hermionemessi

BCN page pack: FAQ page

Dec 2nd, 2018 (edited)
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!--FAQ Page (from Barcelona page pack) by liohnelmessi
  4.  
  5. © 2018 by liohnelmessi (an imprint of antoniosvivaldi / athenathms)
  6.  
  7. Note:
  8.  
  9. - Optimised for modern browsers e.g. Google Chrome / Opera
  10. - Optimised for computer monitor sizes 13in. ~ 15in.
  11. - Common terms of use apply
  12. - Feel free to tweak the layout as long as the credit stays intact
  13.  
  14. -->
  15. <head>
  16.  
  17. <meta charset="UTF-8" />
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  19. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <title>{Title}</title>
  22.  
  23. <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css'>
  24.  
  25. <link href="https://fonts.googleapis.com/css?family=Rosario:400,400i,700,700i" rel="stylesheet">
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Tinos:700,700i" rel="stylesheet">
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Lora:400,400i" rel="stylesheet">
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
  32.  
  33. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  34.  
  35. <link rel="stylesheet" href="https://static.tumblr.com/xbvpdcx/0Uepiytvo/bcnfaq-style.css">
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41.  
  42.  
  43.  
  44. /*Customisable sections*/
  45. @media screen and (min-width: 960px) {
  46. #sidelinks a {
  47. background:rgba(255,255,255,0.3);
  48. color:#fff;
  49. }
  50.  
  51. }
  52.  
  53. #sidelinks a:hover {
  54. color:#fff;
  55. background: rgba(187, 209, 229, 0.8);
  56. }
  57.  
  58. .sectstuff:not(.broll) a:hover {
  59. color:#BBD1E5; /*replace the hexcode to a different hexcode if you want*/
  60. border-bottom:1px solid #BBD1E5; /*this as well*/
  61. }
  62.  
  63.  
  64.  
  65.  
  66.  
  67. /*background images of each page section*/
  68. .faqimg {
  69. /*change the image URL here*/
  70. background-image: url('https://static.tumblr.com/4f2083dfe2681f5747ae38664c29d1e0/qp1dgt3/QL2pgsyjh/tumblr_static_1jxi4ekc2toko4cokgowoscw4.png');
  71.  
  72. /*change the position of the image*/
  73. background-position: 50% 50%;
  74. }
  75.  
  76.  
  77.  
  78.  
  79. </style>
  80. </head>
  81. <body class="animsition">
  82.  
  83.  
  84. <div id="sidelinks">
  85.  
  86. <a class="a-link"href="/"title="home"><span class="lnr lnr-home"></span></a>
  87.  
  88. <!--a link here-->
  89. <a class="a-link"href="/" title="a link"><span class="lnr lnr-bookmark"></span></span></a>
  90. <!--/ a link here-->
  91.  
  92.  
  93. <!--a link here-->
  94. <a class="a-link"href="/" title="a link"><span class="lnr lnr-link"></span></a>
  95. <!--/ a link here-->
  96.  
  97.  
  98.  
  99. </div>
  100.  
  101. <!--main container-->
  102. <main>
  103. <section class="infosect">
  104. <!--sidebar image-->
  105. <div class="imgs faqimg"></div>
  106. <!--/sidebar image-->
  107. <!--faq section texts-->
  108. <article class="texts">
  109. <h1>FAQ</h1>
  110.  
  111.  
  112. <!--FAQ section main text-->
  113. <div class="sectstuff">
  114.  
  115. <!--Q+A-->
  116. <!--Question-->
  117. <p class="faq_q">This is a question?</p>
  118. <!--/Question-->
  119.  
  120. <!--Answer-->
  121. <p class="faq_a">This is an answer.</p>
  122. <!--/Answer-->
  123. <!--/Q+A-->
  124.  
  125.  
  126. <!--Q+A-->
  127. <!--Question-->
  128. <p class="faq_q">This is a question?</p>
  129. <!--/Question-->
  130.  
  131. <!--Answer-->
  132. <p class="faq_a">This is an answer.</p>
  133. <!--/Answer-->
  134. <!--/Q+A-->
  135.  
  136. <!--Q+A-->
  137. <!--Question-->
  138. <p class="faq_q">This is a question?</p>
  139. <!--/Question-->
  140.  
  141. <!--Answer-->
  142. <p class="faq_a">This is an answer.</p>
  143. <!--/Answer-->
  144. <!--/Q+A-->
  145.  
  146.  
  147. <!--add more Q+As here if necessarily-->
  148.  
  149.  
  150. {block:askenabled}
  151. <!--Askbox-->
  152. <iframe frameborder="0" scrolling="no" width="100%" height="190px" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:auto;" id="askbox"></iframe>
  153. <!--/Askbox-->
  154. {/block:askenabled}
  155.  
  156.  
  157. </div>
  158. <!--/FAQ section main text-->
  159. </article>
  160. <!--/faq section texts-->
  161. </section>
  162. <!--/FAQ section-->
  163. </main>
  164. <!--/main container-->
  165.  
  166. <!--Don't mess with the credit-->
  167. <div class="creds">
  168. <figure>
  169. <figcaption>
  170. <p>
  171. <a href="https://liohnelmessi.tumblr.com" title="liohnelmessi">
  172. <span>T</span>
  173. <span>H</span>
  174. <span>M</span>
  175. </a>
  176. </p>
  177. </figcaption>
  178. </figure>
  179. </div>
  180. <!--Don't mess with the credit-->
  181.  
  182. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  183.  
  184. <!-- animsition.css -->
  185. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animsition/4.0.1/css/animsition.min.css">
  186.  
  187. <!-- animsition.js -->
  188. <script src="https://cdnjs.cloudflare.com/ajax/libs/animsition/4.0.1/js/animsition.min.js"></script>
  189.  
  190. <script>
  191. $(document).ready(function() {
  192.  
  193. $(".animsition").animsition({
  194. inClass: 'fade-in',
  195. outClass: 'fade-out',
  196. inDuration: 1500,
  197. outDuration: 800,
  198. linkElement: '.a-link',
  199. loading: true,
  200. loadingParentElement: 'body',
  201. loadingClass: 'animsition-loading',
  202. loadingInner: '',
  203. timeout: true,
  204. timeoutCountdown: 1800,
  205. onLoadEvent: true,
  206. browser: [ 'animation-duration', '-webkit-animation-duration'],
  207. overlay : false,
  208. overlayClass : 'animsition-overlay-slide',
  209. overlayParentElement : 'body',
  210. transition: function(url){ window.location.href = url; }
  211. });
  212.  
  213.  
  214. });
  215.  
  216. </script>
  217.  
  218. <script src="https://static.tumblr.com/p0knose/nRYp3ktqo/jquery.style-my-tooltips.js"></script>
  219.  
  220. <script>
  221. $(document).ready(function(){
  222.  
  223. $("a[title],img[title],[title]").style_my_tooltips({
  224.  
  225. tip_follows_cursor:true,
  226.  
  227. tip_delay_time:30,
  228.  
  229. tip_fade_speed:300,
  230.  
  231. attribute:"title"
  232.  
  233. });
  234.  
  235. });
  236.  
  237. </script>
  238. </body>
  239. </html>
Add Comment
Please, Sign In to add comment