Advertisement
okesan

giri-x theme

Mar 1st, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.91 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. septim theme
  5.  
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12.  
  13. <title>{Title}</title>
  14.  
  15.  
  16.  
  17. <link rel="shortcut icon" href="http://static.tumblr.com/s4afcug/AY6mthont/8.png">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  21.  
  22. <!--Default Variables-->
  23.  
  24. <meta name="color:Background" content="#f4f4f4"/>
  25. <meta name="color:Text" content="#aaaaaa"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Link Hover" content="#ffffff"/>
  28. <meta name="color:Title" content="#ffffff"/>
  29. <meta name="color:Blog Title" content="#000000"/>
  30. <meta name="color:Blog Title Link" content="#ffffff"/>
  31. <meta name="color:Posts and Sidebar" content="#ffffff"/>
  32. <meta name="color:Accents" content="#000000"/>
  33. <meta name="color:Accent Text" content="#ffffff"/>
  34. <meta name="color:Scrollbar" content="#000000"/>
  35. <meta name="color:Bold" content="#000000"/>
  36.  
  37. <meta name="text:Link 1 URL" content="" />
  38. <meta name="text:Link 1" content="" />
  39. <meta name="text:Link 2 URL" content="" />
  40. <meta name="text:Link 2" content="" />
  41. <meta name="text:Link 3 URL" content="" />
  42. <meta name="text:Link 3" content="" />
  43.  
  44. <meta name="text:Home Link Title" content="index"/>
  45. <meta name="text:Message Link Title" content="message"/>
  46. <meta name="text:Archive Link Title" content="archive"/>
  47.  
  48. <meta name="text:Post Spacing" content="100"/>
  49. <meta name="text:Post Width" content="350"/>
  50.  
  51. <meta name="image:Sidebar" content=""/>
  52. <meta name="image:Background" content=""/>
  53.  
  54. <meta name="if:Stretch Background" content="0"/>
  55. <meta name="if:Show Sidebar Image" content="1"/>
  56. <meta name="if:Hide Captions" content="0"/>
  57. <meta name="if:Hide Tags" content="0"/>
  58. <meta name="if:Click for Sidebar" content="0"/>
  59. <meta name="if:Infinite Scroll" content="0"/>
  60. <meta name="if:Center Content" content="1"/>
  61.  
  62. <!-- jquery for tooltips-->
  63.  
  64. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  65. <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
  66. <script>
  67. $(function() {
  68. $(document).tooltip({
  69. track:true
  70. });
  71. });
  72. </script>
  73.  
  74. {block:ifclickforsidebar}
  75. <script>
  76. $(document).ready(function(){
  77. $('#blogt').click(function(){
  78. $('#s').slideToggle(400);
  79. });
  80. });
  81. </script>
  82. {/block:ifclickforsidebar}
  83.  
  84. <!--infinte scroll code-->
  85.  
  86. {block:indexpage}
  87. {block:ifinfinitescroll}
  88. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  89. {/block:ifinfinitescroll}
  90. {/block:indexpage}
  91.  
  92. <!--CSS customization here. -->
  93.  
  94. <style type="text/css">
  95.  
  96. /*tumblr controls*/
  97.  
  98. iframe#tumblr_controls {
  99.  
  100.  
  101. position:fixed !important;
  102. -webkit-filter: invert(100%)
  103. }
  104.  
  105. /*lightbox*/
  106.  
  107. #tumblr_lightbox {
  108. background-color:rgba(246, 246, 246, .9)!important;
  109. z-index:99999!important;
  110. }
  111.  
  112. #tumblr_lightbox img {opacity:0;}
  113.  
  114. #tumblr_lightbox_caption {
  115. color:black!important;
  116. font-family:trebuchet ms!important;
  117. font-size:10px!important;
  118. font-weight:normal!important;
  119. text-shadow:none!important;
  120. }
  121.  
  122. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  123. padding:10px!important;
  124. background:white!important;
  125. margin-top:-10px!important;
  126. margin-left:-10px!important;
  127. -moz-box-shadow:none!important;
  128. -webkit-box-shadow:none!important;
  129. box-shadow:none!important;
  130. -moz-border-radius:0px!important;
  131. -webkit-border-radius:0px!important;
  132. border-radius:0pxpx!important;
  133. opacity:1!important;
  134. }
  135.  
  136. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.6!important;}
  137.  
  138. /*tooltip*/
  139.  
  140. .ui-tooltip {
  141. position:Absolute;
  142. z-index:9999;
  143. padding:10px;
  144. }
  145.  
  146. .ui-tooltip-content {
  147. background:{color:accents};
  148. color:{color:accent text};
  149. padding:0px 4px;
  150. font-size:8px;
  151. text-transform:uppercase;
  152. font-family:courier new;
  153. letter-spacing:2px;
  154. }
  155.  
  156. /*scrollbar*/
  157.  
  158. ::-webkit-scrollbar{
  159. height:3px;
  160. width:5px;
  161. background-color:{color:background};
  162. }
  163.  
  164. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  165.  
  166. ::-webkit-scrollbar-track {background-color:{color:background};}
  167.  
  168. /*basics*/
  169.  
  170. body {
  171.  
  172.  
  173. background:{color:background};
  174.  
  175.  
  176. {block:ifstretchbackground}
  177. -webkit-background-size: cover;
  178. -moz-background-size: cover;
  179. -o-background-size: cover;
  180. background-size: cover;
  181. {/block:ifstretchbackground}
  182. color:{color:text};
  183. font-family:consolas;
  184. font-size:8px;
  185. text-align:justify;
  186. letter-spacing:1px;
  187. margin:0;
  188. line-height:150%;
  189.  
  190. -webkit-stroke-width: 5.3px;
  191. -webkit-stroke-color: #FFFFFF;
  192. -webkit-fill-color: #FFFFFF;
  193. text-shadow: 1px 0px 30px white;
  194. -webkit-transition: width 0.3s; /*Safari & Chrome*/
  195. transition: width 0.3s;
  196. -moz-transition: width 0.3s; /* Firefox 4 */
  197. -o-transition: width 0.3s; /* Opera */
  198.  
  199. }
  200.  
  201.  
  202.  
  203.  
  204. blockquote {
  205. padding:0 0 0 10px;
  206. border-left:1px solid rgba({RGBcolor:text},.4);
  207. margin:10px;
  208. text-align:left;
  209. }
  210.  
  211. .caption blockquote {margin:5px 0;}
  212.  
  213. a {
  214.  
  215. color:{color:text};
  216. text-decoration:none;
  217. transition:0.4s;
  218. -o-transition-transition:0.4s;
  219. -webkit-transition-duration:0.4s;
  220. -moz-transition-duration:0.4s;
  221. }
  222.  
  223. a:hover {
  224. text-decoration:none;
  225. color:{color:text};
  226. border-bottom:1px solid {color:link hover};
  227. transition:0.4s;
  228. -o-transition-transition:0.4s;
  229. -webkit-transition-duration:0.4s;
  230. -moz-transition-duration:0.4s;
  231. }
  232.  
  233. img {
  234. opacity:1;
  235. border:none;
  236. text-decoration:none;
  237. }
  238.  
  239. small {
  240. font-size:9px;
  241. }
  242.  
  243. big {
  244. font-size:9px;
  245. }
  246.  
  247. b, strong {color:{color:bold};}
  248.  
  249. p {margin:5px 0;}
  250.  
  251. p:first-of-type {margin-top:0;}
  252.  
  253. p:last-of-type {margin-bottom:0;}
  254.  
  255. pre {
  256. margin:0;
  257. padding:0;
  258. font-family:trebuchet ms;
  259. font-size:9px;
  260. background:transparent;
  261. }
  262.  
  263. /*top*/
  264.  
  265. #sidebar {
  266. -webkit-animation-name: fade-in;
  267. -webkit-animation-duration: 2s;
  268. text-align:left;
  269. position:fixed;
  270. left:50px;
  271. {block:ifcentercontent}
  272. left:50%;
  273. margin-left:calc(-{text:post width}px / 2 - 200px);
  274. {/block:ifcentercontent}
  275. top:50px;
  276. z-index:5;
  277. width:150px;
  278. }
  279.  
  280. {block:ifclickforsidebar}
  281. #s {display:none;}
  282. {/block:ifclickforsidebar}
  283.  
  284. #sidebar img {
  285. display:block;
  286. width:130px;
  287. padding:10px;
  288. background:#fff;
  289. margin-bottom:5px;
  290. }
  291.  
  292. #blogt {
  293. background:{color:blog title};
  294. color:{color:blog title link};
  295. display:block;
  296. font-size:20px;
  297. cursor:pointer;
  298. padding:10px;
  299. border-bottom:dotted #000 1px;
  300. text-transform:uppercase;
  301. letter-spacing:2px;
  302. font-family:courier new;
  303. margin-bottom:5px;
  304. }
  305.  
  306. #blogt:hover {
  307. background:{color:blog title link};
  308. color:{color:blog title};
  309. }
  310.  
  311. #blogt i {margin-right:10px;}
  312.  
  313. #links {
  314. text-transform:uppercase;
  315. list-style:none;
  316. font-family:courier new;
  317. padding:10px;
  318. margin:0;
  319. background:{color:posts and sidebar};
  320. }
  321.  
  322. #links a {border:0;}
  323.  
  324. #links a:hover {color:{color:link hover};}
  325.  
  326. #links i {margin-right:10px;}
  327.  
  328. #description {
  329. padding:10px;
  330. background:{color:posts and sidebar};
  331.  
  332. margin-bottom:-5px;
  333. }
  334.  
  335. /*pagination*/
  336.  
  337. #pagination {
  338. margin-top:5px;
  339. font-family:courier new;
  340. text-transform:uppercase;
  341. }
  342.  
  343. #pagination i {
  344. margin-right:7px;
  345. }
  346.  
  347. #pagination a {
  348. display:inline-block;
  349. margin:0 3px;
  350. border:0;
  351. }
  352.  
  353. #pagination a:hover {color:{color:link hover};}
  354.  
  355. /*posts*/
  356.  
  357. #entries {
  358.  
  359. margin:50px auto 100px auto;
  360. {block:ifnotcentercontent}
  361. margin:50px 0 100px 250px;
  362. {/block:ifnotcentercontent}
  363. position:relative;
  364. width:calc({text:Post width}px + 20px);
  365. }
  366.  
  367. .posts {
  368. margin-top:80px;
  369. -webkit-animation-name: fade-in;
  370. -webkit-animation-duration: 2s;
  371. position:relative;
  372. width:calc({text:Post width}px + 20px);
  373. {block:IndexPage}
  374. margin-bottom:{text:post spacing}px;
  375. {/block:IndexPage}
  376. {block:PermalinkPage}
  377. margin-bottom:5px;
  378. {/block:PermalinkPage}
  379. }
  380.  
  381. {block:IndexPage}
  382. .posts:last-of-type {margin-bottom:0;}
  383. {/block:IndexPage}
  384.  
  385. .hm img, .set {
  386. padding:10px;
  387. background:{color:posts and sidebar};
  388. }
  389.  
  390. .hm iframe, .hm img {
  391. display:block;
  392. width:{text:post width}px;
  393. }
  394.  
  395. .hm a {border:0!important;}
  396.  
  397. .v {
  398. display:block;
  399. padding:10px;
  400. background:{color:posts and sidebar};
  401. }
  402.  
  403. .video_big {
  404. position:relative;
  405. height:0;
  406. padding-bottom:56.25%;
  407. }
  408.  
  409. .video_big iframe {
  410. position:absolute;
  411. top:0;
  412. left:0;
  413. height:100%;
  414. width:100%;
  415. }
  416.  
  417. .pad {
  418. padding:10px;
  419. background:{color:posts and sidebar};
  420. }
  421.  
  422. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  423.  
  424. .tumblr_blog {
  425. margin-bottom:5px;
  426. display:inline-block;
  427. }
  428.  
  429. #title {
  430. font-size:8px;
  431. color:{color:title};
  432. text-transform:uppercase;
  433. margin-bottom:5px;
  434. background:{color:accents};
  435. padding:10px;
  436. font-family:courier new;
  437. }
  438.  
  439. #title i {margin-right:10px;}
  440.  
  441. #title a {
  442. color:{color:title};
  443. border-bottom:0;
  444. }
  445.  
  446. #title a:hover {color:{color:link hover};}
  447.  
  448. .caption {
  449. margin-top:5px;
  450. {block:indexpage}
  451. {block:ifhidecaptions}
  452. display:none;
  453. {/block:ifhidecaptions}
  454. {/block:indexpage}
  455. }
  456.  
  457. /*quote*/
  458.  
  459. #titlequote {
  460. font-size:11px;
  461. letter-spacing:0;
  462. line-height:200%;
  463. color:{color:bold};
  464. }
  465.  
  466. #source {
  467. margin-top:5px;
  468. font-family:courier new;
  469. font-size:8px;
  470. text-transform:uppercase;
  471. }
  472.  
  473. /*audio*/
  474.  
  475. .m {
  476. overflow:hidden;
  477. display:block;
  478. width:27px;
  479. height:28px;
  480. border-width:11px 11px 11px 12px;
  481. border-color:white;
  482. border-style:solid;
  483. position:absolute;
  484. }
  485.  
  486. .player {
  487. width:25px;
  488. height:25px;
  489. background:white;
  490. border-right:2px solid white;
  491. border-bottom:3px solid white;
  492. }
  493.  
  494. .audioinfo {
  495. text-align:left;
  496. background:{color:posts and sidebar};
  497. display:block;
  498. padding:10px;
  499. line-height:15px;
  500. min-height:30px;
  501. margin-left:55px;
  502. text-transform:uppercase;
  503. font-size:8px;
  504. font-family:courier new;
  505. }
  506.  
  507. .audioinfo b {border-bottom:1px solid {color:bold};}
  508.  
  509. /*asks*/
  510.  
  511. .q {}
  512.  
  513. .q a {color:{color:bold};
  514. border:0!important;
  515. }
  516.  
  517. .q a:hover {color:{color:link hover};}
  518.  
  519. .a {margin-top:5px;}
  520.  
  521. /*chat*/
  522.  
  523. .chat ol {
  524. padding:0;
  525. margin:0;
  526. list-style:none;
  527. text-align:left;
  528. }
  529.  
  530. .line {
  531. margin-bottom:5px;
  532. padding:10px;
  533. }
  534.  
  535. .line.odd {background:{color:posts and sidebar};}
  536.  
  537. .line.even {
  538. background:{color:accents};
  539. color:{color:accent text};
  540. }
  541.  
  542. .label {
  543. text-transform:uppercase;
  544. font-size:8px;
  545. font-family:courier new;
  546. }
  547.  
  548. .even .label {color:{color:accent text};}
  549.  
  550. .odd .label {color:{color:bold};}
  551.  
  552. /*permalink and notes*/
  553.  
  554. #permalink {
  555. position:block;
  556. margin-bottom:5px;
  557. font-size:8px;
  558. text-transform:uppercase;
  559. font-family:courier new;
  560. }
  561.  
  562. #permalink a {
  563. padding:5px 10px;
  564. background:{color:accents};
  565. color:{color:accent text};
  566. border:0;
  567. display:block;
  568. }
  569.  
  570. #permalink i {font-size:6px;}
  571.  
  572. .ok {margin-right:30px;}
  573.  
  574. .re {
  575. width:5px;
  576. text-align:center;
  577. float:right;
  578. }
  579.  
  580. #perm, .tags {
  581.  
  582. border-top:dotted #bbb 1px;
  583. padding:10px;
  584. background:{color:posts and sidebar};
  585. margin-top:5px;
  586. }
  587.  
  588. .tags {
  589.  
  590.  
  591. {block:ifhidetags}
  592. {block:indexpage}
  593. display:none;
  594. {/block:indexpage}
  595. {/block:ifhidetags}
  596. }
  597.  
  598. .tags a {margin-right:0px;}
  599.  
  600. .pagenotes {
  601. -webkit-animation-name: fade-in;
  602. -webkit-animation-duration: 2s;
  603. text-align:left;
  604. padding:10px;
  605. width:{text:post width};
  606. background:{color:posts and sidebar};
  607. font-size:8px;
  608. font-family:courier new;
  609. text-transform:uppercase;
  610. max-height:300px;
  611. overflow-y:auto;
  612. }
  613.  
  614. .pagenotes::-webkit-scrollbar{
  615. width:2px;
  616. background-color:{color:posts and sidebar};
  617. }
  618.  
  619. .pagenotes::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  620.  
  621. .pagenotes::-webkit-scrollbar-track {background-color:{color:posts and sidebar};}
  622.  
  623. .pagenotes ol {
  624. margin:0!important;
  625. padding:0!important;
  626. list-style:none;
  627. }
  628.  
  629. .pagenotes img {display:none!important;}
  630.  
  631. .pagenotes li {
  632. list-style-type:none;
  633. padding:0 0 5px 0;
  634. margin:0;
  635. text-align:left;
  636. }
  637.  
  638. .theme {
  639. position:fixed;
  640. bottom:5px;
  641. right:5px;
  642. width:15px;
  643. text-align:center;
  644. font-size:8px;
  645. color:{color:bold};
  646. border:0;
  647. }
  648.  
  649. .theme:hover {border:0;}
  650.  
  651. {CustomCSS}
  652.  
  653. @-webkit-keyframes fade-in {
  654. 0% { opacity: 0; }
  655. 50% { opacity: 0; }
  656. 100% { opacity: 1; }
  657.  
  658.  
  659. #leftbar {
  660. background:#E8E8E8;
  661. border-right: 20px solid #fff;
  662. height: 2000px;
  663. overflow: hidden;
  664. margin-top: -200px;
  665. left: 0px;
  666. position: fixed; }
  667.  
  668. #rightbar {
  669. background:#fff;
  670. border-right: 20px solid #fff;
  671. height: 2000px;
  672. overflow: hidden;
  673. margin-top: -200px;
  674. right:0px;
  675. position: fixed; }
  676.  
  677. #topbar {
  678. height:20px;
  679. width: 100%;
  680. position:fixed;top:0px;
  681. left: 0px;
  682. opacity:1;
  683. background-color:#fff;
  684. z-index:9;
  685. }
  686.  
  687. #bottom {
  688. height:20px;
  689. width: 100%;
  690. position:fixed;bottom:-2px;
  691. left: 0px;
  692. opacity:1;
  693. background-color:#fff;
  694. z-index:99999;
  695. }
  696.  
  697.  
  698.  
  699. </style>
  700.  
  701.  
  702. </head>
  703.  
  704. <body>
  705.  
  706. <script language=JavaScript>
  707. <!--
  708.  
  709. //Disable right click script III- By Renigade (renigade@mediaone.net)
  710. //For full source code, visit http://www.dynamicdrive.com
  711.  
  712. var message="";
  713. ///////////////////////////////////
  714. function clickIE() {if (document.all) {(message);return false;}}
  715. function clickNS(e) {if
  716. (document.layers||(document.getElementById&&!document.all)) {
  717. if (e.which==2||e.which==3) {(message);return false;}}}
  718. if (document.layers)
  719. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  720. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  721.  
  722. document.oncontextmenu=new Function("return false")
  723. // -->
  724. </script>
  725.  
  726.  
  727.  
  728. <div id="sidebar">
  729. <a {block:ifnotclickforsidebar}href="/"{/block:ifnotclickforsidebar} id="blogt"><i class="fa fa-times"> </i>{Title}</a>
  730. <div id="s">
  731. {block:ifshowsidebarimage}<img src="{image:sidebar}"/>{/block:ifshowsidebarimage}
  732. <div id="description">{Description}</div>
  733. <ul id="links">
  734. <li><i class="fa fa-angle-double-right"></i><a href="/">{text:home link title}</a></li><li><i class="fa fa-angle-double-right"></i><a href="/ask">{text:message link title}</a></li><li><i class="fa fa-angle-double-right"></i><a href="/archive">{text:archive link title}</a></li>{block:ifLink1}<li><i class="fa fa-angle-double-right"></i><a href="{text:Link 1 URL}">{text:Link 1}</a></li>{/block:ifLink1}{block:ifLink2}<li><i class="fa fa-angle-double-right"></i><a href="{text:Link 2 URL}">{text:Link 2}</a></li>{/block:ifLink2}{block:ifLink3}<li><i class="fa fa-angle-double-right"></i><a href="{text:Link 3 URL}">{text:Link 3}</a></li>{/block:ifLink3}
  735. </ul>
  736. </div>
  737. {block:ifnotinfinitescroll}
  738. {block:Pagination}
  739. <div id="pagination" class="pad">
  740. <i class="fa fa-angle-double-right"></i>{block:PreviousPage}<a href="{PreviousPage}">less</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">more</a>
  741. {/block:NextPage}
  742. </div>
  743. {/block:Pagination}
  744. {/block:ifnotinfinitescroll}
  745. </div>
  746.  
  747.  
  748.  
  749.  
  750. <div id="entries">
  751.  
  752. <div class="autopagerize_page_element">
  753.  
  754. {block:Posts}
  755.  
  756. <div class="posts">
  757.  
  758. {block:Date}{block:indexpage}
  759. <div id="permalink"> ║█║▌║█║▌│║▌█║▌║
  760. <a href="{ReblogURL}" target="_blank" class="re" title="reblog"><i class="fa fa-times"></i></a><a href="{permalink}" title="{timeago}" class="ok">{shortmonth} {dayofmonth}{dayofmonthsuffix}{block:notecount}({notecount}){/block:notecount}</a>
  761. </div>{/block:indexpage}
  762. {/block:Date}
  763.  
  764. {block:Quote}
  765. <div id="titlequote" class="pad">“{Quote}”</div>
  766. {block:Source}<div id="source" class="pad">{Source}</div>{/block:Source}
  767. {/block:Quote}
  768.  
  769.  
  770.  
  771. {block:Text}
  772. {block:Title} <div id="title"><i class="fa fa-angle-double-right"></i>{Title}</div>{/block:Title}
  773. <div class="pad">{Body}</div>
  774. {/block:Text}
  775.  
  776. {block:Link}
  777. <div id="title"><i class="fa fa-angle-double-right"></i><a href="{URL}">{Name}</a></div>
  778. {block:Description}<div class="pad">{Description}</div>{/block:Description}
  779. {/block:Link}
  780.  
  781. {block:Chat}
  782. {block:Title}<div id="title"><i class="fa fa-angle-double-right"></i>{Title}</div>{/block:Title}
  783. <div class="chat">
  784. <ol>{block:Lines}
  785. <li class="line {Alt}">
  786. {block:Label}
  787. <span class="label">
  788. {Label}</span>
  789. {/block:Label}{Line}</li>
  790. {/block:Lines}
  791. </ol></div>
  792. {/block:Chat}
  793.  
  794. {block:Photo}<div class="hm">
  795. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  796. </div>{/block:Photo}
  797.  
  798. {block:Photoset}<div class="hm">
  799. <div class="set">{photoset}</div>
  800. </div>
  801. {/block:Photoset}
  802.  
  803. {block:Video}<div class="v">
  804. <div class="video_big">{VideoEmbed-700}</div></div>
  805. {/block:Video}
  806.  
  807. {block:Audio}
  808. <div class="m">
  809. <div class="player">{AudioPlayerWhite}</div>
  810. </div>
  811. <div class="audioinfo">
  812. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist}<br>by {Artist}{/block:Artist}
  813. </div>
  814. {/block:Audio}
  815.  
  816. {block:Answer}
  817. <div class="q pad">{Asker} said: {Question}</div>
  818. <div class="a pad">{Answer}</div>
  819. {/block:Answer}
  820.  
  821. {block:Caption}<div class="caption pad">{Caption}</div>{/block:Caption}
  822.  
  823. {block:Date}{block:permalinkpage}
  824. <div id="perm">
  825. Posted on <a href="{permalink}" title="{timeago}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>{block:notecount} with <a href="{permalink}">{notecountwithlabel}</a>{/block:notecount}
  826. {block:RebloggedFrom}<br>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} &mdash; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
  827. </div>{block:permalinkpage}
  828. {/block:Date}
  829.  
  830. {block:HasTags}<div class="tags">Tags: {block:Tags}<a href="{TagURL}">{Tag}</a><i class="comma">,</i> {/block:Tags}</div>{/block:HasTags}
  831.  
  832. </div>
  833.  
  834.  
  835. {block:PostNotes}
  836. <div class="pagenotes" class="pad">
  837. {PostNotes}
  838. </div>
  839. {/block:PostNotes}
  840.  
  841.  
  842. {/block:Posts}
  843.  
  844. <a class="theme" href="http://farahmir.tumblr.com" target="_blank" title="septim"><img src="http://static.tumblr.com/s4afcug/jaAmrqgh7/8.png" style="width:10px;"></a>
  845. </div>
  846. </div>
  847.  
  848. {block:ContentSource}
  849. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  850. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  851. {/block:SourceLogo}
  852. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  853. {/block:ContentSource}
  854.  
  855. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement