Advertisement
sexstilinski

faq page 02

Apr 5th, 2015
1,476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.08 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. -->
  13.  
  14. <html>
  15. <head>
  16.  
  17.     <title>{title}</title>
  18.     <link rel="shortcut icon" href="{Favicon}">
  19.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  20.     <meta name="description" content="" />
  21.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  22.    
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27.     font-size:10px;
  28.     font-family:verdana;
  29.     color:#000;
  30.     background:#fff;
  31.     margin-top:45px;
  32.     margin-left:45%;
  33.     width:350px;
  34. }
  35.    
  36. a {
  37. color:#000;
  38. text-decoration:none;
  39. }
  40.  
  41. li{margin-left:-20px !important;}
  42.  
  43. #heading {
  44.     background:#000;
  45.     color:#fff;
  46.     font-family:sans-serif;
  47.     padding:8px;
  48.     font-weight:bold;
  49.     font-size:20px;
  50.     letter-spacing:-1px;
  51.     text-align:center;
  52.     text-transform:uppercase;
  53.     margin-left:-55%;
  54.     margin-bottom:20px;
  55. }
  56.  
  57. #qc {
  58.     width:326px;
  59.     margin-left:2%;
  60.     margin-top:6%;
  61. }
  62.  
  63. #question {
  64.     color:#000;
  65.     font-size:13px;
  66.     font-family:sans-serif;
  67.     text-transform:uppercase;
  68.     letter-spacing:-1px;
  69.     margin-left:-60%;
  70. }
  71.  
  72. #answer {
  73.     font-family:sans-serif;
  74.     font-size:10px;
  75.     padding-left:3px;
  76.     border-left:4px solid #000;
  77.     margin-top:6px;
  78.     margin-bottom:12px;
  79.     margin-left:-50%;
  80. }
  81.  
  82. #answer a {
  83.     font-weight:bold;
  84. }
  85.  
  86. #linkage {
  87.     font-family:sans-serif;
  88.     padding:4px 8px;
  89.     font-size:18px;
  90.     letter-spacing:2px;
  91.     text-align:center;
  92.     text-transform:uppercase;
  93.     margin-top:5px;
  94.     margin-left:-51%;
  95. }
  96.  
  97. #linkage a {
  98. color:#000;
  99. }
  100.  
  101. #askbox {
  102.     margin-top:25px;
  103.     margin-left:-54%;
  104. }
  105.  
  106. #sbox {
  107.     margin-top:6px;
  108.     margin-left:-54%;
  109.     margin-bottom:1px;
  110. }
  111.  
  112. .credit a {
  113.     font:verdana;
  114.     font-size:11px;
  115.     position:fixed;
  116.     color:#000;
  117.     font-weight:bold;
  118.     bottom:1px;
  119.     right:4px;
  120. }
  121.  
  122. </style>  
  123. </head>
  124.  
  125. <body>
  126. <div id="heading">frequently asked questions</div>
  127.  
  128. <div id="qc">
  129. <div id="question">Your question goes here.</div>
  130. <div id="answer">
  131. Your answer goes here. <b>Bold</b>. <i>Italic.</i> <u>Underline.</u> <a href="/">Link.</a>
  132. </div>
  133.  
  134. <div id="question">Your question goes here.</div>
  135. <div id="answer">
  136. Your answer goes here.
  137. </div>
  138.  
  139. <div id="question">Your question goes here.</div>
  140. <div id="answer">
  141. Your answer goes here.
  142. </div>
  143.  
  144. <div id="question">Your question goes here.</div>
  145. <div id="answer">
  146. Your answer goes here.
  147. </div>
  148.  
  149. </div>
  150. </div>
  151.  
  152. <div id="askbox">
  153. <iframe frameborder="0" width="546" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" width="100%"></iframe>
  154. </div>
  155.  
  156. <div id="sbox">
  157. <iframe frameborder="0" border="0" scrolling="no" width="546px" height="335px" allowtransparency="true" src="http://www.tumblr.com/submit_form/YOURURL.tumblr.com" style="background-color:transparent;"></iframe>
  158. </div>
  159. </div>
  160.  
  161. <div id="linkage"><a href="/">← back</a></div>
  162.  
  163. <div class="credit"><a href="http://spidermn.tumblr.com">cr.</a></div>
  164.  
  165. </body>
  166. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement