Advertisement
ten-tation

Theme #14 by thedoctorknows

Jun 15th, 2013
1,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 17.10 KB | None | 0 0
  1. <!-- THEME #14 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="#ffffff" />
  10. <meta name="color:Text" content="#5476a7" />
  11. <meta name="color:Link" content="#27569c" />
  12. <meta name="color:LinkHover" content="#6c84c4" />
  13. <meta name="color:PostsBg" content="#ecedee" />
  14. <meta name="color:InfoBg" content="#82a6dd" />
  15. <meta name="color:Tags" content="#5a87cc" />
  16. <meta name="color:SidebarBg1" content="#04347c" />
  17. <meta name="color:SidebarBg2" content="#5a87cc" />
  18. <meta name="color:Info" content="#ffffff" />
  19. <meta name="color:Description" content="#ffffff" />
  20. <meta name="text:FontSize" content="11" />
  21. <meta name="text:TagsFontSize" content="9" />
  22. <meta name="text:DescFontSize" content="11" />
  23. <meta name="text:Link 1 URL" content="/" />
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 2 URL" content="/" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 3 URL" content="/" />
  28. <meta name="text:Link 3" content="" />
  29. <meta name="text:Link 4 URL" content="/" />
  30. <meta name="text:Link 4" content="" />
  31. <meta name="if:LinksStyleOne" content="1" />
  32. <meta name="if:LinksStyleTwo" content="0" />
  33. <meta name="if:LinksStyleThree" content="0" />
  34. <meta name="if:LinksStyleFour" content="0" />
  35. <meta name="if:Tags In Italics" content="1" />
  36. <meta name="if:Info Right" content="1" />
  37. <meta name="if:Info Top" content="1" />
  38. <meta name="if:Faded Images" content="1" />
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}</title>
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
  44. <script src="http://static.tumblr.com/ccsibxa/Oopmn4e38/function1.js" type="text/javascript" charset="utf-8"></script>
  45. <script src="http://static.tumblr.com/ccsibxa/nOUmn4eau/function2.js" type="text/javascript" charset="utf-8"></script>
  46. <script src="http://static.tumblr.com/ccsibxa/M5amn4ef8/function3.js" type="text/javascript" charset="utf-8"></script>
  47. <script src="http://static.tumblr.com/ccsibxa/vcsmn4i5e/function4.js" type="text/javascript" charset="utf-8"></script>
  48. <link href="http://fonts.googleapis.com/css?family=Merriweather+Sans" rel="stylesheet" type="text/css">
  49.  
  50.  
  51.  
  52. <style type="text/css" media="screen">
  53.  
  54. body {
  55.     background:{color:Background};
  56.     color:{color:Text};
  57.     font-family:calibri;
  58.     font-size:{text:FontSize}px;
  59.     line-height:120%;
  60. }
  61.  
  62. a {
  63.     text-decoration: none;
  64.     color: {color:Link};
  65.     -webkit-transition: all 0.5s ease-out;
  66.     -moz-transition: all 0.5s ease-out;
  67.     transition: all 0.5s ease-out;
  68. }
  69.  
  70. #posts a {
  71.     font-style:italic;
  72. }
  73.  
  74. a:hover {
  75.     text-decoration:underline;
  76.     color:{color:LinkHover};
  77. }
  78.  
  79. blockquote {
  80.     border-left:3px solid {color:Text};
  81.     padding-left:5px;
  82. }
  83.  
  84. {Block:IfFadedImages}
  85.     #posts a img, #posts img, #photop {
  86.        border: 0px;
  87.        opacity: .60;
  88.        filter: alpha(opacity=100);
  89.        -o-transition: opacity 0.7s linear;
  90.        -webkit-transition: opacity 0.7s linear;
  91.        -moz-transition: opacity 0.7s linear;
  92.     }
  93.  
  94.     #posts a:hover img, #posts img:hover, #photop:hover {
  95.        opacity: 1;
  96.        filter: alpha(opacity=80);
  97.        -o-transition: opacity 0.5s linear;
  98.        -webkit-transition: opacity 0.5s linear;
  99.        -moz-transition: opacity 0.5s linear;
  100.     }
  101. {/Block:IfFadedImages}
  102.  
  103. .blocks {
  104.     width: 60px;
  105.     height: 145px;
  106.     position: absolute;
  107. }
  108.  
  109. #block1 {
  110.     bottom:340px;
  111.     margin-left:240px;
  112. }
  113.  
  114. #block2 {
  115.     width:60px;
  116.     height:145px;
  117.     position:absolute;
  118.     bottom:403px;
  119.     margin-left:120px;
  120. }
  121.  
  122. #bx {
  123.     width:100px;
  124.     height:100px;
  125.     background:transparent;
  126.     margin-top:-400px;
  127. }
  128.  
  129. #container {
  130.     position:fixed;
  131.     top:0px;
  132.     left:0px;
  133.     width:400px;
  134.     height:120%;
  135.     background: #051732;
  136.     background: -moz-linear-gradient(top,  {color:color:SidebarBg1} 0%, {color:SidebarBg2} 100%);
  137.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,{color:SidebarBg1}), color-stop(100%,{color:SidebarBg2}));
  138.     background: -webkit-linear-gradient(top,  {color:SidebarBg1} 0%,{color:SidebarBg2} 100%);
  139.     background: -o-linear-gradient(top,  {color:SidebarBg1} 0%,{color:SidebarBg2} 100%);
  140.     background: -ms-linear-gradient(top,  {color:SidebarBg1} 0%,{color:SidebarBg2} 100%);
  141.     background: linear-gradient(to bottom,  {color:SidebarBg1} 0%,{color:SidebarBg2} 100%);
  142. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{color:SidebarBg1}', endColorstr='{color:SidebarBg2}',GradientType=0 );
  143.  
  144. }
  145.  
  146. #tardis {
  147.     position:fixed;
  148.     bottom:-80px;
  149.     left:0px;
  150.     width:400px;
  151. }
  152.  
  153. #gravity {
  154.     height:120%;
  155.     width:400px;
  156. }
  157.  
  158. #posts2 {
  159.     width:500px;
  160. }
  161.  
  162. #posts, ol.notes {
  163.     width:500px;
  164.     padding:30px;
  165.     background:{color:PostsBg};
  166.     overflow:hidden;
  167.     {Block:IfInfoTop}
  168.         border-top:5px solid {color:InfoBg};
  169.         margin:40px 0px 0px 442px;
  170.     {/Block:IfInfoTop}
  171.     {Block:IfNotInfoTop}
  172.         border-bottom:5px solid {color:InfoBg};
  173.         margin:5px 0px 40px 442px;
  174.     {/Block:IfNotInfoTop}
  175.     -webkit-transition: all 0.5s ease-out;
  176.     -moz-transition: all 0.5s ease-out;
  177.     transition: all 0.5s ease-out;
  178. }
  179.  
  180. ol.notes {
  181.         list-style:none;
  182.         line-height:100%;
  183. }
  184.  
  185. .quotepost {
  186.     padding-top:10px;
  187. }
  188.  
  189. .belowposts {
  190.     position:absolute;
  191.     width:220px;
  192.     font-size:9px;
  193.     padding:2px 5px;
  194.     text-transform:uppercase;
  195.     text-align:center;
  196.     line-height:140%;
  197.     {Block:IfInfoRight}margin-left:772px;{/Block:IfInfoRight}
  198.     {Block:IfNotInfoRight}margin-left:442px;{/Block:IfNotInfoRight}
  199.     {Block:IfInfoTop}margin-top:-5px;{/Block:IfInfoTop}
  200.     {Block:IfNotInfoTop}margin-top:-50px;{/Block:IfNotInfoTop}
  201.     background:{color:InfoBg};
  202.     font-style:normal;
  203.     -webkit-transition: all 0.5s ease-out;
  204.     -moz-transition: all 0.5s ease-out;
  205.     transition: all 0.5s ease-out;
  206. }
  207.  
  208. .belowposts a {
  209.     font-style:normal;
  210.     color:{color:Info};
  211. }
  212.  
  213. .belowposts a:hover {
  214.     text-decoration:none;
  215. }
  216.  
  217. .tags {
  218.     width:500px;
  219.     margin-top:0px;
  220.     margin-left:450px;
  221.     font-size:{text:TagsFontSize}px;
  222.     text-transform:lowercase;
  223.     {Block:IfTagsInItalics}font-style:italic;{/Block:IfTagsInItalics}
  224.     text-align:left;
  225.     opacity:0;
  226.     color:{color:Tags};
  227.     -webkit-transition: all 0.5s ease-out;
  228.     -moz-transition: all 0.5s ease-out;
  229.     transition: all 0.5s ease-out;
  230. }
  231.  
  232. #posts2:hover .tags {
  233.     opacity:1;
  234. }
  235.  
  236. .tags a {
  237.     color:{color:Tags};
  238. }
  239.  
  240. .tags a:hover {
  241.     text-decoration:none;
  242. }
  243.  
  244. .lks a:hover {
  245.     text-decoration:none;
  246. }
  247.  
  248. #desc {
  249.     position:fixed;
  250.     font-size:{text:DescFontSize}px;
  251.     color:{color:Description};
  252.     {Block:IfLinksStyleOne}
  253.         margin-top:100px;
  254.         margin-left:60px;
  255.         width:280px;
  256.         text-align:right;
  257.         opacity:0.3;
  258.     {/Block:IfLinksStyleOne}
  259.     -webkit-transition: all 0.5s ease-out;
  260.     -moz-transition: all 0.5s ease-out;
  261.     transition: all 0.5s ease-out;
  262.     line-height:120%;
  263. }
  264.  
  265. #desc a {
  266.     color:{color:Description};
  267. }
  268.  
  269. {Block:IfNotLinksStyleOne}
  270.  
  271. #desc {
  272.     margin-top:50px;
  273.     margin-left:40px;
  274.     width:210px;
  275. }
  276.  
  277. {/Block:IfNotLinksStyleOne}
  278.  
  279. #pagination {
  280.     position:fixed;
  281.     bottom:30px;
  282.     left:0px;
  283.     width:400px;
  284.     text-align:center;
  285.     color:{color:Background};
  286.     opacity:0.3;
  287.     font-size:20px;
  288. }
  289.  
  290. #pagination a {
  291.     color:{color:Background};
  292. }
  293.  
  294. #pagination a:hover {
  295.     text-decoration:none;
  296. }
  297.  
  298. {Block:IfLinksStyleFour}
  299.  
  300. #desc {
  301.     opacity:0.5;
  302. }
  303.  
  304. #container:hover #desc {
  305.     opacity:1;
  306. }
  307.  
  308. {/Block:IfLinksStyleFour}
  309.  
  310. {Block:IfLinksStyleOne}
  311.  
  312. #container:hover #desc {
  313.     opacity:0.8;
  314. }
  315.  
  316. .lks {
  317.     position:fixed;
  318.     top:10px;
  319.     left:0px;
  320.     list-style:none;
  321.     display:inline;
  322.     width:370px;
  323.     height:50px;
  324.     padding:10px;
  325.     font-style:italic;
  326.     text-align:center;
  327. }
  328.  
  329. .lks li {
  330.     display:inline;
  331.     padding-right:10px;
  332.     padding-left:10px;
  333.     opacity:0.3;
  334.     -webkit-transition: all 0.5s ease-out;
  335.     -moz-transition: all 0.5s ease-out;
  336.     transition: all 0.5s ease-out;
  337. }
  338.  
  339. .lks li:hover {
  340.     opacity:1;
  341. }
  342.  
  343. .lks a {
  344.     color:{color:Background};
  345. }
  346. {/Block:IfLinksStyleOne}
  347.  
  348. {Block:IfLinksStyleTwo}
  349. .lks {
  350.     position:fixed;
  351.     list-style:none;
  352.     top:40px;
  353.     margin-left:250px;
  354.     text-transform:uppercase;
  355.     font-size:9px;
  356.     font-family:'Merriweather Sans';
  357.     line-height:150%;
  358. }
  359.  
  360. .lks li {
  361.     background:{color:Background};
  362.     border-left:5px solid {color:SidebarBg2};
  363.     padding:3px 10px;
  364.     width:100px;
  365. }
  366. {/Block:IfLinksStyleTwo}
  367.  
  368. {Block:IfLinksStyleThree}
  369. .lks {
  370.     position:fixed;
  371.     list-style:none;
  372.     margin-left:250px;
  373.     text-transform:uppercase;
  374.     font-size:9px;
  375.     font-family:'Merriweather Sans';
  376.     line-height:100%:
  377. }
  378.  
  379. .lks li {
  380.     background:{color:Background};
  381.     border-left:5px solid {color:SidebarBg2};
  382.     padding:10px;
  383.     margin-bottom:10px;
  384.     width:100px;
  385.     -webkit-transition: all 0.3s ease-out;
  386.     -moz-transition: all 0.3s ease-out;
  387.     transition: all 0.3s ease-out;
  388. }
  389.  
  390. .lks li:hover {
  391.     margin-left:-10px;
  392. }
  393. {/Block:IfLinksStyleThree}
  394.  
  395. {Block:IfLinksStyleFour}
  396. .lks {
  397.     position:fixed;
  398.     list-style:none;
  399.     margin-left:250px;
  400.     text-transform:uppercase;
  401.     font-size:8px;
  402.     font-family:'Merriweather Sans';
  403.     margin-top:20px;
  404.     line-height:200%;
  405. }
  406.  
  407. .lks li {
  408.     margin-bottom:3px;
  409.     width:100px;
  410.     text-align:right;
  411.     opacity:0.5;
  412. }
  413.  
  414. .lks a {
  415.     color:{color:Background};
  416. }
  417.  
  418. .lks li:hover {
  419.     font-size:14px;
  420.     opacity:1;
  421. }
  422. {/Block:IfLinksStyleFour}
  423.  
  424. .caption {
  425.     margin-top:10px;
  426. }
  427.  
  428. .portrait {
  429.     width:48px;
  430.     height:48px;
  431.     border:5px solid {color:InfoBg};
  432. }
  433.  
  434. .asker {
  435.     text-transform:uppercase;
  436.     padding:5px 10px;
  437.     width:422px;
  438.     margin-left:58px;
  439.     text-align:right;
  440.     font-style:italic;
  441.     font-size:9px;
  442.     background:{color:InfoBg};
  443.     color:{color:Info};
  444.     margin-top:-58px;
  445.     letter-spacing:0px;
  446. }
  447.  
  448. .asker a {
  449.     color:{color:Info};
  450. }
  451.  
  452. .question {
  453.     font-style:italic;
  454.     width:422px;
  455.     height:auto;
  456.     padding:10px;
  457.     margin-left:58px;
  458.     text-align:right;
  459.     margin-top:-5px;
  460.     overflow:hidden;
  461. }
  462.  
  463. .answer {
  464.     margin-top:20px;
  465. }
  466.  
  467. ul.chat {
  468.     list-style:none;
  469. }
  470.  
  471. .chat1, .chat {
  472.     margin-left:0px;
  473. }
  474.  
  475. .chat, .chat1, .chat2 {
  476.     margin-top:-3px;
  477.     margin-bottom: -7px;
  478.     padding:5px;
  479. }
  480.  
  481. .chat2odd {
  482.     padding:5px;
  483.     background:{color:InfoBg};
  484.     color:{color:PostsBg};
  485. }
  486.  
  487. .chat2even {
  488.     padding:5px;
  489. }
  490.  
  491. #player {
  492.     width:30px;
  493.     height:30px;
  494.     overflow:hidden;
  495.     position:absolute;
  496.     margin-top:40px;
  497.     margin-bottom:45px;
  498.     margin-left:40px;
  499.     z-index:9999;
  500. }
  501.  
  502. #albumart {
  503.     float:left;
  504.     border:4px solid {color:InfoBg};
  505.     background:{color:PostsBg};
  506.     padding-bottom:-3px;
  507.     margin-right:10px;
  508.     width:100px;
  509.     height:100px;
  510. }
  511.  
  512. #albumart img {
  513.     width:100px;
  514.     height:100px;
  515. }
  516.  
  517. #aud {
  518.     min-height:100px;
  519. }
  520.  
  521. .credit {
  522.     text-transform: uppercase;
  523.     position: fixed;
  524.     background:{color:InfoBg};
  525.     color:{color:Info};
  526.     bottom:-40px;
  527.     right:5px;
  528.     font-size:9px;
  529.     border:1px solid {color:Info};
  530.     padding:1px 10px;
  531.     opacity:0.9;
  532.     -webkit-border-top-left-radius: 5px;
  533. -webkit-border-top-right-radius: 5px;
  534. -moz-border-radius-topleft: 5px;
  535. -moz-border-radius-topright: 5px;
  536. border-top-left-radius: 5px;
  537. border-top-right-radius: 5px;
  538. -webkit-transition: all 0.5s ease-out;
  539.     -moz-transition: all 0.5s ease-out;
  540.     transition: all 0.5s ease-out;
  541. }
  542.  
  543. .credit a {
  544.     color:{color:Info};
  545. }
  546.  
  547. .credit:hover {
  548.     bottom:0px;
  549.     opacity:1;
  550. }
  551.    
  552. </style>
  553.  
  554. </head>
  555.  
  556. <body>
  557.  
  558. <div id="container">
  559.     <div id="gravity">
  560.             <div id="desc">{block:Description}
  561.                 {Description}
  562.             {/block:Description}</div>
  563.         <div id="tardis"><img src="http://static.tumblr.com/ccsibxa/UFLmmy70r/tc1.png"></div>
  564.         <div id="block2"><img src="http://static.tumblr.com/ccsibxa/QuSmnz8ve/doctor1.png"></div>
  565.         <div id="block1" class="blocks"><img src="http://static.tumblr.com/ccsibxa/EJfmnz8sw/clara1.png"></div>
  566.     </div>
  567.     <div id="bx"></div>
  568. </div>
  569.  
  570. <div id="pagination">
  571.     {block:Pagination}
  572.         {block:PreviousPage}
  573.             <a href="{PreviousPage}">«</a>
  574.         {/block:PreviousPage}
  575.         {block:NextPage}
  576.             <a href="{NextPage}">»</a>
  577.         {/block:NextPage}
  578.     {/block:Pagination}
  579. </div>
  580.  
  581. <ul class="lks">
  582.     <a href="/"><li>index</li></a>
  583.     <a href="/ask"><li>message</li></a>
  584.     <a href="/archive"><li>archive</li></a>
  585.     {Block:IfLink1}<a href="{text:Link 1 URL}"><li>{text:Link 1}</li></a>{/Block:IfLink1}
  586.     {Block:IfLink2}<a href="{text:Link 2 URL}"><li>{text:Link 2}</li></a>{/Block:IfLink2}
  587.     {Block:IfLink3}<a href="{text:Link 3 URL}"><li>{text:Link 3}</li></a>{/Block:IfLink3}
  588.     {Block:IfLink4}<a href="{text:Link 4 URL}"><li>{text:Link 4}</li></a>{/Block:IfLink4}
  589. </ul>
  590.  
  591. <div id="content">
  592. {block:Posts}
  593. {block:ContentSource}
  594. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  595. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  596. {/block:SourceLogo}
  597. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  598. {/block:ContentSource}
  599. <div id="posts2">
  600.  
  601. {Block:IfInfoTop}<div class="belowposts">{block:Date}<a href="{Permalink}" target="_blank">{TimeAgo}</a><a href="{ReblogRootURL}"><a href={ReblogURL} target=_blank>&nbsp;&nbsp;&nbsp;reblog</a> {/block:Date}{block:NoteCount}<a href="{Permalink}" target="_blank">&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">&nbsp;&nbsp;&nbsp;via</a><a href="{ReblogRootURL}">&nbsp;&nbsp;&nbsp;©</a>{/block:RebloggedFrom}</div>{/Block:IfInfoTop}
  602.  
  603. {Block:IfNotInfoTop}<div class="tags">{block:HasTags}tagged as:{block:Tags} <a href="{TagURL}" target="_blank">&nbsp;&nbsp;&nbsp;{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/Block:IfNotInfoTop}
  604.  
  605. <div id="posts">
  606.  
  607. {block:Text}
  608. <div class="textpost">
  609. {block:Title}
  610. <a href="{Permalink}"><h2>{Title}</h2></a>
  611. {/block:Title}
  612.  
  613. {Body}
  614. </div>
  615. {/block:Text}
  616.  
  617.  
  618. {Block:Photo}
  619. {LinkOpenTag}
  620. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  621. {LinkCloseTag}
  622.  
  623. {block:Caption}
  624. <div class="caption">{Caption}</div>
  625. {/block:Caption}
  626. {/Block:Photo}
  627.  
  628. {block:Photoset}
  629. <div class="photopost">
  630. <center><div id="photop">{Photoset-500}</div></center>
  631.  
  632. {block:Caption}
  633. <div class="caption">{Caption}</div>
  634. {/block:Caption}
  635. </div>
  636. {/block:Photoset}
  637.  
  638. {block:Quote}
  639. <div class="quotepost"><center>"{Quote}"</center></div>
  640. {block:Source}<div class="source">—{Source}{/block:Source}</div>{/block:Quote}
  641.  
  642. {block:Link}
  643. <div class="linkpost">
  644. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a></div>
  645. {block:Description}
  646. <div class="description">{Description}</div>
  647. {/block:Description}
  648. {/block:Link}
  649.  
  650. {block:Chat}
  651.     <ul class="chat">
  652.       <div class="chat">
  653.         <div class="chat1">
  654.             {Block:Lines}
  655.                 <div class="chat2{Alt}">
  656.                 {Block:Label}
  657.                     <span>{Label}</span>
  658.                 {/Block:Label}
  659.             {Line}
  660.                 </div>
  661.             {/Block:Lines}
  662.         </div>
  663.         </div>
  664.     </ul>
  665. {/block:Chat}
  666.  
  667. {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div>
  668. <div class="asker">{Asker}asked</div>
  669. <div class="question">{Question}</div>
  670. <div class="answer">{Answer}</div>
  671. {/block:Answer}
  672.  
  673. {block:Video}<div class="videopost">
  674. <center>{Video-500}</center>
  675. {block:Caption}
  676. <div class="caption">{Caption}</div>
  677. {/block:Caption}
  678. </div>
  679. {/block:Video}
  680.  
  681. {block:Audio}<div id="aud">
  682. <div id="player">{AudioPlayerGrey}</div>      
  683. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  684. {PlayCountWithLabel}
  685. {block:Caption}<div class="acaption">{caption}</div>{/block:Caption}
  686. </div>
  687. {/block:Audio}
  688.  
  689. </div>
  690.  
  691. {Block:IfInfoTop}<div class="tags">{block:HasTags}tagged as:{block:Tags} <a href="{TagURL}" target="_blank">&nbsp;&nbsp;&nbsp;{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/Block:IfInfoTop}
  692.  
  693. {Block:IfNotInfoTop}<div class="belowposts">{block:Date}<a href="{Permalink}" target="_blank">{TimeAgo}</a><a href="{ReblogRootURL}"><a href={ReblogURL} target=_blank>&nbsp;&nbsp;&nbsp;reblog</a> {/block:Date}{block:NoteCount}<a href="{Permalink}" target="_blank">&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">&nbsp;&nbsp;&nbsp;via</a><a href="{ReblogRootURL}">&nbsp;&nbsp;&nbsp;©</a>{/block:RebloggedFrom}</div>{/Block:IfNotInfoTop}
  694. {/block:Posts}
  695. {block:PostNotes}{PostNotes}{/block:PostNotes}
  696.  
  697. </div>
  698.  
  699. <div class="credit"><center>credit:</center><br /><center><a href="http://lumos5000.tumblr.com/">artwork</a></center><center><a href="http://thedoctorknows.tumblr.com/">theme</a></center></div>
  700.  
  701. </body>
  702.    
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement