Advertisement
wcrmtails

Faq/Message Page 01

Apr 19th, 2018
1,817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!-----PAGE BY ARITHEMES/DARTHVCDER. DON'T STEAL OR REDISTRIBUTE. THANKS.----->
  7.  
  8. <head>
  9.  
  10.  
  11.  
  12. <title>faq/message</title> <!-----CHANGE THE TITLE ON THE TAB HERE----->
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  18.  
  19. <script>
  20.  
  21. $(document).ready(function(){
  22.  
  23. $(".question").not(".show").find(".answer").hide();
  24.  
  25. $(".question").click(function(){
  26.  
  27. if ($(this).find(".answer").is(":hidden")) {
  28. $(this).find(".answer").slideDown("slow");
  29. }
  30.  
  31. else {
  32. $(this).find(".answer").slideUp("slow");
  33. }
  34. });
  35.  
  36. });
  37.  
  38. </script>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. ::-webkit-scrollbar-thumb {
  45. background-color: #eeeeee; /*CHANGE THE SCROLLBAR*/
  46. height:auto;
  47. border-bottom:none;
  48. }
  49. ::-webkit-scrollbar {
  50. height:9px;
  51. width:2px;
  52. background-color: transparent;
  53.  
  54. }
  55.  
  56. ::selection {
  57. background-color: #92d1e8; /*SELECTION BG*/
  58. color: #fcfcfc; /*SELECTION TEXT*/
  59. }
  60.  
  61. body {
  62. background-color: #fcfcfc; /*BACKGROUND COLOR*/
  63. background-image: url(/); /*BACKGROUND URL*/
  64. background-repeat: repeat;
  65. font-family: sans-serif;
  66. line-height: 110%;
  67. font-size: 11px;
  68. }
  69.  
  70.  
  71. a {
  72.  
  73. color: #92d1e8; /*LINK COLOR*/
  74. text-decoration: underline;
  75. }
  76.  
  77. a:hover {
  78. letter-spacing: 1px;
  79. -webkit-transition: 0.8s;
  80. -moz-transition: 0.8s;
  81. transition: 0.8s;
  82. }
  83.  
  84. b {
  85. color: #92d1e8; /*BOLD COLOR. ALSO CHANGES THE QUESTION COLOR.*/
  86. }
  87.  
  88. i {
  89. color: #92d1e8; /*ITALICS COLOR*/
  90. }
  91.  
  92. #contain {
  93. width: 450px;
  94. height: 400px;
  95. overflow-y: scroll;
  96. overflow-x: hidden;
  97. background-color: white; /*FAQ CONTAINER BACKGROUND COLOR*/
  98. border: 1px solid #eeeeee; /*CONTAINER BORDER COLOR*/
  99. border-radius: 5px;
  100. margin: auto;
  101. margin-top: 100px;
  102. padding: 20px;
  103. padding-top: 10px;
  104. }
  105.  
  106. .question {
  107. background-color: #fcfcfc; /*QUESTION/ANSWER BACKGROUND COLOR*/
  108. border: 1px solid #eeeeee; /*QUESTION/ANSWER BORDER*/
  109. border-radius: 5px;
  110. padding: 7px;
  111. text-align: right;
  112. font-size: 10px;
  113. cursor: help;
  114. margin-top: 10px;
  115. }
  116.  
  117. .answer {
  118. display: none;
  119. text-align: left;
  120. color: #d1cccc; /*ANSWER TEXT COLOR*/
  121. padding: 10px;
  122. }
  123.  
  124.  
  125. </style>
  126. </head>
  127.  
  128. <body>
  129.  
  130.  
  131.  
  132. <div id="contain">
  133.  
  134. <!--QUESTION 1-->
  135. <div class="question"><b>write question 1 here</b>
  136.  
  137. <div class="answer">
  138.  
  139. <b>bold</b> <i>italic</i> <a href="/">link</a><br><br>
  140.  
  141. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  142. </div>
  143.  
  144. </div>
  145. <!--END OF QUESTION 1-->
  146.  
  147. <!--QUESTION 2-->
  148. <div class="question"><b>write question 2 here</b>
  149.  
  150. <div class="answer">
  151. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  152. </div>
  153.  
  154. </div>
  155. <!--END OF QUESTION 2-->
  156.  
  157. <!--QUESTION 3-->
  158. <div class="question"><b>write question 3 here</b>
  159.  
  160. <div class="answer">
  161. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  162. </div>
  163.  
  164. </div>
  165. <!--END OF QUESTION 3-->
  166.  
  167. <!--QUESTION 4-->
  168. <div class="question"><b>write question 4 here</b>
  169.  
  170. <div class="answer">
  171. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  172. </div>
  173.  
  174. </div>
  175. <!--END OF QUESTION 4-->
  176.  
  177.  
  178. <!--IF YOU WANT TO ADD MORE QUESTIONS PASTE THE FOLLOWING CODE UNDER QUESTION 4:
  179.  
  180. <div class="question"><b>your question here</b>
  181.  
  182. <div class="answer">
  183. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
  184. </div>
  185.  
  186. </div>
  187.  
  188. -->
  189.  
  190.  
  191.  
  192. <!--IMPORTANT
  193.  
  194. REPLACE "YOURURL" WITH THE FIRST PART OF YOUR URL BEFORE .TUMBLR.COM
  195.  
  196. -->
  197.  
  198. <p><iframe frameborder="0" height="200px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" width="100%" style="background-color: transparent; overflow: hidden;"></iframe></p>
  199.  
  200. </div>
  201.  
  202.  
  203.  
  204.  
  205. <!--DON'T TOUCH ANYTHING HERE EXCEPT FOR #000 TO CHANGE LINK COLOR-->
  206.  
  207. <div style="position:fixed;bottom:8px; right:15px; font-size:9px; font-family:calibri; height: 15px;"><a style="color:#000; text-decoration:none;" href="http://arithemes.tumblr.com/">A</a></center></div>
  208.  
  209. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement