nymph

faq #01 - lithium

Dec 3rd, 2017
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <!--
  4. FAQ page #1 by cielo @almacodes
  5.  
  6. please keep the credit! thats all i ask, and this
  7. page is yours to use for free!
  8.  
  9.  
  10. To begin customizing the colors, etc. press ctrl+f or cmd+f
  11. and type ' e:' (with the space before the e). To
  12. customize the questions & answers, instead of ' e:' type
  13. 'start questions'.
  14. -->
  15.  
  16.  
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <title>FAQ</title> <!-- e: title-->
  21.  
  22. <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
  23. <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
  24. <link href="https://fonts.googleapis.com/css?family=Inconsolata|Source+Sans+Pro" rel="stylesheet">
  25.  
  26. <style type="text/css">
  27. .tmblr-iframe { display:none; }
  28.  
  29.  
  30. body {
  31. font-family:'Source Sans Pro', sans-serif;
  32. background:#f8f8f8; /* e: page background color */
  33. color:#444; /* e: text color */
  34. font-size:12px;
  35. -moz-osx-font-smoothing:grayscale;
  36. -webkit-font-smoothing:antialiased;
  37. font-smoothing:antialiased; }
  38. /* scrollbar */
  39. ::-webkit-scrollbar{height:3px;width:3px;background:inherit;}
  40. ::-webkit-scrollbar-thumb {background-color:#deeaeb; /* e: scrollbar color */}
  41. ::-webkit-scrollbar-track {background:inherit;}
  42.  
  43. .nm { background-color:#fff;font-size:12px;position:fixed!important;bottom:25px;right:25px;z-index:10;text-align:center;padding:4px; width:17px; height:17px;text-decoration:none; color:#000;}
  44. .nm a { color:#000; text-decoration:none;}
  45. .nm a:hover { color:#aaa; text-decoration:none; border-bottom:1px solid #abcdef;}
  46.  
  47. /* general text css */
  48. a {
  49. color:#000; /* e: links color */
  50. text-decoration:none;
  51. transition:all .4s ease;
  52. -webkit-transition:all .4s ease;
  53. -moz-transition:all .4s ease;
  54. -o-transition:all .4s ease;
  55. border-bottom: 1px solid #e6c4c4; /* e: link underline color */}
  56.  
  57. a:hover { text-decoration:none;
  58. transition:all .4s ease;
  59. -webkit-transition:all .4s ease;
  60. -moz-transition:all .4s ease;
  61. -o-transition:all .4s ease;
  62. color:#e6c4c4; /* e: links hover color */ }
  63.  
  64. h1 { font-size:16px;font-weight:normal; font-family:'Inconsolata';text-transform:capitalize;}
  65.  
  66. h1:after {
  67. content:"";
  68. display:block;
  69. margin:-5px -1px;
  70. height:2px;
  71. width:110px;
  72. background:#edc7c7; /* e: title underline color */}
  73.  
  74. h2 { font-family:'Inconsolata'; color:#8c5151; margin-top:20px; font-size:14px; font-weight:normal; margin-bottom:2px; line-height:17px;}
  75.  
  76.  
  77. /* box css */
  78. section { margin:50px auto; width:400px;}
  79.  
  80. #box { background:#fff; width:395px; padding:15px;max-height:495px;overflow-y:scroll;border-bottom:1px solid #ccc;}
  81. p { margin-top:30px;}
  82. .link { text-align:right; margin-right:5px;}
  83. .esc { padding-top:10px!important; margin-bottom:-23px;}
  84.  
  85.  
  86. </style>
  87. </head>
  88. <body>
  89. <section>
  90. <div id="box">
  91. <h1>frequently asked questions</h1>
  92. <div class="esc">Questions I get asked very often. Please read these carefully before asking, as your question may be already answered here.</div><br>
  93.  
  94. <div class="link">
  95. <a href="/"><i class="fa icon-angle-left"></i> &nbsp;back to blog</a></div>
  96.  
  97.  
  98. <!--- start questions -->
  99.  
  100. <h2 style="margin-top:-2px!important;">Is this a queston?</h2>
  101. <ans>Indeed it is.</ans>
  102.  
  103. <h2>Question?</h2>
  104. <ans>Here is your answer.</ans>
  105.  
  106. <h2>Question?</h2>
  107. <ans>Here is your answer.</ans>
  108.  
  109. <h2>Question?</h2>
  110. <ans>Here is your answer.</ans>
  111.  
  112. <!-- ask box. E: find where it says URL.tumblr.com below, and replace the word URL with your blog's url. -->
  113.  
  114. <br>
  115. <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/URL.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>
  116.  
  117. </div>
  118. </section>
  119.  
  120. <a href="http://almacodes.tumblr.com" title="theme &copy;" class="nm">N.</a>
  121.  
  122. </body>
  123. </html>
Advertisement
Add Comment
Please, Sign In to add comment