glam0urkills

theme 방탄소년단 by imjaebumx

Mar 1st, 2016
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.79 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. <!-------
  5.    theme by @imjaebumx
  6.            please do not remove credits
  7.            
  8.        base code kindly provided by @rnirae
  9. <!------>
  10.  
  11. <head>
  12.     <title>{Title}</title>
  13.     <link rel="shortcut icon" href="{FavIcon}" />
  14.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.    
  16. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  17.  
  18.  <meta name="color:Background" content="#fff" />
  19.  <meta name="color:Text" content="#bbb"/>
  20.  
  21.  <meta name="image:Background" content=""/>
  22.  <meta name="image:sidebar image" content=""/>
  23.  
  24.  <meta name="color:Scrollbar" content="#f3f3f3"/>
  25.  
  26.  <meta name="color:Light Accents" content="#eee"/>
  27.  <meta name="color:Link" content="#a5a5a5"/>
  28.  <meta name="color:Link Hover" content="#747474"/>
  29.  
  30.  <meta name="color:Title" content="#888"/>
  31.  
  32.  <meta name="color:Sidebar Link" content="#aaa"/>
  33.  <meta name="color:Sidebar Link Border" content="#eee"/>
  34.  <meta name="color:Sidebar Link Hover" content="#78c9a1"/>
  35.  
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="link" />
  38. <meta name="text:Link2" content="/" />
  39. <meta name="text:Link2 Title" content="link" />
  40. <meta name="text:Link3" content="/" />
  41. <meta name="text:Link3 Title" content="link" />
  42. <meta name="text:Link4" content="/" />
  43. <meta name="text:Link4 Title" content="link" />
  44.  
  45.  
  46.  <meta name="if:250px" content="1"/>
  47.  <meta name="if:400px" content="0"/>
  48.  <meta name="if:500px" content="0"/>
  49.  
  50.  <meta name="if:infinite scrolling" content="0"/>
  51.   <meta name="if:lazy load" content="0"/>
  52.  
  53. {block:Iflazyload}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  54. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  55. <script type="text/javascript" charset="utf-8">
  56. var $j = jQuery.noConflict();
  57. $j(function() {
  58. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  59. $j("img").lazyload({
  60. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  61. effect: "fadeIn",
  62. });
  63. });
  64. </script>{/block:Iflazyload}
  65.  
  66. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  69. <script>
  70. (function($){
  71. $(document).ready(function(){
  72. $("[title]").style_my_tooltips({
  73. tip_follows_cursor:true,
  74. tip_delay_time:200,
  75. tip_fade_speed:300
  76. });
  77. });
  78. })(jQuery);
  79. </script>
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84.  
  85. ::-moz-selection {
  86.     background: #fcfcfc;
  87.     color: {color:text};
  88. }
  89.  
  90. ::selection {
  91.     background: #fcfcfc;
  92.     color: {color:text};
  93.    
  94. }
  95.  
  96. #s-m-t-tooltip {
  97.     max-width:300px;
  98.     padding:5px;
  99.     margin:20px 20px 20px 20px;
  100.     text-transform:lowercase;
  101.     font-family:Libre Baskerville;
  102.     font-size:8px;
  103.     font-style:italic;
  104.     letter-spacing:1px;
  105.     color:{color:text};
  106.     background-color:#fff;
  107.     box-shadow:0px 0px 0px rgba(0,0,0,.0);
  108. border-radius:0%;
  109.     z-index:999999999999999999999999999999999999;
  110.     }
  111.  
  112. /* basic styles */
  113. body {
  114.     color: {color:Text};
  115.     background-color: {color:Background};
  116.     background-image: url({image:Background});
  117.     font: 10px trebuchet ms;
  118.     line-height: 16px;
  119. }
  120. a {
  121.     text-decoration: none;
  122.     color: {color:Link};
  123.         -webkit-transition: all 0.8s ease-out;
  124.     -moz-transition: all 0.8s ease-out;
  125.     transition: all 0.8s ease-out;
  126. }
  127. a:hover {
  128.     color:{color:Link Hover};
  129.     cursor: help;
  130.         -webkit-transition: all 0.8s ease-out;
  131.     -moz-transition: all 0.8s ease-out;
  132.     transition: all 0.8s ease-out;
  133. }
  134.  
  135. b, bold, strong {
  136.     color: {color:link hover};
  137.     font-weight:bold;
  138. }
  139.  
  140. i, em {
  141.     font-style:italic;
  142. }
  143.  
  144. h1 {
  145.     font-size:15px;
  146.     font-family: 'Cousine', sans-serif;
  147.     color:{color:text};
  148.     letter-spacing:2px;
  149. }
  150. /* scrollbar */
  151. ::-webkit-scrollbar {
  152.     width: 3px;
  153.     height: 5px;
  154.     background: {color:Background};
  155. }
  156. ::-webkit-scrollbar-thumb {
  157.     background: {color:Scrollbar};
  158.     border-radius: 16px;
  159.     border-top: 5px solid {color:Background};
  160. }
  161. /* post customizations */
  162. #content { /* for the whole column of posts */
  163.     {block:IndexPage}
  164.     {block:if250px}
  165.     width: 250px;
  166.     {/block:if250px}
  167.     {block:if400px}
  168.     width: 400px;
  169.     {/block:if400px}
  170.     {block:if500px}
  171.     width: 500px;
  172.     {/block:if500px}
  173.     {/block:IndexPage}
  174.     {block:PermalinkPage}
  175.     {block:if250px}
  176.     width: 250px;
  177.     {/block:if250px}
  178.     {block:if400px}
  179.     width: 400px;
  180.     {/block:if400px}
  181.     {block:if500px}
  182.     width: 500px;
  183.     {/block:if500px}
  184.     {/block:PermalinkPage}
  185.     position: relative;
  186.     margin-left: 400px;
  187.     margin-top: 60px;
  188. }
  189. .entry {
  190.     margin-bottom: 20px;
  191. }
  192.  
  193. .entry:hover #tags {
  194.     opacity:1;
  195.         -webkit-transition: all 0.8s ease-out;
  196.     -moz-transition: all 0.8s ease-out;
  197.     transition: all 0.8s ease-out;
  198. }
  199.  
  200.  
  201. #tags {
  202.     position: absolute;
  203.     right: -75px;
  204.     letter-spacing: .5px;
  205.     opacity:0;
  206.     text-transform: uppercase;
  207.     font-family:'Cuisine', sans-serif;
  208.     font-size:7px;
  209.         -webkit-transition: all 0.8s ease-out;
  210.     -moz-transition: all 0.8s ease-out;
  211.     transition: all 0.8s ease-out;
  212. }
  213.  
  214. #perma {
  215.     font-family: 'Cousine', sans-serif;
  216.     font-size:8px;
  217.     text-transform:uppercase;
  218.     letter-spacing:.5px;
  219.     margin-bottom:20px;
  220.     background-color:#fbfbfb;
  221.     padding:5px;
  222.     {block:if250px}
  223.     width: 240px;
  224.     {/block:if250px}
  225.     {block:if400px}
  226.     width: 390px;
  227.     {/block:if400px}
  228.     {block:if500px}
  229.     width: 490px;
  230.     {/block:if500px}
  231. }
  232.  
  233. #side {
  234.     top: 40px;
  235.     left: 26px;
  236.     {block:ifSidebarImage}padding:60px 60px 40px 40px;{/block:ifSidebarImage}
  237.     padding:150px 60px 40px 40px;
  238.     height:70%;
  239.     border-right:1px solid #f8f8f8;
  240.     position: fixed;
  241.     text-align:justify;
  242.     width: 180px;
  243. }
  244.  
  245. #side a {
  246.     border-bottom:1px solid #f8f8f8;
  247.     padding-bottom:2px;
  248. }
  249.  
  250. #sidebarimage {
  251.    width:180px;
  252.    margin-bottom:10px;
  253.    {block:IfNotSidebarImage}height:0px;{/block:ifNotSidebarImage}
  254. }
  255.  
  256. {block:ifSidebarImage}#sidebarimage img {
  257.     width:180px;
  258.     {block:IfNotSidebarImage}height:0px;{/block:ifNotSidebarImage}
  259. }{/block:ifSidebarImage}
  260.  
  261.  
  262. .title {
  263. font-size:12px;
  264. color:{color:Title};
  265. max-width:180px;
  266. text-align:center;
  267. font-family: 'Cousine', sans-serif;
  268. text-transform:uppercase;
  269. margin-bottom:5px;
  270. {block:IfNotSidebarImage}margin-bottom:15px;{/block:ifNotSidebarImage}
  271. letter-spacing:2px;
  272. }
  273.  
  274. #pagination {
  275. font-size:10px;
  276. text-align:center;
  277. font-family: 'Cousine', sans-serif;
  278.     width:180px;
  279.     margin-bottom:5px;
  280. }
  281.  
  282. blockquote {
  283.     border-left: 1px dotted {color:Light Accents};
  284.     margin-left: 6px;
  285.     padding-left: 10px;
  286.     text-align:justify;
  287.     {block:if250px}
  288.     max-width: 250px;
  289.     {/block:if250px}
  290.     {block:if400px}
  291.     max-width: 400px;
  292.     {/block:if400px}
  293.     {block:if500px}
  294.     max-width: 500px;
  295.     {/block:if500px}
  296. }
  297.  
  298. .question {
  299. background:#f8f8f8;
  300. padding:15px;
  301. }
  302.  
  303. .asker {
  304. text-transform:lowercase;
  305. }
  306.  
  307. .answer {
  308. padding:11px;
  309. background:{color:background};
  310. border-bottom:1px solid #f8f8f8;
  311. margin-top:5px;
  312. }
  313.  
  314. .avatarask {
  315. border:1px solid #e1e1e1;
  316. background:{color:background};
  317. padding:3px;
  318. float:left;
  319. margin-left:0px;
  320. margin-right:10px;
  321. border-radius:50px;
  322. display:inline-block;
  323. position:relative;
  324. }
  325.  
  326. .avatarask img {
  327. width:30px;
  328. height:30px;
  329. border-radius:50px;
  330. vertical-align:middle;
  331. position:relative;
  332. }
  333.  
  334. .playerbuttonbg {
  335.                 position: absolute;
  336.                 left: 20px;
  337.                 top: 20px;
  338.                 width: 19px;
  339.                 height: 19px;
  340.                 background-color: #ffffff;
  341.                 padding: 10px;
  342.                 -webkit-border-radius: 40px;
  343.                 -moz-border-radius: 40px;
  344.                 border-radius: 40px;
  345.                 opacity: .4;
  346.                     filter: alpha(opacity=40);
  347.                     -moz-opacity: 0.4;
  348.                     -khtml-opacity: 0.4;
  349.                 transition: opacity .7s ease-in-out;
  350.                 -moz-transition: opacity .7s ease-in-out;
  351.                 -webkit-transition: opacity .7s ease-in-out;
  352.             }
  353.            
  354.             .playerbuttonbg:hover {
  355.                 opacity: 1;
  356.                     filter: alpha(opacity=100);
  357.                     -moz-opacity: 1;
  358.                     -khtml-opacity: 1;
  359.             }
  360.        
  361.             .newplayerbutton {
  362.                 position: relative;
  363.                 width: 19px;
  364.                 height: 19px;
  365.                 overflow: hidden;
  366.             }
  367.            
  368.             .playerbuttonhug {
  369.                 position: absolute;
  370.                 top: -18px;
  371.                 left: -7px;
  372.             }
  373.        
  374.             .tumblr_audio_player {
  375.                 height: 90px;
  376.                 width: 270px;
  377.                 -moz-transform: scale(0.60, 0.60);
  378.                 -webkit-transform: scale(0.60, 0.60);
  379.                 -o-transform: scale(0.60, 0.60);
  380.                 -ms-transform: scale(0.60, 0.60);
  381.                 transform: scale(0.60, 0.60);
  382.                 -moz-transform-origin: top left;
  383.                 -webkit-transform-origin: top left;
  384.                 -o-transform-origin: top left;
  385.                 -ms-transform-origin: top left;
  386.                 transform-origin: top left;
  387.             }
  388.            
  389.             .audioimgwrapper {
  390.                 position: absolute;
  391.                 left: 0px;
  392.                 top: 0px;
  393.                 -webkit-border-radius: 40px;
  394.                 -moz-border-radius: 40px;
  395.                 border-radius: 40px;
  396.                 overflow: hidden;
  397.                 width: 79px;
  398.                 height: 79px;
  399.             }
  400.            
  401.             .audioimgwrapper img {
  402.                 width: 100%;
  403.                 height: auto;
  404.                 -webkit-border-radius: 40px;
  405.                 -moz-border-radius: 40px;
  406.                 border-radius: 40px;                
  407.             }
  408.            
  409.             .trackdetails {
  410.                 width: auto;
  411.                 display:inline-block;
  412.                 margin-left: 90px;
  413.                 border-left:1px dotted {color:light accents};
  414.                 min-height: 85px;
  415.             }
  416.            
  417.             .infoaudio {
  418.                 padding:5px;
  419.                 text-align:justify;
  420.             }
  421.            
  422.             .audiowrapper {
  423.                 position: relative;
  424.                 display:inline-block;
  425.             }
  426.         .chat {
  427.      line-height: 12px;
  428.      list-style: none }
  429.  
  430. .chat ul {
  431.      line-height: 15px;
  432.      list-style: none;
  433.      padding: 0px;
  434.      line-height:20px;}
  435.  
  436. .person1 {
  437.      background-color:#f8f8f8;
  438.      color: {color:Text};}
  439.  
  440. .person1 .label {
  441.      font:7px 'Times New Roman';
  442.      font-weight:bold;
  443.      text-transform:uppercase;
  444.      padding: 0px;
  445.      margin-left: 5px;
  446.      color:{color:bold};}
  447.  
  448. .person2 {
  449. background-color:{color:background};
  450. color: {color:text}; }
  451.  
  452. .person2 .label {
  453.      font:7px 'Times New Roman';
  454.      font-weight:bold;
  455.      text-transform:uppercase;
  456.      padding: 0px;
  457.      margin-left: 5px;
  458.      color:{color:text};}
  459.  
  460. ol.notes img.avatar {display:none;
  461.     height:0px;
  462. }
  463. ol.notes {
  464.     margin-top: 20px;
  465.     list-style-type: none;
  466. }
  467.  
  468. #cred a {
  469.     color:{color:link hover};
  470.     background-color:#f8f8f8;
  471.     font-family:'Cuisine', sans-serif;
  472.     font-size:8px;
  473.     text-transform:uppercase;
  474.     padding:4px;
  475. }
  476.  
  477. #cred a:hover {
  478.     color:{color:text};
  479.     padding:4px;
  480. }
  481.  
  482. #cred {
  483. width:auto;
  484. height:auto;
  485. bottom:15px;
  486. right:15px;
  487. padding:4px;
  488. z-index:1000000;
  489. font-size:8px;
  490. letter-spacing:1px;
  491. position:fixed;
  492. text-align:center;
  493. text-transform:uppercase;
  494.     -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  495. }
  496.  
  497. iframe#tumblr_controls {
  498.     position:fixed !important;
  499.     margin-top:10px !important;
  500.     margin-right:10px !important;
  501.     opacity:0.9 !important;
  502.     z-index:99999;
  503.     filter: invert(1);
  504.     -webkit-filter: invert(1);
  505.     -moz-filter: invert(1);
  506.     -o-filter: invert(1);
  507.     -ms-filter: invert(1);
  508. }
  509.  
  510. .tmblr-iframe, #tumblr_controls, tmblr-iframe tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop{
  511.     position:fixed !important;
  512.     top:10px !important;
  513.     right:10px !important;
  514.     opacity:0.9 !important;
  515.     z-index:9999999 !important;
  516.     -webkit-filter:invert(100%);
  517.     -moz-filter:invert(100%);
  518.     -o-filter:invert(100%);
  519.     -ms-filter:invert(100%);
  520.     filter:invert(100%);
  521. }
  522.  
  523. </style>
  524.  
  525. {block:Ifinfinitescrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:Ifinfinitescrolling}
  526.  
  527. </head>
  528.  
  529. <body>
  530.  
  531. <div id="cred"><a title="theme @imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
  532.  
  533. <!--sidebar-->
  534. <div id="side">
  535.  
  536. <div id="sidebarimage"><a href="/" title="refresh"><img src="{image:sidebar image}"></a></div>
  537. <div class="title">{Title}</div>
  538. {Description}
  539.  
  540. <br><br><p><select style="width: 180px; border: 0px solid; padding: 3px; color: {color:text}; background-color: #f8f8f8;  font-family: trebuchet ms; text-transform: uppercase; font-size: 10px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  541. <option value="/">NAVIGATION</option>
  542. <option value="/ask">askbox</option>
  543. {block:ifLink1}<option value="{text:Link1}">{text:Link1 Title}</option>{/block:ifLink1}
  544. {block:ifLink2}<option value="{text:Link2}">{text:Link2 Title}</option>{/block:ifLink2}
  545. {block:ifLink3}<option value="{text:Link3}">{text:Link3 Title}</option>{/block:ifLink3}
  546. {block:ifLink4}<option value="{text:Link4}">{text:Link4 Title}</option>{/block:ifLink4}
  547. </select></p>
  548.  
  549. {block:IfNotinfinitescrolling}{block:Pagination}
  550. <div id="pagination"><center>
  551.  
  552.       {block:JumpPagination length="3"}
  553.             {block:CurrentPage}
  554.                   <span class="current_page">{PageNumber}</span>
  555.             {/block:CurrentPage}
  556.  
  557.             {block:JumpPage}
  558.                   <a class="jump_page" href="{URL}">{PageNumber}</a>
  559.             {/block:JumpPage}
  560.       {/block:JumpPagination}
  561.            {block:NextPage}
  562.             <a href="{NextPage}">»</a>
  563.       {/block:NextPage}
  564.       </center>
  565. </div>
  566. {/block:Pagination}{/block:IfNotinfinitescrolling}
  567.  
  568. </div>
  569.  
  570. <!----->
  571.  
  572. <div id="content">
  573. {block:Posts}
  574.  
  575. <!-- {block:NoRebloggedFrom}
  576. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  577. {/block:NoRebloggedFrom} -->
  578.     <div class="entry">
  579.     <!--permalink-->
  580.     {block:IndexPage}<div id="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>{/block:IndexPage}
  581.    
  582.    
  583. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  584.  
  585. {block:Photoset}{block:IndexPage}{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  586.  
  587. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  588.  
  589. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  590.  
  591. {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
  592.  
  593. {block:Chat}
  594. {block:Title}
  595. <h1>{Title}</h1>
  596. {/block:Title}
  597. <div class="chat"><ul>{block:Lines}
  598. <li class="person{UserNumber}">{block:Label}
  599. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  600.  
  601. {/block:Chat}
  602.  
  603. {block:AudioPlayer}
  604.         <div class="audiowrapper">
  605.         {block:AlbumArt}
  606.             <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  607.         {/block:AlbumArt}
  608.        
  609.         <div class="playerbuttonbg">
  610.             <div class="newplayerbutton">
  611.                 <div class="playerbuttonhug">
  612.            
  613.                     {AudioPlayerWhite}
  614.            
  615.                 </div>
  616.             </div>
  617.         </div>
  618.        
  619.         <div class="trackdetails">
  620.            
  621.                 <div class="infoaudio">{block:TrackName}{TrackName}{/block:TrackName}<br/>
  622.                 {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>
  623.                 {block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
  624.                 <i>{PlayCountWithLabel}</i></div>
  625.                
  626.    
  627.         </div>
  628. {block:Caption}{Caption}{/block:Caption}
  629.         </div>
  630.         {/block:AudioPlayer}
  631.    
  632.  
  633. {block:Video}{block:IndexPage}{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  634.  
  635. {block:Answer}
  636. <div class="question">
  637. <div class="avatarask"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a></div>
  638. <div class="asker"><b>{Asker} asked:</b></div>
  639. {Question}</div><p>
  640. <div class="answer">
  641. {Answer}</div>
  642. {/block:Answer}
  643.  
  644. <!--permalink page-->
  645. {block:PermalinkPage}
  646. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}</center>
  647. {block:PostNotes}{PostNotes}{/block:PostNotes}
  648. {/block:PermalinkPage}
  649.     </div> <!---entry div--->
  650.    
  651.     {block:IndexPage}<div id="perma">{ShortMonth} {DayOfMonth}, {Year} {block:NoteCount}/ (<a href="{Permalink}">{NoteCountWithLabel}</a>) {/block:NoteCount}<br><a href="{ReblogURL}">reblog</a></div>{/block:IndexPage}
  652. {/block:Posts}
  653.  
  654. {block:ContentSource}<!-- {SourceURL}
  655. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  656. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  657. {/block:ContentSource}
  658. </div><!---content div--->
  659.  
  660.    
  661. </body>
  662.  
  663. </html>
Advertisement
Add Comment
Please, Sign In to add comment