Advertisement
armyofghosts

Theme 17 by armyofghosts

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