Advertisement
briqhter

theme pack 1 faq

Nov 28th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. <!--
  2. theme pack #1 - faq by Sabina (briqhter/cutiephil)
  3. please do not remove the credit
  4. -->
  5.  
  6. <!DOCTYPE html>
  7. <html lang="en">
  8.  
  9. <head>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  12.  
  13. <style type="text/css">
  14.  
  15. /* fonts */
  16. @font-face { font-family:"bb"; src: url('https://dl.dropboxusercontent.com/s/mw5tqnd88mxflxw/Saniretro.ttf');}
  17.  
  18. /* basics1 */
  19. body {
  20. font-family:calibri;
  21. font-size:11px;
  22. line-height:12px;
  23. color:#888;
  24. background-color:#ffffff;
  25. background-image:url(http://static.tumblr.com/bgzjy3u/0Zznfopt2/tumblr_inline_mx3lrqyox41r8f9nah.gif); /* replace this with your background image */
  26. background-attachment:fixed;
  27. background-repeat:repeat;
  28. }
  29.  
  30. a:link, a:active, a:visited{
  31. color:#888;
  32. text-decoration:none;
  33. }
  34.  
  35. a:hover {
  36. color: #888;
  37. }
  38.  
  39. img {
  40. border:0;
  41. max-width:100%;
  42. }
  43.  
  44. #wrap{
  45. margin:auto;
  46. position: absolute;
  47. overflow:hidden;
  48. width:880px;
  49. height:600px;
  50. top: 0; left: 0; bottom: 0; right: 0;
  51. }
  52.  
  53. ::-webkit-scrollbar {width: 2px; height: 4px; background: #e2ddce; }
  54. ::-webkit-scrollbar-thumb { background-color: #a9ccd4; -webkit-border-radius: 1ex; }
  55.  
  56. /* basics2 */
  57.  
  58. #content {
  59. z-index:10;
  60. position:fixed;
  61. overflow:hidden;
  62. margin-top:0px;
  63. margin-left:400px;
  64. width:460px;
  65. height:600px;
  66. background-color:#ffffff;
  67. background-image:url(http://static.tumblr.com/bgzjy3u/0Zznfopt2/tumblr_inline_mx3lrqyox41r8f9nah.gif); /* replace this with your background image */
  68. background-attachment:fixed;
  69. background-repeat:repeat;
  70. }
  71.  
  72. #sidebar {
  73. position:fixed;
  74. margin-left:0px;
  75. margin-top:0px;
  76. width:440px;
  77. height:600px;
  78. background:#fff;
  79. }
  80.  
  81. #sidebar img{
  82. height:600px;
  83. width:440px;
  84. overflow:hidden;
  85. }
  86.  
  87. #backbar {
  88. z-index:1;
  89. position:fixed;
  90. margin-left:440px;
  91. margin-top:0px;
  92. width:440px;
  93. height:600px;
  94. background:#fff;
  95. }
  96.  
  97. #backbar img{
  98. height:600px;
  99. width:440px;
  100. overflow:hidden;
  101. }
  102.  
  103. #qutitle{
  104. z-index:3;
  105. position:fixed;
  106. margin-top:5px;
  107. margin-left:12px;
  108. width:420px;
  109. color:#d1c293;
  110. font-family:bb;
  111. font-size:40px;
  112. line-height:30px;
  113. text-transform:uppercase;
  114. text-align:right;
  115. }
  116.  
  117. #qutitleshadow{
  118. z-index:2;
  119. position:fixed;
  120. margin-top:3px;
  121. margin-left:15px;
  122. width:420px;
  123. color:#e2ddce;
  124. font-family:bb;
  125. font-size:40px;
  126. line-height:30px;
  127. text-transform:uppercase;
  128. text-align:right;
  129. }
  130.  
  131. #box1 {
  132. position:fixed;
  133. margin-top:30px;
  134. margin-left:0px;
  135. width:460px;
  136. height:290px;
  137. background:white;
  138. font-size:11px;
  139. }
  140.  
  141. #qu {
  142. position:fixed;
  143. overflow-y:scroll;
  144. margin-top:10px;
  145. margin-left:10px;
  146. width:440px;
  147. height:270px;
  148. background:white;
  149. text-align:left;
  150. color:#888;
  151. }
  152.  
  153. #n1 {
  154. float:left;
  155. margin-top:4px;
  156. margin-left:4px;
  157. width:420px;
  158. height:20px;
  159. background:#a9ccd4;
  160. color:white;
  161. line-height:20px;
  162. padding-left:10px;
  163. transition: all 0.1s ease-out;
  164. -o-transition-transition: all 0.1s ease-out;
  165. -webkit-transition: all 0.1s ease-out;
  166. -moz-transition: all 0.1s ease-out;
  167. }
  168.  
  169. #n2 {
  170. float:left;
  171. margin-top:4px;
  172. margin-left:4px;
  173. width:418px;
  174. height:18px;
  175. background:white;
  176. color:#888;
  177. line-height:18px;
  178. padding-left:10px;
  179. border:1px solid #e2ddce;
  180. transition: all 0.1s ease-out;
  181. -o-transition-transition: all 0.1s ease-out;
  182. -webkit-transition: all 0.1s ease-out;
  183. -moz-transition: all 0.1s ease-out;
  184. }
  185.  
  186. #box2 {
  187. position:fixed;
  188. margin-top:320px;
  189. margin-left:0px;
  190. width:450px;
  191. height:200px;
  192. background:white;
  193. font-size:11px;
  194. padding:5px;
  195. }
  196.  
  197. #btitle {
  198. z-index:3;
  199. position:fixed;
  200. margin-top:540px;
  201. margin-left:12px;
  202. width:440px;
  203. height:100px;
  204. color:#d1c293;
  205. font-family:bb;
  206. font-size:80px;
  207. line-height:60px;
  208. text-transform:uppercase;
  209. }
  210.  
  211. #btitleshadow{
  212. z-index:2;
  213. position:fixed;
  214. margin-top:537px;
  215. margin-left:16px;
  216. width:440px;
  217. height:100px;
  218. color:#e2ddce;
  219. font-family:bb;
  220. font-size:80px;
  221. line-height:60px;
  222. text-transform:uppercase;
  223. }
  224.  
  225. #credit {
  226. z-index: 4783;
  227. position:fixed;
  228. bottom:10px;
  229. right:10px;
  230. background:white;
  231. border: 1px solid #eee;
  232. padding: 3px;
  233. font-family: times;
  234. font-size: 10px;
  235. line-height: 15px;
  236. font-style:italic;
  237. transition: all 0.6s ease-out;
  238. -o-transition-transition: all 0.4s ease-out;
  239. -webkit-transition: all 0.4s ease-out;
  240. -moz-transition: all 0.4s ease-out;
  241. }
  242.  
  243. #credit a{
  244. color:#bbb;
  245. }
  246.  
  247. #credit:hover{
  248. opacity: 2;
  249. transition: all 0.6s ease-out;
  250. -o-transition-transition: all 0.4s ease-out;
  251. -webkit-transition: all 0.4s ease-out;
  252. -moz-transition: all 0.4s ease-out;
  253. }
  254.  
  255. {CustomCSS}
  256.  
  257. </style>
  258.  
  259. <title>Frequenly Asked Questions</title>
  260. <link rel="shortcut icon" href="{Favicon}" />
  261.  
  262. </head>
  263.  
  264. <body>
  265.  
  266. <div id="credit"><a href="http://cutiephil.tumblr.com">CP</a></div>
  267.  
  268. <div id="wrap">
  269.  
  270. <div id="sidebar">
  271. <img src="http://41.media.tumblr.com/e1feef3666c2cc0680b0a82f3260235d/tumblr_mse83dQLJl1s4h64eo1_1280.png"><!--put the url of the image you want here-->
  272. </div>
  273. <div id="backbar">
  274. <img src="http://41.media.tumblr.com/e1feef3666c2cc0680b0a82f3260235d/tumblr_mse83dQLJl1s4h64eo1_1280.png"><!--put the url of the image you want here-->
  275. </div><!--sidebar-->
  276.  
  277. <div id="content">
  278.  
  279. <!-----change (//general) to anything you want as the first title------>
  280. <div id="qutitle">//curious george</div>
  281. <div id="qutitleshadow">//curious george</div>
  282.  
  283. <!----change (faq and ask//) to anything you want as the main title------>
  284. <div id="btitle">faq and ask//</div>
  285. <div id="btitleshadow">faq and ask//</div>
  286.  
  287. <div id="box1">
  288. <div id="qu">
  289.  
  290. <!------------------------------------------------------------------
  291. replace (Q: this is a question) and (A: this is an answer) with your own.
  292.  
  293. the lines with (n1) is the question and (n2) is the answer.
  294. ------------------------------------------------------------------->
  295. <div id="n1">Q: this is a question</div>
  296. <div id="n2">A: this is an answer</div>
  297. <div id="n1">Q: this is a question</div>
  298. <div id="n2">A: this is an answer</div>
  299. <div id="n1">Q: this is a question</div>
  300. <div id="n2">A: this is an answer</div>
  301. <div id="n1">Q: this is a question</div>
  302. <div id="n2">A: this is an answer</div>
  303. <div id="n1">Q: this is a question</div>
  304. <div id="n2">A: this is an answer</div>
  305. <div id="n1">Q: this is a question</div>
  306. <div id="n2">A: this is an answer</div>
  307. <div id="n1">Q: this is a question</div>
  308. <div id="n2">A: this is an answer</div>
  309. </div>
  310. </div>
  311.  
  312. <!----replace (YOURUSERNAME) with your own url------>
  313. <div id="box2">
  314. <iframe frameborder="0" scrolling="no" width="450px" height="190px" src="http://www.tumblr.com/ask_form/YOURUSERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  315. </div>
  316.  
  317. </div><!--content-->
  318.  
  319. </div><!--wrap-->
  320. </body>
  321.  
  322. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement