Advertisement
armyofghosts

Theme 15 by armyofghosts

Jul 18th, 2014
1,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.48 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12.  
  13.  
  14.  
  15. <!--- THEME #15 BY ARMYOFGHOSTS :) --->
  16.  
  17.  
  18.  
  19. <!---POP UP ASK--->
  20.  
  21. <script>
  22. $(document).ready(function() {
  23. //
  24. $('a.poplight[href^=#]').click(function() {
  25. var popID = $(this).attr('rel'); //Get Popup Name
  26. var popURL = $(this).attr('href'); //Get Popup href to define size
  27. var query= popURL.split('?');
  28. var dim= query[1].split('&');
  29. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  30. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  31. var popMargTop = ($('#' + popID).height() + 80) / 2;
  32. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  33. //Apply Margin to Popup
  34. $('#' + popID).css({
  35. 'margin-top' : -popMargTop,
  36. 'margin-left' : -popMargLeft
  37. });
  38. $('body').append('<div id="fade"></div>');
  39. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  40. return false;
  41. });
  42. $('a.close, #fade').live('click', function() {
  43. $('#fade , .popup_block').fadeOut(function() {
  44. $('#fade, a.close').remove(); //fade them both out
  45. });
  46. return false;
  47. });
  48. });
  49. </script>
  50.  
  51.  
  52.  
  53.  
  54. <!-- jquery -->
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59.  
  60. (function($){
  61.  
  62. $(document).ready(function(){
  63.  
  64. $("a[title]").style_my_tooltips({
  65.  
  66. tip_follows_cursor:true,
  67.  
  68. tip_delay_time:30,
  69.  
  70. tip_fade_speed:300,
  71.  
  72. attribute:"title"
  73.  
  74. });
  75.  
  76. });
  77.  
  78. })(jQuery);
  79.  
  80. </script>
  81.  
  82.  
  83.  
  84.  
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87.  
  88. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  89.  
  90.  
  91.  
  92. <meta name="color:Background" content="#ffffff"/>
  93. <meta name="color:Links" content="#cccccc"/>
  94. <meta name="color:Hover" content="#f2f2f2"/>
  95. <meta name="color:Title" content="#a8a8a8">
  96. <meta name="color:Text" content="#a8a8a8"/>
  97. <meta name="color:Italics" content="#a8a8a8"/>
  98. <meta name="color:Bold" content="#a8a8a8"/>
  99. <meta name="color:Scrollbar" content="#000000"/>
  100. <meta name="color:ScrollbarBg" content="#ffffff"/>
  101.  
  102. <meta name="text:Title" content="" />
  103. <meta name="text:Ask Title" content="" />
  104. <meta name="text:URL" content="" />
  105. <meta name="text:Link 1 Text" content="" />
  106. <meta name="text:Link 1 URL" content="" />
  107. <meta name="text:Link 2 Text" content="" />
  108. <meta name="text:Link 2 URL" content="" />
  109. <meta name="text:Link 3 Text" content="" />
  110. <meta name="text:Link 3 URL" content="" />
  111.  
  112. <meta name="if:400px" content="1" />
  113. <meta name="if:Show Updates" content="1" />
  114. <meta name="if:Show Captions" content="1" />
  115. <meta name="if:Pop Up Ask" content="1" />
  116. <meta name="if:Show Link 1" content="1" />
  117. <meta name="if:Show Link 2" content="1" />
  118. <meta name="if:Show Link 3" content="1" />
  119.  
  120.  
  121.  
  122. <style type="text/css">
  123.  
  124.  
  125.  
  126. /*---TOOLTIP---*/
  127.  
  128. #s-m-t-tooltip {
  129. max-width:300px;
  130. padding:2px;
  131. margin:10px 0px 0px 10px;
  132. padding:3px 5px;
  133. background-color:#000;
  134. text-transform:none;
  135. font-size:9px;
  136. font-family:helvetica;
  137. letter-spacing:1px;
  138. color:#fff;
  139. z-index:999;
  140. }
  141.  
  142.  
  143.  
  144. /*---SCROLLBAR---*/
  145.  
  146. ::-webkit-scrollbar-thumb {
  147. height:auto;
  148. background-color:{color:Scrollbar};
  149. }
  150.  
  151. ::-webkit-scrollbar {
  152. height:9px;
  153. width:4px;
  154. background-color:{color:ScrollbarBg};
  155. }
  156.  
  157.  
  158.  
  159. /*---BODY---*/
  160.  
  161. body {
  162. background:{color:background};
  163. color:{color:text};
  164. font-family:helvetica;
  165. font-weight:lighter;
  166. font-size:10px;
  167. line-height:120%;
  168. text-align:justify;
  169. }
  170.  
  171. a {
  172. text-decoration:none;
  173. color:{color:Links};
  174. -moz-transition-duration:0.3s;
  175. -webkit-transition-duration:0.3s;
  176. -o-transition-duration:0.3s;
  177. }
  178.  
  179. a:hover {
  180. color:{color:Hover};
  181. -moz-transition-duration:0.3s;
  182. -webkit-transition-duration:0.3s;
  183. -o-transition-duration:0.3s;
  184. }
  185.  
  186. blockquote {
  187. border-left:2px solid #e8e8e8;
  188. padding-left:4px;
  189. margin-left:30px;
  190. }
  191.  
  192. i {
  193. color:{color:italics};
  194. }
  195.  
  196. b {
  197. color:{color:bold};
  198. }
  199.  
  200. li {
  201. margin-left:-20px;
  202. }
  203.  
  204. small {
  205. font-size:9px;
  206. }
  207.  
  208. h1 {
  209. text-align:center;
  210. font-size:15px;
  211. text-transform:uppercase;
  212. letter-spacing:2px;
  213. font-family:helvetica;
  214. line-height:100%;
  215. color:#444;
  216. }
  217.  
  218. h1 a {
  219. color:{color:text};
  220. }
  221.  
  222.  
  223.  
  224. /*---ENTRIES---*/
  225.  
  226. #cont {
  227. left:50%;
  228. top:0px;
  229. width:600px;
  230. {block:if400px}
  231. margin-left:-200px;
  232. {block:if400px}
  233. {block:ifnot400px}
  234. margin-left:-250px;
  235. {/block:ifnot400px}
  236. position:absolute;
  237. }
  238.  
  239. #entries {
  240. {block:if400px}
  241. width:400px;
  242. {/block:if400px}
  243. {block:ifnot400px}
  244. width:500px;
  245. {/block:ifnot400px}
  246. margin-left:-45px;
  247. padding:20px;
  248. }
  249.  
  250. #posts {
  251. {block:if400px}
  252. width:400px;
  253. {/block:if400px}
  254. {block:ifnot400px}
  255. width:500px;
  256. {/block:ifnot400px}
  257. display:block;
  258. padding:25px;
  259. padding-bottom:20px;
  260. margin-bottom:60px;
  261. margin-top:25px;
  262. }
  263.  
  264. #posts:first-of-type {
  265. margin-top:50px;
  266. }
  267.  
  268. #posts:last-of-type {
  269. margin-bottom:30px;
  270. }
  271.  
  272.  
  273.  
  274. /*---HEADER---*/
  275.  
  276. #header {
  277. {block:if400px}
  278. width:405px;
  279. {/block:if400px}
  280. {block:ifnot400px}
  281. width:505px;
  282. {/block:ifnot400px}
  283. margin-top:80px;
  284. text-align:center;
  285. }
  286.  
  287.  
  288.  
  289. /*---TITLE---*/
  290.  
  291. #title {
  292. font-weight:bold;
  293. text-transform:uppercase;
  294. letter-spacing:2px;
  295. font-size:16px;
  296. padding:10px;
  297. border:1px solid #e8e8e8;
  298. }
  299.  
  300. #title a {
  301. color:#000;
  302. }
  303.  
  304. #title a:hover {
  305. letter-spacing:4px;
  306. }
  307.  
  308.  
  309.  
  310. /*---LINKS/DESC/PAGI---*/
  311.  
  312. #links {
  313. margin-top:10px;
  314. letter-spacing:1px;
  315. padding:5px;
  316. border:1px solid #e8e8e8;
  317. }
  318.  
  319. #links a {
  320. color:#999;
  321. }
  322.  
  323. #links a:hover {
  324. color:{color:hover};
  325. }
  326.  
  327. #description {
  328. margin-top:10px;
  329. color:#000;
  330. font-weight:lighter;
  331. font-size:9px;
  332. letter-spacing:1px;
  333. padding:10px;
  334. border:1px solid #e8e8e8;
  335. }
  336.  
  337. #pagination {
  338. {block:if400px}
  339. width:450px;
  340. {/block:if400px}
  341. {block:ifnot400px}
  342. width:550px;
  343. {/block:ifnot400px}
  344. margin-left:-24px;
  345. bottom:0px;
  346. background:{color:background};
  347. padding-top:15px;
  348. height:25px;
  349. text-align:center;
  350. text-transform:uppercase;
  351. font-weight:normal;
  352. font-size:10px;
  353. letter-spacing:1px;
  354. position:fixed;
  355. opacity: 0.7s;
  356. }
  357.  
  358.  
  359.  
  360. /*---TAGS/INFO---*/
  361.  
  362. #info {
  363. text-align:center;
  364. font-weight:lighter;
  365. {block:if400px}
  366. width:390px;
  367. {/block:if400px}
  368. {block:ifnot400px}
  369. width:490px;
  370. {/block:ifnot400px}
  371. margin-top:15px;
  372. padding:5px;
  373. font-size:9px;
  374. letter-spacing:1px;
  375. text-transform:uppercase;
  376. line-height:100%;
  377. }
  378.  
  379. #tags {
  380. font-family:helvetica;
  381. letter-spacing:1px;
  382. text-align:center;
  383. margin-top:5px;
  384. margin-left:2px;
  385. padding-bottom:5px;
  386. font-size:9px;
  387. opacity:0;
  388. -moz-transition-duration:0.8s;
  389. -webkit-transition-duration:0.8s;
  390. -o-transition-duration:0.8s;
  391. }
  392.  
  393. #posts:hover #tags {
  394. margin-top:5px;
  395. margin-left:2px;
  396. opacity:1;
  397. -moz-transition-duration:0.8s;
  398. -webkit-transition-duration:0.8s;
  399. -o-transition-duration:0.8s;
  400. }
  401.  
  402.  
  403.  
  404. /*---NOTES---*/
  405.  
  406. .note {
  407. padding-left:25px;
  408. padding-bottom:2px;
  409. text-align:left;
  410. font-size:9px;
  411. {block:if400px}
  412. width:360px;
  413. {/block:if400px}
  414. {block:ifnot400px}
  415. width:460px;
  416. {/block:ifnot400px}
  417. }
  418.  
  419. .note li {
  420. border-bottom:1px solid #f7f7f7;
  421. padding:2%;
  422. }
  423.  
  424. .note li img.avatar{
  425. width:0px;
  426. height:0px;
  427. }
  428.  
  429. #rebloggedfrom {
  430. font-family:helvetica;
  431. text-align:center;
  432. margin-top:-5px;
  433. font-size:10px;
  434. }
  435.  
  436.  
  437.  
  438. /*---POSTS---*/
  439.  
  440. #asker {
  441. margin-bottom:5px;
  442. margin-left:-5px;
  443. padding:8px;
  444. margin-bottom:5px;
  445. text-align:left;
  446. color:#888;
  447. background:#f6f6f6;
  448. border:1px solid #f4f4f4;
  449. }
  450.  
  451. #asker a {
  452. font-size:11px;
  453. font-weight:bold;
  454. color:#000;
  455. letter-spacing:0px;
  456. text-transform:lowercase;
  457. }
  458.  
  459. .quote {
  460. font-size:15px;
  461. letter-spacing:1px;
  462. text-align:right;
  463. font-family:times;
  464. font-style:italic;
  465. padding:5px;
  466. }
  467.  
  468. #source {
  469. padding-top:5px;
  470. text-align:right;
  471. }
  472.  
  473. #chat {
  474. padding:5px;
  475. }
  476.  
  477. #chat:nth-of-type(odd) {
  478. background:#f7f7f7;
  479. }
  480.  
  481. #audiopl {
  482. width:27px;
  483. height:30px;
  484. overflow:hidden;
  485. margin:3px;
  486. margin-top:-1px;
  487. }
  488.  
  489. #audiocont {
  490. height:25px;
  491. {block:if400px}
  492. width:380px;
  493. {/block:if400px}
  494. {block:ifnot400px}
  495. width:480px;
  496. {/block:ifnot400px}
  497. padding:10px;
  498. background:#f7f7f7;
  499. }
  500.  
  501. #audiotext {
  502. margin-top:-32px;
  503. margin-left:45px;
  504. background:#fff;
  505. padding:7px;
  506. }
  507.  
  508.  
  509.  
  510. /* --- POP UP ASK ---*/
  511.  
  512. #fade { /*--Transparent background layer--*/
  513. display: none; /*--hidden by default--*/
  514. background: #000;
  515. position: fixed; left: 0; top: 0;
  516. width: 100%; height: 100%;
  517. opacity: 0.8;
  518. z-index: 9999;
  519. }
  520.  
  521. .popup_block {
  522. display: none; /*--hidden by default--*/
  523. padding: 10px;
  524. float: left;
  525. font-size: 10;
  526. position: fixed;
  527. top: 50%; left: 52.3%;
  528. z-index: 99999;
  529. }
  530.  
  531. .heading {
  532. font-family:helvetica;
  533. font-weight:lighter;
  534. font-size:15px;
  535. margin-bottom:10px;
  536. color:#fff;
  537. letter-spacing:2px;
  538. }
  539.  
  540.  
  541.  
  542. /*---CRED---*/
  543.  
  544. #cred {
  545. position:fixed;
  546. bottom:10px;
  547. right:10px;
  548. font-size:12px;
  549. font-family:arial;
  550. font-weight:bold;
  551. letter-spacing:-2px;
  552. padding:5px;
  553. }
  554.  
  555. #cred a {
  556. color:#000;
  557. }
  558.  
  559.  
  560. /*---UPDATES---*/
  561.  
  562. #updates {
  563. position:fixed;
  564. top:20px;
  565. left:10px;
  566. width:100px;
  567. height:13px;
  568. padding:5px;
  569. font-size:8px;
  570. letter-spacing:1px;
  571. color:#000;
  572. border:1px solid #f4f4f4;
  573. text-align:center;
  574. overflow:hidden;
  575. transition-duration: 0.8s;
  576. -moz-transition-duration: 0.8s;
  577. -webkit-transition-duration: 0.8s;
  578. -o-transition-duration: 0.8s;
  579. }
  580.  
  581. #updates:hover {
  582. height:120px;
  583. transition-duration: 0.8s;
  584. -moz-transition-duration: 0.8s;
  585. -webkit-transition-duration: 0.8s;
  586. -o-transition-duration: 0.8s;
  587. }
  588.  
  589. #t {
  590. font-size:13px;
  591. letter-spacing:2px;
  592. font-family:arial;
  593. font-weight:bold;
  594. color:#000;
  595. border-bottom:1px solid #f4f4f4;
  596. height:18px;
  597. margin-bottom:5px;
  598. }
  599.  
  600.  
  601.  
  602. /*---END CSS---*/
  603.  
  604. </style></head><body>
  605.  
  606.  
  607.  
  608. {block:IfShowUpdates}
  609.  
  610. <div id="updates">
  611.  
  612. <div id="t">updates</div>
  613.  
  614. Uh yeah so your updates go here and you can put whatever you want, as usual.
  615.  
  616. <br>
  617.  
  618. As usual, it's also 100% optional so you can remove it if you don't want it.
  619.  
  620. </div>
  621.  
  622. {/block:IfShowUpdates}
  623.  
  624.  
  625.  
  626.  
  627.  
  628. <div id="cont">
  629. <div id="header">
  630.  
  631.  
  632.  
  633. <div id="title"><a href="/">{text:title}</a></div>
  634.  
  635.  
  636. <div id="description">{description}</div>
  637.  
  638.  
  639. <div id="links">
  640.  
  641. <a href="/">home</a> &nbsp;&nbsp;&nbsp;&nbsp;
  642. {block:ifnotpopupask}<a href="/ask">ask</a>{/block:ifnotpopupask}
  643. {block:ifpopupask}<a href="#?w=500" rel="02" class="poplight">ask</a>{/block:ifpopupask}
  644. {block:ifshowlink1}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link 1 URL}">{text:Link 1 Text}</a>{/block:ifshowlink1}
  645. {block:ifshowlink2}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link 2 URL}">{text:Link 2 Text}</a>{/block:ifshowlink2}
  646. {block:ifshowlink3}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{text:Link 3 URL}">{text:Link 3 Text}</a>{/block:ifshowlink3}
  647.  
  648. </div></div>
  649.  
  650.  
  651.  
  652. <div id="pagination">
  653. {block:Pagination}<div class="pagination">
  654. {block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage} —
  655. {block:NextPage}<a href="{NextPage}">forth</a> {/block:NextPage}
  656. </div>{/block:Pagination}
  657. </div>
  658.  
  659.  
  660.  
  661.  
  662.  
  663. <div id="entries">
  664.  
  665. {block:Posts}<div id="posts">
  666.  
  667.  
  668.  
  669. {block:Text}
  670. {block:Title}<h1>{Title}</h1>{/block:Title}
  671. {Body}
  672. {/block:Text}
  673.  
  674.  
  675.  
  676. {block:Photo}
  677. {block:if400px}
  678. <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
  679. {/block:if400px}
  680. {block:ifnot400px}
  681. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  682. {/block:ifnot400px}
  683. {block:Caption}
  684. {block:ifshowcaptions}
  685. <span class="caption">{Caption}</span>
  686. {/block:ifshowcaptions}
  687. {block:ifnotshowcaptions}
  688. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  689. {/block:ifnotshowcaptions}
  690. {/block:Caption}
  691. {/block:Photo}
  692.  
  693.  
  694.  
  695. {block:Photoset}
  696. {block:if400px}
  697. {Photoset-400}
  698. {/block:if400px}
  699. {block:ifnot400px}
  700. {Photoset-500}
  701. {/block:ifnot400px}
  702. {block:Caption}
  703. {block:ifshowcaptions}
  704. <span class="caption">{Caption}</span>
  705. {/block:ifshowcaptions}
  706. {block:ifnotshowcaptions}
  707. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  708. {/block:ifnotshowcaptions}
  709. {/block:Caption}
  710. {/block:Photoset}
  711.  
  712.  
  713.  
  714. {block:Quote}
  715. <div class="quote">"{Quote}"</div>
  716. {block:Source}
  717. <div id="source">— {Source}</div>
  718. {/block:Source}
  719. {/block:Quote}
  720.  
  721.  
  722.  
  723. {block:Link}
  724. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  725. {block:Description}
  726. <div style="padding-left:5px;padding-right:5px;">{Description}</div>
  727. {/block:Description}
  728. {/block:Link}
  729.  
  730.  
  731.  
  732. {block:Chat}
  733. {block:Title}<h1>{Title}</h1>{/block:Title}
  734. {block:Lines}
  735. <div id="chat">
  736. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  737. </div>
  738. {/block:Lines}
  739. {/block:Chat}
  740.  
  741. {block:Audio}
  742. <div id="audiocont">
  743. <div id="audiopl">
  744. {block:AudioPlayer}
  745. {AudioPlayerWhite}
  746. {/block:AudioPlayer}
  747. </div>
  748. <div id="audiotext">
  749. <b>{block:Artist}{Artist}{/block:Artist}</b> - {block:TrackName}{TrackName}{/block:TrackName}
  750. </div>
  751. </div>
  752. {block:ifshowcaptions}
  753. <span class="caption">{Caption}</span>
  754. {/block:ifshowcaptions}
  755. {block:ifnotshowcaptions}
  756. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  757. {/block:ifnotshowcaptions}
  758. {/block:Audio}
  759.  
  760.  
  761.  
  762. {block:Video}
  763. {block:if400px}
  764. {Video-400}
  765. {/block:if400px}
  766. {block:ifnot400px}
  767. {Video-500}
  768. {/block:ifnot400px}
  769. {block:Caption}
  770. {block:ifshowcaptions}
  771. <span class="caption">{Caption}</span>
  772. {/block:ifshowcaptions}
  773. {block:ifnotshowcaptions}
  774. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  775. {/block:ifnotshowcaptions}
  776. {/block:Caption}
  777. {/block:Video}
  778.  
  779.  
  780.  
  781. {block:Answer}
  782. <div id="asker"><a href="{askerURL}">{askername}:</a> {Question}</div>
  783. {Answer}
  784. {/block:Answer}
  785.  
  786.  
  787.  
  788.  
  789.  
  790. <!---POST INFO--->
  791. <div id="info">
  792.  
  793. {block:PermalinkPage}
  794. <div style="text-align:left; background:#f9f9f9; padding:5px;">
  795. {/block:PermalinkPage}
  796.  
  797. <!---DATE--->
  798. {block:Date}
  799. <a href="{Permalink}" title="{TimeAgo}"> {DayOfMonth} {ShortMonth}</a>
  800. {/block:Date}
  801.  
  802. <!---NOTE COUNT--->
  803. {block:NoteCount}
  804. &nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  805. {/block:NoteCount}
  806.  
  807. {block:PermalinkPage}
  808. <div style="float:right;">
  809. <!---VIA--->
  810. {block:RebloggedFrom}
  811. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> /
  812. {/block:RebloggedFrom}
  813.  
  814. <!---SOURCE--->
  815. {block:ContentSource}
  816. <a href="{SourceURL}" title="{SourceTitle}">src</a> /
  817. {/block:ContentSource}
  818.  
  819. <!---REBLOG--->
  820. <a href="{ReblogURL}">reblog</a></div></div>
  821. {/block:PermalinkPage}
  822.  
  823. </div>
  824.  
  825. <!---END POST INFO--->
  826.  
  827.  
  828.  
  829.  
  830.  
  831. <!---TAGS--->
  832. <div id="tags">
  833. {block:HasTags}
  834. {block:Tags}
  835. <a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;
  836. {/block:Tags}
  837. {/block:HasTags}
  838. </div>
  839. </div>
  840.  
  841. {/block:Posts}
  842.  
  843.  
  844.  
  845.  
  846.  
  847. {block:PermalinkPage}
  848. {block:PostNotes}
  849. <div class="note">{PostNotes}</div>
  850. {/block:PostNotes}
  851. {/block:permalinkpage}
  852.  
  853. </div></div></div>
  854.  
  855.  
  856. <div id="cred">
  857.  
  858. <a href="http://armyofghosts.tumblr.com/" title="armyofghosts">AG</a>
  859.  
  860. </div>
  861.  
  862.  
  863. </body>
  864.  
  865. <div id="02" class="popup_block">
  866.  
  867. <Center><div class="heading">{text:Ask Title}</div><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:URL}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  868. </center></div>
  869.  
  870. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement