Advertisement
Mikaela

Fandom Boys

Nov 13th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.93 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 #6 'FANDOM BOYS' 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:text" content="#9a9a9a">
  26. <meta name="color:tags" content="#b9b7b7">
  27. <meta name="color:PopUpBG" content="#fff"/>
  28. <meta name="color:PopUpBorder" content="#ddd"/>
  29. <meta name="color:PopUpFade" content="#000"/>
  30. <meta name="color:hover" content="#eeeeee">
  31. <meta name="color:border" content="#e7e7e7">
  32. <meta name="color:scrollbar" content="#d6d5d5">
  33.  
  34. <meta name="text:link 1" content="">
  35. <meta name="text:link 1 url" content="/">
  36. <meta name="text:link 3" content="">
  37. <meta name="text:link 3 url" content="/">
  38. <meta name="text:link 4" content="">
  39. <meta name="text:link 4 url" content="/">
  40. <meta name="text:link 5" content="">
  41. <meta name="text:link 5 url" content="/">
  42.  
  43. <meta name="if:Cursor" content="1">
  44.  
  45. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/blpgwiz/ZUlm8f7u4/online.css"/>
  46.  
  47.  
  48. <meta name="color:PopUpBG" content="#fff"/>
  49. <meta name="color:PopUpBorder" content="#ddd"/>
  50. <meta name="color:PopUpFade" content="#000"/>
  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.  
  86. /*--Updates Tab--*/
  87. #twoout {
  88. -moz-box-shadow: 0px 0px 0px 0px ;
  89. -webkit-box-shadow: 0px 0px 0px 0px ;
  90. box-shadow: 0px 0px 0px 0px ;
  91. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  92. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  93. z-index:1000;
  94. position: fixed;
  95. top: 500px;
  96. left: -10px;
  97. width: 18px;
  98. padding: 40px 0;
  99. text-align: center
  100. -webkit-transition-duration: 0.3s;
  101. -moz-transition-duration: 0.3s;
  102. -o-transition-duration: 0.3s;
  103. transition-duration: 0.3s;
  104. -webkit-border-radius: 0 5px 5px 0;
  105. -moz-border-radius: 0 0px 0px 0;
  106. border-radius: 0 0px 0px 0;}
  107.  
  108. #twoout_inner {
  109. -moz-box-shadow: 0px 0px 0px 0px ;
  110. -webkit-box-shadow: 0px 0px 1px 0px ;
  111. box-shadow: 0px 0px 1px 0px ;
  112. -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='')";
  113. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='');
  114. top: 375px;
  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. /*Pop ups*/
  162.  
  163.  
  164. #fade { /*--Transparent background layer--*/
  165. display: none; /*--hidden by default--*/
  166. background: #000;
  167. position: fixed; left: 0; top: 0;
  168. width: 100%; height: 100%;
  169. opacity: .80;
  170. z-index: 9999;
  171. }
  172. .popup_block{
  173. display: none; /*--hidden by default--*/
  174. background: #FFFFFF;
  175. padding: -10px;
  176. border: 5px solid #F8F8F8;
  177. float: left;
  178. margin-top:10px;
  179. font-size: 10px;
  180. position: fixed;
  181. top: 55%; left: 50%;
  182. z-index: 99999;
  183. /*--CSS3 Box Shadows--*/
  184. -webkit-box-shadow: 0px 0px 20px #000;
  185. -moz-box-shadow: 0px 0px 20px #000;
  186. box-shadow: 0px 0px 20px #000;
  187. /*--CSS3 Square Corners--*/
  188. -webkit-border-radius: 0px;
  189. -moz-border-radius: 0px;
  190. border-radius: 0px;
  191. }
  192. img.btn_close {
  193. float: right;
  194. margin: -20 -20px 0 0;
  195. }
  196. /*--Making IE6 Understand Fixed Positioning--*/
  197. *html #fade {
  198. position: absolute;
  199. }
  200. *html .popup_block {
  201. position: absolute;
  202. }
  203.  
  204.  
  205.  
  206. /*--scrollbar--*/
  207.  
  208. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  209. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  210. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  211. ::-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;
  212. }
  213. /*--body--*/
  214.  
  215.  
  216. body {
  217. font-style:none;
  218. background-color:{color:bg};
  219. font-family:calibri;
  220. color:{color:text};
  221. font-size:9px;
  222. }
  223.  
  224.  
  225. a {
  226. color:{color:link};
  227. text-decoration:none;
  228. -webkit-transition: all 0.5s ease-out;
  229. -moz-transition: all 0.5s ease-out;
  230. transition: all 0.5s ease-out;
  231. }
  232.  
  233. a:hover {
  234. color:{color:hover};
  235. text-decoration:none;
  236. -webkit-transition: all 0.8s ease-out;
  237. -moz-transition: all 0.8s ease-out;
  238. transition: all 0.8s ease-out;
  239. }
  240.  
  241. img {
  242. border:none;
  243. }
  244.  
  245. blockquote {
  246. padding-left:5px;
  247. border-left:2px solid {color:border};
  248. }
  249.  
  250. h1 {
  251. font-size:10px;
  252. }
  253.  
  254. /*--Cursor code--*/
  255.  
  256. {block:ifCursor}
  257.  
  258. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  259.  
  260. {/block:ifCursor}
  261.  
  262. /*--Links--*/
  263. #harry {
  264. width:auto;
  265. height:auto;
  266. }
  267.  
  268. #harry img {
  269. position:fixed;
  270. width:114px;
  271. height:154px;
  272. opacity:1;
  273. margin-top:-60px;
  274. margin-left:-185px;
  275. z-index:-4;
  276. -webkit-transition: all 0.7s ease;
  277. -moz-transition: all 0.7s ease;
  278. -o-transition: all 0.7s ease;
  279. }
  280.  
  281. #harry img:hover{
  282. opacity:0.6;
  283. }
  284.  
  285.  
  286. #louis {
  287. width:auto;
  288. height:auto;
  289. }
  290.  
  291. #louis img {
  292. position:fixed;
  293. width:94px;
  294. height:154px;
  295. opacity:1;
  296. margin-top:-60px;
  297. margin-left:-70px;
  298. z-index:-4;
  299. -webkit-transition: all 0.7s ease;
  300. -moz-transition: all 0.7s ease;
  301. -o-transition: all 0.7s ease;
  302. }
  303.  
  304. #louis img:hover{
  305. opacity:0.6;
  306. }
  307.  
  308.  
  309. #niall {
  310. width:auto;
  311. height:auto;
  312. }
  313.  
  314. #niall img {
  315. position:fixed;
  316. width:94px;
  317. height:154px;
  318. opacity:1;
  319. margin-top:-60px;
  320. margin-left:40px;
  321. z-index:-4;
  322. -webkit-transition: all 0.7s ease;
  323. -moz-transition: all 0.7s ease;
  324. -o-transition: all 0.7s ease;
  325. }
  326. #niall img:hover{
  327. opacity:0.6;
  328. }
  329.  
  330.  
  331.  
  332. #liam {
  333. width:auto;
  334. height:auto;
  335. }
  336.  
  337. #liam img {
  338. position:fixed;
  339. width:94px;
  340. height:154px;
  341. opacity:1;
  342. margin-top:-60px;
  343. margin-left:130px;
  344. z-index:-4;
  345. -webkit-transition: all 0.7s ease;
  346. -moz-transition: all 0.7s ease;
  347. -o-transition: all 0.7s ease;
  348. }
  349.  
  350. #liam img:hover{
  351. opacity:0.6;
  352. }
  353.  
  354. #zayn {
  355. width:auto;
  356. height:auto;
  357. }
  358.  
  359. #zayn img {
  360. position:fixed;
  361. width:94px;
  362. height:154px;
  363. opacity:1;
  364. margin-top:-60px;
  365. margin-left:240px;
  366. z-index:9;
  367. -webkit-transition: all 0.7s ease;
  368. -moz-transition: all 0.7s ease;
  369. -o-transition: all 0.7s ease;
  370. }
  371.  
  372. #zayn img:hover{
  373. opacity:0.6;
  374. }
  375.  
  376. /*--Title--*/
  377.  
  378. #title {
  379. font-size:45px;
  380. font-weight:bold;
  381. font-family:Edwardian Script ITC;
  382. letter-spacing:1px;
  383. border-bottom:4px double #e7e7e7;
  384. margin-top:-180px;
  385. margin-left:-70px;
  386. z-index:999999;
  387. width:300px;
  388. color:{color:text};
  389. text-align:center;
  390. -webkit-transition: all 1s ease;
  391. -moz-transition: all 1s ease;
  392. -o-transition: all 1s ease;
  393. }
  394. /*--sidebar--*/
  395.  
  396. #sidebar {
  397. position:fixed;
  398. width:140px;
  399. margin-left:200px;
  400. margin-top:200px;
  401. }
  402.  
  403. /*--description--*/
  404.  
  405. #description {
  406. margin-top:225px;
  407. margin-left:15px;
  408. width:140px;
  409. opacity:1;
  410. font-family:'calibri';
  411. font-size:11px;
  412. text-align:center;
  413. -webkit-transition: all 1s ease;
  414. -moz-transition: all 1s ease;
  415. -o-transition: all 1s ease;
  416. }
  417.  
  418. #sidebar:hover #description{
  419. opacity:1;
  420. }
  421.  
  422. /*--pagination--*/
  423.  
  424. #pagination {
  425. margin-top:-275px;
  426. margin-left:20px;
  427. font-style:italic;
  428. text-align:center;
  429. font-size:9px;
  430. opacity:1;
  431. font-family:calibri;
  432. color:{color:link};
  433. -webkit-transition: all 1s ease;
  434. -moz-transition: all 1s ease;
  435. -o-transition: all 1s ease;
  436. }
  437.  
  438. #pagination a{
  439. color:{color:link};
  440. }
  441.  
  442. /*--posts--*/
  443.  
  444. #posts {
  445. width:500px;
  446. margin-bottom:10px;
  447. padding:1px;
  448. font-size:11px;
  449. color:{color:text};
  450. line-height:90%;
  451. text-align:justify;
  452. }
  453.  
  454. #postscontainer {
  455. margin-bottom:20px;
  456. padding:1px;
  457. margin-left:600px;
  458. margin-top:55px;
  459. }
  460.  
  461. /*--Info--*/
  462.  
  463. #info {
  464. margin-bottom:10px;
  465. font-size:8px;
  466. margin-top:10px;
  467. text-align:left;
  468. padding:5px;
  469. color:{color:link};
  470. border-top:1px solid {color:border};
  471. }
  472.  
  473.  
  474. #reblog {
  475. text-transform:uppercase;
  476. font-family:trebuchet ms;
  477. margin-left:-5px;
  478. margin-top:-5px;
  479. text-align:center;
  480. color:white;
  481. background-color:#cfcece;
  482. width:35px;
  483. padding:3px;
  484. }
  485.  
  486. #reblog a {
  487. color:white;
  488. }
  489.  
  490. #notes {
  491. margin-left:40px;
  492. margin-top:-12px;
  493. }
  494.  
  495. #rightinfo {
  496. text-transform:uppercase;
  497. font-family:trebuchet ms;
  498. margin-left:370px;
  499. text-align:justify;
  500. float:right;
  501. background-color:#cfcece;
  502. padding:3px;
  503. margin-top:-12px;
  504. color:white;
  505. }
  506.  
  507. #rightinfo a {
  508. color:white;
  509. }
  510.  
  511. /*--tags--*/
  512.  
  513. #tags {
  514. width:490px;
  515. margin-left:-4px;
  516. margin-top:7px;
  517. font-size:10px;
  518. color:{color:tags}:
  519. }
  520.  
  521. #tags a {
  522. color:{color:tags};
  523. }
  524.  
  525. #tags a:hover {
  526. color:{color:hover}
  527. }
  528.  
  529. /*--asks--*/
  530.  
  531. #askbg {
  532. padding:12px;
  533. line-height:180%;
  534. background-color:{color:#fff};
  535. border-bottom: 3px solid;
  536. border-color:{color:border}
  537. }
  538.  
  539. #ask {
  540. margin-top:-5px;
  541. line-height:180%;
  542. font-family:calibri;
  543. text-align:left;
  544. }
  545.  
  546. /*--credit--*/
  547.  
  548. #credit {
  549. right:0px;
  550. bottom:0px;
  551. color:{color:text};
  552. position:fixed;
  553. -webkit-transition: all 0.5s ease-out;
  554. -moz-transition: all 0.5s ease-out;
  555. transition: all 0.5s ease-out;
  556. }
  557.  
  558.  
  559.  
  560. /*--Link Labels--*/
  561. #s-m-t-tooltip {
  562.  
  563. max-width:300px;
  564.  
  565. padding:3px 4px 5px 4px;
  566.  
  567. margin:20px 0px 0px 20px;
  568.  
  569. background-color:#fff; /* change the background color */
  570.  
  571. border:1px solid #ddd; /* change the border color */
  572.  
  573. font-family:calibri; /* change the font */
  574.  
  575. font-size:9px; /* change the font size */
  576.  
  577. letter-spacing:2px; /* change the letter spacing */
  578.  
  579. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  580.  
  581. color:#999; /* change the text color */
  582.  
  583. z-index:999999999999999999999999999999999999;
  584.  
  585. }
  586. {CustomCSS}
  587. </style>
  588. </head>
  589. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  590.  
  591. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  592. <!--tutorial by meem.co.vu-->
  593. <script>
  594.  
  595. (function($){
  596.  
  597. $(document).ready(function(){
  598.  
  599. $("a[title]").style_my_tooltips({
  600.  
  601. tip_follows_cursor:true,
  602.  
  603. tip_delay_time:90,
  604.  
  605. tip_fade_speed:600,
  606.  
  607. attribute:"title"
  608.  
  609. });
  610.  
  611. });
  612.  
  613. })(jQuery);
  614.  
  615. </script>
  616.  
  617. <body>
  618.  
  619. <div id="sidebar">
  620. <div id= "harry">
  621. <a title="{text:Link 1}" href="{text:Link 1 url}"><img src="http://i.imgur.com/WUgVwGT.png" ></a> </div>
  622. <div id= "louis">
  623. <a title="MAIL"href="#?w=500" rel="letters" class="poplight"><img src="http://i.imgur.com/EXIOAQ0.png" ></a> </div>
  624. <div id= "niall">
  625. <a title="{text:Link 3}" href="{text:Link 3 url}"><img src="http://i.imgur.com/0SXk5SB.png" ></a> </div>
  626. <div id= "liam">
  627. <a title="{text:Link 4}" href="{text:Link 4 url}"><img src="http://i.imgur.com/QPorG4X.png" ></a> </div>
  628. <div id= "zayn">
  629. <a title="{text:Link 5}" href="{text:Link 5 url}"><img src="http://i.imgur.com/SNLZ83r.png" ></a>
  630. </div>
  631. <div id="title">{Title}</div>
  632. <div id="description">{description}</div>
  633. {block:Pagination}
  634. <div id="pagination">
  635. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}&nbsp;
  636. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  637. </div>{/block:Pagination}</div></div></div>
  638. </div>
  639.  
  640. <!--
  641. slide out tab
  642. edited and made available by: Steph - harshlust
  643. -->
  644. <div id="twoout">
  645. <span class="twotitle">
  646.  
  647. <span id="wipe">UPDATES</span>
  648.  
  649. </span>
  650. <div id="twoout_inner">
  651. <center>
  652.  
  653. <div>
  654.  
  655. <div style="color:#FFFFFF; font-size:11px;background-color:#000000; padding:3px;"c>Personal</div>
  656. <br>
  657. <b><center>The date is - </b><script language="JavaScript" src="http://freehostedscripts.net/date2.php"></script><br>
  658. Put personal groups here<br><br>
  659.  
  660.  
  661. <center><div style="color:#FFFFFF; font-size:11px; background-color:#000000; padding:3px;">Groups</div></center>
  662. <br>
  663. Put any groups here
  664. <br><br>
  665.  
  666.  
  667.  
  668. <center><div style="color:#FFFFFF; font-size:11px; background-color:#000000; padding:3px;">Themes</div></center><br>
  669. Any themes here <br> <br>
  670. </div>
  671.  
  672. <center><div style="color:#FFFFFF; font-size:11px; background-color:#000000; padding:3px;">Fanfic</div></center><br>
  673. Fanfic here! <br>
  674. </div>
  675.  
  676. </div></div>
  677. </div></div></div>
  678.  
  679.  
  680. <div id="postscontainer">
  681. {block:Posts}
  682.  
  683. <div id="posts">
  684.  
  685.  
  686. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  687.  
  688.  
  689. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  690.  
  691. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  692.  
  693. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  694.  
  695. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  696.  
  697. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  698.  
  699. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  700.  
  701. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  702.  
  703. {block:Answer}<div id="askbg"><div id="ask"></div><br><font face="Edwardian Script ITC"><big><big><big><big><big><big><big>{Asker} </font></big></big></big></big></big></big></big>asked: {Question}</div> {Answer}{/block:Answer}
  704.  
  705. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  706. {NoteCountWithLabel}</a></div>
  707. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  708. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  709. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  710. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  711.  
  712.  
  713. </div>
  714.  
  715. {/block:Posts}
  716. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  717. {/block:Posts}
  718.  
  719. </div>
  720.  
  721.  
  722. <div id="credit"><a href="http://hrrys.tumblr.com"><img src="http://i.imgur.com/o7oww2G.png"></a>
  723. </div>
  724. </div>
  725. </body><div id="letters" class="popup_block"><center>
  726. <!--
  727. REMEMBER TO PUT YOUR URL WHERE IT SAYS 'YOURURLHERE' BELOW OR ELSE YOUR ASK BOX WONT WORK
  728. -->
  729. PUT YOUR FAQ HERE
  730. <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">
  731. </center></div>
  732. </div></div></div></div></div></div></div></div></div></div>
  733. </body>
  734. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement