Advertisement
armyofghosts

Theme 19 by armyofghosts

Oct 10th, 2014
1,553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.51 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13.  
  14.  
  15.  
  16. <!--- THEME #19 BY ARMYOFGHOSTS :) --->
  17.  
  18.  
  19.  
  20. <!-- jquery -->
  21.  
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25.  
  26. (function($){
  27.  
  28. $(document).ready(function(){
  29.  
  30. $("a[title]").style_my_tooltips({
  31.  
  32. tip_follows_cursor:true,
  33.  
  34. tip_delay_time:30,
  35.  
  36. tip_fade_speed:300,
  37.  
  38. attribute:"title"
  39.  
  40. });
  41.  
  42. });
  43.  
  44. })(jQuery);
  45.  
  46. </script>
  47.  
  48.  
  49.  
  50.  
  51. <!---POP UP ASK--->
  52.  
  53. <script>
  54. $(document).ready(function() {
  55. //
  56. $('a.poplight[href^=#]').click(function() {
  57. var popID = $(this).attr('rel'); //Get Popup Name
  58. var popURL = $(this).attr('href'); //Get Popup href to define size
  59. var query= popURL.split('?');
  60. var dim= query[1].split('&');
  61. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  62. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  63. var popMargTop = ($('#' + popID).height() + 80) / 2;
  64. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  65. //Apply Margin to Popup
  66. $('#' + popID).css({
  67. 'margin-top' : -popMargTop,
  68. 'margin-left' : -popMargLeft
  69. });
  70. $('body').append('<div id="fade"></div>');
  71. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  72. return false;
  73. });
  74. $('a.close, #fade').live('click', function() {
  75. $('#fade , .popup_block').fadeOut(function() {
  76. });
  77. return false;
  78. });
  79. });
  80. </script>
  81.  
  82.  
  83.  
  84.  
  85. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  93.  
  94. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  95.  
  96.  
  97.  
  98. <meta name="color:Background" content="#ffffff"/>
  99. <meta name="color:Links" content="#cccccc"/>
  100. <meta name="color:Hover" content="#f2f2f2"/>
  101. <meta name="color:Text" content="#a8a8a8"/>
  102. <meta name="color:Bold" content="##a8a8a8">
  103. <meta name="color:Italics" content="#a8a8a8">
  104. <meta name="color:Border" content="#f7f7f7"/>
  105. <meta name="color:Scrollbar" content="#000000"/>
  106. <meta name="color:ScrollbarBg" content="#ffffff"/>
  107.  
  108. <meta name="image:Sidebar" content=""/>
  109. <meta name="image:Background" content=""/>
  110.  
  111. <meta name="text:Title" content="" />
  112. <meta name="text:Ask Title" content="" />
  113. <meta name="text:URL" content="" />
  114. <meta name="text:Link 1 Text" content="" />
  115. <meta name="text:Link 1 URL" content="" />
  116. <meta name="text:Link 2 Text" content="" />
  117. <meta name="text:Link 2 URL" content="" />
  118. <meta name="text:Link 3 Text" content="" />
  119. <meta name="text:Link 3 URL" content="" />
  120.  
  121. <meta name="if:250px" content="" />
  122. <meta name="if:Show Captions" content="" />
  123. <meta name="if:Pop Up Ask" content="1" />
  124. <meta name="if:Show Updates" content="1" />
  125.  
  126.  
  127.  
  128. <style type="text/css">
  129.  
  130.  
  131.  
  132. /*---TOOLTIP---*/
  133.  
  134. #s-m-t-tooltip {
  135. max-width:300px;
  136. padding:2px;
  137. margin:10px 0px 0px 10px;
  138. padding:3px 5px;
  139. background-color:#000;
  140. text-transform:none;
  141. font-size:9px;
  142. font-family:helvetica;
  143. letter-spacing:1px;
  144. color:#fff;
  145. z-index:9999999;
  146. }
  147.  
  148. ::selection {
  149. color:#fff;
  150. background:#444;
  151. }
  152. ::-moz-selection {
  153. color:#fff;
  154. background:#444;
  155. }
  156.  
  157.  
  158.  
  159. /*---SCROLLBAR---*/
  160.  
  161. ::-webkit-scrollbar-thumb {
  162. height:auto;
  163. background-color:{color:Scrollbar};
  164. }
  165.  
  166. ::-webkit-scrollbar {
  167. height:9px;
  168. width:4px;
  169. background:transparent;
  170. }
  171.  
  172.  
  173.  
  174. /*---BODY---*/
  175.  
  176. body {
  177. background:{color:background};
  178. color:{color:text};
  179. font-family:helvetica;
  180. letter-spacing:1px;
  181. font-size:10px;
  182. line-height:120%;
  183. text-align:justify;
  184. word-break:keep-all;
  185. background-image:url("{image:background}");
  186. background-attachment:fixed;
  187. background-repeat:repeat;
  188. background-position:center;
  189. }
  190.  
  191.  
  192.  
  193. /*---LINKS---*/
  194.  
  195. a {
  196. text-decoration:none;
  197. color:{color:Links};
  198. -moz-transition-duration:0.3s;
  199. -webkit-transition-duration:0.3s;
  200. -o-transition-duration:0.3s;
  201. }
  202.  
  203. a:hover {
  204. color:{color:Hover};
  205. text-shadow:1px 1px 1px #c6c6c6;
  206. -moz-transition-duration:0.3s;
  207. -webkit-transition-duration:0.3s;
  208. -o-transition-duration:0.3s;
  209. }
  210.  
  211.  
  212.  
  213. /*---POST STYLES---*/
  214.  
  215. blockquote {
  216. border-left:2px solid {color:border};
  217. padding-left:4px;
  218. margin-left:30px;
  219. }
  220.  
  221. blockquote img {
  222. max-width:380px;
  223. }
  224.  
  225. i {
  226. color:{color:italics};
  227. }
  228.  
  229. b {
  230. color:{color:bold};
  231. }
  232.  
  233. li {
  234. margin-left:-20px;
  235. }
  236.  
  237. small {
  238. font-size:9px;
  239. letter-spacing:1px;
  240. }
  241.  
  242. h1 {
  243. text-align:center;
  244. font-size:15px;
  245. text-transform:uppercase;
  246. letter-spacing:2px;
  247. font-family:helvetica;
  248. line-height:100%;
  249. color:#555;
  250. }
  251.  
  252. h1 a {
  253. color:{color:text};
  254. }
  255.  
  256.  
  257.  
  258.  
  259. /*---CONTAINER---*/
  260.  
  261. #cont {
  262. height:520px;
  263. width:500px;
  264. left:50%;
  265. margin-top:-220px;
  266. top:50%;
  267. margin-left:-250px;
  268. border:2px solid #000;
  269. position:fixed;
  270. overflow:auto;
  271. overflow-x:scroll;
  272. background:{color:background};
  273. }
  274.  
  275.  
  276.  
  277. /*---POSTS---*/
  278.  
  279. #posts {
  280. display:block;
  281. {block:ifnot250px}
  282. width:400px;
  283. {/block:ifnot250px}
  284. {block:if250px}
  285. width:250px;
  286. {/block:if250px}
  287. padding:25px;
  288. margin-left:5px;
  289. padding-bottom:20px;
  290. margin-bottom:70px;
  291. {block:PermalinkPage}
  292. margin-bottom:30px;
  293. {/block:PermalinkPage}
  294. }
  295.  
  296. #posts:first-of-type {
  297. margin-top:40px;
  298. }
  299.  
  300. #posts:last-of-type {
  301. margin-bottom:0px;
  302. }
  303.  
  304.  
  305.  
  306. /*---HEADER---*/
  307.  
  308. #header {
  309. height:40px;
  310. width:500px;
  311. top:50%;
  312. margin-top:-300px;
  313. left:50%;
  314. margin-left:-250px;
  315. border-left:2px solid #000;
  316. border-right:2px solid #000;
  317. position:fixed;
  318. text-align:center;
  319. padding-top:20px;
  320. padding-bottom:20px;
  321. background:#000;
  322. }
  323.  
  324.  
  325.  
  326. /*---IMAGE---*/
  327.  
  328. #icon img {
  329. border-radius:36px;
  330. height:50px;
  331. position:fixed;
  332. margin-top:-45px;
  333. margin-left:-140px;
  334. }
  335.  
  336.  
  337.  
  338. /*---TITLE---*/
  339.  
  340. #title {
  341. text-align:left;
  342. padding-top:5px;
  343. margin-left:180px;
  344. font-weight:bold;
  345. text-transform:uppercase;
  346. letter-spacing:4px;
  347. font-size:16px;
  348. }
  349.  
  350. #title a {
  351. color:#fff;
  352. }
  353.  
  354. #title a:hover {
  355. text-decoration:none;
  356. }
  357.  
  358.  
  359.  
  360. /*---LINKS---*/
  361.  
  362. #links {
  363. text-align:left;
  364. margin-left:180px;
  365. font-size:7px;
  366. font-weight:bold;
  367. padding-top:10px;
  368. letter-spacing:3px;
  369. text-transform:uppercase;
  370. }
  371.  
  372. #links a {
  373. color:#fff;
  374. }
  375.  
  376.  
  377.  
  378. /*---PAGINATION---*/
  379.  
  380. #pagination {
  381. text-align:center;
  382. text-transform:lowercase;
  383. font-weight:bold;
  384. font-size:10px;
  385. letter-spacing:2px;
  386. padding-bottom:20px;
  387. margin-left:10px;
  388. }
  389.  
  390. #pagination a {
  391. color:#444;
  392. }
  393.  
  394.  
  395.  
  396. /*---INFO---*/
  397.  
  398. #info {
  399. text-align:center;
  400. font-weight:normal;
  401. {block:ifnot250px}
  402. width:400px;
  403. {/block:ifnot250px}
  404. {block:if250px}
  405. width:250px;
  406. {/block:if250px}
  407. margin-top:10px;
  408. padding-top:10px;
  409. padding-bottom:5px;
  410. font-size:9px;
  411. letter-spacing:1px;
  412. text-transform:uppercase;
  413. line-height:100%;
  414. }
  415.  
  416. #info a {
  417. color:#444;
  418. }
  419.  
  420.  
  421.  
  422. /*---TAGS---*/
  423.  
  424. #tags {
  425. font-family:helvetica;
  426. letter-spacing:1px;
  427. text-align:center;
  428. margin-top:5px;
  429. padding-bottom:5px;
  430. font-size:9px;
  431. line-height:160%;
  432. opacity:0;
  433. -moz-transition-duration:0.8s;
  434. -webkit-transition-duration:0.8s;
  435. -o-transition-duration:0.8s;
  436. }
  437.  
  438. #posts:hover #tags {
  439. opacity:1;
  440. -moz-transition-duration:0.8s;
  441. -webkit-transition-duration:0.8s;
  442. -o-transition-duration:0.8s;
  443. }
  444.  
  445. #tags a:last-of-type {
  446. padding-right:0px;
  447. }
  448.  
  449. #tags a {
  450. padding-right:10px;
  451. color:#444;
  452. }
  453.  
  454.  
  455.  
  456. /*---NOTES---*/
  457.  
  458. .note {
  459. margin-left:-25px;
  460. padding-bottom:2px;
  461. text-align:left;
  462. line-height:250%;
  463. font-size:9px;
  464. {block:ifnot250px}
  465. width:360px;
  466. {/block:ifnot250px}
  467. {block:if250px}
  468. width:210px;
  469. {/block:if250px}
  470. }
  471.  
  472. .note li {
  473. border-bottom:1px solid #f7f7f7;
  474. padding:2px;
  475. }
  476.  
  477. .note li img.avatar{
  478. width:0px;
  479. height:0px;
  480. }
  481.  
  482. #rebloggedfrom {
  483. font-family:helvetica;
  484. text-align:center;
  485. margin-top:-5px;
  486. font-size:10px;
  487. }
  488.  
  489.  
  490.  
  491. /*---CAPTION---*/
  492.  
  493. .caption {
  494. text-align:left;
  495. }
  496.  
  497.  
  498.  
  499. /*---ASKS---*/
  500.  
  501. #asker {
  502. margin-bottom:5px;
  503. margin-left:-5px;
  504. padding:8px;
  505. margin-bottom:5px;
  506. text-align:left;
  507. background:#f4f4f4;
  508. border:1px solid #f1f1f1;
  509. }
  510.  
  511. #asker a {
  512. font-size:11px;
  513. font-weight:bold;
  514. color:#000;
  515. letter-spacing:0px;
  516. text-transform:lowercase;
  517. }
  518.  
  519.  
  520.  
  521. /*---AUDIO---*/
  522.  
  523. #audio {
  524. height:25px;
  525. width:380px;
  526. padding:10px;
  527. background:#f7f7f7;
  528. }
  529.  
  530. #aplayer {
  531. overflow:hidden;
  532. margin:3px;
  533. margin-top:-1px;
  534. width:27px;
  535. height:30px;
  536. }
  537.  
  538. #ainfo {
  539. margin-top:-32px;
  540. margin-left:45px;
  541. background:#fff;
  542. padding:7px;
  543. }
  544.  
  545.  
  546.  
  547. /*---QUOTES---*/
  548.  
  549. .quote {
  550. font-size:15px;
  551. letter-spacing:1px;
  552. text-align:right;
  553. font-family:times;
  554. font-style:italic;
  555. padding:5px;
  556. }
  557.  
  558. #source {
  559. padding-top:5px;
  560. text-align:right;
  561. }
  562.  
  563.  
  564. /*---CHAT---*/
  565.  
  566. #chat {
  567. padding:5px;
  568. text-align:left;
  569. }
  570.  
  571. #chat:nth-of-type(odd) {
  572. background:#f1f1f1;
  573. }
  574.  
  575.  
  576.  
  577. /* --- POP UP ASK ---*/
  578.  
  579. #fade {
  580. display: none;
  581. background:url('{image:background}');
  582. background-color:{color:background};
  583. position: fixed; top:0; left:0;
  584. width: 100%; height: 100%;
  585. opacity:1;
  586. z-index: 9999;
  587. }
  588.  
  589. .popup_block {
  590. display: none;
  591. padding: 10px;
  592. float: left;
  593. position: fixed;
  594. top: 50%;
  595. left: 52.3%;
  596. z-index: 99999;
  597. }
  598.  
  599. .heading {
  600. font-family:helvetica;
  601. font-size:15px;
  602. margin-bottom:10px;
  603. color:#000;
  604. letter-spacing:2px;
  605. }
  606.  
  607.  
  608.  
  609. /*---CREDIT---*/
  610.  
  611. #cred {
  612. position:fixed;
  613. bottom:10px;
  614. right:10px;
  615. font-size:12px;
  616. font-family:arial;
  617. font-weight:bold;
  618. letter-spacing:-2px;
  619. padding:5px;
  620. }
  621.  
  622. #cred a {
  623. color:#000;
  624. }
  625.  
  626.  
  627.  
  628. /* --- UPDATES ---*/
  629.  
  630. #tab1 {
  631. width: 8px;
  632. height: 8px;
  633. border: solid 2px #000; /*Here change the border color*/
  634. background-color: #f9f9f9; /*Here change the background color*/
  635. margin-left: 10px;
  636. margin-top: 10px;
  637. position: fixed;
  638. overflow:hidden;
  639. -webkit-transition: opacity 0.4s linear;
  640. -webkit-transition: all 0.4s linear;
  641. -moz-transition: all 0.4s linear;
  642. -o-transition: all 0.4s linear;
  643. }
  644.  
  645. #tab1:hover {
  646. width: 130px;
  647. height: 140px;
  648. background-color: #fff;
  649. z-index: 99999;
  650. -webkit-transition: opacity 0.4s linear;
  651. -webkit-transition: all 0.4s linear;
  652. -moz-transition: all 0.4s linear;
  653. -o-transition: all 0.4s linear;
  654. }
  655.  
  656. #tab2 {
  657. width: 8px;
  658. height: 8px;
  659. border: solid 2px #000; /*Here change the border color*/
  660. background-color: #f9f9f9; /*Here change the background color*/
  661. margin-left: 10px;
  662. margin-top: 35px;
  663. position: fixed;
  664. overflow:hidden;
  665. z-index:999;
  666. -webkit-transition: opacity 0.4s linear;
  667. -webkit-transition: all 0.4s linear;
  668. -moz-transition: all 0.4s linear;
  669. -o-transition: all 0.4s linear;
  670. }
  671.  
  672. #tab2:hover {
  673. width: 130px;
  674. height: 100px;
  675. background-color: #fff;
  676. -webkit-transition: opacity 0.4s linear;
  677. -webkit-transition: all 0.4s linear;
  678. -moz-transition: all 0.4s linear;
  679. -o-transition: all 0.4s linear;
  680. }
  681.  
  682. #tab3 {
  683. width: 8px;
  684. height: 8px;
  685. border: solid 2px #000; /*Here change the border color*/
  686. background-color: #f9f9f9; /*Here change the background color*/
  687. margin-left: 10px;
  688. margin-top: 60px;
  689. position: fixed;
  690. overflow:hidden;
  691. -webkit-transition: opacity 0.4s linear;
  692. -webkit-transition: all 0.4s linear;
  693. -moz-transition: all 0.4s linear;
  694. -o-transition: all 0.4s linear;
  695. }
  696.  
  697. #tab3:hover {
  698. width: 130px;
  699. height: 155px;
  700. background-color: #fff;
  701. -webkit-transition: opacity 0.4s linear;
  702. -webkit-transition: all 0.4s linear;
  703. -moz-transition: all 0.4s linear;
  704. -o-transition: all 0.4s linear;
  705. }
  706.  
  707. .inside {
  708. width: 110px;
  709. padding: 10px;
  710. padding-top: 8px;
  711. font-family: sans-serif;
  712. font-size: 9px;
  713. line-height: 150%;
  714. color: #5a5a5a; /*Change here the text color*/
  715. background-color: #fff; /*Change here the inside background color*/
  716. letter-spacing: .8px;
  717. text-align: center;
  718. padding-bottom:1000px;
  719. opacity: 0;
  720. -webkit-transition: opacity 0.3s linear;
  721. -webkit-transition: all 0.3s linear;
  722. -moz-transition: all 0.3s linear;
  723. -o-transition: all 0.3s linear;
  724. }
  725.  
  726. .inside:hover {
  727. opacity: 1;
  728. -webkit-transition: opacity 0.3s linear;
  729. -webkit-transition: all 0.3s linear;
  730. -moz-transition: all 0.3s linear;
  731. -o-transition: all 0.3s linear;
  732. }
  733.  
  734.  
  735.  
  736. /*---END CSS---*/
  737.  
  738.  
  739.  
  740. </style></head><body>
  741.  
  742.  
  743.  
  744. {block:IfShowUpdates}
  745.  
  746. <!-- begin updates tab -->
  747.  
  748. <div id="tab1">
  749. <div class="inside">
  750.  
  751.  
  752. <b>NOTE:</b> I did not make this updates tab; all credits go to <a href="http://alanablooms.co.vu/post/88810095631/">castiiel</a> (the link will take you directly to the code for the updates tab).
  753.  
  754. <p>
  755.  
  756. Of course, you can use your own if you'd like! +<script language="JavaScript" type="text/javascript">// <![CDATA[
  757. var ref = (''+document.referrer+'');
  758. var w_h = window.screen.width + " x " + window.screen.height;
  759. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3752197&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  760. // ]]></script>
  761.  
  762. </div>
  763. </div>
  764.  
  765.  
  766.  
  767.  
  768. <div id="tab2">
  769. <div class="inside">
  770.  
  771.  
  772. <a href="http://pastebin.com/">Code for this theme</a>
  773.  
  774. <p>
  775.  
  776. <a href="http://armyofghosts.tumblr.com/">Info for this theme</a>
  777.  
  778. <p>
  779.  
  780. The next box has some info written by Sofi c:
  781.  
  782.  
  783. </div>
  784. </div>
  785.  
  786.  
  787.  
  788.  
  789. <div id="tab3">
  790. <div class="inside">
  791.  
  792.  
  793. Write whatever you want here. You can use <b>bold</b>, <u>underline</u>, <i>italics</i> and <s>strike</s>.<br> You can also play with the colors of the borders and the inside of the squares.<br> If you need help or have any questions, message <a href="http://castiiel.tumblr.com" title="creator of this hella cool updates tab">Sofi</a> or <a href="http://aogthemes.tumblr.com">I</a>.
  794.  
  795.  
  796. </div>
  797. </div>
  798.  
  799. <!-- end updates tab -->
  800.  
  801. {/block:IfShowUpdates}
  802.  
  803.  
  804.  
  805.  
  806.  
  807. <!---BODY--->
  808. <div id="header">
  809.  
  810.  
  811.  
  812. <div id="title"><a href="/">{text:title}</a></div>
  813.  
  814.  
  815.  
  816. <div id="links">
  817.  
  818. {block:ifpopupask}
  819. <a href="#?w=500" rel="02" class="poplight">ask</a>&nbsp;&nbsp;&nbsp;
  820. {/block:ifpopupask}
  821.  
  822. {block:ifnotpopupask}
  823. <a href="/ask">ask</a>&nbsp;&nbsp;&nbsp;
  824. {/block:ifnotpopupask}
  825.  
  826. <a href="{text:Link 1 URL}" target="_blank">{text:Link 1 Text}</a>&nbsp;&nbsp;&nbsp;
  827.  
  828. <a href="{text:Link 2 URL}">{text:Link 2 Text}</a>&nbsp;&nbsp;&nbsp;
  829.  
  830. <a href="{text:Link 3 URL}">{text:Link 3 Text}</a>
  831.  
  832. </div>
  833.  
  834.  
  835.  
  836. <div id="icon">
  837. <a href="/"><img src="{image:Sidebar}"></a>
  838. </div>
  839.  
  840.  
  841. </div>
  842.  
  843.  
  844.  
  845.  
  846. <div id="cont">
  847. <center>
  848.  
  849. {block:Posts}
  850. <div id="posts">
  851.  
  852.  
  853.  
  854. {block:Text}
  855. {block:Title}<h1>{Title}</h1>{/block:Title}
  856. <span style="text-align:left;">{Body}</span>
  857. {/block:Text}
  858.  
  859.  
  860.  
  861. {block:Photo}
  862. {block:ifnot250px}
  863. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  864. {/block:ifnot250px}
  865. {block:if250px}
  866. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  867. {/block:if250px}
  868. {block:Caption}
  869. {block:ifShowCaptions}
  870. <span class="caption" style="text-align:left;">{Caption}</span>
  871. {/block:ifShowCaptions}
  872. {block:ifnotShowCaptions}
  873. {block:PermalinkPage}<span class="caption" style="text-align:left;">{Caption}</span> {/block:PermalinkPage}
  874. {/block:ifnotShowCaptions}
  875. {/block:Caption}
  876. {/block:Photo}
  877.  
  878.  
  879.  
  880. {block:Photoset}
  881. {block:ifnot250px}
  882. {Photoset-400}
  883. {/block:ifnot250px}
  884. {block:if250px}
  885. {Photoset-250}
  886. {/block:if250px}
  887. {block:Caption}
  888. {block:ifShowCaptions}
  889. <span class="caption" style="text-align:left;">{Caption}</span>
  890. {/block:ifShowCaptions}
  891. {block:ifnotShowCaptions}
  892. {block:PermalinkPage}<span class="caption" style="text-align:left;">{Caption}</span> {/block:PermalinkPage}
  893. {/block:ifnotShowCaptions}
  894. {/block:Caption}
  895. {/block:Photoset}
  896.  
  897.  
  898.  
  899. {block:Quote}
  900. <div class="quote">"{Quote}"</div>
  901. {block:Source}
  902. <div id="source">— {Source}</div>
  903. {/block:Source}
  904. {/block:Quote}
  905.  
  906.  
  907.  
  908. {block:Link}
  909. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  910. {block:Description}
  911. <div style="padding-left:5px;padding-right:5px;text-align:left;">{Description}</div>
  912. {/block:Description}
  913. {/block:Link}
  914.  
  915.  
  916.  
  917. {block:Chat}
  918. {block:Title}<h1>{Title}</h1>{/block:Title}
  919. {block:Lines}
  920. <div id="chat">
  921. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  922. </div>
  923. {/block:Lines}
  924. {/block:Chat}
  925.  
  926.  
  927.  
  928. {block:Audio}
  929. <div id="audio">
  930. <div id="aplayer">
  931. {block:AudioPlayer}
  932. {AudioPlayerWhite}
  933. {/block:AudioPlayer}
  934. </div>
  935. <div id="ainfo">
  936. <b>{block:Artist}{Artist}{/block:Artist}</b> - {block:TrackName}{TrackName}{/block:TrackName}
  937. </div>
  938. </div>
  939. {block:ifshowcaptions}
  940. <span class="caption">{Caption}</span>
  941. {/block:ifshowcaptions}
  942. {block:ifnotshowcaptions}
  943. {block:PermalinkPage}<span class="caption">{Caption}</span> {/block:PermalinkPage}
  944. {/block:ifnotshowcaptions}
  945. {/block:Audio}
  946.  
  947.  
  948.  
  949. {block:Video}
  950. {block:ifnot250px}
  951. {Video-400}
  952. {/block:ifnot250px}
  953. {block:if250px}
  954. {Video-250}
  955. {/block:if250px}
  956. {block:Caption}
  957. {block:ifShowCaptions}
  958. <span class="caption" style="text-align:left;">{Caption}</span>
  959. {/block:ifShowCaptions}
  960. {block:ifnotShowCaptions}
  961. {block:PermalinkPage}<span class="caption" style="text-align:left;">{Caption}</span> {/block:PermalinkPage}
  962. {/block:ifnotShowCaptions}
  963. {/block:Caption}
  964. {/block:Video}
  965.  
  966.  
  967.  
  968. {block:Answer}
  969. <div id="asker"><a href="{askerURL}">{askername}:</a> {Question}</div>
  970. <div style="text-align:left;">{Answer}</div>
  971. {/block:Answer}
  972.  
  973.  
  974.  
  975.  
  976. <!---POST INFO--->
  977. <div id="info">
  978.  
  979. {block:PermalinkPage}
  980. <div style="text-align:left; background:#f9f9f9; padding:5px;">
  981. {/block:PermalinkPage}
  982.  
  983. <!---DATE--->
  984. {block:Date}
  985. <b><a href="{Permalink}" title="{TimeAgo}"> {DayOfMonth} {ShortMonth}</a></b>
  986. {/block:Date}
  987.  
  988. <!---NOTE COUNT--->
  989. {block:NoteCount}
  990. &nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  991. {/block:NoteCount}
  992.  
  993. {block:PermalinkPage}
  994. <div style="float:right;">
  995. <!---VIA--->
  996. {block:RebloggedFrom}
  997. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> /
  998. {/block:RebloggedFrom}
  999.  
  1000. <!---SOURCE--->
  1001. {block:ContentSource}
  1002. <a href="{SourceURL}" title="{SourceTitle}">src</a> /
  1003. {/block:ContentSource}
  1004.  
  1005. <!---REBLOG--->
  1006. <a href="{ReblogURL}">reblog</a></div></div>
  1007. {/block:PermalinkPage}
  1008.  
  1009. </div>
  1010.  
  1011. <!---END POST INFO--->
  1012.  
  1013.  
  1014.  
  1015.  
  1016. <!---TAGS--->
  1017. <div id="tags">
  1018. {block:HasTags}
  1019. {block:Tags}
  1020. <a href="{TagURL}">#{Tag}</a>
  1021. {/block:Tags}
  1022. {/block:HasTags}
  1023. </div>
  1024. </div>
  1025.  
  1026.  
  1027.  
  1028.  
  1029. {block:PermalinkPage}
  1030. {block:PostNotes}
  1031. <div class="note">{PostNotes}</div>
  1032. {/block:PostNotes}
  1033. {/block:permalinkpage}
  1034.  
  1035.  
  1036.  
  1037. {/block:Posts}
  1038.  
  1039.  
  1040.  
  1041.  
  1042. <div id="pagination">
  1043. {block:Pagination}
  1044.  
  1045. {block:PreviousPage}<a href="{PreviousPage}">← back</a> &nbsp;&nbsp;&nbsp;{/block:PreviousPage}
  1046.  
  1047. {block:NextPage}<a href="{NextPage}">forth →</a>{/block:NextPage}
  1048. </div>{/block:Pagination}
  1049.  
  1050. </center>
  1051. </div></div>
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057. <div id="cred">
  1058.  
  1059. <a href="http://armyofghosts.tumblr.com/" title="armyofghosts">AG</a>
  1060.  
  1061. </div>
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067. </body>
  1068.  
  1069.  
  1070.  
  1071. <div id="02" class="popup_block">
  1072.  
  1073. <div class="heading">{text:Ask Title}<a class="close" href="#" style="float: right; font-size: 13px; color: #000;" title="close">✖</a></div>
  1074. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:URL}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  1075. </div>
  1076.  
  1077.  
  1078.  
  1079. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement