Advertisement
ten-tation

Theme #13 by thedoctorknows

May 23rd, 2013
3,694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 18.14 KB | None | 0 0
  1. <!-- THEME #13 BY THEDOCTORKNOWS
  2.  
  3. Please don't remove the credit, claim this code as your own nor use this as a base code. Thank you!-->
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <meta name="color:Background" content="#fcfdff" />
  10. <meta name="image:Background" content="" />
  11. <meta name="image:Sidebar" content="" />
  12. <meta name="image:SidebarBg" content="http://static.tumblr.com/ccsibxa/Z5Kmn5rv7/tardisbg2.jpg" />
  13. <meta name="color:Text" content="#858585" />
  14. <meta name="color:TabsBg" content="#ffffff" />
  15. <meta name="color:TabsText" content="#858585" />
  16. <meta name="color:Link" content="#87b2dc" />
  17. <meta name="color:LinkHover" content="#5f5f5f" />
  18. <meta name="color:PostsBg" content="#ffffff" />
  19. <meta name="color:PostsBorder" content="#87b2dc" />
  20. <meta name="color:TabsBorder" content="#87b2dc" />
  21. <meta name="color:Info" content="#87b2dc" />
  22. <meta name="color:Tags" content="#87b2dc" />
  23. <meta name="color:InfoBg" content="#87b2dc" />
  24. <meta name="text:DescriptionFontSize" content="11" />
  25. <meta name="text:TagsFontSize" content="9" />
  26. <meta name="if:Faded Images" content="1" />
  27. <meta name="if:Larger Tabs" content="0" />
  28. <meta name="if:Tags Box" content="0" />
  29. <meta name="if:Info Background" content="0" />
  30. <meta name="text:Link 1 URL" content="/" />
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 2 URL" content="/" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 3 URL" content="/" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 4 URL" content="/" />
  37. <meta name="text:Link 4" content="" />
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title>
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  43. <script>
  44.  $(document).ready(function(){
  45.     $('ul.tabs').each(function(){
  46.            
  47.         var $active, $content, $links = $(this).find('a');
  48.  
  49.                                        
  50.         $active = $($links.filter('[href="'+location.hash+'"]')[0] || $links[0]);
  51.         $active.addClass('active');
  52.         $content = $($active.attr('href'));
  53.  
  54.                                        
  55.         $links.not($active).each(function () {
  56.         $($(this).attr('href')).hide();
  57.     });
  58.  
  59.                                        
  60.     $(this).on('click', 'a', function(e){
  61.                                                
  62.     $active.removeClass('active');
  63.     $content.hide();
  64.  
  65.     $active = $(this);
  66.     $content = $($(this).attr('href'));
  67.  
  68.                                                
  69.     $active.addClass('active');
  70.     $content.show();
  71.  
  72.     e.preventDefault();
  73. });
  74.     });
  75. });
  76.    
  77. </script>
  78.  
  79. <style type="text/css" media="screen">
  80.  
  81.  
  82.  
  83. body {
  84.     background:{color:Background};
  85.     background-image:url('{image:Background}');
  86.     background-attachment:fixed;
  87.     background-repeat:repeat;
  88.     color:{color:Text};
  89.     font-family:calibri;
  90.     font-size:11px;
  91.     line-height:120%;
  92. }
  93.  
  94. a {
  95.     text-decoration: none;
  96.     color: {color:Link};
  97.     -webkit-transition: all 0.5s ease-out;
  98.     -moz-transition: all 0.5s ease-out;
  99.     transition: all 0.5s ease-out;
  100. }
  101.  
  102. #posts a {
  103.     font-style:italic;
  104. }
  105.  
  106. a:hover {
  107.     color:{color:LinkHover};
  108. }
  109.  
  110. p {
  111.     margin:5px 0px;
  112. }
  113.  
  114. h2 {
  115.     margin-bottom:10px;
  116. }
  117.  
  118. blockquote {
  119.     padding-left:7px;
  120.     border-left:2px solid;
  121.     margin:7px;
  122. }
  123.  
  124. blockquote blockquote {
  125.     padding-left:7px;
  126.     border-left:2px solid;
  127. }
  128.  
  129. #posts img {
  130.     max-width:500px;
  131. }
  132.  
  133. #posts li {
  134.     margin-left:30px;
  135. }
  136.  
  137. #posts ul, #posts ol {
  138.     margin:10px 0px 10px 0px;
  139. }
  140.  
  141. blockquote blockquote img {
  142.     max-width:400px;
  143. }
  144.  
  145. blockquote blockquote blockquote img {
  146.     max-width:355px;
  147. }
  148.  
  149. blockquote blockquote blockquote blockquote img {
  150.     max-width:310px;
  151. }
  152.  
  153. blockquote blockquote blockquote blockquote blockquote img {
  154.     max-width:265px;
  155. }
  156.  
  157. blockquote blockquote blockquote blockquote blockquote blockquote img {
  158.     max-width:220px;
  159. }
  160.  
  161. blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  162.     max-width:175px;
  163. }
  164.  
  165. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  166.     max-width:130px;
  167. }
  168.  
  169. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  170.     max-width:85px;
  171. }
  172.  
  173. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  174.     max-width:40px;
  175. }
  176.  
  177. #posts2 {
  178.     width:500px;
  179. }
  180.  
  181. {Block:IfFadedImages}
  182.     #posts a img, #posts img, #photop {
  183.        border: 0px;
  184.        opacity: .50;
  185.        filter: alpha(opacity=100);
  186.        -o-transition: opacity 1s linear;
  187.        -webkit-transition: opacity 1s linear;
  188.        -moz-transition: opacity 1s linear;
  189.     }
  190.  
  191.     #posts a:hover img, #posts img:hover, #photop:hover {
  192.        opacity: 1;
  193.        filter: alpha(opacity=80);
  194.        -o-transition: opacity 1s linear;
  195.        -webkit-transition: opacity 1s linear;
  196.        -moz-transition: opacity 1s linear;
  197.     }
  198. {/Block:IfFadedImages}
  199.  
  200. #posts, ol.notes {
  201.     width:500px;
  202.     padding:25px;
  203.     margin:40px 0px 0px 500px;
  204.     background:{color:PostsBg};
  205.     border:1px solid {color:PostsBorder};
  206.     overflow:hidden;
  207.     border-bottom:10px solid {color:PostsBorder};
  208.     -webkit-transition: all 0.5s ease-out;
  209.     -moz-transition: all 0.5s ease-out;
  210.     transition: all 0.5s ease-out;
  211. }
  212.  
  213. ol.notes {
  214.         list-style: none;
  215. }
  216.  
  217. .quotepost {
  218.     padding-top:10px;
  219. }
  220.  
  221. .belowposts {
  222.     font-size:9px;
  223.     width:490px;
  224.     {Block:IfNotInfoBackground}padding:2px 5px;{/Block:IfNotInfoBackground}
  225.     {Block:IfInfoBackground}padding:1px 5px 3px 5px;{/Block:IfInfoBackground}
  226.     text-transform:uppercase;
  227.     {Block:IfInfoBackground}background:{color:InfoBg};{Block:IfInfoBackground}
  228.     text-align:right;
  229.     line-height:140%;
  230.     margin-left:500px;
  231.     margin-top:-2px;
  232.     -webkit-transition: all 0.5s ease-out;
  233.     -moz-transition: all 0.5s ease-out;
  234.     transition: all 0.5s ease-out;
  235. }
  236.  
  237. .belowposts a {
  238.     color:{color:Info};
  239. }
  240.  
  241. .tags {
  242.     position:absolute;
  243.     width:100px;
  244.     {Block:IfNotTagsBox}
  245.         margin-left:540px;
  246.         margin-top:-30px;
  247.         text-align:left;
  248.     {/Block:IfNotTagsBox}
  249.     {Block:IfTagsBox}
  250.         margin-left:525px;
  251.         margin-top:-26px;
  252.         background:{color:PostsBg};
  253.         border-top:1px solid {color:PostsBorder};
  254.         border-right:1px solid {color:PostsBorder};
  255.         border-bottom:1px solid {color:PostsBorder};
  256.         padding:5px;
  257.         text-align:right;
  258.     {/Block:IfTagsBox}
  259.     font-size:{text:TagsFontSize}px;
  260.     text-transform:lowercase;
  261.     font-style:italic;
  262.     opacity:0;
  263.     color:{color:Tags};
  264.     -webkit-transition: all 0.5s ease-out;
  265.     -moz-transition: all 0.5s ease-out;
  266.     transition: all 0.5s ease-out;
  267. }
  268.  
  269. #posts2:hover .tags {
  270.     opacity:1;
  271. }
  272.  
  273. .tags a {
  274.     color:{color:Tags};
  275. }
  276.  
  277. .caption {
  278.     margin-top:10px;
  279. }
  280.  
  281. .portrait {
  282.     width:48px;
  283.     height:48px;
  284.     border:5px solid {color:PostsBorder};
  285. }
  286.  
  287. .asker {
  288.     text-transform:uppercase;
  289.     padding:5px 10px;
  290.     width:422px;
  291.     margin-left:58px;
  292.     text-align:right;
  293.     font-style:italic;
  294.     font-size:9px;
  295.     background:{color:PostsBorder};
  296.     color:{color:PostsBg};
  297.     margin-top:-58px;
  298.     letter-spacing:0px;
  299. }
  300.  
  301. .asker a {
  302.     color:{color:PostsBg};
  303. }
  304.  
  305. .question {
  306.     font-style:italic;
  307.     width:422px;
  308.     height:auto;
  309.     padding:10px;
  310.     margin-left:58px;
  311.     text-align:right;
  312.     margin-top:-5px;
  313.     overflow:hidden;
  314. }
  315.  
  316. .answer {
  317.     margin-top:20px;
  318. }
  319.  
  320. ul.chat {
  321.     list-style:none;
  322. }
  323.  
  324. .chat1, .chat {
  325.     margin-left:0px;
  326. }
  327.  
  328. .chat, .chat1, .chat2 {
  329.     margin-top:-3px;
  330.     margin-bottom: -7px;
  331.     padding:5px;
  332. }
  333.  
  334. .chat2odd {
  335.     padding:5px;
  336.     background:{color:PostsBorder};
  337.     color:{color:PostsBg};
  338. }
  339.  
  340. .chat2even {
  341.     padding:5px;
  342. }
  343.  
  344. #player {
  345.     width:30px;
  346.     height:30px;
  347.     overflow:hidden;
  348.     position:absolute;
  349.     margin-top:40px;
  350.     margin-bottom:45px;
  351.     margin-left:40px;
  352.     z-index:9999;
  353. }
  354.  
  355. #albumart {
  356.     float:left;
  357.     border:4px solid {color:PostsBorder};
  358.     padding-bottom:-3px;
  359.     margin-right:10px;
  360.     width:100px;
  361.     height:100px;
  362. }
  363.  
  364. #albumart img {
  365.     width:100px;
  366.     height:100px;
  367.     background:{color:PostsBorder};
  368. }
  369.  
  370. #aud {
  371.     min-height:100px;
  372. }
  373.  
  374. #sb {
  375.     width:400px;
  376.     height:100%;
  377.     background:{color:Background};
  378.     position:fixed;
  379.     margin-top:-40px;
  380.     border-right:10px solid {color:TabsBorder};
  381.     background-image:url('{image:SidebarBg}');
  382.     background-attachment:fixed;
  383.     background-repeat:repeat;
  384. }
  385.  
  386. #sbpic, #sbpic img {
  387.     width:230px;
  388.     height:160px;
  389. }
  390.  
  391. #sbpic {
  392.     position:fixed;
  393.     margin-top:18px;
  394.     margin-left:70px;
  395.     background:{color:TabsBg};
  396.     border-top:10px solid {color:TabsBorder};
  397.     border-left:1px solid {color:TabsBorder};
  398.     border-right:1px solid {color:TabsBorder};
  399.     border-bottom:1px solid {color:TabsBorder};
  400. }
  401.  
  402. #sb2 {
  403.     position:fixed;
  404.     top:20%;
  405.     height:390px;
  406.     width:235px;
  407. }
  408.  
  409. {Block:IfNotLargerTabs}
  410.     #prev, #next {
  411.         position:fixed;
  412.         margin-top:0px;
  413.         width:17px;
  414.         height:18px;
  415.         font-size:9px;
  416.         text-align:center;
  417.         background:{color:TabsBorder};
  418.         color:{color:TabsBg};
  419.     }
  420. {/Block:IfNotLargerTabs}
  421.  
  422. {Block:IfLargerTabs}
  423.     #prev, #next {
  424.         padding:5px 0px;
  425.         position:fixed;
  426.         margin-top:-10px;
  427.         width:23px;
  428.         height:26px;
  429.         font-size:18px;
  430.         text-align:center;
  431.         background:{color:TabsBorder};
  432.         color:{color:TabsBg};
  433.     }
  434. {/Block:IfLargerTabs}
  435.  
  436. #prev a, #next a {
  437.     color:{color:TabsBg};
  438. }
  439.  
  440. #prev {
  441.     {Block:IfNotLargerTabs}margin-left:264px;{/Block:IfNotLargerTabs}
  442.     {Block:IfLargerTabs}margin-left:252px;{/Block:IfLargerTabs}
  443. }
  444.  
  445. #next {
  446.     {Block:IfNotLargerTabs}margin-left:285px;{/Block:IfNotLargerTabs}
  447.     {Block:IfLargerTabs}margin-left:279px;{/Block:IfLargerTabs}
  448. }
  449.  
  450. * {padding:0; margin:0;}
  451.  
  452. .tabs {
  453.     position:fixed;
  454.     margin-top:368px;
  455.     {Block:IfNotLargerTabs}
  456.         margin-left:262px;
  457.         font-size:9px;
  458.     {/Block:IfNotLargerTabs}
  459.     {Block:IfLargerTabs}margin-left:253px;{/Block:IfLargerTabs}
  460. }
  461.  
  462. .tabs div {
  463.         padding:10px;
  464.         width:200px;
  465.         background:{color:TabsBg};
  466. }
  467.  
  468. {Block:IfNotLargerTabs}
  469.     .tabs li {
  470.         width:10px;
  471.         height:10px;
  472.         font-size:9px;
  473.         list-style:none;
  474.         display:inline;
  475.         margin-left:2px;
  476.     }
  477. {/Block:IfNotLargerTabs}
  478.  
  479. {Block:IfLargerTabs}
  480.     .tabs li {
  481.         width:35px;
  482.         height:35px;
  483.         font-size:18px;
  484.         list-style:none;
  485.         display:inline;
  486.         margin-left:2px;
  487.     }
  488. {/Block:IfLargerTabs}
  489.  
  490. .tabs a {
  491.     {Block:IfNotLargerTabs}padding:2px 6px;{/Block:IfNotLargerTabs}
  492.     {Block:IfLargerTabs}padding:6px 6px;{Block:IfLargerTabs}
  493.     display:inline-block;
  494.     background:{color:TabsBg};
  495.     color:{color:TabsBorder};
  496.     text-decoration:none;
  497.     border:1px solid {color:TabsBorder};
  498. }
  499.  
  500. .tabs a.active {
  501.         background:{color:TabsBorder};
  502.         color:{color:TabsBg};
  503. }
  504.  
  505. #tab1, #tab2 {
  506.     position:fixed;
  507.     width:200px;
  508.     padding:15px;
  509.     height:130px;
  510.     color:{color:TabsText};
  511.     background:{color:TabsBg};
  512.     margin-top:198px;
  513.     margin-left:70px;
  514.     border-bottom:10px solid {color:TabsBorder};
  515.     border-left:1px solid {color:TabsBorder};
  516.     border-right:1px solid {color:TabsBorder};
  517.     border-top:1px solid {color:TabsBorder};
  518. }
  519.  
  520. #tab1 {
  521.     font-size:{text:DescriptionFontSize}px;
  522.     line-height:110%;
  523.     overflow:auto;
  524. }
  525.  
  526. #tab1::-webkit-scrollbar-thumb {
  527.     background-color:{color:TabsBorder};
  528.     height:10px;
  529. }
  530.  
  531. #tab1::-webkit-scrollbar {
  532.     background-color:{color:TabsBg};
  533.     height:8px;
  534.     width:5px;
  535. }
  536.  
  537. .linkss {
  538.     list-style:none;
  539.     text-transform:uppercase;
  540.     margin-top:-11px;
  541.     font-size:9px;
  542. }
  543.  
  544. .linkss li {
  545.     width:190px;
  546.     padding:3px 5px;
  547.     text-align:center;
  548.     background:{color:TabsBorder};
  549.     margin-bottom:3px;
  550.     -webkit-transition: all 0.5s ease-out;
  551.     -moz-transition: all 0.5s ease-out;
  552.     transition: all 0.5s ease-out;
  553. }
  554.  
  555. .linkss a {
  556.     color:{color:TabsBg};
  557. }
  558.  
  559. .linkss li:hover {
  560.     background:{color:TabsBg};
  561.     color:{color:TabsBorder};
  562. }
  563.  
  564. .linkss li:hover a {
  565.     color:{color:TabsBorder};
  566. }
  567.  
  568. #bts {
  569.     margin-left:1014px;
  570.     {Block:IfNotInfoBackground}margin-top:-14px;{/Block:IfNotInfoBackground}
  571.     {Block:IfInfoBackground}margin-top:-16px;{/Block:IfInfoBackground}
  572. }
  573.  
  574. #bts2 {
  575.     margin-left:1036px;
  576.     {Block:IfNotInfoBackground}margin-top:-16px;{/Block:IfNotInfoBackground}
  577.     {Block:IfInfoBackground}margin-top:-16px;{/Block:IfInfoBackground}
  578.     overflow:visible;
  579. }
  580.  
  581. #bts2 img {
  582.     overflow:visible;
  583. }
  584.  
  585. #bts, #bts2 {
  586.     width:10px;
  587.     height:10px;
  588.     background:{color:PostsBorder};
  589.     padding:3px;
  590. }
  591.  
  592. #bts2 p {
  593.     margin-top:-10px;
  594. }
  595.  
  596. .credit {
  597.     text-transform: uppercase;
  598.     position: fixed;
  599.     background:{color:PostsBg};
  600.     color:{color:InfoBorder};
  601.     bottom:-14px;
  602.     right:5px;
  603.     font-size:9px;
  604.     border:1px solid {color:InfoBorder};
  605.     padding:1px 10px;
  606.     -webkit-border-top-left-radius: 5px;
  607. -webkit-border-top-right-radius: 5px;
  608. -moz-border-radius-topleft: 5px;
  609. -moz-border-radius-topright: 5px;
  610. border-top-left-radius: 5px;
  611. border-top-right-radius: 5px;
  612. -webkit-transition: all 0.5s ease-out;
  613.     -moz-transition: all 0.5s ease-out;
  614.     transition: all 0.5s ease-out;
  615. }
  616.  
  617. .credit a {
  618.     color:{color:InfoBorder};
  619. }
  620.  
  621. .credit:hover {
  622.     bottom:0px;
  623. }
  624.    
  625. </style>
  626.  
  627. </head>
  628.  
  629. <body>
  630.  
  631. <div id="sb"></div>
  632. <div id="sb2">
  633.     {block:Pagination}
  634.         {block:PreviousPage}
  635.             <div id="prev"><a href="{PreviousPage}">«</a></div>
  636.         {/block:PreviousPage}
  637.         {block:NextPage}
  638.             <div id="next"><a href="{NextPage}">»</a></div>
  639.         {/block:NextPage}
  640.     {/block:Pagination}
  641.     <div id="sbpic"><img src="{image:Sidebar}"></div>
  642.     <ul class="tabs">
  643.         <li><a href="#tab1">I</a></li>
  644.         <li><a href="#tab2">II</a></li>
  645.     </ul>
  646.     <div id="tab1">
  647.         {block:Description}
  648.             {Description}
  649.         {/block:Description}
  650.     </div>
  651.     <div id="tab2">
  652.         <ul class="linkss">
  653.             <a href="/"><li>index</li></a>
  654.             <a href="/ask"><li>message</li></a>
  655.             <a href="/archive"><li>archive</li></a>
  656.             {Block:IfLink1}<a href="{text:Link 1 URL}"><li>{text:Link 1}</li></a>{/Block:IfLink1}
  657.             {Block:IfLink2}<a href="{text:Link 2 URL}"><li>{text:Link 2}</li></a>{/Block:IfLink2}
  658.             {Block:IfLink3}<a href="{text:Link 3 URL}"><li>{text:Link 3}</li></a>{/Block:IfLink3}
  659.             {Block:IfLink4}<a href="{text:Link 4 URL}"><li>{text:Link 4}</li></a>{/Block:IfLink4}
  660.         </ul>
  661.     </div>
  662. </div>
  663.  
  664. <div id="content">
  665. {block:Posts}
  666. {block:ContentSource}
  667. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  668. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  669. {/block:SourceLogo}
  670. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  671. {/block:ContentSource}
  672. <div id="posts2">
  673. <div id="posts">
  674.  
  675. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}" target="_blank">{Tag}<br /></a>{/block:Tags}</div>{/block:HasTags}
  676.  
  677. {block:Text}
  678. <div class="textpost">
  679. {block:Title}
  680. <a href="{Permalink}"><h2>{Title}</h2></a>
  681. {/block:Title}
  682.  
  683. {Body}
  684. </div>
  685. {/block:Text}
  686.  
  687.  
  688. {Block:Photo}
  689. {LinkOpenTag}
  690. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  691. {LinkCloseTag}
  692.  
  693. {block:Caption}
  694. <div class="caption">{Caption}</div>
  695. {/block:Caption}
  696. {/Block:Photo}
  697.  
  698. {block:Photoset}
  699. <div class="photopost">
  700. <center><div id="photop">{Photoset-500}</div></center>
  701.  
  702. {block:Caption}
  703. <div class="caption">{Caption}</div>
  704. {/block:Caption}
  705. </div>
  706. {/block:Photoset}
  707.  
  708. {block:Quote}
  709. <div class="quotepost"><center>"{Quote}"</center></div>
  710. {block:Source}<div class="source">—{Source}{/block:Source}</div>{/block:Quote}
  711.  
  712. {block:Link}
  713. <div class="linkpost">
  714. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a></div>
  715. {block:Description}
  716. <div class="description">{Description}</div>
  717. {/block:Description}
  718. {/block:Link}
  719.  
  720. {block:Chat}
  721.     <ul class="chat">
  722.       <div class="chat">
  723.         <div class="chat1">
  724.             {Block:Lines}
  725.                 <div class="chat2{Alt}">
  726.                 {Block:Label}
  727.                     <span>{Label}</span>
  728.                 {/Block:Label}
  729.             {Line}
  730.                 </div>
  731.             {/Block:Lines}
  732.         </div>
  733.         </div>
  734.     </ul>
  735. {/block:Chat}
  736.  
  737. {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div>
  738. <div class="asker">{Asker}asked</div>
  739. <div class="question">{Question}</div>
  740. <div class="answer">{Answer}</div>
  741. {/block:Answer}
  742.  
  743. {block:Video}<div class="videopost">
  744. <center>{Video-500}</center>
  745. {block:Caption}
  746. <div class="caption">{Caption}</div>
  747. {/block:Caption}
  748. </div>
  749. {/block:Video}
  750.  
  751. {block:Audio}<div id="aud">
  752. <div id="player">{AudioPlayerGrey}</div>      
  753. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  754. {PlayCountWithLabel}
  755. {block:Caption}<div class="acaption">{caption}</div>{/block:Caption}
  756. </div>
  757. {/block:Audio}
  758.  
  759. </div>
  760.  
  761. <div class="belowposts">{block:Date}<a href="{Permalink}" target="_blank">{TimeAgo}</a> {/block:Date}{block:NoteCount}  <a href="{Permalink}" target="_blank">&nbsp;&nbsp;&nbsp;&nbsp; {NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}  <a href="{ReblogParentURL}">&nbsp;&nbsp;&nbsp;&nbsp; via</a> <a href="{ReblogRootURL}">&nbsp;&nbsp;&nbsp;&nbsp; ©</a> {/block:RebloggedFrom}</div>
  762. <div id="bts">{ReblogButton color="white" size="10"}</div>
  763. <div id="bts2"><p>{LikeButton color="white" size="10"}</p></div>
  764. </div>
  765. {/block:Posts}
  766. {block:PostNotes}{PostNotes}{/block:PostNotes}
  767.  
  768. </div>
  769.  
  770. <div class="credit"><center><strong><a href="http://thedoctorknows.tumblr.com/">credit:</a></strong></center><center><a href="http://thedoctorknows.tumblr.com/">theme</a></center></div>
  771.  
  772. </body>
  773.    
  774. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement