Advertisement
ten-tation

Theme #8 by thedoctorknows

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