Advertisement
Notlikeamovie

Theme 16: Paradox

Jul 27th, 2013
5,314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 41.81 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. <!-- theme #016 made by maraudersmaps.tumblr.com -->
  5.  
  6. <head>
  7. <!-- DEFAULT VARIABLES -->
  8.  
  9. <meta name="if:Enable Link 1" content="/">
  10. <meta name="if:Enable Link 2" content="/">
  11. <meta name="if:Enable Link 3" content="/">
  12. <meta name="if:Enable Link 4" content="/">
  13.  
  14. <meta name="text:My Url" content="maraudersmaps" />
  15. <meta name="text:Link 1 Url" content="http://" />
  16. <meta name="text:Link 1 Name" content="Link 1" />
  17. <meta name="text:Link 2 Url" content="http://" />
  18. <meta name="text:Link 2 Name" content="Link 2" />
  19. <meta name="text:Link 3 Url" content="http://" />
  20. <meta name="text:Link 3 Name" content="Link 3" />
  21. <meta name="text:Link 4 Url" content="http://" />
  22. <meta name="text:Link 4 Name" content="Link 4" />
  23.  
  24. <meta name="color:Background" content="#ffffff" />
  25. <meta name="color:Posts In" content="#fafafa" />
  26. <meta name="color:Blockquote" content="#d55e5e" />
  27. <meta name="color:Text" content="#cccccc" />
  28. <meta name="color:Title" content="#1a1a1a" />
  29. <meta name="color:Quote" content="#b6b6b6" />
  30. <meta name="color:Selection" content="#c42222" />
  31. <meta name="color:Caption" content="#3c3c3c" />
  32. <meta name="color:Bold" content="#202020" />
  33. <meta name="color:Italic" content="#353535" />
  34. <meta name="color:Link" content="#181817" />
  35. <meta name="color:Link Hover" content="#b33737" />
  36. <meta name="color:Navigation" content="#cc5458" />
  37. <meta name="color:Sidebar links" content="#1d1d1d" />
  38. <meta name="color:Sidebar" content="#dddcdc" />
  39. <meta name="color:Scrollbar" content="#dddddd" />
  40. <meta name="color:Navigation Link Hover" content="#ffffff" />
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43.  
  44. <!------------------- SCRIPTS ------------------->
  45.  
  46. <script src="http://code.jquery.com/jquery-latest.js"></script>
  47.  
  48. {block:IndexPage}
  49.     <script>
  50.         $(document).ready(function(){
  51.             $(".d1").toggle(function() { //fired the first time
  52.                 $("#headtitle").animate({width:"398px"});
  53.             },
  54.             function() { // fired the second time
  55.                 $("#headtitle").animate({width:"60px"});
  56.             });
  57.         });
  58.     </script>
  59. {/block:IndexPage}
  60.  
  61.     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  62.  
  63. {block:IndexPage}
  64.     <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  65.  
  66.     <script type="text/javascript">
  67.         $(window).load(function(){
  68.             var $wall = $('#entries');
  69.             $wall.imagesLoaded(function(){
  70.                 $wall.masonry({
  71.                     itemSelector: '.entries',
  72.                     isAnimated : true
  73.                  });
  74.                 });
  75.             $('#entries').show(500);
  76.         });
  77.     </script>
  78. {/block:IndexPage}
  79.  
  80. <script src="http://static.tumblr.com/2lqtwbf/hvAmqluuv/jquery.style-my-tooltips.js"></script>
  81.  
  82. <script>
  83.     (function($){
  84.         $(document).ready(function(){
  85.             $("[title]").style_my_tooltips();
  86.         });
  87.     })(jQuery);
  88. </script>
  89.  
  90. <link href='http://fonts.googleapis.com/css?family=Scada:400italic,400' rel='stylesheet' type='text/css'>
  91. <link href='http://fonts.googleapis.com/css?family=Raleway:400,300,200,100' rel='stylesheet' type='text/css'>
  92. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  93.  
  94. <title>{Title}</title>
  95. <link rel="shortcut icon" href="{Favicon}">
  96. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  97. {block:Description}
  98. <meta name="description" content="{MetaDescription}" />
  99. {/block:Description}
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104. /* SCROLLBAR, SELECTION, TUMBLR CONTROLS AND TOOLTIPS */
  105. #s-m-t-tooltip{
  106. /* basic */
  107.     max-width:500px;
  108.     z-index:10000000000000000;
  109.     margin:24px 14px 7px 12px;
  110. /* font */
  111.     font-family:Courier New,sans-serif;
  112.     font-size:9px;
  113.     line-height:120%;
  114.     color:{color:navigation link hover};
  115.     text-transform:uppercase;
  116.     letter-spacing:1px;
  117. /* style and design */
  118.     padding:4px 4px;
  119.     background-color:{color:sidebar links}; /* fallback if rgba not supported */
  120.     -moz-border-radius:0px;
  121.     -webkit-border-radius:0px;
  122.     border-radius:0px;
  123.     -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.15),-1px -1px 2px rgba(255,255,255,0.3);
  124.     -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.15),-1px -1px 2px rgba(255,255,255,0.3);
  125.     box-shadow:2px 2px 2px rgba(0,0,0,0.15),-1px -1px 2px rgba(255,255,255,0.3);
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb:vertical{
  129.     background-color: {color:Scrollbar};
  130.     height: 5px;
  131. }
  132.    
  133. ::-webkit-scrollbar-thumb:horizontal{
  134.     background-color: {color:Scrollbar};
  135.     height:5px!important;
  136. }
  137.  
  138. ::-webkit-scrollbar {
  139.     background-color:trans;
  140.     height:5px; width:5px;
  141. }
  142.  
  143.  
  144. ::selection {
  145.     background: #trans;
  146.     color: {color:selection};
  147. }
  148.  
  149. ::-moz-selection {
  150.     background: #trans;
  151.     color: {color:selection};
  152. }
  153.  
  154. ::webkit-selection {
  155.     background: #trans;
  156.     color: {color:selection};
  157. }
  158.  
  159. iframe#tumblr_controls {
  160.    top:0px !important;
  161.    right:0px !important;
  162.    position: fixed !important;
  163.   -webkit-transition: opacity 0.7s linear;
  164.   opacity: 0.4;
  165.   -webkit-transition: all 0.8s ease-out;
  166.   -moz-transition: all 0.8s ease-out;
  167.   transition: all 0.8s ease-out;
  168.   max-height:24px;
  169. }
  170.  
  171. iframe#tumblr_controls:hover{
  172.    -webkit-transition: opacity 0.7s linear;
  173.    opacity: 1;
  174.    -webkit-transition: all 0.4s ease-out;
  175.    -moz-transition: all 0.4s ease-out;
  176.    transition: all 0.4s ease-out;
  177. }
  178.  
  179. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  180.  
  181.  
  182. /* GENERAL */
  183. body{
  184.     background-color:{color:background};
  185.     color:{color:text};
  186.     font-family:calibri;
  187.     font-size:10px;
  188.     background-attachment:fixed;
  189.     background-repeat:repeat;
  190.     text-align:justify;
  191. }
  192.  
  193. #content{
  194.     width:872px;
  195.     margin:auto;
  196. }
  197.  
  198. #credits{
  199.     position:fixed;
  200.     bottom:5px;
  201.     right:10px;
  202.     font:10px open sans condensed;
  203.     background-repeat:no-repeat;
  204.     width:50px;
  205.     height:30px;
  206. }
  207.  
  208. #credits a{
  209.     color:{color:link};
  210. }
  211.  
  212. blockquote, li blockquote{
  213.     border-left:1px {color:blockquote} solid;
  214.     padding:0px 0px 0px 10px;
  215.     margin:0px 0px 8px 0px;
  216. }
  217.    
  218. blockquote > p:first-child{
  219.     padding: 0;
  220. }
  221.  
  222. ul{
  223.     padding: 0 0 0 0px;
  224.     margin: 0 0 08px 0;
  225.     list-style-position:inside;
  226. }
  227.    
  228. ol{
  229.     padding: 0 0 8px 0px;
  230.     margin: 0 0 08px 0;
  231.     list-style-position:inside;
  232. }
  233.  
  234. b, strong, .strong{
  235.     color:{color:Bold};
  236. }
  237.  
  238. i, em, .em{
  239.     color:{color:Italic};
  240. }
  241.  
  242. a{
  243.     color:{color:link};
  244.     text-decoration:none;
  245.     -moz-transition: all .7s ease-in-out!important;
  246.     -o-transition: all .7s ease-in-out!important;
  247.     transition: all .7s ease-in-out!important;
  248.     -webkit-transition: all .7s ease-in-out!important;
  249. }
  250.  
  251. a:hover{
  252.     color:{color:link hover};
  253. }
  254.  
  255.  
  256. img a{
  257.     border:0px color:{color:transparent};
  258. }
  259.  
  260. a img{
  261.     border:0px color#trans;
  262. }
  263.  
  264. .caption {
  265.     margin-top:05px;
  266.     padding:3px 8px;
  267.     font-size:10px;
  268.     {block:IndexPage}display:none;{/block:IndexPage}
  269.     background-color:{color:Posts In};
  270.     width:384px;
  271.     color:{color:caption};
  272. }
  273.  
  274. .caption blockquote{
  275.     border-left:3px solid {color:blockquote};
  276.     padding:0px 0px 0px 10px;
  277.     margin:0px 1px 0px 10px;
  278. }
  279.  
  280. .caption small, .caption sub{
  281.     font-size:10px;
  282. }
  283.  
  284. small, sub{
  285.     font-size:10px;
  286. }
  287.  
  288. /* HEADER */
  289. #header {
  290.     width:100%;
  291.     top:0;
  292.     position:fixed;
  293.     z-index:1000;
  294.     height:70px;
  295.     background-color:{color:background};
  296.     left:0;
  297.     padding:0px 5px {block:IndexPage}20px{block:IndexPage}{block:PermalinkPage}0px{/block:PermalinkPage} 5px;
  298. }
  299.  
  300. #headcont{
  301.     width:888px;
  302.     margin:auto;
  303.     position:relative;
  304.     height:70px;
  305. }
  306.  
  307. #headback{
  308.     position:absolute;
  309.     z-index:1001;
  310.     border-bottom:1px solid {color:sidebar};
  311.     height:1px;
  312.     width:888px!important;
  313.     background-color:#trans;
  314.     color:{color:background};
  315.     right:0;
  316.     top:-7px;
  317.     -moz-transition-duration:1s!important;
  318.     -webkit-transition-duration:1s!important;
  319.     -o-transition-duration:1s;
  320. }
  321.  
  322. #headtitle{
  323.     {block:IndexPage}width:60px{block:IndexPage}
  324.     {block:PermalinkPage}width:398px;{/block:PermalinkPage};
  325.     margin:auto;
  326.     color:{color:sidebar links};
  327.     margin-top:5px;
  328.     position:absolute;
  329.     top:5px;
  330.     background-color:{color:background};
  331.     height:60px;
  332.     z-index:1002!important;
  333.     border:1px solid {color:sidebar};
  334.     padding:5px;
  335.     left:21px;
  336.     overflow-x:hidden;
  337.     overflow-y:hidden;
  338.     display:inline;
  339. }
  340.  
  341. #headtitle img{
  342.     width:60px;
  343.     height:60px;
  344.     display:inline;
  345. }
  346.  
  347. #headlinks{
  348.     width:880px;
  349.     position:absolute;
  350.     bottom:-05px;
  351.     z-index:1001;
  352.     background-color:#trans;
  353.     height:70px;
  354.     right:0px;
  355. }
  356.  
  357. #linksblock{
  358.     position:absolute;
  359.     right:0;
  360.     z-index:1003!important;
  361.     width:auto;
  362.     height:20px;
  363.     bottom:-01px;
  364.     background-color:#trans;
  365. }
  366.  
  367. #linksblock a.nav{
  368.     padding:3px 12px 6px 12px;
  369.     border-top:3px solid transparent;
  370.     font:10px klinic_slabmedium;
  371.     letter-spacing:0pt;
  372.     text-transform:uppercase;
  373.     color:{color:sidebar links};
  374.     margin:0px!important;
  375.     -moz-transition-duration:1s!important;
  376.     -webkit-transition-duration:1s!important;
  377.     -o-transition-duration:1s;
  378. }
  379.  
  380. #linksblock a.nav:hover{
  381.     border-top:3px solid {color:navigation};
  382.     background-color:{color:navigation};
  383.     color:{color:navigation link hover};
  384. }
  385.  
  386. @font-face {
  387.     font-family: 'klinic_slabmedium';
  388.     src: url('http://static.tumblr.com/2lqtwbf/vrqmqieln/klinicslabmedium-webfont.eot');
  389.     src: url('http://static.tumblr.com/2lqtwbf/vrqmqieln/klinicslabmedium-webfont.eot?#iefix') format('embedded-opentype'),
  390.          url('http://static.tumblr.com/2lqtwbf/JPumqiejg/klinicslabmedium-webfont.woff') format('woff'),
  391.          url('http://static.tumblr.com/2lqtwbf/eOhmqidk9/klinicslabmedium-webfont.ttf') format('truetype'),
  392.          url('klinicslabmedium-webfont.svg#klinic_slabmedium') format('svg');
  393.     font-weight: normal;
  394.     font-style: normal;
  395. }
  396.  
  397.  
  398. #pagin{
  399.     width:auto;
  400.     height:30px;
  401.     font:15px klinic_slabmedium;
  402.     color:{color:sidebar};
  403.     position:absolute;
  404.     right:10px;
  405.     top:26px;
  406.     z-index:99999;
  407.     text-transform:lowercase;}
  408.  
  409. #pagin a{
  410.     color:{color:sidebar links};
  411. }
  412.  
  413. #pagin a:hover{
  414.     color:{color:navigation};
  415. }
  416. #pagin em{
  417.     color:{color:sidebar};
  418. }
  419.  
  420. #linksblock a.d1{
  421.     padding:3px 12px 6px 12px;
  422.     border-top:3px solid transparent;
  423.     font:11px scada;
  424.     text-transform:uppercase;
  425.     color:{color:sidebar links};
  426.     margin:0px!important;
  427.     -moz-transition-duration:1s!important;
  428.     -webkit-transition-duration:1s!important;
  429.     -o-transition-duration:1s;
  430. }
  431.  
  432. #linksblock a.d1:hover{
  433.     border-top:3px solid {color:navigation};
  434.     background-color:{color:navigation};
  435.     color:{color:navigation link hover};
  436. }
  437.  
  438. .desc {
  439.     text-align:center;
  440.     margin-right:4px!important;
  441.     max-height:60px;
  442.     overflow-x:hidden;
  443.     overflow-y:hidden;
  444.     text-align:right;
  445.     text-transform:none;
  446.     letter-spacing:0px;
  447.     width:323px!important;
  448.     background-color:#trans;
  449.     float:right;
  450.     display:inline;
  451.     padding:0px 5px 0px 0px;
  452.     vertical-align:middle!important;
  453.     font:10px consolas;
  454.     color:{color:sidebar links};
  455.     line-height:90%;
  456. }
  457.  
  458. /* ENTRIES GENERAL  */
  459. #entries {
  460.     width:872px;
  461.     margin:auto;
  462.     position:relative;
  463.     z-index:100;
  464.     margin-bottom:10px;
  465.     background:#trans;
  466.     margin-top:98px;
  467. }
  468.  
  469. #ents{
  470.     width:{block:IndexPage}436px!important;{/block:IndexPage}{block:PermalinkPage}427px;{/block:PermalinkPage}
  471.     {block:PermalinkPage}max-height:520px;{/block:PermalinkPage}
  472.     overflow:hidden;
  473.     background-color:#trans;
  474.     padding:0px!important;
  475.     margin:auto;
  476.     float:left;
  477.     {block:PermalinkPage}margin-top:0px!important;{/block:PermalinkPage}
  478. }
  479.  
  480. .entries{
  481.     width:400px;
  482.     float:left;
  483.     position:relative;
  484.     margin:0px 18px 25px 18px;
  485.     {block:PermalinkPage}
  486.         width:410px!important;
  487.         max-height:520px;
  488.         overflow-y:scroll;
  489.         margin:0px 0px 25px 17px!important;
  490.     {/block:PermalinkPage}
  491. }
  492.  
  493.  
  494. #perminfo{
  495.     width:461px;
  496.     min-height:600px;
  497.     height:100%!important;
  498.     position:fixed;
  499.     border-left:1px solid {color:sidebar};
  500.     padding:14px 0px 14px 0px;
  501.     right:230px;
  502.     top:82px;
  503.     z-index:9;
  504.     background-color:#trans;
  505.     text-transform:uppercase;
  506. }
  507.  
  508. #postinfo{
  509.     position:relative;
  510.     z-index:10;
  511.     width:460px;
  512.     margin-left:0px;
  513.     float:left;
  514.     background-color:#trans;
  515.     max-height:380px;
  516.     overflow-hidden;
  517.     border-bottom:1px solid {color:sidebar};
  518.     font:9px calibri;
  519. }
  520.    
  521. #postnot{
  522.     width:452px;
  523.     margin-top:0px;
  524.     margin-bottom:4px;
  525.     overflow-x:hidden;
  526.     overflow-y:auto;
  527.     max-height:376px;
  528.     margin-left:8px;
  529.     position:relative;
  530.     z-index:11!important;
  531. }
  532.    
  533. #postnot a{
  534.     font:9px courier new;
  535.     font-style:normal;
  536.     color:{color:sidebar links};
  537. }
  538.  
  539. #posttagged{
  540.     width:444px;
  541.     margin:0;
  542.     border-bottom:1px solid {color:sidebar};
  543.     padding:10px 8px;
  544.     position:relative;
  545.     z-index:12;
  546.     background-color:#trans;
  547.     float:left;
  548.     font:9px courier new;
  549.     color:{color:sidebar links};
  550.     text-transform:uppercase;
  551. }
  552.  
  553. #postdata{
  554.     width:460px;
  555.     float:left;
  556.     position:relative;
  557.     z-index:13;
  558.     min-height:30px;
  559.     background-color:#trans;
  560.     text-transform:uppercase;
  561. }
  562.  
  563. .postdatanotes{
  564.     min-width:50px;
  565.     max-width:65px;
  566.     padding:7px;5px;
  567.     margin:0px 0px 0px 2px;
  568.     background-color:{color:navigation};
  569.     font:10px courier new;
  570.     color:{color:navigation link hover};
  571.     letter-spacing:1px;
  572.     float:right;
  573.     text-align:center;
  574. }
  575.  
  576. .postdate{
  577.     width:384px;
  578.     background-color:#trans;
  579.     font:9px courier new;
  580.     padding:0px 5px;
  581.     margin:0;
  582.     float:left;
  583.     position:relative;
  584.     text-transform:uppercase;
  585. }
  586.  
  587. .postdatenotreblogged{
  588.     width:391px;
  589.     background-color:{color:background};
  590.     color:{color:sidebar links};
  591.     text-align:right;
  592.     letter-spacing:1px;
  593.     position:relative;
  594.     z-index:14;
  595.     margin-top:0px;
  596.     padding:7px 0px;    
  597.     -moz-transition: all .7s ease-in-out;
  598.     -o-transition: all .7s ease-in-out;
  599.     transition: all .7s ease-in-out;
  600.     -webkit-transition: all .7s ease-in-out;
  601.     height:11px;
  602.     margin-left:-4px;
  603. }
  604.    
  605. .postdatenotrebloggedr:hover, .postdatenotreblogged:hover{
  606.     z-index:16;
  607. }    
  608.  
  609. .postdatenotrebloggedr{
  610.     float:right;
  611.     margin:0;
  612.     margin-top:-10px;
  613.     padding-top:07px;
  614.     height:17px!important;
  615.     color:{color:sidebar links};
  616.     position:relative;    
  617.     -moz-transition: all .7s ease-in-out;
  618.     -o-transition: all .7s ease-in-out;
  619.     transition: all .7s ease-in-out;
  620.     -webkit-transition: all .7s ease-in-out;
  621. }
  622.    
  623. .postdatenotrebloggedr img{
  624.     padding:4px;
  625.     width:18px;
  626.     height:18px;
  627.     background-color:{color:sidebar links};
  628.     float:right;
  629.     margin-left:5px;
  630.     margin-top:-4px;
  631. }
  632.    
  633. ol.notes{
  634.     padding: 0px 1px 0px 0px;
  635.     list-style-type:none;
  636.     color:{color:text};
  637.     margin-left:0px;
  638. }
  639.  
  640. ol.notes li{
  641.     border-bottom:0px solid {color:border};
  642. }
  643.    
  644. ol.notes li a:link, ol.notes li a:visited, ol.notes li a:active{
  645.     color:{color:link};
  646.     padding: 0px 2px;
  647. }
  648.    
  649. ol.notes li a:hover{
  650.     color: {color:link};
  651. }
  652.    
  653. ol.notes li.note{
  654.     border-top: solid 0px {color:blockquote};
  655.     padding: 5px 0px;
  656. }
  657.  
  658. ol.notes li.note img.avatar{
  659.     display:inline;
  660.     width:9px;
  661.     vertical-align:center;
  662. }
  663.  
  664. ol.notes li.note span.action{
  665.     font-weight: normal;
  666. }
  667.    
  668. ol.notes li.note span.action a{
  669.     font-style:normal!important;
  670.     font-weight: normal;
  671. }
  672.  
  673. ol.notes li.note .answer_content{
  674.     font-weight: normal;
  675. }
  676.  
  677. ol.notes li.note blockquote{
  678.     margin:5px 0px 5px 15px;
  679.     padding:2px 5px;
  680. }
  681.    
  682. #reblogs{
  683.     display:none;
  684. }
  685.  
  686. #bottoms2{
  687.     width:400px;
  688.     padding:2px 0px 0px 0px;
  689.     font:9px courier new;
  690.     text-transform:uppercase;
  691.     margin-top:3px!important;
  692.     margin:auto;
  693.     text-align:right;
  694. }
  695.  
  696. .ldate {
  697.     color:{color:navigation link hover};
  698.     padding:3px 5px;
  699.     font:9px courier new;
  700.     background-color:{color:sidebar links};
  701.     margin:0px 0px!important;
  702.     width:49px;
  703.     float:right;
  704. }
  705.  
  706. .ldate a,.lnotes a{
  707.     color:{color:navigation link hover};
  708. }
  709.  
  710. .lnotes{
  711.     color:{color:navigation link hover};
  712.     padding:3px 5px;
  713.     font:9px courier new;
  714.     background-color:{color:navigation};
  715.     margin:0px 2px 0px 0px!important;
  716.     float:right;
  717.     width:30px;
  718.     text-align:center
  719. }
  720.  
  721. .ltags{
  722.     width:296px;
  723.     float:left;
  724.     border-top:1px solid {color:navigation};
  725.     font:9px courier new;
  726.     color:{color:sidebar};
  727.     margin-top:0px;
  728.     padding-right:3px;
  729.     padding-top:3px;
  730.     text-align:left;
  731. }
  732.  
  733. .ltags a{
  734.     color:{color:sidebar links};
  735.     margin-right:4px;
  736. }
  737.  
  738. .ltags a:hover{
  739.     color:{color:navigation};
  740. }
  741.  
  742. /* PHOTO POSTS */
  743. .hres{
  744.     opacity:0;
  745.     height:12px;
  746.     font:8px calibri;
  747.     color:{color:link};
  748.     background-color:{color:posts in};
  749.     -moz-transition: all .7s ease-in-out;
  750.     -o-transition: all .7s ease-in-out;
  751.     transition: all .7s ease-in-out;
  752.     -webkit-transition: all .7s ease-in-out;
  753.     width:45px;
  754.     position:absolute;
  755.     top:0;
  756.     left:0;
  757.     z-index:998;
  758.     text-align:center;
  759.     text-transform:uppercase;
  760.     filter:alpha(opacity=0);
  761.     padding-top:3px;
  762.     letter-spacing:1px;
  763.     padding-left:1px;
  764.     padding-bottom:1px;
  765. }
  766.  
  767. .hres a{
  768.     color:{color:link};
  769.     text-align:center;
  770. }
  771.  
  772. #photox:hover .hres{
  773.     opacity:0.9;
  774.     filter:alpha(opacity=90);
  775. }
  776.  
  777. #photox{
  778.     overflow:hidden;
  779.     position:relative
  780. }
  781.  
  782.  
  783. /* TEXT POSTS */
  784. #title {
  785.     margin:auto;
  786.     text-align:center;
  787.     border:0;
  788. }
  789.  
  790. .texttitle {
  791.     font-size:16px;
  792.     font-family:klinic_slabmedium;
  793.     font-style:normal;
  794.     color:{color:title};
  795.     padding:2px 1px;
  796.     text-align:center;
  797.     line-height:90%;
  798.     text-transform:uppercase;
  799.         {block:IndexPage}
  800.         width:390px;
  801.     {/block:IndexPage}
  802.     {block:PermalinkPage}
  803.         width:390px;
  804.     {/block:PermalinkPage};
  805. }
  806.  
  807. .texttitle a{
  808.     color:{color:title};
  809. }
  810.  
  811. /* CHAT POSTS */
  812. .chat .line{
  813.     font:10px calibri;
  814. }
  815.  
  816. .label{
  817.     color:{color:bold};
  818.     font:10px klinic_slabmedium;
  819.     text-transform:capitalize;
  820.     font-style:normal;
  821. }
  822.  
  823. .chat{
  824.     margin-top:2px;
  825. }
  826.  
  827. /* LINK POSTS */
  828. .linkdescription{
  829.     padding:0px;
  830.     margin:0px;
  831.     font:10px calibri;
  832. }
  833.  
  834. /* QUOTE POSTS */
  835. .short_quote{
  836.     font:21px raleway;
  837.     font-weight:300;
  838.     background-color:#trans;
  839.     height:auto;
  840.     margin:auto;
  841.     padding:6px;
  842.     text-align:justify;
  843.     color:{color:quote};
  844.     letter-spacing:0px!important;
  845.     line-height:90%;
  846.     width:350px;
  847.    
  848. }
  849.  
  850. .medium_quote {
  851.     font:18px raleway;
  852.     font-weight:300;
  853.     background-color:#trans;
  854.     height:auto;
  855.     margin:auto;
  856.     padding:6px;
  857.     text-align:justify;
  858.     color:{color:quote};
  859.     letter-spacing:0px!important;
  860.     line-height:90%;
  861.     width:350px;
  862. }
  863.  
  864. .long_quote{
  865.      font:15px raleway;
  866.     font-weight:300;
  867.     background-color:#trans;
  868.     height:auto;
  869.     margin:auto;
  870.     padding:6px;
  871.     text-align:justify;
  872.     color:{color:quote};
  873.     letter-spacing:0px!important;
  874.     line-height:90%;
  875.     width:350px;
  876. }
  877.  
  878. .source{
  879.     text-align:right;
  880.     font:9px calibri;
  881.     letter-spacing:1px;
  882.     color:{color:text};
  883.     text-transform:uppercase;
  884.     margin-top:7px;
  885.     margin-right:-19px;
  886. }
  887.  
  888. /* AUDIO POSTS */
  889. .cover {
  890.     position:relative;
  891.     z-index:100;
  892. }
  893. .cover img {
  894.     width:120px;
  895.     height:120px;
  896. }
  897.  
  898. .audbox{
  899.     position:absolute;
  900.     z-index:101;
  901.     padding:10px 16px 10px 12px;
  902.     background-color:#000;
  903.     margin-top:35px;
  904.     margin-left:36px;
  905.     opacity:0.3;
  906.     filter:alpha(opacity=30);
  907.     -moz-transition: all ease-in-out 0.7s;
  908.     -o-transition: all ease-in-out 0.7s;
  909.     -webkit-transition: all ease-in-out 0.7s;
  910.     transition: all ease-in-out 0.7s;
  911. }
  912.  
  913. .audbox:hover{
  914.     opacity:.9;
  915.     filter:alpha(opacity=90);
  916. }
  917.  
  918. .audbutton{
  919.     width:20px;
  920.     height:30px;
  921.     overflow:hidden;
  922.     position:relative;
  923.     z-index:101;
  924. }
  925.  
  926. #audinfor{
  927.     margin-top:-3px;
  928.     width:275px;
  929.     float:right;
  930.     padding:0px 5px;
  931. }
  932.  
  933. .audinfor{
  934.     background-color:{color:sidebar links};
  935.     height:121px;
  936. }
  937.    
  938. .audartist{
  939.     width:auto;
  940.     text-align:center;
  941.     font:9px calibri;
  942.     letter-spacing:1px;
  943.     text-transform:uppercase;
  944.     font-style:normal;
  945.     font-weight:400;
  946.     color:{color:navigation link hover};
  947.     margin-bottom:0px;
  948.     line-height:100%;
  949.     display:block;
  950. }
  951.  
  952. .audsong{
  953.     width:auto;
  954.     text-align:center;
  955.     font:16px klinic_slabmedium;
  956.     text-transform:uppercase;
  957.     font-style:normal;
  958.     font-weight:400;
  959.     color:{color:navigation};
  960.     margin-top:0px;
  961.     line-height:95%;
  962.     display:block;
  963. }
  964.  
  965. .audalbums{
  966.     width:auto;
  967.     text-align:center;
  968.     font:9px calibri;
  969.     letter-spacing:1px;
  970.     text-transform:uppercase;
  971.     font-style:normal;
  972.     font-weight:400;
  973.     color:{color:navigation link hover};
  974.     margin-top:0px;
  975.     line-height:95%;
  976.     display:inline;
  977. }
  978.  
  979. /* ASKS */
  980. #question{
  981.     width:400px;
  982.     margin:auto;
  983.     font:10px calibri;
  984.     padding:0;
  985.     height:60px;
  986.     line-height:95%;
  987. }
  988.  
  989.  
  990. .askpic{
  991.     width:77px;
  992.     height:50px;
  993.     padding:0px;
  994.     margin:0px;
  995.     background-color:trans;
  996. }
  997.    
  998. .askpic img{
  999.     width:50px;
  1000.     height:50px;
  1001.     margin:auto;
  1002.     padding:7px;
  1003.     background-color:trans;
  1004.     border:1px solid {color:sidebar};
  1005. }
  1006.  
  1007. .accent {
  1008.     font:10px calibri;
  1009.     background-color: {color:sidebar links};
  1010.     color: {color:navigation link hover};
  1011.     font-style: italic;
  1012.     padding: 0px 6px 1px 6px;
  1013. }
  1014.  
  1015. .accent a{
  1016.     color: {color:navigation link hover};
  1017.     }
  1018.    
  1019. .accent a:hover{
  1020.     color:{color:navigation link hover}!important;
  1021.     }
  1022.  
  1023. .quest{
  1024.     background-color:transparent;
  1025.     color:{color:sidebar links};
  1026.     padding:0px;
  1027.     text-align:justify;
  1028.     font:10px calibri;
  1029.     font-style:italic;
  1030.     line-height:90%;
  1031.     padding-top:10px!important;
  1032.     }
  1033.  
  1034. #answer{
  1035.     width:400px;
  1036.     margin:auto;
  1037.     margin-top:5px;
  1038.     font:10px calibri;
  1039.     padding:0px;
  1040. }
  1041.  
  1042. /* POST NOTES */
  1043. #perminfo{
  1044.     width:461px;
  1045.     min-height:600px;
  1046.     height:100%!important;
  1047.     position:fixed;
  1048.     border-left:1px solid {color:sidebar};
  1049.     padding:14px 0px 14px 0px;
  1050.     right:230px;
  1051.     top:82px;
  1052.     z-index:9;
  1053.     background-color:#trans;
  1054.     text-transform:uppercase;
  1055. }
  1056.  
  1057. #postinfo{
  1058.     position:relative;
  1059.     z-index:10;
  1060.     width:460px;
  1061.     margin-left:0px;
  1062.     float:left;
  1063.     background-color:#trans;
  1064.     max-height:380px;
  1065.     overflow-hidden;
  1066.     border-bottom:1px solid {color:sidebar};
  1067.     font:9px calibri;
  1068. }
  1069.    
  1070. #postnot{
  1071.     width:452px;
  1072.     margin-top:0px;
  1073.     margin-bottom:4px;
  1074.     overflow-x:hidden;
  1075.     overflow-y:auto;
  1076.     max-height:376px;
  1077.     margin-left:8px;
  1078.     position:relative;
  1079.     z-index:11!important;
  1080. }
  1081.    
  1082. #postnot a{
  1083.     font:9px courier new;
  1084.     font-style:normal;
  1085.     color:{color:sidebar links};
  1086. }
  1087.  
  1088. #posttagged{
  1089.     width:444px;
  1090.     margin:0;
  1091.     border-bottom:1px solid {color:sidebar};
  1092.     padding:10px 8px;
  1093.     position:relative;
  1094.     z-index:12;
  1095.     background-color:#trans;
  1096.     float:left;
  1097.     font:9px courier new;
  1098.     color:{color:sidebar links};
  1099.     text-transform:uppercase;
  1100. }
  1101.  
  1102. #postdata{
  1103.     width:460px;
  1104.     float:left;
  1105.     position:relative;
  1106.     z-index:13;
  1107.     min-height:30px;
  1108.     background-color:#trans;
  1109.     text-transform:uppercase;
  1110. }
  1111.  
  1112. .postdatanotes{
  1113.     min-width:50px;
  1114.     max-width:65px;
  1115.     padding:7px;5px;
  1116.     margin:0px 0px 0px 2px;
  1117.     background-color:{color:navigation};
  1118.     font:10px courier new;
  1119.     color:{color:navigation link hover};
  1120.     letter-spacing:1px;
  1121.     float:right;
  1122.     text-align:center;
  1123. }
  1124.  
  1125. .postdate{
  1126.     width:384px;
  1127.     background-color:#trans;
  1128.     font:9px courier new;
  1129.     padding:0px 5px;
  1130.     margin:0;
  1131.     float:left;
  1132.     position:relative;
  1133.     text-transform:uppercase;
  1134. }
  1135.  
  1136. .postdatenotreblogged{
  1137.     width:391px;
  1138.     background-color:{color:background};
  1139.     color:{color:sidebar links};
  1140.     text-align:right;
  1141.     letter-spacing:1px;
  1142.     position:relative;
  1143.     z-index:14;
  1144.     margin-top:0px;
  1145.     padding:7px 0px;    
  1146.     -moz-transition: all .7s ease-in-out;
  1147.     -o-transition: all .7s ease-in-out;
  1148.     transition: all .7s ease-in-out;
  1149.     -webkit-transition: all .7s ease-in-out;
  1150.     height:11px;
  1151.     margin-left:-4px;
  1152. }
  1153.    
  1154. .postdatenotrebloggedr:hover, .postdatenotreblogged:hover{
  1155.     z-index:16;
  1156. }    
  1157.  
  1158. .postdatenotrebloggedr{
  1159.     float:right;
  1160.     margin:0;
  1161.     margin-top:-10px;
  1162.     padding-top:07px;
  1163.     height:17px!important;
  1164.     color:{color:sidebar links};
  1165.     position:relative;    
  1166.     -moz-transition: all .7s ease-in-out;
  1167.     -o-transition: all .7s ease-in-out;
  1168.     transition: all .7s ease-in-out;
  1169.     -webkit-transition: all .7s ease-in-out;
  1170. }
  1171.    
  1172. .postdatenotrebloggedr img{
  1173.     padding:4px;
  1174.     width:18px;
  1175.     height:18px;
  1176.     background-color:{color:sidebar links};
  1177.     float:right;
  1178.     margin-left:5px;
  1179.     margin-top:-4px;
  1180. }
  1181.    
  1182. ol.notes{
  1183.     padding: 0px 1px 0px 0px;
  1184.     list-style-type:none;
  1185.     color:{color:text};
  1186.     margin-left:0px;
  1187. }
  1188.  
  1189. ol.notes li{
  1190.     border-bottom:0px solid {color:border};
  1191. }
  1192.    
  1193. ol.notes li a:link, ol.notes li a:visited, ol.notes li a:active{
  1194.     color:{color:link};
  1195.     padding: 0px 2px;
  1196. }
  1197.    
  1198. ol.notes li a:hover{
  1199.     color: {color:link};
  1200. }
  1201.    
  1202. ol.notes li.note{
  1203.     border-top: solid 0px {color:blockquote};
  1204.     padding: 5px 0px;
  1205. }
  1206.  
  1207. ol.notes li.note img.avatar{
  1208.     display:inline;
  1209.     width:9px;
  1210.     vertical-align:center;
  1211. }
  1212.  
  1213. ol.notes li.note span.action{
  1214.     font-weight: normal;
  1215. }
  1216.    
  1217. ol.notes li.note span.action a{
  1218.     font-style:normal!important;
  1219.     font-weight: normal;
  1220. }
  1221.  
  1222. ol.notes li.note .answer_content{
  1223.     font-weight: normal;
  1224. }
  1225.  
  1226. ol.notes li.note blockquote{
  1227.     margin:5px 0px 5px 15px;
  1228.     padding:2px 5px;
  1229. }
  1230.    
  1231. #reblogs{
  1232.     display:none;
  1233. }
  1234.  
  1235. </style>
  1236. </head>
  1237.  
  1238. <body>
  1239. <div id="header">
  1240.     <div id="headcont">
  1241.         <div id="headtitle">
  1242.             <img src="{PortraitURL-64}">
  1243.             <div class="desc">
  1244.                 <span style="font:13px klinic_slabmedium; color:{color:navigation}; text-align:right!important;letter-spacing:1px; text-transform:uppercase; margin-right:-3px; line-height:100%!important;">{Title}</span>
  1245.                 <br>{Description}
  1246.             </div>
  1247.         </div>
  1248.         {block:Pagination}
  1249.             <div id="pagin">
  1250.                 {block:PreviousPage}
  1251.                     <a href="{PreviousPage}" title="previous"></a>
  1252.                 {/block:PreviousPage}
  1253.                 {CurrentPage} <em>of</em> {TotalPages}
  1254.                 {block:NextPage}
  1255.                     <a href="{NextPage}" title="next"></a>
  1256.                 {/block:NextPage}
  1257.             </div>
  1258.         {/block:Pagination}
  1259.         <div id="headlinks">
  1260.             <div id="linksblock">
  1261.                 <div id="headback">.</div>
  1262.                 {block:IndexPage}
  1263.                     <a href="#" class="d1" title="about">+</a>
  1264.                 {/block:IndexPage}
  1265.                 <a href="/" class="nav">home</a>
  1266.                 <a href="/ask" class="nav">ask</a>
  1267.                {block:ifEnableLink1}<a href="{text:Link 1 URL}" class="nav">{text:Link 1 Name}</a>{/block:ifEnableLink1}
  1268.                 {block:ifEnableLink2}<a href="{text:Link 2 URL}" class="nav">{text:Link 2 Name}</a>{/block:ifEnableLink2}
  1269.                  {block:ifEnableLink3}<a href="{text:Link 3 URL}" class="nav">{text:Link 3 Name}</a>{/block:ifEnableLink3}
  1270.                 {block:ifEnableLink4}<a href="{text:Link 4 URL}" class="nav">{text:Link 4 Name}</a>{/block:ifEnableLink4}
  1271.                
  1272.             </div>
  1273.         </div>
  1274.     </div>
  1275. </div>
  1276.  
  1277. <div id="content">
  1278. <div id="credits"><a href="http://maraudersmaps.tumblr.com/"><img src="http://static.tumblr.com/2lqtwbf/Msym2dyam/untitled-3.png" title="theme by maraudersmaps"></a></div>
  1279.  
  1280.  
  1281. <!--- ENTRIES --->
  1282. <div id="entries">
  1283.     {block:Posts}
  1284.         <div id="ents"><div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  1285.  
  1286. <!--- TEXT POST --->
  1287.             {block:Text}
  1288.                 <div style="padding:0px 5px 5px 5px; margin:auto!important;" width="100%">
  1289.                     {block:Title}
  1290.                         <div id="title">
  1291.                             <div class="texttitle">
  1292.                                 <a href="{Permalink}" target="_blank">{Title}</a>
  1293.                             </div>
  1294.                         </div>
  1295.                     {/block:Title}
  1296.                    
  1297.                     {Body}
  1298.                     {block:More}<a href="{Permalink}" style="font-family:'courier new'!important;text-transform:uppercase; padding:0px 2px!important; font-style:normal!important; background-color:#trans; color:{color:sidebar links}!important">Read More</a>{/block:More}
  1299.                 </div>
  1300.             {/block:Text}
  1301.  
  1302. <!--- PHOTO POST --->
  1303.             {block:Photo}
  1304.                 <div id="photox">
  1305.                     <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  1306.                     {block:HighRes}
  1307.                         <div class="hres">
  1308.                             <a href="{PhotoURL-HighRes}">High-Res</a>
  1309.                         </div>
  1310.                     {/block:HighRes}
  1311.                 </div>
  1312.                
  1313.                 {block:Caption}
  1314.                     <div class="caption">
  1315.                         {Caption}
  1316.                     </div>
  1317.                 {/block:Caption}
  1318.             {/block:Photo}
  1319.  
  1320. <!--- PHOTOSET POST --->
  1321.             {block:Photoset}
  1322.                 {Photoset-400}
  1323.                 {block:Caption}
  1324.                     <div class="caption">
  1325.                         {Caption}
  1326.                     </div>
  1327.                 {/block:Caption}
  1328.             {/block:Photoset}
  1329.  
  1330. <!--- QUOTE POST --->
  1331.             {block:Quote}
  1332.                 <div class="{Length}_quote">
  1333.                     {Quote}
  1334.                    
  1335.                     {block:Source}
  1336.                         <div class="source">
  1337.                             {Source}
  1338.                         </div>
  1339.                     {/block:Source}
  1340.                 </div>
  1341.             {/block:Quote}
  1342.  
  1343. <!--- LINK POST --->
  1344.             {block:Link}
  1345.                 <div style="padding:0px 5px 5px 5px; margin:auto!important;" width="100%">
  1346.                     <div id="title">
  1347.                         <div class="texttitle">
  1348.                             <a href="{URL}" class="linkpost" target="_blank">{Name}</a>
  1349.                         </div>
  1350.                     </div>
  1351.  
  1352.                     {block:Description}
  1353.                         <div class="linkdescription">
  1354.                             {Description}
  1355.                         </div>
  1356.                     {/block:Description}
  1357.                 </div>
  1358.             {/block:Link}
  1359.  
  1360. <!--- CHAT POST --->
  1361.             {block:Chat}
  1362.                 <div style="padding:0px 30px 5px 30px; margin:auto!important; width="100%">
  1363.                     {block:Title}
  1364.                         <div id="title">
  1365.                             <div class="texttitle">
  1366.                                 {Title}
  1367.                             </div>                            
  1368.                         </div>
  1369.                     {/block:Title}
  1370.                    
  1371.                     <div class="chat" style="margin:auto;">
  1372.                         {block:Lines}
  1373.                             <div class="chat">
  1374.                                 <div class="line {Alt}">
  1375.                                     <div class="{Alt} user_{UserNumber}">
  1376.                                         {block:Label}
  1377.                                             <span class="label">
  1378.                                                 {Label}
  1379.                                             </span>
  1380.                                         {/block:Label}
  1381.                                         {Line}
  1382.                                     </div>
  1383.                                 </div>
  1384.                             </div>
  1385.                         {/block:Lines}
  1386.                     </div>
  1387.                 </div>
  1388.             {/block:Chat}
  1389.  
  1390. <!--- VIDEO POST --->
  1391.             {block:Video}
  1392.                 {Video-400}
  1393.                
  1394.                 {block:Caption}
  1395.                     <div class="caption">
  1396.                         {Caption}
  1397.                     </div>
  1398.                 {/block:Caption}
  1399.             {/block:Video}
  1400.  
  1401. <!--- AUDIO POST --->
  1402.             {block:Audio}
  1403.                 <table width="400px" cellspacing="0px" cellpadding="0px">
  1404.                     <tr height="120px">
  1405.                         <td>
  1406.                             <div class="audbox">
  1407.                                 <div class="audbutton">
  1408.                                     {block:AudioPlayer}
  1409.                                         {AudioPlayerBlack}
  1410.                                     {/block:AudioPlayer}
  1411.                                 </div>
  1412.                             </div>
  1413.                             <div class="cover">
  1414.                                 <img src="http://static.tumblr.com/2lqtwbf/XQcmqllu6/notalbumart.png" style="position:relative;z-index:2;{block:AlbumArt}display:none;{/block:AlbumArt}">
  1415.                                 {block:AlbumArt}
  1416.                                     <img src="{AlbumArtURL}" style="position:relative;z-index:3;">
  1417.                                 {/block:AlbumArt}
  1418.                             </div>
  1419.                         </td>
  1420.                         <td>    
  1421.                             <div id="audinfor">
  1422.                                 <table width="100%" cellpadding="0" cellspacing"0" class="audinfor">
  1423.                                     <tr height="110px">
  1424.                                         <td>
  1425.                                             {block:TrackName}
  1426.                                                 <div class="audsong">
  1427.                                                     {TrackName}
  1428.                                                 </div>
  1429.                                             {/block:TrackName}
  1430.                                              <div class="audartist">
  1431.                                                 {block:Artist}
  1432.                                                     {Artist}
  1433.                                                 {/block:Artist}
  1434.                                                 {block:Album}
  1435.                                                     {block:Artist}
  1436.                                                         &nbsp;-&nbsp;
  1437.                                                     {/block:Artist}
  1438.                                                     {Album}
  1439.                                                 {/block:Album}
  1440.                                                 {block:PlayCount}
  1441.                                                     <br>
  1442.                                                     {PlayCountWithLabel}
  1443.                                                 {/block:PlayCount}
  1444.                                             </div>
  1445.                                         </td>
  1446.                                     </tr>
  1447.                                 </table>
  1448.                             </div>
  1449.                         </td>
  1450.                     </tr>
  1451.                 </table>
  1452.                
  1453.                 {block:Caption}
  1454.                     <div class="caption">
  1455.                         {Caption}
  1456.                     </div>
  1457.                 {/block:Caption}    
  1458.             {/block:Audio}
  1459.  
  1460. <!--- ASK POST --->
  1461.             {block:Answer}
  1462.                 <table id="question" cellspacing="0" cellpadding="0">
  1463.                     <tr height="60px">
  1464.                         <td class="askpic">
  1465.                             <div style="display:block; position:relative;z-index:1;">
  1466.                                 <img src="{AskerPortraitURL-64}">
  1467.                             </div>
  1468.                             <div style="display:block; float:right; background-color:trans; color:{color:background}; font-size:50px; margin-left:12px; padding:0px; margin-top:-40px; position:relative; z-index:22;text-shadow:1px 1px 0px {color:sidebar}, 1px -1px 0px {color:sidebar};">
  1469.                                 ‣
  1470.                             </div>
  1471.                         </td>
  1472.                         <td>
  1473.                             <span class="accent">{Asker} said:</span>
  1474.                             <br>
  1475.                             <div style="line-height:90%; margin-top:2px;">
  1476.                                 <span class="quest">{Question}</span>
  1477.                             </div>
  1478.                         </td>
  1479.                     </tr>
  1480.                 </table>
  1481.                 <div id="answer">
  1482.                     {answer}
  1483.                 </div>
  1484.             {/block:Answer}
  1485.  
  1486.             {block:IndexPage}
  1487.                 <div id="bottoms2">
  1488.                    {block:Date}
  1489.                     <div class="ldate">
  1490.                         <a href="{Permalink}" >{DayofMonthWithZero}.{MonthNumberWithZero}.{YEar}</a>
  1491.                     </div>
  1492.                     {/block:Date}
  1493.                     <div class="lnotes">
  1494.                         <a href="{Permalink}">{NoteCount}</a>
  1495.                     </div>
  1496.                     <div class="ltags">
  1497.                         {block:HasTags}
  1498.                             {block:Tags}
  1499.                                 <a href="{TagURL}">{tag}</a>
  1500.                             {/block:Tags}
  1501.                         {/block:HasTags}
  1502.                     </div>
  1503.                 </div>
  1504.             {/block:IndexPage}
  1505.  
  1506.  
  1507. <!--- POST NOTES--->
  1508.             {block:PermalinkPage}
  1509.                     <div id="perminfo">
  1510.                         {block:PostNotes}
  1511.                             <div id="postinfo">
  1512.                                 <div id="postnot">
  1513.                                     {PostNotes}
  1514.                                 </div>
  1515.                             </div>
  1516.                             {block:HasTags}
  1517.                                 <div id="posttagged">
  1518.                                     {block:Tags}
  1519.                                         <a href="{TagURL}">#{Tag}</a>&nbsp;
  1520.                                    {/block:Tags}
  1521.                                 </div>
  1522.                             {/block:HasTags}
  1523.                             <div id="postdata">
  1524.                                 <div class="postdatanotes">
  1525.                                     {NoteCount}
  1526.                                 </div>
  1527.                                 <div class="postdate">
  1528.                                     {block:NotReblog}
  1529.                                         <div class="postdatenotreblogged">
  1530.                                             <div class="postdatenotrebloggedr">
  1531.                                                 <img src="{PortraitURL-24}">
  1532.                                                 originally posted by:<br>{Text:My URL}</p>
  1533.                                             </div>
  1534.                                         </div>
  1535.                                     {/block:NotReblog}
  1536.                    
  1537.                                     {block:RebloggedFrom}
  1538.                                         <div class="postdatenotreblogged">
  1539.                                             <div class="postdatenotrebloggedr">
  1540.                                                 <a href="{ReblogRootURL}">
  1541.                                                     <img src="{ReblogRootPortraitURL-24}" title="from">
  1542.                                                 </a>
  1543.                                                 <a href="{ReblogParentURL}">
  1544.                                                     <img src="{ReblogParentPortraitURL-24}" title="via">
  1545.                                                 </a>
  1546.                                                 originally posted by: {ReblogRootName}<br> via: {ReblogParentName}
  1547.                                             </div>
  1548.                                         </div>
  1549.                                     {/block:RebloggedFrom}
  1550.                                 </div>
  1551.                             </div>
  1552.                         {/block:PostNotes}  
  1553.                     </div>
  1554.                 {/block:PermalinkPage}
  1555.  
  1556.         </div></div>
  1557.         {/block:Posts}
  1558.         <div id=reblogs>
  1559.             {block:RebloggedFrom}
  1560.                 <a href="{ReblogParentURL}">
  1561.                     <img src="{ReblogParentPortraitURL-24}">
  1562.                 </a>
  1563.                 → reblogged from
  1564.                 <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  1565.             {/block:RebloggedFrom}
  1566.             {block:ContentSource}
  1567.                 originally from
  1568.                 <a href="{SourceURL}">{SourceLink}</a>
  1569.                 <br>
  1570.             {/block:ContentSource}
  1571.             <a href="{Permalink}">
  1572.                 {block:NoteCount}
  1573.                     {NoteCount} notes,
  1574.                 {/block:NoteCount}
  1575.                 {block:Date}
  1576.                 posted {TimeAgo}{/block:Date}
  1577.             </a>
  1578.         </div><p><p>
  1579.     </div>
  1580. </body>
  1581. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement