Advertisement
armyofghosts

Theme 20 by armyofghosts

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