Advertisement
Mikaela

Fandom CD

Nov 13th, 2013
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.54 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 #5 'FANDOM CD' BY HRRYS
  4. I WORKED HARD ON THIS SO IF YOU REMOVE THE CREDIT OR EDIT AND CLAIM IT AS YOUR OWN, I'LL GET HARRY TO STRANGLE YOU.
  5. BUT SERIOUSLY I'LL REPORT YOU
  6. OKAY ENJOY NOW
  7. -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14.  
  15.  
  16. <title>{Title}</title>
  17.  
  18. {block:Description}<meta name="description" content="{MetaDescription}"/>
  19. {/block:Description}
  20. <link rel="shortcut icon" href="{Favicon}" />
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  22.  
  23. <meta name="color:bg" content="#ffffff">
  24. <meta name="color:link" content="#bbb8b8">
  25. <meta name="color:sidebarlink" content="#bbb8b8">
  26. <meta name="color:linklabelborder" content="#bbb8b8">
  27. <meta name="color:text" content="#9a9a9a">
  28. <meta name="color:info" content="#b9b7b7">
  29. <meta name="color:hover" content="#eeeeee">
  30. <meta name="color:imageborder" content="#e7e7e7">
  31. <meta name="color:border" content="#e7e7e7">
  32. <meta name="color:scrollbar" content="#d6d5d5">
  33. <meta name="color:PopUpBG" content="#fff"/>
  34. <meta name="color:PopUpBorder" content="#ddd"/>
  35. <meta name="color:PopUpFade" content="#000"/>
  36.  
  37. <meta name="image:sidebar" content=""/>
  38.  
  39. <meta name="text:link 1" content="">
  40. <meta name="text:link 1 url" content="/">
  41. <meta name="text:link 3" content="">
  42. <meta name="text:link 3 url" content="/">
  43. <meta name="text:link 4" content="">
  44. <meta name="text:link 4 url" content="/">
  45.  
  46. <meta name="if:Cursor" content="1">
  47.  
  48. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/blpgwiz/ZUlm8f7u4/online.css"/>
  49.  
  50.  
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54. <script>
  55. $(document).ready(function() {
  56. //
  57. $('a.poplight[href^=#]').click(function() {
  58. var popID = $(this).attr('rel'); //Get Popup Name
  59. var popURL = $(this).attr('href'); //Get Popup href to define size
  60. var query= popURL.split('?');
  61. var dim= query[1].split('&');
  62. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  63. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  64. var popMargTop = ($('#' + popID).height() + 80) / 2;
  65. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  66. //Apply Margin to Popup
  67. $('#' + popID).css({
  68. 'margin-top' : -popMargTop,
  69. 'margin-left' : -popMargLeft
  70. });
  71. $('body').append('<div id="fade"></div>');
  72. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  73. return false;
  74. });
  75. $('a.close, #fade').live('click', function() {
  76. $('#fade , .popup_block').fadeOut(function() {
  77. $('#fade, a.close').remove(); //fade them both out
  78. });
  79. return false;
  80. });
  81. });
  82. </script>
  83.  
  84. <style type="text/css">
  85. /*--Updates Tab--*/
  86. #twoout {
  87. -moz-box-shadow: 0px 0px 0px 0px ;
  88. -webkit-box-shadow: 0px 0px 0px 0px ;
  89. box-shadow: 0px 0px 0px 0px ;
  90. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  91. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  92. z-index:1000;
  93. position: fixed;
  94. top: 60px;
  95. left: -10px;
  96. width: 18px;
  97. padding: 40px 0;
  98. text-align: center
  99. -webkit-transition-duration: 0.3s;
  100. -moz-transition-duration: 0.3s;
  101. -o-transition-duration: 0.3s;
  102. transition-duration: 0.3s;
  103. -webkit-border-radius: 0 5px 5px 0;
  104. -moz-border-radius: 0 0px 0px 0;
  105. border-radius: 0 0px 0px 0;}
  106.  
  107. #twoout_inner {
  108. -moz-box-shadow: 0px 0px 0px 0px ;
  109. -webkit-box-shadow: 0px 0px 1px 0px ;
  110. box-shadow: 0px 0px 1px 0px ;
  111. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  112. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  113. top: 40px;
  114. font-size:10px;
  115. left: -262px;
  116. position: fixed;
  117. width: 230px;
  118. padding: 10px;
  119. background: #FFFFFF;
  120. border-style: solid;
  121. border-width: 6px 6px 6px 6px;
  122. -moz-border-image: url(http://www.rayesdesign.com/glitters/silver/sil001.gif) 27 27 27 27 repeat;
  123. -webkit-border-image: url(http://www.rayesdesign.com/glitters/silver/sil001.gif) 27 27 27 27 repeat;
  124. -o-border-image: url(http://www.rayesdesign.com/glitters/silver/sil001.gif) 27 27 27 27 repeat;
  125. border-image: url(http://www.rayesdesign.com/glitters/silver/sil001.gif) 27 27 27 27 repeat;
  126. height: auto;
  127. -webkit-transition-duration: 0.3s;
  128. -moz-transition-duration: 0.3s;
  129. -o-transition-duration: 0.3s;
  130. transition-duration: 0.3s;
  131. text-align: left;
  132. -webkit-border-radius: 0 0 5px 0;
  133. -moz-border-radius: 0 0 5px 0;
  134. border-radius: 0 0 5px 0;}
  135.  
  136.  
  137. #twoout:hover {
  138. z-index:1000;
  139. left: 250px;}
  140.  
  141. #twoout:hover #twoout_inner {
  142. z-index:1000;
  143. left: 0px;}
  144.  
  145. .twotitle {
  146. display: block;
  147. writing-mode: lr-tb;
  148. -webkit-transform: rotate(-90deg);
  149. -moz-transform: rotate(-90deg);
  150. -ms-transform: rotate(-90deg);
  151. -o-transform: rotate(-90deg);
  152. transform: rotate(-90deg);
  153. position: absolute;
  154. left: -11px;
  155. top: 3px;
  156. font-family:helvetica;
  157. font-size: 16px;
  158. font-weight: normal;
  159. text-transform: lowercase;
  160. letter-spacing: 2px;}
  161.  
  162. /*Pop up*/
  163. #fade { /*--Transparent background layer--*/
  164. display: none; /*--hidden by default--*/
  165. background: #000;
  166. position: fixed; left: 0; top: 0;
  167. width: 100%; height: 100%;
  168. opacity: .80;
  169. z-index: 9999;
  170. }
  171. .popup_block{
  172. display: none; /*--hidden by default--*/
  173. background: #FFFFFF;
  174. padding: -10px;
  175. border: 5px solid #F8F8F8;
  176. float: left;
  177. margin-top:10px;
  178. font-size: 10px;
  179. position: fixed;
  180. top: 55%; left: 50%;
  181. z-index: 99999;
  182. /*--CSS3 Box Shadows--*/
  183. -webkit-box-shadow: 0px 0px 20px #000;
  184. -moz-box-shadow: 0px 0px 20px #000;
  185. box-shadow: 0px 0px 20px #000;
  186. /*--CSS3 Square Corners--*/
  187. -webkit-border-radius: 0px;
  188. -moz-border-radius: 0px;
  189. border-radius: 0px;
  190. }
  191. img.btn_close {
  192. float: right;
  193. margin: -20 -20px 0 0;
  194. }
  195. /*--Making IE6 Understand Fixed Positioning--*/
  196. *html #fade {
  197. position: absolute;
  198. }
  199. *html .popup_block {
  200. position: absolute;
  201. }
  202.  
  203.  
  204.  
  205. /*--scrollbar--*/
  206.  
  207. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  208. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  209. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  210. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  211. }
  212. /*--body--*/
  213.  
  214.  
  215. body {
  216. font-style:none;
  217. background-color:{color:bg};
  218. font-family:calibri;
  219. color:{color:text};
  220. font-size:9px;
  221. }
  222.  
  223.  
  224. a {
  225. color:{color:link};
  226. text-decoration:none;
  227. -webkit-transition: all 0.5s ease-out;
  228. -moz-transition: all 0.5s ease-out;
  229. transition: all 0.5s ease-out;
  230. }
  231.  
  232. a:hover {
  233. color:{color:hover};
  234. text-decoration:none;
  235. -webkit-transition: all 0.8s ease-out;
  236. -moz-transition: all 0.8s ease-out;
  237. transition: all 0.8s ease-out;
  238. }
  239.  
  240. img {
  241. border:none;
  242. }
  243.  
  244. blockquote {
  245. padding-left:5px;
  246. border-left:2px solid {color:border};
  247. }
  248.  
  249. h1 {
  250. font-size:10px;
  251. }
  252.  
  253. /*--Cursor code--*/
  254.  
  255. {block:ifCursor}
  256.  
  257. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  258.  
  259. {/block:ifCursor}
  260.  
  261. /*--sidebar image--*/
  262. #sidebarimage {
  263. width:140px;
  264. }
  265.  
  266. #sidebarimage img {
  267. position:fixed;
  268. width:80px;
  269. height:80px;
  270. margin-top:-25px;
  271. margin-left:47px;
  272. z-index:1;
  273. opacity:0;
  274. border-radius:90px;
  275. border: 8px solid;
  276. border-color:{color:imageborder};
  277. -webkit-transition: all 1s ease;
  278. -moz-transition: all 1s ease;
  279. -o-transition: all 1s ease;
  280. }
  281.  
  282.  
  283. #sidebar:hover #sidebarimage img {
  284. opacity:1;
  285. -webkit-transition: all 1s ease;
  286. -moz-transition: all 1s ease;
  287. -o-transition: all 1s ease;
  288.  
  289. }
  290. /*--CD--*/
  291. #CD{
  292. width:140px;
  293. }
  294.  
  295. #CD img{
  296. position:fixed;
  297. width:350px;
  298. z-index:-1;
  299. height:350px;
  300. margin-top:-150px;
  301. margin-left:-80px;
  302. -webkit-transition: all 0.8s ease-in-out;
  303. -moz-transition: all 0.8s ease-in-out;
  304. -o-transition: all 0.8s ease-in-out;}
  305.  
  306. #sidebar:hover #CD img{
  307. -webkit-transition: all 0.8s ease-in-out;
  308. -moz-transition: all 0.8s ease-in-out;
  309. -o-transition: all 0.8s ease-in-out;
  310. -webkit-transform: rotate(360deg);
  311. -moz-transform: rotate(360deg);
  312. -o-transform: rotate(360deg);
  313. }
  314. /*--Sidebar links--*/
  315. #sblinks {
  316. font-family:onedirection;
  317. position:fixed;
  318. z-index:1;
  319. color:{color:sidebarlink};
  320. opacity:0;
  321. text-transform:uppercase;
  322. text-align:center;
  323. margin-top:-115px;
  324. padding:10px;
  325. display:inline-block;
  326. margin-left:-23px;
  327. -webkit-transition: all 0.8s ease;
  328. -moz-transition: all 0.8s ease;
  329. -o-transition: all 0.8s ease;
  330. }
  331.  
  332. #sblinks a {
  333. font-size:16px;
  334. padding:10px;
  335. display:inline-block;
  336. color:{color:sidebarlink};
  337. -webkit-transition: all 0.8s ease;
  338. -moz-transition: all 0.8s ease;
  339. -o-transition: all 0.8s ease;
  340.  
  341. }
  342.  
  343. #sidebar:hover #sblinks{
  344. opacity:1;
  345. color:{color:hover};
  346. -webkit-transition: all 0.8s ease;
  347. -moz-transition: all 0.8s ease;
  348. -o-transition: all 0.8s ease;
  349. }
  350. /*--sidebar--*/
  351.  
  352. #sidebar {
  353. position:fixed;
  354. width:140px;
  355. margin-left:200px;
  356. margin-top:200px;
  357. }
  358.  
  359. /*--description--*/
  360.  
  361. #description {
  362. margin-top:90px;
  363. margin-left:16px;
  364. width:150px;
  365. padding:5px;
  366. opacity:0;
  367. border-radius:10px;
  368. z-index:1;
  369. background-color:#fff;
  370. font-family:'calibri';
  371. font-size:11px;
  372. text-align:center;
  373. -webkit-transition: all 0.8s ease;
  374. -moz-transition: all 0.8s ease;
  375. -o-transition: all 0.8s ease;
  376. }
  377.  
  378. #sidebar:hover #description{
  379. opacity:0.9;
  380. }
  381.  
  382. /*--pagination--*/
  383.  
  384. #pagination {
  385. margin-top:13px;
  386. margin-left:52px;
  387. text-align:center;
  388. font-size:9px;
  389. opacity:0;
  390. font-family:calibri;
  391. color:{color:sidebarlink};
  392. -webkit-transition: all 1s ease;
  393. -moz-transition: all 1s ease;
  394. -o-transition: all 1s ease;
  395. }
  396.  
  397. #pagination a{
  398. color:{color:sidebarlink};
  399. }
  400.  
  401. #sidebar:hover #pagination{
  402. opacity:1;
  403. color:{color:hover};
  404. }
  405.  
  406.  
  407. /*--posts--*/
  408.  
  409. #posts {
  410. width:500px;
  411. margin-bottom:10px;
  412. padding:1px;
  413. font-size:11px;
  414. color:{color:text};
  415. line-height:90%;
  416. text-align:justify;
  417. }
  418.  
  419. #postscontainer {
  420. margin-bottom:20px;
  421. padding:1px;
  422. margin-left:600px;
  423. margin-top:55px;
  424. }
  425.  
  426. /*--info--*/
  427.  
  428. #info {
  429. margin-bottom:10px;
  430. font-size:8px;
  431. margin-top:10px;
  432. text-align:left;
  433. padding:5px;
  434. color:{color:link};
  435. border-top:1px solid {color:info};
  436. }
  437.  
  438.  
  439. #reblog {
  440. text-transform:uppercase;
  441. font-family:trebuchet ms;
  442. margin-left:-5px;
  443. margin-top:-5px;
  444. text-align:center;
  445. color:white;
  446. background-color:{color:info};
  447. width:35px;
  448. padding:3px;
  449. }
  450.  
  451. #reblog a {
  452. color:white;
  453. }
  454.  
  455. #notes {
  456. margin-left:40px;
  457. color:{color:info};
  458. margin-top:-12px;
  459. }
  460.  
  461. #rightinfo {
  462. text-transform:uppercase;
  463. font-family:trebuchet ms;
  464. margin-left:370px;
  465. text-align:justify;
  466. float:right;
  467. background-color:{color:info};
  468. padding:3px;
  469. margin-top:-12px;
  470. color:white;
  471. }
  472.  
  473. #rightinfo a {
  474. color:white;
  475. }
  476.  
  477. /*--tags--*/
  478.  
  479. #tags {
  480. width:490px;
  481. margin-left:-4px;
  482. margin-top:7px;
  483. font-size:10px;
  484. color:{color:info}:
  485. }
  486.  
  487. #tags a {
  488. color:{color:text};
  489. }
  490.  
  491. #tags a:hover {
  492. color:{color:hover}
  493. }
  494.  
  495. /*--asks--*/
  496.  
  497. #asker {
  498. padding:5px;
  499. text-align:left;
  500. letter-spacing:1px;
  501. font-style:italic;
  502. line-height:120%;
  503. font-family:cambria;
  504. border:5px #000 double;
  505. background-color:#fff;
  506. }
  507.  
  508. /*--credit--*/
  509.  
  510. #credit {
  511. right:0px;
  512. bottom:0px;
  513. color:{color:text};
  514. position:fixed;
  515. -webkit-transition: all 0.5s ease-out;
  516. -moz-transition: all 0.5s ease-out;
  517. transition: all 0.5s ease-out;
  518. }
  519.  
  520.  
  521. /*--Hover labels--*/
  522. #s-m-t-tooltip {/* tutorial by meem.co.vu */
  523.  
  524. max-width:300px;
  525.  
  526. padding:3px 4px 5px 4px;
  527.  
  528. margin:20px 0px 0px 20px;
  529.  
  530. background-color:#fff; /* change the background color */
  531.  
  532. border:3px solid {color:linklabelborder};
  533. /* change the border color */
  534.  
  535. font-family:calibri; /* change the font */
  536.  
  537. font-size:9px; /* change the font size */
  538.  
  539. letter-spacing:2px; /* change the letter spacing */
  540.  
  541. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  542.  
  543. color:#999; /* change the text color */
  544.  
  545. z-index:999999999999999999999999999999999999;
  546.  
  547. }
  548. {CustomCSS}
  549.  
  550. </style>
  551. </head>
  552. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  553. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  554. <!--tutorial by meem.co.vu-->
  555. <script>
  556.  
  557. (function($){
  558.  
  559. $(document).ready(function(){
  560.  
  561. $("a[title]").style_my_tooltips({
  562.  
  563. tip_follows_cursor:true,
  564.  
  565. tip_delay_time:90,
  566.  
  567. tip_fade_speed:600,
  568.  
  569. attribute:"title"
  570.  
  571. });
  572.  
  573. });
  574.  
  575. })(jQuery);
  576.  
  577. </script>
  578.  
  579. <body>
  580.  
  581. <div id="sidebar">
  582. <div id="sidebarimage">
  583. <img src="{image:sidebar}"></div>
  584. <div id="CD">
  585. <img src="http://i.imgur.com/h6q4FC2.gif"></div>
  586. <div id="sblinks">
  587. <a href="{text:link 1 url}" title="{text:link 1}">One</a>
  588. <a title="Mssg"href="#?w=500" rel="letters" class="poplight">Two</a>
  589. <a href="{text:link 3 url}" title="{text:link 3}">Three</a>
  590. <a href="{text:link 4 url}" title="{text:link 4}">Four</a>
  591. </div>
  592. <div id="description">{description}</div>
  593. {block:Pagination}
  594. <div id="pagination">
  595. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">-Next</a>{/block:NextPage}
  596. </div>{/block:Pagination}</div></div></div>
  597. </div>
  598.  
  599. <!--
  600. slide out tab
  601. edited and made available by: Steph - harshlust
  602. -->
  603. <div id="twoout">
  604. <span class="twotitle">
  605.  
  606. <span id="wipe">UPDATES</span>
  607.  
  608. </span>
  609. <div id="twoout_inner">
  610. <center>
  611.  
  612. <!-- Updates -->
  613. <div>
  614.  
  615. <div style="color:#FFFFFF; font-size:11px;background-color:#000000; padding:3px;"c>Personal</div>
  616. <br>
  617. <b><center>The date is - </b><script language="JavaScript" src="http://freehostedscripts.net/date2.php"></script><br>
  618. Put personal groups here<br><br>
  619.  
  620.  
  621. <center><div style="color:#FFFFFF; font-size:11px; background-color:#000000; padding:3px;">Groups</div></center>
  622. <br>
  623. Put any groups here
  624. <br><br>
  625.  
  626.  
  627.  
  628. <center><div style="color:#FFFFFF; font-size:11px; background-color:#000000; padding:3px;">Themes</div></center><br>
  629. Any themes here <br> <br>
  630. </div>
  631.  
  632. <center><div style="color:#FFFFFF; font-size:11px; background-color:#000000; padding:3px;">Fanfic</div></center><br>
  633. Fanfic here! <br>
  634. </div>
  635.  
  636. </div></div>
  637. </div></div></div>
  638.  
  639.  
  640. <div id="postscontainer">
  641. {block:Posts}
  642.  
  643. <div id="posts">
  644.  
  645.  
  646. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  647.  
  648.  
  649. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  650.  
  651. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  652.  
  653. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  654.  
  655. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  656.  
  657. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  658.  
  659. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  660.  
  661. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  662.  
  663. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:11px;font-style:italic;"><big>▶ {Asker}:</big> </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  664.  
  665. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  666. {NoteCountWithLabel}</a></div>
  667. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  668. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  669. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  670. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  671.  
  672.  
  673. </div>
  674.  
  675. {/block:Posts}
  676. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  677. {/block:Posts}
  678.  
  679. </div>
  680.  
  681.  
  682. <div id="credit"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a>
  683. </div>
  684. </div>
  685. </body><div id="letters" class="popup_block"><center>
  686. <p>
  687. <!--REMEMBER REMEMBER REMEMBER TO CHANGE THE 'YOURURLHERE' TO YOUR URL OTHERWISE THE FAQ WONT WORK-->
  688. FAQ HERE
  689. </font>
  690. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="200" src="http://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  691. </center></div>
  692. </div></div></div></div></div></div></div></div></div></div>
  693. </body>
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement