Advertisement
odeysseus_thm

faq / FLICKER

Jan 21st, 2018
6,997
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <head>
  4. <!------
  5.  
  6.  
  7.  
  8.  
  9. flicker
  10.  
  11. @odeysseus
  12.  
  13.  
  14.  
  15.  
  16. - credits @ odeysseus.tumblr.com/credit
  17.  
  18. ------>
  19. <title> title </title> <!--title-->
  20.  
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23.  
  24. <link href="https://fonts.googleapis.com/css?family=Lora:400,400italic,600,600italic|Lato:300,400,700" rel="stylesheet">
  25. <style type="text/css">
  26.  
  27. * { margin:0;padding:0; }
  28.  
  29.  
  30. @-webkit-keyframes fadein {
  31. 0% {opacity: 0;}
  32. 100% { opacity: 1; }
  33. }
  34.  
  35. @-moz-keyframes fadein {
  36. 0% { opacity: 0; }
  37. 100% { opacity: 1; }
  38. }
  39.  
  40. @keyframes fadein {
  41. 0% { opacity: 0; }
  42. 100% { opacity: 1; }
  43. }
  44.  
  45. .tmblr-iframe { display:none; } a,.button { transition:0.2s ease-in;} .c a { bottom:27px;right:27px;position:fixed;border:0; }
  46.  
  47. b,strong { color:#444; /* bold text */ }
  48.  
  49. body {
  50. background:#fff; /*background*/
  51. font-family:'Lora',Georgia,serif; /*font*/
  52. font-size:12px; /* font size */
  53. line-height:190%;
  54. color:#666; /* text color */
  55. -webkit-animation-name: fadein;-webkit-animation-duration: 1s;
  56. -moz-osx-font-smoothing:grayscale;
  57. -webkit-font-smoothing:antialiased;
  58. font-smoothing:antialiased;
  59.  
  60. }
  61.  
  62. a {
  63. color:#444; /*links*/
  64. text-decoration:none;
  65. }
  66.  
  67. a:hover,.button:hover {
  68. color:#ffaab8!important; /* link hover */
  69. }
  70.  
  71. section {
  72. width:450px; /* container width, change this if you want */
  73. margin:100px auto;
  74. text-align:center;
  75. }
  76.  
  77. h1,h2 {
  78. font-family:'Lato';
  79. color:#444;
  80. font-size:14px;
  81. text-transform:uppercase;
  82. letter-spacing:2px;
  83. margin-bottom:5px;
  84. font-weight:700;
  85. }
  86.  
  87. h2 {
  88. font-size:12px;
  89. font-weight:300;
  90. margin-bottom:30px;
  91. }
  92.  
  93. header:after,h2:before {
  94. content:'';
  95. display:block;
  96. margin:30px auto;
  97. width:100px;
  98. height:1px;
  99. background:#dedede;
  100. }
  101.  
  102. h2:first-of-type:before {
  103. display:none;
  104. }
  105.  
  106. header a {
  107. font-style:italic;
  108. margin:0px 3px;
  109. }
  110.  
  111. b.q {
  112. display:block;
  113. margin-bottom:5px;
  114. font-family:'Lato';
  115. }
  116.  
  117. i.a {
  118. display:block;
  119. margin-bottom:30px;
  120. }
  121.  
  122. </style>
  123. </head>
  124. <body>
  125.  
  126. <section>
  127.  
  128. <header>
  129. <h1>frequently asked</h1> <!--main heading-->
  130.  
  131. <!--links - add or delete as you wish-->
  132. <a href="/">home</a>
  133. <a href="http://tumblr.com/dashboard">dash</a>
  134. <a href="">link</a>
  135. </header>
  136.  
  137. <!--start faq-->
  138.  
  139. <h2> example subheading </h2>
  140.  
  141. <b class="q"> example question </b>
  142. <i class="a"> example answer. <b>bold</b>, <u>underline</u>, <a href="link url">link</a>. </i>
  143.  
  144. <b class="q"> example question </b>
  145. <i class="a"> example answer </i>
  146.  
  147. <h2> example subheading </h2>
  148.  
  149. <b class="q"> example question </b>
  150. <i class="a"> example answer. <b>bold</b>, <u>underline</u>, <a href="link url">link</a>. </i>
  151.  
  152.  
  153. <!--end faq-->
  154.  
  155.  
  156. <!--inbox, there's no need to edit this. it might say "there's nothing here" whilst in customise but your ask box will show up when you view the page in a new tab!-->
  157.  
  158. <h2 style="margin-bottom:0">inbox</h2>
  159.  
  160. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;margin-top:40px" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  161. </section>
  162.  
  163.  
  164. <div class="c"><a href="http://odeysseus.tumblr.com">O</a></div>
  165.  
  166. </body>
  167. </html>
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement