Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.96 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 14 - ENSIGN LEDO -->
  5. <!-- MADE BY MAGNUSTHEMES; DO NOT STEAL -->
  6. <!-- do not remove these comments thank you very much -->
  7. <!-- sidebar image is 250x300 -->
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:borders" content="#aaa" />
  21. <meta name="color:links" content="#aaa"/>
  22. <meta name="color:links hover" content="#fff" />
  23. <meta name="color:scrollbar" content="#000" />
  24. <meta name="color:scrollbar background" content="#fff" />
  25. <meta name="color:text" content="#000000"/>
  26. <meta name="color:post container" content="#000" />
  27. <meta name="color:posts" content="#ffffff"/>
  28. <meta name="color:bold" content="#000" />
  29. <meta name="color:italic" content="#000" />
  30. <meta name="color:permalinks and asks" content="#fefefe" />
  31. <meta name="color:chat odd" content="#eee" />
  32. <meta name="color:chat even" content="#fff" />
  33. <meta name="color:chat text" content="#222" />
  34. <meta name="color:music info text" content="#eee" />
  35. <meta name="color:tooltips" content="#fff" />
  36. <meta name="color:tooltips background" content="#000" />
  37. <meta name="color:post title" content="#000" />
  38. <meta name="color:topbar" content="#aaa" />
  39. <meta name="color:sidebar" content="#aaa" />
  40. <meta name="color:title" content="#fff" />
  41. <meta name="color:title bg" content="#aaa" />
  42. <meta name="color:icons" content="#fff" />
  43. <meta name="color:icons bg" content="#aaa" />
  44. <meta name="color:icons bg hover" content="#333" />
  45. <meta name="color:icons hover" content="#fff" />
  46. <meta name="color:custom links panel" content="#000" />
  47. <meta name="color:custom links" content="#eee" />
  48. <meta name="color:custom links bg" content="#000" />
  49. <meta name="color:custom links hover" content="#fff" />
  50. <meta name="color:custom links hover bg" content="#777" />
  51. <meta name="color:description" content="#fff" />
  52. <meta name="color:description bg" content="#ccc" />
  53. <meta name="color:pagination bg" content="#ffffff">
  54. <meta name="color:pagination" content="#fff" />
  55.  
  56. <meta name="image:background" content=""/>
  57. <meta name="image:sidebar" content="" />
  58. <meta name="image:render" content="" />
  59.  
  60. <meta name="if:monochrome images" content="0" />
  61. <meta name="if:500px posts" content="0" />
  62. <meta name="if:white audio player" content="1" />
  63. <meta name="if:infinite scroll" content="0" />
  64. <meta name="if:render image" content="1" />
  65. <meta name="if:billy player" content="1" />
  66.  
  67. <meta name="text:song title" content="" />
  68. <meta name="text:billy code" content="" />
  69. <meta name="text:link 1" content=""/>
  70. <meta name="text:link 1 url" content=""/>
  71. <meta name="text:link 2" content=""/>
  72. <meta name="text:link 2 url" content=""/>
  73. <meta name="text:link 3" content=""/>
  74. <meta name="text:link 3 url" content=""/>
  75. <meta name="text:link 4" content=""/>
  76. <meta name="text:link 4 url" content=""/>
  77. <meta name="text:link 5" content=""/>
  78. <meta name="text:link 5 url" content=""/>
  79. <meta name="text:link 6" content=""/>
  80. <meta name="text:link 6 url" content=""/>
  81. <meta name="text:link 7" content=""/>
  82. <meta name="text:link 7 url" content=""/>
  83. <meta name="text:link 8" content=""/>
  84. <meta name="text:link 8 url" content=""/>
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89. /* CUSTOM THINGIES */
  90. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  91.  
  92. [class*="fontawesome-"]:before {
  93.   font-family: 'FontAwesome', sans-serif;
  94.   position: fixed;
  95.   z-index: 1;
  96. }
  97.  
  98. ::-webkit-scrollbar {height:10px; width:10px;}
  99. ::-webkit-scrollbar-track-piece {background-color:#fff;}
  100. ::-webkit-scrollbar-thumb {
  101.     width: 10px; height:10px;
  102.     background-color:#dccbe7;
  103. }
  104.  
  105. @font-face {
  106. font-family:’Champagne’;
  107. src: url(‘http://static.tumblr.com/p0knose/aurn3rjdv/champagne___limousines.ttf’);
  108. }
  109.  
  110. @font-face {
  111. font-family:’Champagne’;
  112. src: url(‘http://static.tumblr.com/p0knose/pn3rjja/champagne___limousines_bold.ttf’);
  113. font-weight:bold;
  114. }
  115.  
  116. @font-face {
  117. font-family:’italic’;
  118. src: url(‘http://static.tumblr.com/p0knose/wjjn3rjks/champagne___limousines_italic.ttf’);
  119. font-style:oblique, italic;
  120. }
  121.  
  122. @font-face {
  123. font-family:’Anchor’;
  124. src: url(‘http://static.tumblr.com/p0knose/uZOn3rjau/ftanchoryard-regular.ttf’);
  125. }
  126.  
  127.  
  128. #s-m-t-tooltip{
  129.     max-width:200px;
  130.     z-index:999999999999999999999999999999999999999999999999999;
  131.     margin:24px 14px 7px 12px;
  132.     padding:5px;
  133.     padding-bottom:2px;
  134.     opacity:0.8;
  135.     background:#000;
  136.     border-radius:0px;
  137.     -moz-box-shadow:0px 0px 3px #232323;
  138.     -webkit-box-shadow:0px 0px 3px #232323;
  139.     box-shadow:0px 0px 3px #232323;
  140.     font-size:13px;
  141.     color:#fff;
  142. }
  143.  
  144. /* BORING BASICS */
  145.  
  146. body{
  147.     background-image:url('http://static.tumblr.com/c55a084a407e6d6ff48e53a815c14437/kxeggvk/qP8n49548/tumblr_static_8g7yluy67y80gk8kksosog4go.png');
  148.     word-wrap:break-word;
  149.     overflow:auto;
  150.     background-attachment: fixed;
  151.     /*background-position: right;*/
  152.     background-color: #ffffff;
  153.     background-repeat:repeat-y;
  154. background-position:100% 25%;
  155.     /*margin-right:0px;*/
  156.     margin-top:0px;
  157.     color: #717370;
  158.     font-family: "Arial Narrow", Arial, sans-serif;
  159.     letter-spacing:1px;
  160.     font-size:10px;
  161.     line-height:150%;
  162. }
  163.  
  164. a{
  165.     text-decoration:none;
  166.     color:#606060;
  167.     transition:0.2s;
  168.     -webkit-transition:0.2s;
  169.     -moz-transition:0.2s;
  170.     -o-transition:0.2s;
  171.     -ms-transition:0.2s;
  172. }
  173.  
  174. a:hover {
  175.     color:#dccbe7;
  176. }
  177.  
  178. i, italic, em{
  179.     color:#000;
  180.     text-transform:italic;
  181.     font-family:italic;
  182. }
  183.  
  184. b, bold, strong{
  185.     color:#000;
  186.     font-weight:bold;
  187.     font-weight:strong;
  188. }
  189.  
  190. img{
  191.     border:none;
  192. }
  193.  
  194.  
  195. blockquote {
  196.     margin:10px 0px;
  197.     margin-left:10px;
  198.     display:block;
  199.     border-left:2px solid #aaa;
  200.     padding:0px 10px;
  201. }
  202.  
  203. blockquote img {max-width:100%!important;}
  204.  
  205. pre {
  206.     background:#ede5f3;
  207.     padding:10px;
  208. }
  209.  
  210. /* POSTS */
  211.  
  212. #postmargin{
  213.     background:#dccbe7;
  214.     margin-left:400px;
  215.     margin-top:0;
  216.     z-index:99;
  217.     padding: 20px;
  218.     margin-bottom:-20px;
  219.    
  220.     width:460px;
  221. }
  222.  
  223. .posts{
  224.    
  225.     width:440px;
  226.     padding:0px;
  227.     margin-left:10px;
  228.     background-color:#ffffff;
  229. }
  230.  
  231. .container {padding:20px;}
  232.  
  233. .posts img{
  234.     max-width:100%;
  235.    
  236. }
  237.  
  238. .posts iframe{
  239.     max-width:100%;
  240. }
  241.  
  242. #quote{
  243.     padding:5px;
  244.     font-size:20px;
  245.     text-align:center;
  246.     letter-spacing:1.5px;
  247.     font-family:anchor, consolas, monospace;
  248.     margin-bottom:15px;
  249. }
  250.  
  251. #link{
  252.     text-align:right;
  253.     padding:5px;
  254.     padding-top:10px;
  255.     padding-bottom:0;
  256.     border-bottom:2px dashed #aaa;
  257.     font-size:20px;
  258. }
  259.  
  260. #permalink{
  261.    
  262.     width:420px;
  263.     padding:10px;
  264.     margin-bottom:10px;
  265.     margin-top:10px;
  266.     background:#ede5f3;
  267.     font-size:11px;
  268.     padding-top:10px;
  269.     padding-bottom:10px;
  270.     height:auto;
  271.     text-align:right;
  272. }
  273.  
  274. .jrc {
  275.     margin-top:5px;
  276.     color:#000;
  277.     letter-spacing:1.5px;
  278.     font-family:anchor, consolas, monospace;
  279.     padding-bottom:10px;
  280.     margin-bottom:5px;
  281. }
  282.  
  283. #ask img {width:50px; height:50px;}
  284.  
  285. #musicinfo{
  286.     color:#eee;
  287.     padding-left:20px;
  288.     margin-left:100px;
  289.     margin-top:5px;
  290.     line-height:150%;
  291.     border-bottom:1px dashed #aaa;
  292.    
  293.     width:280px;
  294.     margin-bottom:0;
  295. }
  296.  
  297. .audiocaption {
  298.     margin-top:10px;
  299. }
  300.  
  301. .albumart {
  302.     position: absolute;
  303.     width:100px;
  304.     height:100px;
  305.     background:url(http://i.imgur.com/zlbTeHo.jpg);
  306.     background-size:100px 100px;
  307.     background-position:fixed;
  308.     background-repeat:no-repeat;
  309. }
  310.  
  311. .tplayer {
  312.     width: 20px;
  313.     height: 30px;
  314.     overflow: hidden;
  315.     position: relative;
  316.     z-index: 1;
  317.     margin:15px 20px;
  318.     transition:0.4s;
  319.     -webkit-transition:0.4s;
  320.     -moz-transition:0.4s;
  321.     -o-transition:0.4s;
  322.     -ms-transition:0.4s;
  323. }
  324.    
  325. .playercontainer {
  326.    
  327.    
  328.     background-color:#fff;
  329.    
  330.     position: absolute;
  331.     opacity:0.6;
  332.     z-index: 1;
  333.     margin:20px;
  334. }
  335.  
  336. .label {
  337.     background-color:#fff;
  338.     border-left:20px solid #aaa;
  339.     padding-left:20px;
  340.     padding:10px;
  341.     color:#222;
  342. }
  343.  
  344. .label:nth-of-type(odd) {
  345.     background-color:#fff;
  346. }
  347.  
  348. .label:nth-of-type(even) {
  349.     background-color:#eee;
  350. }
  351.  
  352. /* NOTES */
  353.  
  354. ol.notes{
  355.    
  356.     width:420px;
  357.     max-height:200px;
  358.     overflow:auto;
  359.     padding-left:10px;
  360.     padding-right:10px;
  361.     padding-top:10px;
  362.     padding-bottom:10px;
  363.     list-style-type:none;
  364.     font-size:11px;
  365.     background-color:#ede5f3;
  366. }
  367.  
  368. ol.notes li.note{
  369.     border-top:1px dotted #cccccc;
  370.     padding:2px;
  371.     font-size:11px;
  372. }
  373.  
  374. ol.notes li.note img{
  375.     padding:0px !important;
  376. }
  377.  
  378. ol.notes li.note img.avatar{
  379.     margin-right:5px;
  380.     width:0px;
  381.     height:0px;
  382. }
  383.  
  384. ol.notes li.note a img.avatar{
  385.     padding:0px;
  386.     border-width:0px;
  387.     border:none;
  388. }
  389.  
  390. ol.notes li.note img{
  391.     padding:0px;
  392.     border-width:0px;
  393.     border:none;
  394. }
  395.  
  396. ol.notes li.note span.action{
  397.     font-weight:bold;
  398.     color:gray;
  399. }
  400.  
  401. ol.notes li.note.answer_content{
  402.     font-weight:normal;
  403. }
  404.  
  405. ol.notes li.note.blockquote{
  406.     padding:1 px 1 px;margin:1px 0px 0px 1px;
  407. }
  408.  
  409. ol.notes li.note.blockquote a{
  410.     text-decoration:none;
  411. }
  412.  
  413. /* IMPORTANT */
  414.  
  415. #jan {
  416.     bottom:5px;
  417.     right:5px;
  418.     position:fixed;
  419.     z-index:99999;
  420. }
  421.  
  422. #top {
  423.     position:fixed;
  424.     top:0;
  425.     left:0;
  426.     width:100%;
  427.     height:65px;
  428.     border-bottom:5px solid #aaa;
  429.     background:#c0c0c0;
  430.     z-index:-1;
  431. }
  432.  
  433. #sidebar {
  434.     position:fixed;
  435.     top:70px;
  436.     left:70px;
  437.     width:250px;
  438.     padding:5px;
  439.     background:#ede5f3;
  440.     height:300px;
  441. }
  442.  
  443. #sidebar img {
  444.     width:250px;
  445.     height:300px;
  446.    
  447. }
  448.  
  449. #title {
  450.     position:fixed;
  451.     top:375px;
  452.     left:42px;
  453.     background:#aaa;
  454.     color:#fff;
  455.     text-align:center;
  456.     font-family: Anchor, consolas, monospace;
  457.     font-size:25px;
  458.     line-height:40px;
  459.     width:305px;
  460.     padding:5px;
  461. }
  462.  
  463. #desc {
  464.     position:fixed;
  465.     top:425px;
  466.     background:#C4C2C2;
  467.     color:#fff;
  468.     padding:10px;
  469.     left:42px;
  470.     width:295px;
  471.     height:auto;
  472. }
  473.  
  474. .music {
  475.     background:#aaa;
  476.     color:#fff;
  477.     top:90px;
  478.     left:20px;
  479.     height:25px;
  480.     width:25px;
  481.     line-height:25px;
  482.     border-radius:2px;
  483.     padding:2px;
  484.     position:fixed;
  485.     text-align:center;
  486.     font-size:15px;
  487.     transition:0.3s ease-in-out;
  488.     -webkit-transition:0.3s;
  489.     -moz-transition:0.3s;
  490.     -o-transition:0.3s;
  491.     -ms-transition:0.3s;
  492. }
  493.  
  494. .icon {
  495.     margin-left:-15px;
  496.     transition:all 0.3s;
  497.     -webkit-transition:all 0.3s;
  498.     -moz-transition:all 0.3s;
  499.     -o-transition:all 0.3s;
  500.     -ms-transition:all 0.3s;
  501. }
  502.  
  503. .music:hover .icon {
  504.     margin-right:50px;
  505.     opacity:0;
  506. }
  507.  
  508. .player {
  509.     opacity:0;
  510.     transition:all 0.3s;
  511.     -webkit-transition:all 0.3s;
  512.     -moz-transition:all 0.3s;
  513.     -o-transition:all 0.3s;
  514.     -ms-transition:all 0.3s;
  515. }
  516.  
  517. .music:hover .player {opacity:1;}
  518. .music:hover {background:#333; color:#fff;}
  519.  
  520. #links {
  521.     position:fixed;
  522.     top:90px;
  523.     left:350px;
  524.     width:30px;
  525.     height:auto;
  526. }
  527.  
  528. #icona, #iconb {
  529.     text-align:center;
  530.     display:block;
  531.     padding:2px;
  532.     width:25px;
  533.     line-height:25px;
  534.     height:25px;
  535.     font-size:15px;
  536.     margin-bottom:5px;
  537.     border-radius:2px;
  538.     background:#aaa;
  539.     transition:0.3s;
  540.     -webkit-transition:0.3s;
  541.     -moz-transition:0.3s;
  542.     -o-transition:0.3s;
  543.     -ms-transition:0.3s;
  544. }
  545.  
  546. #icon {
  547.     margin-left:-13px;
  548.     color:#fff;
  549.     transition:0.3s;
  550.     -webkit-transition:0.3s;
  551.     -moz-transition:0.3s;
  552.     -o-transition:0.3s;
  553.     -ms-transition:0.3s;
  554. }
  555.  
  556. #icona:hover, #iconb:hover {background:#333;}
  557. #icon:hover {color:#fff;}
  558.  
  559. .links_head {cursor:pointer;}
  560.  
  561. .links_body {
  562.     display:none;
  563.     position:fixed;
  564.     top:100px;
  565.     left:100px;
  566.     height:auto;
  567.     width:200px;
  568.     background:#000;
  569.     opacity:0.5;
  570. }
  571.  
  572. .link {
  573.     display:block;
  574.     margin:5px;
  575.     width:180px;
  576.     padding:5px;
  577.     line-height:15px;
  578.     font-size:13px;
  579.     text-transform:uppercase;
  580.     background:#000;
  581.     color:#eee;
  582.     font-weight:bold;
  583.     text-align:center;
  584.     transition:0.3s;
  585.     -webkit-transition:0.3s;
  586.     -moz-transition:0.3s;
  587.     -o-transition:0.3s;
  588.     -ms-transition:0.3s;
  589. }
  590.  
  591. .link:hover {background:#777; color:#fff; opacity:0.7;}
  592.  
  593. #pagination {
  594.     text-align:center;
  595.     position:fixed;
  596.     z-index:1000;
  597.     bottom:0;
  598.     color:#fff;
  599.     left:400px;
  600.     height:25px;
  601.     line-height:25px;
  602.     background:#ffffff;
  603.    
  604.     width:500px;
  605. }
  606.  
  607. #pagination a {color:#fff;}
  608.  
  609. .render {
  610.     position:fixed;
  611.     right:0;
  612.     bottom:0;
  613.     max-height:100%;
  614.     z-index:-99;
  615. }
  616.  
  617.  
  618. </style>
  619.  
  620.  
  621. <!-- SCRIPTS FOR MENU -->
  622. <script type="text/javascript" src="http://static.tumblr.com/p0knose/v93n3vdfa/jquery.min.js"></script>
  623.  
  624. <script type="text/javascript">
  625.     $(document).ready(function(){
  626.     $(".links_body").hide();
  627.     $(".links_head").click(function(){
  628.     $(this).next(".links_body").slideToggle('fast');
  629.     }); });
  630. </script>
  631.  
  632. {block:ifinfinitescroll}
  633. <!-- INFINITE SCROLL SCRIPT -->
  634. <script src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  635. {/block:ifinfinitescroll}
  636.  
  637. <!-- STYLE-MY-TOOLTIPS SCRIPTS -->  
  638. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  639. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  640.  
  641. <script>
  642. (function($){
  643. $(document).ready(function(){
  644. $("a[title]").style_my_tooltips({
  645. tip_follows_cursor:true,
  646. tip_delay_time:0,
  647. tip_fade_speed:0,
  648. attribute:"title"
  649. });
  650. });
  651. })(jQuery);
  652. </script>
  653.  
  654. </head>
  655. <body>
  656.  
  657. <!-- IMPORTANT -->
  658. <div id="jan"><a href="http://magnusthemes.tumblr.com" title="magnusthemes"><img src="http://i.imgur.com/sm6ogVP.png"/></a></div>
  659. <!-- IMPORTANT -->
  660.  
  661. <div id="top"></div>
  662.  
  663. <div id="sidebar">
  664. <img src="http://i104.photobucket.com/albums/m172/My_Tragic_and_Bloody_Romance/tumblr_static_90bumppni1c84gg80wks8koww_zps41eb7052.jpg"/>    
  665. </div>
  666.  
  667. <span style="position:fixed; top:345px; left:39px; font-size:35px; line-height:35px; color:{color:topbar};"></span>
  668. <span style="position:fixed; top:345px; left:326px; font-size:35px; line-height:35px; color:{color:topbar};"></span>
  669.  
  670. <div id="title">{title}</div>
  671. <div id="desc">{description}</div>
  672.  
  673. {block:ifbillyplayer}
  674. <div class="music">
  675. <div class="icon">
  676. <span class="fontawesome-music"></span>
  677. </div><!-- ICON -->
  678. <div class="player">
  679. <div style="width:25px; overflow:hidden; margin-left:-10px; margin-top:-3px;">
  680. <div style="margin-left:-7px;">
  681. <a title="{text:song title}">
  682. {text:billy code} </a>
  683. </div><!-- MARGIN -->
  684. </div><!-- STYLE -->
  685. </div><!-- PLAYER -->
  686. </div><!-- MUSIC -->
  687. {/block:ifbillyplayer}
  688.  
  689. <div id="links">
  690.     <a href="/" title="home"><div id="icona"><div id="icon"><span class="fontawesome-home"></span></div></div></a>
  691.     <a href="/ask" title="message"><div id="icona"><div id="icon"><span class="fontawesome-envelope"></span></div></div></a>
  692.     <a href="/archive" title="history"><div id="icona"><div id="icon"><span class="fontawesome-calendar"></span></div></div></a>
  693.     <a class="links_head" title="more"><div id="iconb"><div id="icon"><span class="fontawesome-plus"></span></div></div></a>
  694.    
  695.     <div class="links_body">
  696.     {block:iflink1}<a href="{text:link 1 URL}" class="link">{text:link 1}</a>{/block:iflink1}
  697.     {block:iflink2}<a href="{text:link 2 URL}" class="link">{text:link 2}</a>{/block:iflink2}
  698.     {block:iflink3}<a href="{text:link 3 URL}" class="link">{text:link 3}</a>{/block:iflink3}
  699.     {block:iflink4}<a href="{text:link 4 URL}" class="link">{text:link 4}</a>{/block:iflink4}
  700.     {block:iflink5}<a href="{text:link 5 URL}" class="link">{text:link 5}</a>{/block:iflink5}
  701.     {block:iflink6}<a href="{text:link 6 URL}" class="link">{text:link 6}</a>{/block:iflink6}
  702.     {block:iflink7}<a href="{text:link 7 URL}" class="link">{text:link 7}</a>{/block:iflink7}
  703.     {block:iflink8}<a href="{text:link 8 URL}" class="link">{text:link 8}</a>{/block:iflink8}
  704.     </div>
  705. </div>
  706.  
  707. {block:ifnotinfinitescroll}
  708. {block:Pagination}
  709. <div id="pagination">
  710. {block:PreviousPage}<a href="{PreviousPage}" title="previous" style="font-family:cambria;"></a>&nbsp;&nbsp;{/block:PreviousPage}
  711. {block:JumpPagination length="5"}
  712. {block:CurrentPage}<span class="current_page"></span>&nbsp;&nbsp;{/block:CurrentPage}
  713. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  714. {/block:JumpPagination}
  715. {block:NextPage}<a href="{NextPage}" title="next" style="font-family:cambria;"></a>{/block:NextPage}</div>
  716. {/block:Pagination}
  717. {/block:ifnotinfinitescroll}
  718.  
  719. {block:ifrenderimage}
  720. <img src="{image:render}" class="render"/>
  721. {/block:ifrenderimage}
  722.  
  723. <!-- POSTS -->
  724. <div id="postmargin">
  725. <div class="autopagerize_page_element"><!-- FOR INFINITE SCROLLING -->
  726. {block:Posts}
  727. <div class="posts">
  728. <div class="container">
  729.  
  730. {block:Text}
  731. {block:Title}
  732. <div id="link">
  733. <div class="jrc">{Title}</div>
  734. </div>
  735. {/block:Title}
  736. {Body}
  737. {/block:Text}
  738.  
  739. {block:Photo}
  740. {block:if500pxposts}{LinkOpenTag}<img src="{PhotoURL-500}" width="500">{LinkCloseTag}{/block:if500pxposts}
  741. {block:ifnot500pxposts}{LinkOpenTag}<img src="{PhotoURL-400}" width="400">{LinkCloseTag}{/block:ifnot500pxposts}
  742. {block:Caption}{Caption}{/block:Caption}
  743. {/block:Photo}
  744.  
  745. {block:Photoset}
  746. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  747. {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  748. {block:Caption}{Caption}{/block:Caption}
  749. {/block:Photoset}
  750.  
  751. {block:Quote}
  752. <div id="quote">
  753. <div style="font-size:42px;"></div>{Quote}
  754. </div>
  755. <div style="text-align:right;">{block:Source} —{Source}{/block:Source}</div>
  756. {/block:Quote}
  757.  
  758. {block:Link}
  759. <div id="link"><div class="jrc">
  760. <a href="{URL}" {Target}>{Name}  →</a>
  761. </div></div>
  762. {block:Description}{Description}{/block:Description}
  763. {/block:Link}
  764.  
  765. {block:Chat}
  766. <div class="jrc">{block:Title}<t>{Title}</t>{/block:Title}</div>
  767. {block:Lines}<div class="label">
  768. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br/></div>
  769. {/block:Lines}
  770. {/block:Chat}
  771.  
  772. {block:Audio}
  773.  
  774. <div class="playercontainer">
  775. <div class="tplayer">
  776. {block:AudioPlayer}
  777.  
  778. {block:ifnotwhiteaudioplayer}
  779. {AudioPlayerBlack}
  780. {/block:ifnotwhiteaudioplayer}
  781.  
  782. {block:ifwhiteaudioplayer}
  783. {AudioPlayerWhite}
  784. {/block:ifwhiteaudioplayer}
  785.  
  786. {/block:AudioPlayer}
  787. </div>
  788. </div>
  789.  
  790. {block:AlbumArt}
  791. <img src="{AlbumArtURL}" class="albumart">
  792. {/block:AlbumArt}
  793.  
  794. <div id="musicinfo">
  795. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
  796. <div id="musicinfo">
  797. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}</div>
  798. <div id="musicinfo">
  799. <b>Album:</b> {block:Album}{Album}{/block:Album}
  800. </div>
  801. <div id="musicinfo">
  802. <b>Plays:</b> {block:PlayCount}{PlayCount}{/block:PlayCount}
  803. </div>
  804. <div class="audiocaption">
  805. {block:Caption}{Caption}{/block:Caption}
  806. </div>
  807. {/block:Audio}
  808.  
  809. {block:Video}
  810. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  811. {block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  812. {block:Caption}{Caption}{/block:Caption}
  813. {/block:Video}
  814.  
  815. {block:Answer}
  816. <div id="ask">
  817. <table>
  818. <tr>
  819. <td style="vertical-align:top; padding-right:10px;
  820. {block:ifnot500pxposts}width:70px;{/block:ifnot500pxposts}
  821. {block:if500pxposts}width:50px;{/block:if500pxposts}">
  822. <img src="{AskerPortraitURL-64}" width="50" height="50"
  823. style="border:5px solid {color:borders};">
  824. </td>
  825. <td style="font-size:25px; vertical-align:top; margin:-5px; color:{color:permalinks and asks}; padding:0; text-align:right;">
  826. <br><div style="margin-right:-10px;"></div>
  827. </td>
  828. <td style="vertical-align:top; background-color:{color:permalinks and asks}; padding:10px; padding-left:20px; margin-left:-10px; min-height:30px; width:380px;">
  829. <strong>{Asker} inquired:</strong><br> {Question}
  830. </td>
  831. </tr>
  832. </table>
  833. </div>
  834. <br>
  835.  
  836. {Answer}
  837. {/block:Answer}
  838. </div><!-- CONTAINER -->
  839.  
  840. <div id="permalink">
  841.  
  842. {block:Date}
  843. <a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumber}/{ShortYear}</a>
  844. at <a href="{Permalink}">{24Hour}:{Minutes}{AmPm}</a>
  845. {/block:Date}
  846.  
  847. {block:NoteCount}
  848. with <a href="{Permalink}">{NoteCount}</a> notes
  849. {/block:NoteCount}
  850.  
  851. {block:RebloggedFrom}
  852. - <a href="{ReblogRootURL}">source</a> - <a href="{ReblogParentURL}">from</a>
  853. {/block:RebloggedFrom}
  854.  
  855. - <a href="{ReblogURL}">reblog</a>
  856.  
  857. {block:HasTags}<br>
  858. {block:Tags}
  859. #<a href="{TagURL}">{Tag}</a>
  860. {/block:Tags}
  861. {/block:HasTags}
  862.  
  863. </div><!-- PERMALINK -->
  864.  
  865. <div class="notes">
  866. {block:PostNotes}
  867. <a name="notes">{PostNotes}</a>
  868. {/block:PostNotes}
  869. </div><!-- NOTES -->
  870.  
  871. </div><!-- POSTS -->
  872. {/block:Posts}
  873. </div><!-- AUTOPAGERIZE -->
  874. </div><!-- POSTMARGIN -->
  875. <!-- POSTS -->
  876.  
  877. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement