Advertisement
ophealia

court / faq

Jun 24th, 2018
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5.  
  6. court
  7. a page by ophealia
  8.  
  9.  
  10. - do NOT steal or copy any of this code!!
  11. - do not even TOUCH the credit!!
  12. - credit font is Saturn Icons by saturnthms.com
  13. - for all credits visit ophealia.tumblr.com/credits
  14.  
  15. - the accent color on this page is #ccc. use command + f to find and replace it with another!
  16. - use command + f and search for 'edit here' to see everywhere that requires customization
  17.  
  18. please let me know if you enjoy this page, or if you find any errors or bugs! a full list of terms can be found at ophealia.tumblr.com/terms
  19.  
  20.  
  21.  
  22. -->
  23.  
  24. <!-- EDIT HERE: TAB TITLE -->
  25. <title>faq.</title>
  26. <link href="https://fonts.googleapis.com/css?family=Lora:400i|Lato:300,300i,700,700i" rel="stylesheet">
  27. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  28. <style>
  29. header {
  30. text-align: center;
  31. width: 250px;
  32. margin: auto;
  33. margin-bottom: 30px;
  34. margin-top: 45px;
  35. padding-bottom: 6px;
  36. border-bottom: 1px solid #ccc;
  37. }
  38. h1 {
  39. font: 22px Lora;
  40. margin-bottom: 0px;
  41. }
  42. header a {
  43. font: 12px Lato;
  44. color: #000;
  45. text-decoration: none;
  46. transition-timing-function: linear;
  47. transition-duration: .2s;
  48. }
  49. header a:hover {
  50. color: #ccc;
  51. }
  52. .one {
  53. margin-bottom: 25px;
  54. }
  55. .q {
  56. font-family: 'Lora', serif;
  57. font-size: 16px;
  58. width: 400px;
  59. padding-right: 100px;
  60. margin: auto;
  61. transition-timing-function: linear;
  62. transition-duration: .25s;
  63. }
  64. /* DO NOT EDIT THIS SECTION */
  65. #shakespeare a {
  66. color: #000;
  67. text-decoration: none;
  68. transition-timing-function: linear;
  69. transition-duration: .2s;
  70. }
  71. /* RESUME EDITING HERE */
  72. .q:hover {
  73. color: #ccc;
  74. width: 385px;
  75. padding-left: 15px;
  76. }
  77. .a {
  78. font-family: 'Lato', sans-serif;
  79. font: 300 13px Lato;
  80. width: 500px;
  81. margin: auto;
  82. margin-top: 3px;
  83. color: #000;
  84. }
  85. .a:hover {
  86. color: #000;
  87. width: 500px;
  88. padding-left: -15px;
  89. }
  90. .a b {
  91. font: 700 12px Lato;
  92. }
  93. .a a {
  94. color: #bbb;
  95. text-decoration: none;
  96. transition-timing-function: linear;
  97. transition-duration: .2s;
  98. }
  99. /* DO NOT EDIT THIS SECTION */
  100. #shakespeare {
  101. position: fixed;
  102. bottom: 20px;
  103. right: 25px;
  104. }
  105. /* RESUME EDITING HERE */
  106. .a a:hover {
  107. color: #ddd;
  108. }
  109. ::-webkit-scrollbar {
  110. width: 3px;
  111. }
  112. ::-webkit-scrollbar-thumb {
  113. background: #ccc;
  114. }
  115. ::-webkit-scrollbar-track {
  116. background: #fff;
  117. }
  118. #askbox {
  119. text-align: center;
  120. padding-top: 5px;
  121. margin-bottom: 50px;
  122. }
  123. /* DO NOT EDIT THIS SECTION */
  124. #shakespeare a:hover {
  125. color: #ccc;
  126. }
  127. /* RESUME EDITING HERE */
  128. #inbox {
  129. text-align: justify;
  130. }
  131. #askbox p {
  132. position: absolute;
  133. padding-left: -15px;
  134. margin-left: -15px;
  135. }
  136. #askbox p:hover {
  137. position: absolute;
  138. padding-left: -15px;
  139. margin-left: -15px;
  140. }
  141. </style>
  142. </head>
  143. <body>
  144. <header>
  145. <!-- EDIT HERE: TITLE -->
  146. <h1>frequently asked </h1>
  147.  
  148. <a href="/">home.</a> &nbsp;
  149. <a href="https://tumblr.com/dashboard">dash.</a> &nbsp;
  150. <a href="/archive">history.</a>
  151. </header>
  152.  
  153. <!-- EDIT HERE: EXAMPLE QUESTION. a few notes:
  154. - don't delete the '&mdash;'
  155. - mind your 'divs'
  156. - to create new questions, copy + paste the example questions
  157. -->
  158. <div class="one">
  159. <div class="q">
  160. &mdash; sample question?
  161.  
  162. <div class="a">
  163. Trifecta saucer organic, crema strong mug that ristretto. Qui, extra foam, siphon, ut single origin carajillo single shot extraction. In siphon, foam, shop aged extraction blue mountain foam beans. Extra crema aftertaste, percolator flavour body chicory sweet. Dark, galão cinnamon id ristretto galão skinny.
  164. </div>
  165. </div>
  166. </div>
  167. <!-- END EXAMPLE QUESTION -->
  168.  
  169. <!-- EDIT HERE: EXAMPLE QUESTION -->
  170. <div class="one">
  171. <div class="q">
  172. &mdash; how do i fix a problem on a page?
  173.  
  174. <div class="a">
  175. Trifecta saucer organic, crema strong mug that ristretto. Qui, extra foam, siphon, ut single origin carajillo single shot extraction. In siphon, foam, shop aged extraction blue mountain foam beans. Extra crema aftertaste, percolator flavour body chicory sweet. Dark, galão cinnamon id ristretto galão skinny.
  176. </div>
  177. </div>
  178. </div>
  179. <!-- END EXAMPLE QUESTION -->
  180.  
  181. <!-- DO NOT EDIT THIS SECTION -->
  182. <a href="https://ophealia.tumblr.com" title="ophealia themes">
  183. <div id="shakespeare">
  184. <span class="sf sf-constellation-o"></span>
  185. </div></a>
  186. <!-- RESUME EDITING -->
  187.  
  188. <!-- ASK BOX - NO NEED TO EDIT. while in customization mode, it might say 'there's nothing here,' once you save and open in a new tab the askbox will show. -->
  189. <div id="askbox">
  190. <div class="q" id="inbox">
  191. &mdash; inbox
  192. <p><iframe frameborder="0" scrolling="no" width="500px" height="325px;" margin-left="100px;" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  193. </div>
  194. </div>
  195. <!-- END ASK BOX HERE -->
  196. </body>
  197. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement