Advertisement
harreyeh

page pack - faq

Jan 30th, 2014
2,589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. <head>
  2. <title>FAQ</title>
  3. <!--- change the title of the page here --->
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <!---
  7. ғᴀǫ ᴘᴀɢᴇ ᴛʜᴇᴍᴇ ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  8. please don't take off the credit it's really small!!!!
  9.  
  10.  
  11. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  12. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  13. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  14. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  15. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  16. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  17. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  18. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  19. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  20. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  21. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  22. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  23.  
  24.  
  25. hardziam.tumblr.com // themesbyzsu.tumblr.com
  26.  
  27.  
  28.  
  29.  
  30. --->
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. /* ----- HERE YOU EDIT ALL THE COLORS AND PUT IN AN IMAGE ------ */
  36.  
  37. .left {
  38. /* ------------ SIDE IMAGE HERE ----------- */
  39. background-image:url(http://31.media.tumblr.com/41078fe84f1a6677965a3042a2cf78ef/tumblr_mok3c6lqT61s7ly1xo1_500.png);
  40. /* ------------ SIDE IMAGE HERE -----------*/
  41. }
  42.  
  43. /* ------- HERE YOU CHANGE THE COLORS ----- */
  44.  
  45. .links a{
  46. border-right:10px solid #fff;
  47. color:black;}
  48.  
  49. .links a:hover {
  50. color:black;
  51. border-right:20px solid #ccbbaa;}
  52.  
  53. #title {
  54. color:black;}
  55.  
  56. .question{
  57. color:gray;
  58. background:#eeeeee;}
  59.  
  60. .answer {
  61. color:black;}
  62.  
  63. ::-webkit-scrollbar {background-color:#eeddcc; border:2px solid #eeddcc;height:5px; width:5px;}
  64. ::-webkit-scrollbar-thumb:vertical {background-color:black; border:1px solid #000; height:40px;}
  65. ::-webkit-scrollbar-thumb:horizontal {background-color:black;border:1px solid #000; height:8px!important}
  66.  
  67. /* ------ END OF CUSTOMISATION ----- */
  68.  
  69.  
  70. body {
  71. background: #fff;
  72. margin-left:0px;
  73. padding: 0;
  74. position:fixed;
  75. }
  76.  
  77. a {
  78. text-decoration:none;
  79. outline:none;
  80. color:gray;
  81. -webkit-transition: all 0.5s ease-in-out;
  82. -moz-transition: all 0.5s ease-in-out;
  83. -o-transition: all 0.5s ease-in-out;
  84. }
  85.  
  86. a:hover {
  87. color:#eee;
  88. -webkit-transition: all 0.5s ease-in-out;
  89. -moz-transition: all 0.5s ease-in-out;
  90. -o-transition: all 0.5s ease-in-out;
  91. }
  92.  
  93. #mainContainer {
  94. margin-top:-10px;
  95. width:900px;
  96. height:100%;
  97. }
  98.  
  99. .left {
  100. height:700px;
  101. width:400px;
  102. z-index:99;
  103. background-size:cover;
  104. background-position: center;
  105. position:fixed;
  106. float:left;
  107. -webkit-transition: all 0.8s ease;
  108. -moz-transition: all 0.8s ease;
  109. -o-transition: all 0.8s ease;
  110. }
  111.  
  112. .left:hover {
  113. margin-top:0px;
  114. }
  115.  
  116. .links {
  117. margin-top:10px;
  118. text-align:right;
  119. }
  120.  
  121. .links a{
  122. font-family:century gothic;
  123. font-size:10px;
  124. text-transform:uppercase;
  125. border-right:10px solid #fff;
  126. padding-right:5px;
  127. display:block;
  128. margin-bottom:5px;
  129. }
  130.  
  131. .links a:hover{
  132. padding-right:15px;
  133. }
  134.  
  135. .container {
  136. width:500px;
  137. margin-left:400px;
  138. z-index:20000;
  139. position:fixed;
  140. background:white;
  141. }
  142.  
  143. #title {
  144. font-family:century gothic;
  145. text-align:center;
  146. background:white;
  147. text-transform:uppercase;
  148. color:#000;
  149. position:fixed;
  150. width:500px;
  151. font-size:40px;
  152. letter-spacing:10px;
  153. }
  154.  
  155. #mainstuff {
  156. height:550px;
  157. overflow:auto;
  158. background:#fff;
  159. position:absolute;
  160. margin-top:50px;
  161. padding:10px;
  162. color:black;
  163. width:480px;
  164. }
  165.  
  166. .question{
  167. background:#eeeeee;
  168. padding:5px;
  169. border:1px solid #fff;
  170. color:gray;
  171. text-transform:uppercase;
  172. letter-spacing:1px;
  173. font-size:10px;
  174. border-radius:3px;
  175. font-family:calibri;
  176. font-style:italic;
  177. }
  178.  
  179.  
  180. .answer {
  181. padding:10px;
  182. font-family:calibri;
  183. font-size:13px;
  184. border-bottom:1px solid #eee;
  185. margin-bottom:20px;
  186. }
  187.  
  188. #credit {
  189. position:fixed;
  190. right:0px;
  191. bottom:0px;
  192. padding:4px;
  193. width:15px;
  194. text-transform:none;
  195. font-family: helvetica;
  196. font-weight:none;
  197. letter-spacing:1px;
  198. margin-bottom:3px;
  199. font-size:9px;
  200. margin-right:3px;
  201. border:1px solid;
  202. opacity:0.7;
  203. border-color:#bbb;
  204. background: #fff;
  205. -moz-transition-duration:1s;
  206. -webkit-transition-duration:1s;
  207. -o-transition-duration:1s;
  208. }
  209.  
  210. #credit:hover {
  211. opacity:1;
  212. width:15px;
  213. background:black;
  214. -moz-transition-duration:0.5s;
  215. -webkit-transition-duration:0.5s;
  216. -o-transition-duration:0.5s;
  217. }
  218.  
  219. </style>
  220.  
  221.  
  222. </head>
  223.  
  224. <body>
  225.  
  226. <div id="mainContainer">
  227. <div class="left">
  228. <div class="links">
  229. <a href="/">home</a>
  230. <a href="/ask">message</a>
  231. <a href="/">link</a>
  232. <a href="/">link</a>
  233. <a href="link">link</a>
  234.  
  235. </div>
  236. </div>
  237. <div class="container">
  238. <div id="title">faq.</div>
  239.  
  240. <div id="mainstuff">
  241.  
  242. <!--- here you start your questions --->
  243.  
  244. <div class="question">
  245. question?
  246. </div>
  247. <div class="answer">
  248. answer.
  249. </div>
  250.  
  251. <p><iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" width="100%" style="line-height: 1.4;"></iframe></p>
  252.  
  253. </div>
  254. </div>
  255.  
  256. <div id="credit"><a href="http://hardziam.tumblr.com">HZ</a></div>
  257.  
  258. </body>
  259.  
  260.  
  261. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement