Advertisement
harreyeh

pages pack 2 - faq

Sep 27th, 2014
2,701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1.  
  2. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  3. <title>{Title}</title>
  4. <!--- change the title of the page here --->
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <!---
  8.  
  9. faq page by hardziam.tumblr.com // septembre.co.vu
  10.  
  11. --->
  12.  
  13.  
  14. <style type="text/css">
  15.  
  16.  
  17. #header{color:white; background:black;}
  18. .title{border-bottom:2px solid #FF75B6;}
  19. .title:after{background:#aaa;}
  20.  
  21. #post a{color:#aaa;}
  22. #post a:hover{color:#eee;}
  23. #post a:before{background:#ccc;}
  24. #post b{color:#CBEBF5;}
  25. #post em{color:#ffaacc;}
  26.  
  27. .question{background:#eee; border-left:3px solid #EBA0C3;}
  28. .answer{background:white; border-left:3px solid #eee;}
  29.  
  30. #abxtitle{border-color:#3C9DDE;color:#eee;background:#000;}
  31.  
  32. /* sidebar */
  33. #box{background:#000;}
  34. #box a{color:#fff;}
  35.  
  36.  
  37. /* end of customization. only go further if you know what you're doing */
  38.  
  39. ::-webkit-scrollbar {background-color:black; border:2px solid #fff;height:5px; width:5px;}
  40. ::-webkit-scrollbar-thumb:vertical {background-color:black; border:1px solid #fff; height:40px;}
  41. ::-webkit-scrollbar-thumb:horizontal {background-color:black;border:1px solid #fff; height:8px!important}
  42.  
  43.  
  44.  
  45. body {
  46. background: #fff;
  47. margin:0;width:100%;height:100%;
  48. font:11px Corbel;
  49. padding: 0;
  50. position:absolute;
  51. }
  52.  
  53. a {
  54. text-decoration:none;
  55. outline:none;
  56. color:gray;
  57. -webkit-transition: all 0.5s ease-in-out;
  58. -moz-transition: all 0.5s ease-in-out;
  59. -o-transition: all 0.5s ease-in-out;
  60. }
  61.  
  62. a:hover {
  63. color:#eee;
  64. -webkit-transition: all 0.5s ease-in-out;
  65. -moz-transition: all 0.5s ease-in-out;
  66. -o-transition: all 0.5s ease-in-out;
  67. }
  68.  
  69. #header{
  70. width:100%;
  71. top:0;left:0;
  72. padding:20px;
  73. padding-left:40px;
  74. position:fixed;
  75. height:40px;
  76. z-index:1000;
  77. }
  78.  
  79. .title{
  80. font-size:20px;
  81. text-transform:uppercase;
  82. display:inline-block;
  83. padding:10px;
  84. padding-top:4px;
  85. letter-spacing:5px;
  86. }
  87.  
  88. .title:after{
  89. width:430px;
  90. content:'';
  91. position:fixed;
  92. margin-top:34px;
  93. margin-left:9px;
  94. height:2px;
  95. }
  96.  
  97. #entries{
  98. width:760px;
  99. margin-left:20px;
  100. margin-top:80px;
  101. }
  102.  
  103. #post{
  104. width:500px;
  105. margin:20px;
  106. float:left;
  107. }
  108.  
  109. .question{
  110. padding:7px;
  111. display:block;
  112. -moz-transition-duration:1s;
  113. -webkit-transition-duration:1s;
  114. -o-transition-duration:1s;
  115. }
  116.  
  117. .question:first-letter{
  118. text-transform:uppercase;
  119. }
  120.  
  121. #abxtitle{
  122. padding:14px;
  123. font-size:15px;
  124. font-style:italic;
  125. }
  126.  
  127.  
  128. .answer{
  129. display:block;
  130. padding:10px;
  131. border-left:3px solid #f8f8f8;
  132. margin-bottom:10px;
  133. }
  134.  
  135. .answer a{
  136. color:black;
  137. border-bottom:1px dotted #aaa;
  138. font-weight:bold;
  139. }
  140.  
  141. .answer a:hover{
  142. color:black;
  143. }
  144.  
  145.  
  146. #box{
  147. width:110px;
  148. padding:20px;
  149. padding-top:70px;
  150. position:fixed;
  151. left:580px;
  152. top:0;
  153. z-index:9999;
  154. }
  155.  
  156. #box img{
  157. width:85px;
  158. padding:10px;
  159. padding-bottom:20px;
  160. }
  161.  
  162. #box a{
  163. display:block;
  164. font-size:10px;
  165. padding:6px;
  166. font-style:italic;
  167. text-align:center;
  168. }
  169.  
  170. #box:hover a{
  171. color:#999;
  172. }
  173.  
  174. #box a:hover{
  175. color:white;
  176. }
  177.  
  178. .hidden{display:none;}
  179. .unhidden{display:block;}
  180.  
  181. .search{
  182. height:26px;
  183. margin-left:-20px;
  184. width:150px;
  185. margin-bottom:-40px;
  186. overflow:hidden;
  187. background:#333;
  188. }
  189.  
  190. .search input{
  191. border:1px solid #333;
  192. background:#333;
  193. padding:2px;
  194. padding-left:5px;
  195. color:white;
  196. width:150px;
  197. padding-top:5px;
  198. font:10px Calibri;
  199. }
  200.  
  201.  
  202. #credit a{
  203. position:fixed;
  204. right:10px;
  205. bottom:10px;
  206. padding:6px;
  207. background:black;
  208. text-transform:uppercase;
  209. color:white;
  210. -moz-transition-duration:1s;
  211. -webkit-transition-duration:1s;
  212. -o-transition-duration:1s;
  213. }
  214.  
  215. #credit a:hover {
  216. background:white;
  217. color:black;
  218. -moz-transition-duration:0.5s;
  219. -webkit-transition-duration:0.5s;
  220. -o-transition-duration:0.5s;
  221. }
  222.  
  223.  
  224. </style>
  225.  
  226. </head>
  227.  
  228. <body>
  229.  
  230.  
  231. <div id="header">
  232. <div class="title">FAQ</div>
  233. </div>
  234.  
  235. <div id="box">
  236. <!--- here you can change the image ---->
  237. <img src="http://33.media.tumblr.com/69d8465096e840f3f9b3e67fd39266db/tumblr_mgqvsajBLO1qlt206o6_250.png">
  238. <!--- here you can change the image ---->
  239.  
  240. <a href="/">back to blog</a>
  241. <a href="/ask">message</a>
  242. <a href="/dashboard">dashboard</a>
  243.  
  244. <!---- remove this below if you don't want a search box ------>
  245. <a href="javascript:unhide('searchbx');">search tags</a>
  246. <div id="searchbx" class="hidden"><div class="search"><form method="get" action="/search"><input type="text" placeholder="Type and press enter..." value="" name="q"></input></form></div></div>
  247. <!------------------------------------------------------------>
  248.  
  249.  
  250.  
  251.  
  252. </div>
  253.  
  254. <div id="entries">
  255. <div id="post">
  256. <div class="question">here is your question?</div>
  257. <div class="answer">and here is the answer. you can add in a <a href="/tagged/yeahps">link</a> too.</div>
  258.  
  259.  
  260. <div class="question" id="abxtitle">anything else, ask away!</div>
  261.  
  262. <!-----
  263. HERE IS YOUR ASK BOX. PUT IN YOUR URL WHERE IT SAYS YOURURLHERE
  264. ---->
  265. <div class="answer">
  266. <iframe frameborder="0" height="190" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" width="100%"></iframe>
  267. </div>
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299. </div>
  300.  
  301. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  302.  
  303.  
  304. </body>
  305.  
  306.  
  307. <script type="text/javascript">
  308. function unhide(searchbx) {
  309. var item = document.getElementById(searchbx);
  310. if (item) {
  311. item.className=(item.className=='hidden')?'unhidden':'hidden';
  312. }
  313. }
  314. </script>
  315.  
  316. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement