Advertisement
iamthemelocked

Iamthemelocked FAQ Page #3

Sep 6th, 2014
987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.15 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. <!--- Theme by iamthemelocked
  4. DO NOT REMOVE THE CREDIT
  5. DO NOT COPY
  6. DO NOT CLAIM AS YOUR OWN
  7. IF YOU DO THEN I´LL MAKE YOU INTO SHOES
  8. BIT NOT GOOD, ISN´T IT?--->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link href='http://fonts.googleapis.com/css?family=Alegreya+SC' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:400,300' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script>
  21.  
  22.  
  23. <!--- SPECIAL FONTS --->
  24.  
  25. <script type="text/javascript">
  26. WebFontConfig = {
  27. google: { families: [ 'Petit+Formal+Script::latin' ] }
  28. };
  29. (function() {
  30. var wf = document.createElement('script');
  31. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  32. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  33. wf.type = 'text/javascript';
  34. wf.async = 'true';
  35. var s = document.getElementsByTagName('script')[0];
  36. s.parentNode.insertBefore(wf, s);
  37. })(); </script>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Disco' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Aguafina Script' rel='stylesheet' type='text/css'>
  44. <style type="text/css">
  45.  
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {
  48. height:10px; border:2px solid #ffffff; background-color:#000000;}
  49.  
  50. ::-webkit-scrollbar-thumb:horizontal {
  51. background-color:#ffffff;}
  52.  
  53. ::-webkit-scrollbar {
  54. width:11px; height:5px; border:5px solid #ffffff; background-color:#ffffff;}
  55.  
  56. /* --- BODY ---*/
  57.  
  58. #s-m-t-tooltip{
  59. position:absolute;
  60. margin-top: 15px;
  61. letter-spacing:1px;
  62. z-index:9999999999999;
  63. background:#000000;
  64. color:#ffffff;
  65. text-transform:uppercase;
  66. letter-spacing:2px;
  67. max-width:320px;
  68. font-size:8px;
  69. padding:4px 5px 4px 5px;
  70. -webkit-transition:all 0.4s;
  71. -moz-transition:all 0.4s;
  72. -ms-transition:all 0.4s;
  73. -o-transition:all 0.4s;
  74. transition:all 0.4s;
  75. }
  76.  
  77. body {
  78. background:#ffffff;
  79. margin:0px;
  80. font-size: 10px;
  81. color:#000000;
  82. font-family: calibri;
  83. line-height:100%;
  84. }
  85.  
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. font-size:10px;
  91. text-transform:uppercase;
  92. -moz-outline-style:none;
  93. color:#cc5c5c;
  94. -webkit-transition:all 0.5s;
  95. -moz-transition:all 0.5s;
  96. -ms-transition:all 0.5s;
  97. -o-transition:all 0.5s;
  98. transition:all 0.5s;
  99. }
  100.  
  101. a:hover {
  102. text-decoration:none;
  103. outline:none;
  104. -moz-outline-style:none;
  105. color:#000000;
  106. -webkit-transition:all 0.5s;
  107. -moz-transition:all 0.5s;
  108. -ms-transition:all 0.5s;
  109. -o-transition:all 0.5s;
  110. transition:all 0.5s;
  111. }
  112.  
  113. img {
  114. border:none;
  115. }
  116.  
  117. /* --- HEADER ---*/
  118.  
  119. #header {
  120. opacity:1;
  121. top:0px;
  122. width:100%;
  123. text-align:center;
  124. height:30px;
  125. background:#ffffff;
  126. position:fixed;
  127. z-index:4;
  128. }
  129.  
  130. #header2 {
  131. opacity:1;
  132. top:30px;
  133. width:100%;
  134. text-align:center;
  135. margin:auto;
  136. height:60px;
  137. margin-left:0px;
  138. position:fixed;
  139. background:#cc5c5c; /* --- Change your header colour here ---*/
  140. z-index:4;
  141. }
  142.  
  143. #side {
  144. opacity:1;
  145. top:90px;
  146. height:100%;
  147. text-align:right;
  148. margin:auto;
  149. width:5px;
  150. margin-left:500px;
  151. position:fixed;
  152. border-right:20px solid #cc5c5c; /* --- Change your header colour here ---*/
  153. z-index:4;
  154. }
  155.  
  156. #faq {
  157. opacity:1;
  158. top:100px;
  159. height:540px;
  160. width:700px;
  161. text-align:right;
  162. margin:auto;
  163. overflow:scroll;
  164. margin-left:30px;
  165. position:fixed;
  166. z-index:4;
  167. }
  168.  
  169. /* --- HEADER ---*/
  170.  
  171. /* --- IMAGES ---*/
  172.  
  173. #pics {
  174. height:60px;
  175. width:60px;
  176. padding:4px;
  177. margin-top:20px;
  178. margin-left:-180px;
  179. opacity:1;
  180. position:fixed;
  181. }
  182.  
  183. #image img {
  184. height:60px;
  185. width:60px;
  186. margin-top:-4px;
  187. margin-right:0px;
  188. opacity:1;
  189. padding:4px;
  190. border:1px solid #dddddd;
  191. }
  192.  
  193. #pics2 {
  194. height:60px;
  195. width:120px;
  196. padding:4px;
  197. margin-top:-4px;
  198. margin-left:-90px;
  199. opacity:1;
  200. position:fixed;
  201. }
  202.  
  203. #image2 img {
  204. height:60px;
  205. width:60px;
  206. margin-top:20px;
  207. margin-right:600px;
  208. opacity:1;
  209. padding:4px;
  210. border:1px solid #dddddd;
  211. }
  212.  
  213. #image3 img {
  214. height:60px;
  215. width:60px;
  216. margin-top:20px;
  217. margin-right:480px;
  218. opacity:1;
  219. padding:4px;
  220. border:1px solid #dddddd;
  221. }
  222.  
  223. /* --- IMAGES ---*/
  224.  
  225. /* --- HEADER TITLE ---*/
  226.  
  227. #title {
  228. position:fixed;
  229. font-family:calibri;
  230. line-height:100%;
  231. font-size:20px;
  232. text-transform:uppercase;
  233. width:100%;
  234. letter-spacing:4px;
  235. height:auto;
  236. margin-left:20px;
  237. margin-top:18px;
  238. padding:4px;
  239. font-weight:normal;
  240. opacity:1;
  241. text-align:left;
  242. background:transparent;
  243. color:#ffffff; /* --- Change your title font colour here ---*/
  244. }
  245.  
  246. /* --- HEADER TITLE ---*/
  247.  
  248. /* --- SIDEBAR LINKS ---*/
  249.  
  250. #links {
  251. text-align:right;
  252. text-transform:uppercase;
  253. height:auto;
  254. width:160px;
  255. line-height:7px;
  256. font-family:calibri;
  257. font-size:9px;
  258. letter-spacing:2px;
  259. margin-left:-250px;
  260. margin-top:195px;
  261. padding-bottom:6px;
  262. padding-top:6px;
  263. padding-left:6px;
  264. padding-right:17px;
  265. left:50%;
  266. display:inline-block;
  267. opacity:1;
  268. -webkit-transition: all 0.6s ease-in-out;
  269. -moz-transition: all 0.6s ease-in-out;
  270. -o-transition: all 0.6s ease-in-out;
  271. transition: all 0.6s ease-in-out;
  272. }
  273.  
  274. #links a {
  275. display:inline-block;
  276. margin:3px;
  277. padding-right:8px;
  278. padding:4px;
  279. border-right:4px solid #000000;
  280. border-left:0px solid #000000;
  281. color:#000000; /* --- Change your links font colour here ---*/
  282. height:6px;
  283. width:145px;
  284. -webkit-transition: all 0.6s;
  285. -moz-transition: all 0.6s;
  286. -ms-transition:all 0.6s;
  287. -o-transition: all 0.6s;
  288. transition: all 0.6s;
  289. }
  290.  
  291. #links a:hover {
  292. border-left:18px solid #000000;
  293. border-right:5px solid #000000;
  294. color:#ffffff;
  295. background-color:#cc5c5c; /* --- Change your links background here ---*/
  296. -webkit-transition: all 0.6s;
  297. -moz-transition: all 0.6s;
  298. -ms-transition:all 0.6s;
  299. -o-transition: all 0.6s;
  300. transition: all 0.6s;
  301. }
  302.  
  303. /* --- SIDEBAR LINKS ---*/
  304.  
  305. /* --- DESCRIPTION ---*/
  306.  
  307. #description {
  308. font-family:calibri;
  309. line-height:100%;
  310. font-size:10px;
  311. text-transform:uppercase;
  312. width:150px;
  313. height:auto;
  314. top:410px;
  315. padding-right:6px;
  316. padding-left:4px;
  317. margin-left:-176px;
  318. position:fixed;
  319. opacity:1;
  320. border-right:4px solid #000000;
  321. text-align:right;
  322. color:#000000;
  323. -webkit-transition: all 0.6s ease-in-out;
  324. -moz-transition: all 0.6s ease-in-out;
  325. -o-transition: all 0.6s ease-in-out;
  326. transition: all 0.6s ease-in-out;
  327. }
  328.  
  329. /* --- DESCRIPTION ---*/
  330.  
  331. /* --- TAGS SECTION ---*/
  332.  
  333. #faqtext {
  334. margin-top:20px;
  335. width:600px;
  336. display:inline-block;
  337. height:auto;
  338. float:left;
  339. margin-left:25px;
  340. margin-bottom:10px;
  341. }
  342.  
  343. /* --- TAGS SECTION ---*/
  344.  
  345. /* --- TAGS SECTION TITLE ---*/
  346.  
  347. #faqtitle {
  348. width:550px;
  349. font-family:calibri;
  350. text-transform:uppercase;
  351. font-size:14px;
  352. padding-left:2px;
  353. padding-bottom:2px;
  354. padding-top:2px;
  355. padding-right:6px;
  356. margin-left:25px;
  357. text-decoration:none;
  358. text-align:center;
  359. color:#cc5c5c;
  360. letter-spacing:2px;
  361. transition: all 0.5s ease-out;
  362. -webkit-transition: all 0.5s ease-out;
  363. -moz-transition: all 0.5s ease-out;
  364. -o-transition: all 0.5s ease-out;
  365. }
  366.  
  367. /* --- TAGS SECTION TITLE ---*/
  368.  
  369. /* --- SELECTION ---*/
  370.  
  371. ::selection {
  372. background-color:#000000;
  373. color:#ffffff;
  374. }
  375.  
  376. ::-moz-selection {
  377. background-color:#000000;
  378. color:#ffffff;
  379. }
  380.  
  381. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  382.  
  383. .credit, .credit a {
  384. width:15px;
  385. height:15px;
  386. bottom:10px;
  387. left:10px;
  388. padding:4px;
  389. font-size:9px;
  390. letter-spacing:2px;
  391. color:#ffffff;
  392. line-height:15px;
  393. position:fixed;
  394. text-align:center;
  395. color:#ffffff;
  396. font-family:calibri;
  397. text-transform:uppercase;
  398. background-color:#cc5c5c;
  399. border:1px solid #000000;
  400. -webkit-transition: all 0.5s ease-in-out;
  401. -moz-transition: all 0.5s ease-in-out;
  402. -o-transition: all 0.5s ease-in-out;
  403. transition: all 0.5s ease-in-out;
  404. }
  405.  
  406. .credit a:hover {
  407. -webkit-transition: all 0.5s ease-in-out;
  408. -moz-transition: all 0.5s ease-in-out;
  409. -o-transition: all 0.5s ease-in-out;
  410. transition: all 0.5s ease-in-out;
  411. transform:rotate(360deg);
  412. -ms-transform:rotate(360deg);
  413. -webkit-transform:rotate(360deg);
  414. background-color:#000000;}
  415.  
  416. /* --- DON´T DELETE THE CREDIT PLEASE ---*/
  417.  
  418. {CustomCSS}</style>
  419.  
  420. </head><body>
  421.  
  422. <style type="text/css">body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>
  423.  
  424. <div id="header">
  425. <div id="header2">
  426. <div id="title">FAQ page</div><!--change your title here -->
  427. </div>
  428. </div>
  429.  
  430. <div id="side">
  431.  
  432. <div id="pics">
  433. <div id="image"><img src="http://static.tumblr.com/39f979ff990454bea6d719f515c90d34/xasysa0/iQYnam4u9/tumblr_static_bzi3hy1l6xw0ckosgwokwwcsg.gif"/><!--change the image url here--></div></div>
  434. <div id="pics2">
  435. <div id="image2"><img src="http://static.tumblr.com/1e918fcebd084088b020c5c72f32b6d3/xasysa0/znTnam4kt/tumblr_static_2ajjtp34782ss8cok88woo4k8.gif"/><!--change the image url here --></div>
  436. <div id="image3"><img src="http://static.tumblr.com/73d8c91784946c3b5c201dfccc8a95cf/xasysa0/UpJnam4kt/tumblr_static_et8bq45gv9wsoc0wscokg444k.gif"/><!--change the image url here --></div></div>
  437.  
  438. <div id="links">
  439. <!--change your links here -->
  440. <a href="/">Home</a>
  441. <a href="/ask">Ask</a>
  442. <a href="/">Link 3</a>
  443. <a href="/">Link 4</a>
  444. <a href="/">Link 5</a>
  445. <!--change your links here -->
  446. </div>
  447.  
  448. <div id="description">FAQ Page</div><!--change your description here -->
  449.  
  450. <div id="faq">
  451.  
  452. <!--IF YOU WANT MORE PARAGRAPHS THEN COPY THIS PART-->
  453.  
  454. <div id="faqtext">
  455. <div id="faqtitle">Frequently asked questions</div></br>
  456. <!--change your text here-->
  457. lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.
  458. <!--change your text here-->
  459. </div>
  460.  
  461. <!--IF YOU WANT MORE PARAGRAPHS THEN COPY THIS PART-->
  462.  
  463. <!--IF YOU WANT MORE PARAGRAPHS THEN COPY THIS PART-->
  464.  
  465. <div id="faqtext">
  466. <div id="faqtitle">Some links before you ask</div></br>
  467. <!--change your text here-->
  468. lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.</br></br>
  469. <a href="/">Your faq Link</a> /
  470. <a href="/">Your faq Link</a> /
  471. <a href="/">Your faq Link</a> /
  472. <a href="/">Your faq Link</a> </br></br>
  473. lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.
  474. <!--change your text here-->
  475. </div>
  476.  
  477. <!--IF YOU WANT MORE PARAGRAPHS THEN COPY THIS PART-->
  478.  
  479. <div id="faqtext">
  480. <div id="faqtitle">Ask me anything</div></br>
  481. <iframe frameborder="0" height="190" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/your url belongs here - just put it in.tumblr.com" width="100%"></iframe>
  482. </div>
  483.  
  484. <div id="faqtext">
  485. <div id="faqtitle">Submit me anything</div></br>
  486. <iframe frameborder="0" scrolling="no" width="100%" height="530" id="submit_form" src="http://www.tumblr.com/submit_form/your url belongs here - just put it in.tumblr.com" style="background-color:transparent; margin-top:15px; "></iframe>
  487. </div>
  488.  
  489. </div>
  490.  
  491. <span class="credit">
  492. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a>
  493. </span>
  494.  
  495.  
  496. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement