Advertisement
pistachi-o

faq1

Dec 23rd, 2012
1,959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.98 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.  
  3.  
  4. <!--
  5.  
  6. FAQ #1 Blog Page
  7. pistachi-o (nutty-themes @ tumblr)
  8.  
  9. Tutorial:
  10. http://nutty-themes.tumblr.com/private/38635764225/tumblr_mfhrsrnfvD1rrqzb1
  11.  
  12. Please Do Not:
  13. http://nutty-themes.tumblr.com/terms
  14.  
  15. -->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19.  
  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.  
  26. <meta name="description" content="" />
  27.  
  28. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,700,600' rel='stylesheet' type='text/css'>
  31.  
  32. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  33.  
  34. <style type="text/css">
  35.  
  36. /* Reset
  37. -------------------------------------------------------------*/
  38.  
  39. body,div,dl,dt,dd,ol,ul,li,pre,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}
  40.  
  41.  
  42.  
  43. /* Webkit-Scrollbar
  44. -------------------------------------------------------------*/
  45.  
  46. ::-webkit-scrollbar {width: 12px;}
  47. ::-webkit-scrollbar-track {background: #FFF;}
  48. ::-webkit-scrollbar-thumb {background: #DDD;}
  49.  
  50.  
  51.  
  52. /* General
  53. -------------------------------------------------------------*/
  54.  
  55. body {
  56. background: #F9F9F9;
  57. font-family: Arial, sans-serif;
  58. font-size: 11px;
  59. color: #0A0A0A;
  60. text-align: justify;
  61. }
  62.  
  63. a:link, a:active, a:visited {
  64. color: #F77825;
  65. text-decoration: none;
  66. }
  67.  
  68. a:hover {
  69. color: #60B99A;
  70. text-decoration: none;
  71. }
  72.  
  73. b, strong {
  74. color: #f15a23;
  75. }
  76.  
  77. i, em {
  78. color: #F77825;
  79. }
  80.  
  81.  
  82. /* Navigation
  83. -------------------------------------------------------------*/
  84.  
  85. #navbar {
  86. top: 0px;
  87. left: 0;
  88. position: fixed;
  89. width: 100%;
  90. height: 25px;
  91. background: #FFF;
  92. border-bottom: 1px solid #DDD;
  93. z-index: 9999;
  94. }
  95.  
  96. #navlinks {
  97. margin: 0px auto;
  98. width: 800px;
  99. height: 25px;
  100. padding: 5px 0px;
  101. font-size: 12px;
  102. line-height: 15px;
  103. text-align: center;
  104. text-transform: uppercase;
  105. position: relative;
  106. z-index: 9999;
  107. }
  108.  
  109.  
  110. /* Content
  111. -------------------------------------------------------------*/
  112.  
  113. #content {
  114. background: transparent;
  115. width: 800px;
  116. margin: 10px auto;
  117. position: relative;
  118. z-index: 100;
  119. }
  120.  
  121. #content h3 {
  122. padding: 30px 0px 10px;
  123. font-family: 'Open Sans', 'Lucida Sans', sans-serif;
  124. font-weight: 600;
  125. font-size: 30px;
  126. line-height: 30px;
  127. color: #F9B71C;
  128. letter-spacing: 1px;
  129. text-transform: uppercase;
  130. text-align: left;
  131. border-bottom: 1px solid #DDD;
  132. position: relative;
  133. }
  134.  
  135. #posts {
  136. width: 800px;
  137. text-align: justify;
  138. position: relative;
  139. }
  140.  
  141. ul.section_menu {
  142. background: #F3F3F3;
  143. padding: 20px 40px;
  144. list-style-type: square;
  145. text-transform: uppercase;
  146. margin: -10px 0px 15px 0px;
  147. }
  148.  
  149. ul.section_menu a {
  150. color: #554236;
  151. }
  152.  
  153. ul.section_menu a:hover {
  154. color: #60B99A;
  155. text-decoration: none;
  156. }
  157.  
  158. dl.section_faq dt {
  159. font-family: 'Open Sans', 'Lucida Sans', sans-serif;
  160. font-weight: 600;
  161. font-size: 11px;
  162. text-transform: uppercase;
  163. color: #000000;
  164. padding: 30px 10px 10px;
  165. display: block;
  166. background: #F3F3F3;
  167. }
  168.  
  169. dl.section_faq dd {
  170. padding: 10px 10px 20px 10px;
  171. border-bottom: 1px solid #cccccc;
  172. display: block;
  173. background-color: #FFF;
  174. margin-bottom: 20px;
  175. }
  176.  
  177. </style>
  178. </head>
  179.  
  180. <body>
  181.  
  182. <div id="navbar"><div id="navlinks">
  183. <a href="#1">Section One</a> | <a href="#2">Section Two</a> | <a href="#3">Section Three</a> | <a href="#4">Section Four</a> | <a href="http://nutty-themes.tumblr.com/">Theme</a>
  184. </div></div>
  185.  
  186. <div id="content">
  187. <div id="posts">
  188.  
  189.  
  190.  
  191. <!-- SECTION ONE
  192. ---------------------------------------------- -->
  193.  
  194. <!-- Title of Section 1 -->
  195. <h3 id="1">Section One</h3>
  196.  
  197. <!-- Questions of Section 1 -->
  198. <ul class="section_menu">
  199. <li><a href="#1_1">What is Lorem Ipsum?</a></li>
  200. <li><a href="#1_2">Where does it come from?</a></li>
  201. <li><a href="#1_3">Why do we use it?</a></li>
  202. </ul>
  203.  
  204. <!-- Answers of Section 1 -->
  205. <dl class="section_faq">
  206. <dt id="1_1">What is Lorem Ipsum?</dt>
  207. <dd>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </dd>
  208.  
  209. <dt id="1_2">Where does it come from?</dt>
  210. <dd>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. </dd>
  211.  
  212. <dt id="1_3">Why do we use it?</dt>
  213. <dd>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). </dd>
  214. </dl>
  215.  
  216.  
  217.  
  218.  
  219. <!-- SECTION TWO
  220. ---------------------------------------------- -->
  221.  
  222. <!-- Title of Section 2 -->
  223. <h3 id="2">Section tWO</h3>
  224.  
  225. <!-- Questions of Section 2 -->
  226. <ul class="section_menu">
  227. <li><a href="#2_1">What is Lorem Ipsum?</a></li>
  228. <li><a href="#2_2">Where does it come from?</a></li>
  229. <li><a href="#2_3">Why do we use it?</a></li>
  230. </ul>
  231.  
  232. <!-- Answers of Section 2 -->
  233. <dl class="section_faq">
  234. <dt id="2_1">What is Lorem Ipsum?</dt>
  235. <dd>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </dd>
  236.  
  237. <dt id="2_2">Where does it come from?</dt>
  238. <dd>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. </dd>
  239.  
  240. <dt id="2_3">Why do we use it?</dt>
  241. <dd>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). </dd>
  242. </dl>
  243.  
  244.  
  245.  
  246.  
  247. <!-- SECTION THREE
  248. ---------------------------------------------- -->
  249.  
  250. <!-- Title of Section 3 -->
  251. <h3 id="3">Section Three</h3>
  252.  
  253. <!-- Questions of Section 3 -->
  254. <ul class="section_menu">
  255. <li><a href="#3_1">What is Lorem Ipsum?</a></li>
  256. <li><a href="#3_2">Where does it come from?</a></li>
  257. <li><a href="#3_3">Why do we use it?</a></li>
  258. </ul>
  259.  
  260. <!-- Answers of Section 3 -->
  261. <dl class="section_faq">
  262. <dt id="3_1">What is Lorem Ipsum?</dt>
  263. <dd>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </dd>
  264.  
  265. <dt id="3_2">Where does it come from?</dt>
  266. <dd>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. </dd>
  267.  
  268. <dt id="3_3">Why do we use it?</dt>
  269. <dd>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like). </dd>
  270. </dl>
  271.  
  272.  
  273.  
  274.  
  275. <!-- SECTION ASKBOX
  276. ---------------------------------------------- -->
  277.  
  278. <!-- Title of Section Askbox -->
  279. <h3 id="4">Section Askbox</h3>
  280.  
  281. <!-- Askbox -->
  282. <dl class="faq"><dd>
  283. <iframe frameborder="0" scrolling="no" width="100%" height="149" src="http://www.tumblr.com/ask_form/YOUR-TUMBLR-USERNAME.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]โ€”></b>
  284. </dd></dl>
  285.  
  286.  
  287.  
  288. </div>
  289. </div>
  290.  
  291.  
  292.  
  293.  
  294. <script src="http://static.tumblr.com/whx9ghv/lSGm6k18m/jquery.scrollto-1.4.2-min.js"></script>
  295. <script src="http://static.tumblr.com/whx9ghv/GJEm6k188/jquery.localscroll-1.2.7-min.js"></script>
  296.  
  297. <script>
  298. $(document).ready(function () {
  299. $.localScroll();
  300. });
  301. </script>
  302.  
  303.  
  304. </body>
  305. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement