Advertisement
sexstilinski

faq page 01

Jul 10th, 2014
2,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.02 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <!--
  5.  
  6. THEME BY SPIDERMN
  7.  
  8. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  9.  
  10. DO NOT TOUCH THE CREDIT
  11.  
  12. Ask box instructions:
  13. 1.) in the html press 'ctrl' + 'f' x2 on your keyboard
  14. 2.) in the box that comes up enter "yoururl" (not actually your url - just the words) in the find tab and in the replace tab enter your actual url
  15. 3.) click replace
  16.  
  17. -->
  18.  
  19. <html>
  20. <head>
  21.  
  22.     <title>{title}</title>
  23.     <link rel="shortcut icon" href="{Favicon}">
  24.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  25.     <meta name="description" content="" />
  26.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  27.    
  28.  
  29. <style type="text/css">
  30.  
  31. body {
  32.     font-size:10px;
  33.     font-family:verdana;
  34.     color:#000;
  35.     background:#fff;
  36.     margin-top:45px;
  37.     margin-left:45%;
  38.     width:350px;
  39. }
  40.    
  41. a {
  42. color:#00BD4F;
  43. text-decoration:none;
  44. font-weight:bold;
  45. }
  46.  
  47. a:hover {
  48.     color:#00FE6C;
  49.     -moz-transition-duration:0.4s;
  50.     -o-transition-duration:0.4s;
  51.     -webkit-transition-duration:0.4s;
  52.     transition-duration:0.4s;
  53. }
  54.  
  55. li{margin-left:-20px !important;}
  56.  
  57. #heading {
  58.     color:#00bdb3;
  59.     font-weight:900;
  60.     font-size:36px;
  61.     letter-spacing:-1px;
  62.     text-align:center;
  63.     margin-left:-60%;
  64. }
  65.  
  66. #desc {
  67.     background:#F2F2F2;
  68.     margin-top:5px;
  69.     text-align:center;
  70.     padding:8px;
  71.     height:auto;
  72.     width:420px;
  73.     margin-left:-42%;
  74. }
  75.  
  76. #linkage {
  77.     margin-top:8px;
  78.     text-align:center;
  79.     margin-left:-57%;
  80.     margin-bottom:20px;
  81. }
  82.  
  83. #question {
  84.     color:#00CCC0;
  85.     font-weight:bold;
  86.     font-size:18px;
  87.     letter-spacing:-2px;
  88.     margin-left:-60%;
  89. }
  90.  
  91. #answer {
  92.     padding-left:3px;
  93.     border-left:4px solid #000;
  94.     margin-top:12px;
  95.     margin-bottom:12px;
  96.     margin-left:-50%;
  97. }
  98.  
  99. #askbox {
  100.     margin-top:25px;
  101.     margin-left:-52%;
  102. }
  103.  
  104. .credit a {
  105.     color:#000;
  106.     font-size:11px;
  107.     position:fixed;
  108.     bottom:8px;
  109.     right:14px;
  110. }
  111. </style>  
  112. </head>
  113.  
  114. <body>
  115. <div id="heading">frequently asked questions.</div>
  116. <div id="desc">This is your description. You can put however many lines you like but it looks best with only a few.</div>
  117. <div id="linkage"><a href="/">link1</a> // <a href="/">link2</a> // <a href="/">link3</a> // <a href="/">link4</a> // <a href="/">link5</a></div>
  118.  
  119. <div id="question">What do the things look like?</div>
  120. <div id="answer">
  121. <b>Bold</b>. <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a>
  122. </div>
  123.  
  124. <div id="question">Question~</div>
  125. <div id="answer">
  126. Answer~
  127. </div>
  128.  
  129. <div id="question">Question~</div>
  130. <div id="answer">
  131. Answer~
  132. </div>
  133.  
  134. <div id="question">Question~</div>
  135. <div id="answer">
  136. Answer~
  137. </div>
  138.  
  139. <div id="question">Question~</div>
  140. <div id="answer">
  141. Answer~
  142. </div>
  143.  
  144. <div id="askbox">
  145. <p><iframe frameborder="0" width="560" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/yoururl.tumblr.com" width="100%"></iframe></p>
  146. </div>
  147. </div>
  148.  
  149. <div class="credit"><a href="http://spidermn.tumblr.com">cr.</a></div>
  150.  
  151. </body>
  152. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement