hokshi

Obseo Theme

Oct 30th, 2012
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.07 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. <head>
  4. <html>
  5. <title>{Title}</title>
  6.  
  7. <!--
  8. 0 B S E O   T H E M E
  9. ------------------------------
  10. B Y  H O K S H I // T U M B L R
  11. -->
  12.  
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  19. <meta name="color:background" content="#f8faff"/>
  20. <meta name="color:text" content="#1d1d1d"/>
  21. <meta name="color:link" content="#808a8f"/>
  22. <meta name="color:link hover" content="#cccccc"/>
  23. <meta name="color:links menu" content="#f0d81d"/>
  24. <meta name="color:posts" content="#ffffff"/>
  25. <meta name="color:permalink text" content="#b6b5b5"/>
  26. <meta name="color:permalink bar" content="#050505"/>
  27. <meta name="image:background" content=""/>
  28. <meta name="image:post background" content=""/>
  29. <meta name="image:sidebar picture" content="http://static.tumblr.com/ii9pnwy/30fm3pa35/lol.png"/>
  30. <meta name="image:sidebar picture 2" content="http://static.tumblr.com/ii9pnwy/EPBm3pa3q/lol2.png"/>
  31. <meta name="image:permalink bar" content=""/>
  32. <meta name="if:Infinite Scrolling" content="0"/>
  33. <meta name="if:Smaller Posts" content="0"/>
  34. <meta name="if:Show Captions" content="0"/>
  35. <meta name="text:Link 1 URL" content="/" />
  36. <meta name="text:Link 1 Name" content="link 1" />
  37. <meta name="text:Link 2 URL" content="/" />
  38. <meta name="text:Link 2 Name" content="link 2" />
  39. <meta name="text:Link 3 URL" content="/" />
  40. <meta name="text:Link 3 Name" content="link 3" />
  41. <meta name="text:Link 4 URL" content="/" />
  42. <meta name="text:Link 4 Name" content="link 4" />
  43. <meta name="text:Link 5 URL" content="/" />
  44. <meta name="text:Link 5 Name" content="link 5" />
  45.  
  46. {block:IfInfiniteScrolling}
  47. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  48. {/block:IfInfiniteScrolling}
  49.  
  50. <style type="text/css">
  51. {CustomCSS}
  52.  
  53. iframe#tumblr_controls {
  54.     right:25px;
  55.     position: fixed !important;
  56.     -webkit-transition: opacity 0.7s linear;
  57.     opacity: 0.5;
  58.     -webkit-transition: all 0.5s ease;
  59.     -moz-transition: all 0.5s ease;
  60.     transition: all 0.5s ease;
  61.     }
  62.  
  63. iframe#tumblr_controls:hover {
  64.     -webkit-transition: opacity 0.7s linear;
  65.     opacity: 1;
  66.     -webkit-transition: all 0.5s ease;
  67.     -moz-transition: all 0.5s ease;
  68.     transition: all 0.5s ease;
  69.     }
  70.  
  71. ::-webkit-scrollbar{
  72.     width: 3px; height: 3px; background-color:{color:background};
  73.     }
  74. ::-webkit-scrollbar-thumb{
  75.     background-color: {color:text}; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); border-radius: 3px;
  76.     }
  77.    
  78. img{
  79.     opacity: 1;
  80.     -webkit-transition: opacity 0.7s linear;
  81.     }
  82.  
  83. img:hover{
  84.     opacity: .5;
  85.     -webkit-transition: opacity 0.7s linear;
  86.     }
  87.  
  88. body{
  89.     background: {color:background};
  90.     background-image: url('{image:background}');
  91.     background-attachment: fixed;
  92.     font-family: consolas;
  93.     letter-spacing: 0px;
  94.     font-size: 9px;
  95.     font-style: none;
  96.     line-height: 10px;
  97.     color: {color:text};
  98.     text-decoration: none;
  99.     text-align: justify;
  100.     }
  101.  
  102. a{
  103.     color: {color:link};
  104.     text-decoration: none;
  105.     -webkit-transition: all 0.7s ease;
  106.     -moz-transition: all 0.7s ease;
  107.     -o-transition: all 0.7s ease;
  108.     }
  109. a:link, a:visited, a:active{
  110.     text-decoration:none;
  111.     }
  112. a:hover{
  113.     color: {color:link hover};
  114.     text-decoration: none;
  115.     -webkit-transition: all 0.7s ease;
  116.     -moz-transition: all 0.7s ease;
  117.     -o-transition: all 0.7s ease;  
  118.     }
  119.  
  120. #post{
  121.     position: absolute;
  122.     width: 560px;
  123.     top: 10px;
  124.     {block:IfSmallerPosts}
  125.     width: 460px;
  126.     right: 50%;
  127.     margin-right: -310px;
  128.     {/block:IfSmallerPosts}
  129.     {block:IfNotSmallerPosts}
  130.     right: 50%;
  131.     margin-right: -410px;
  132.     {/block:IfNotSmallerPosts}
  133.     }
  134.  
  135. #entry {
  136.     width: 500px;
  137.     {block:IfSmallerPosts}
  138.     width: 400px;
  139.     {block:IfSmallerPosts}
  140.     padding: 5px;
  141.     margin-bottom: 35px;
  142.     background: {color:posts};
  143.     background-image: url('{image:post background}');
  144.     font-family: arial;
  145.     font-size: 9px;
  146.     text-transform: lowercase;
  147.     font-color: {color:font};
  148.     }
  149.  
  150. #title{
  151.     letter-spacing:0px;
  152.     text-transform: uppercase;
  153.     font-family: cambria;
  154.     font-size:14px;
  155.     line-height:12px;
  156.     text-align:right;
  157.     bottom: 382px;
  158.     right: 50%;
  159.     margin-right:160px;
  160.     position: fixed;
  161.     }
  162.    
  163. #menu{
  164.     height: 370px;
  165.     bottom: 10px;
  166.     right: 50%;
  167.     margin-right:370px;
  168.     position: fixed;
  169.     z-index:2;
  170.     }
  171.  
  172. #titlebar{
  173.     padding: 4px;
  174.     border-bottom: 1px dotted {color:link};
  175.     color: {color:link};
  176.     letter-spacing:1px;
  177.     text-transform: uppercase;
  178.     font-family: cambria;
  179.     font-size:9px;
  180.     line-height: 10px;
  181.     }
  182.    
  183. #sideimg{
  184.     background-image: url('{image:sidebar picture}');
  185.     width: 200px;
  186.     height: 250px;
  187.     padding: 0px;
  188.     right: 50%;
  189.     margin-right:160px;
  190.     bottom: 130px;
  191.     position: fixed;
  192.     -webkit-transition: all 0.7s ease;
  193.     -moz-transition: all 0.7s ease;
  194.     -o-transition: all 0.7s ease;
  195.     }
  196.  
  197. .hidden{
  198.     width: 50px;
  199.     right: 50%;
  200.     margin-right:310px;
  201.     bottom: 10px;
  202.     position: fixed;
  203.     opacity: 1;
  204.     font-family: arial;
  205.     font-size: 9px;
  206.     -webkit-transition: all 2s ease;
  207.     -moz-transition: all 2s ease;
  208.     -o-transition: all 2s ease;
  209.     border-radius: 15px;
  210.     font-family: arial;
  211.     letter-spacing:0px;
  212.     font-size: 9px;
  213.     }
  214.    
  215. .sideimg2{
  216.     width: 200px;
  217.     height: 250px;
  218.     padding: 0px;
  219.     right: 50%;
  220.     margin-right:160px;
  221.     bottom: 130px;
  222.     position: fixed;
  223.     -webkit-transition: all 2s ease;
  224.     -moz-transition: all 2s ease;
  225.     -o-transition: all 2s ease;
  226.     opacity:0;
  227.     }
  228.  
  229. #sidebar:hover .sideimg2{
  230.     opacity:1;
  231.     z-index:6;
  232.     }
  233.    
  234. #sidebar:hover #sideimg{
  235.     opacity:0;
  236.     -webkit-transition: all .7s ease;
  237.     -moz-transition: all .7s ease;
  238.     -o-transition: all .7s ease;
  239.     }
  240.  
  241.  
  242. #link{
  243.     -webkit-transition: all 0.4s ease;
  244.     -moz-transition: all 0.4s ease;
  245.     -o-transition: all 0.4s ease;
  246.     background: ({color:font});
  247.     height: 15px;
  248.     padding:5px;
  249.     border-bottom: 1px dotted #919191;
  250.     }
  251.  
  252. .permalink {
  253.     float: right;
  254.     width: 100px;
  255.     height: 10px;
  256.     font-size: 9px;
  257.     padding-top: 10px;
  258.     padding-bottom:7px;
  259.     font-family: cambria;
  260.     margin-top:-20px;
  261.     margin-left: 550px;
  262.     {block:IfSmallerPosts}
  263.     margin-left: 450px;
  264.     {/block:IfSmallerPosts}
  265.     position: absolute;
  266.     letter-spacing: 1px;
  267.     text-align: left;
  268.     -webkit-transition: all 1s ease-out;
  269.     -moz-transition: all 1s ease-out;
  270.     -o-transition: all 1s ease-out;
  271.     z-index: 2;
  272.     opacity: 0;
  273.     text-transform: uppercase;
  274.     }
  275.  
  276. #entry:hover .permalink {
  277.     margin-top: 0px;
  278.     margin-left: 550px;
  279.     {block:IfSmallerPosts}
  280.     margin-left: 450px;
  281.     {/block:IfSmallerPosts}
  282.     -webkit-transition: all 1s ease;
  283.     -moz-transition: all 1s ease;
  284.     -o-transition: all 1s ease;
  285.     width: 100px;
  286.     height:5px;
  287.     opacity: 1;
  288.     }
  289.  
  290. #chat{
  291.     border-bottom: 1px dotted #000;
  292.     padding: 2px;
  293.     }
  294.  
  295. #perma{
  296.     font-size: 8px;
  297.     text-transform: uppercase;
  298.     letter-spacing: 0px;
  299.     text-align: center;
  300.     line-height:8px;
  301.     margin-left:0px;
  302.     margin-top:-35px;
  303.     position: absolute;
  304.     background-color:{color:permalink bar};
  305.     background-image: url('{image:permalink bar}');
  306.     width:510px;
  307.     {block:IfSmallerPosts}
  308.     width:410px;
  309.     {/block:IfSmallerPosts}
  310.     height: 18px;
  311.     color: {color:permalink text};
  312.     }
  313.  
  314. .source{
  315.     left:50%;
  316.     margin-left:230px;
  317.     {block:IfSmallerPosts}
  318.     left:50%;
  319.     margin-left:175px;
  320.     {/block:IfSmallerPosts}
  321.     text-align:center;
  322.     position:absolute;
  323.     width:24px;
  324.     padding: 5px;
  325.     z-index: 2;
  326.     }
  327.  
  328.  
  329. #links .links{
  330.     text-align: right;
  331.     background:{color:links background};
  332.     font-family: cambria;
  333.     font-size: 25px;  
  334.     font-color:{color:sidebar background};
  335.     position: fixed;
  336.     opacity: 0;
  337.     right: 50%;
  338.     margin-right: 385px;
  339.     margin-top: -4px;
  340.     -webkit-transition: all 0.7s ease;
  341.     -moz-transition: all 0.7s ease;
  342.     -o-transition:all 0.7s ease;
  343.     }
  344.    
  345. #links:hover .links{
  346.     background:{color:links background};
  347.     font-color:{color:sidebar background};
  348.     letter-spacing:1px;
  349.     text-transform: uppercase;
  350.     font-family: cambria;
  351.     font-size:9px;
  352.     opacity: 1;
  353.     margin-top: -4px;
  354.     padding: 3px;
  355.     -webkit-transition: all 0.7s ease;
  356.     -moz-transition: all 0.7s ease;
  357.     -o-transition:all 0.7s ease;
  358.     }
  359.  
  360. #button{
  361.     width:10px;
  362.     height: 10px;
  363.     background:#f0d81d;
  364.     -webkit-transition: all 0.7s ease;
  365.     }
  366.    
  367. #button:hover{
  368.     background:#000;
  369.     -webkit-transition: all 0.7s ease;
  370.     }
  371.  
  372. #navi .navi{
  373.     text-align: right;
  374.     background:{color:links background};
  375.     font-family: cambria;
  376.     font-size: 9px;  
  377.     text-transform: uppercase;
  378.     font-color:{color:sidebar background};
  379.     position: fixed;
  380.     right: 50%;
  381.     margin-right: 385px;
  382.     margin-top: 10px;
  383.     -webkit-transition: all 0.7s ease;
  384.     -moz-transition: all 0.7s ease;
  385.     -o-transition:all 0.7s ease;
  386.     }
  387.  
  388. #next{
  389.     width:1px;
  390.     height: 35px;
  391.     background:#f0d81d;
  392.     -webkit-transition: all 0.7s ease;
  393.     }
  394.    
  395. #next:hover{
  396.     background:#000;
  397.     -webkit-transition: all 0.7s ease;
  398.     }
  399.  
  400. #picture{
  401.     width: 24px;
  402.     padding: 4px;
  403.     background: #fff;
  404.     line-height: 1px;
  405.     border-bottom: 3px solid {color:background};
  406.     }
  407.    
  408. blockquote {
  409.     padding: 3px;
  410.     border-left: 1px dotted #000;
  411.     color: {color:link};
  412.     }
  413.    
  414.  
  415.  
  416. </style>
  417. </head>
  418.  
  419. <body>
  420.  
  421. <div id="title"><div style="width: 200px; overflow: auto;">{Title}</div></div>
  422. <div id="sidebar">
  423. <div id="sideimg">
  424. <img src="{image:sidebar picture}"></img>
  425. </div>
  426. <div class="sideimg2">
  427. <img src="{image:sidebar picture 2}"></img>
  428. </div>
  429. <div class="hidden">
  430. <div style="height: 115px; width: 200px; overflow: auto;">{block:Description}{Description}{/block:Description}</div>
  431. </div>
  432.  
  433. <div align="center"><div id="menu">
  434. <div id="links"><a href="/"><div id="button"><div class="links">index</div></div></a></div><br>
  435. <div id="links"><a href="/ask"><div id="button"><div class="links">message</div></div></a></div><br>
  436. <div id="links"><a href="/archive"><div id="button"><div class="links">history</div></div></a></div><br>
  437. {block:ifLink1URL}<div id="links"><a href="{text:Link 1 URL}"><div id="button"><div class="links">{text:Link 1 Name}</div></div></a></div><br>{/block:ifLink1URL}
  438. {block:ifLink2URL}<div id="links"><a href="{text:Link 2 URL}"><div id="button"><div class="links">{text:Link 2 Name}</div></div></a></div><br>{/block:ifLink2URL}
  439. {block:ifLink3URL}<div id="links"><a href="{text:Link 3 URL}"><div id="button"><div class="links">{text:Link 3 Name}</div></div></a></div><br>{/block:ifLink3URL}
  440. {block:ifLink4URL}<div id="links"><a href="{text:Link 4 URL}"><div id="button"><div class="links">{text:Link 4 Name}</div></div></a></div><br>{/block:ifLink4URL}
  441. {block:ifLink5URL}<div id="links"><a href="{text:Link 5 URL}"><div id="button"><div class="links">{text:Link 5 Name}</div></div></a></div><br>{/block:ifLink5URL}
  442. <div id="links"><a href="http://hokshi.tumblr.com/"><div id="button"><div class="links">theme credit</div></div></a></div> <br><br><br><br><br>
  443. {block:IfNotInfiniteScrolling}{block:Pagination}{block:NextPage}<div id="navi"><a href="/ask"><div id="next"><div class="navi"><a href="{NextPage}">next</a></div></div></a></div><br>{/block:NextPage}
  444. {block:PreviousPage}<div id="navi"><a href="/ask"><div id="next"><div class="navi"><a href="{PreviousPage}">previous</a></div></div></a></div>{/block:PreviousPage}{/block:Pagination}{/block:IfNotInfiniteScrolling}
  445. </div></div>
  446.  
  447.  
  448.  
  449. <div id="post">
  450. {block:IfInfiniteScrolling}
  451. <div class = "autopagerize_page_element" >
  452. {/block:IfInfiniteScrolling}
  453.  
  454. {block:Posts}
  455. {block:IndexPage}
  456. <div class="source">
  457. {block:RebloggedFrom} <div id="picture"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a></div> <div id="picture"><a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}"></a></div>{/block:RebloggedFrom}
  458. </div>
  459. {/block:IndexPage}
  460.  
  461. {block:Text}
  462. <div id="entry">
  463. <div align="center">{block:IndexPage}
  464. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  465. <a href="{Permalink}">{block:Title}<div id="titlebar">{Title}</div>{/block:Title}</a>{/block:Title}
  466. <div align="left">{Body}</div>
  467. </div>
  468. {/block:Text}
  469.  
  470. {block:Photo}
  471. <div id="entry">
  472. <div align="center">{block:IndexPage}
  473. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  474. <a href="{Permalink}">{block:IfNotSmallerPosts}{block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" /></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="500" />{/block:PermalinkPage}{/block:IfNotSmallerPosts}
  475. {block:IfSmallerPosts} {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="400" /></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" border="0" width="400" />{/block:PermalinkPage} {/block:IfSmallerPosts}</a>
  476. {block:Ifshowcaptions}
  477. {block:Caption}{Caption}{/block:Caption}
  478. {/block:Ifshowcaptions}
  479. </div>
  480. {/block:Photo}
  481.              
  482. {block:Photoset}
  483. <div id="entry">
  484. <div align="center">{block:IndexPage}
  485. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  486. <a href="{Permalink}">{block:IfNotSmallerPosts}{block:IndexPage}{Photoset-500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:IfNotSmallerPosts}
  487. {block:IfSmallerPosts} {block:IndexPage}{Photoset-400}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage} {/block:IfSmallerPosts}</a>
  488. {block:Ifshowcaptions}
  489. {block:Caption}{Caption}{/block:Caption}
  490. {/block:Ifshowcaptions}
  491. </div>
  492. {/block:Photoset}
  493.      
  494. {block:Quote}
  495. <div id="entry">
  496. <div align="center">{block:IndexPage}
  497. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  498. <div id="titlebar"><div align="center">❝{Quote}</div></div>
  499. {block:Source}
  500. <p><div align="right"> - {Source}</div></p>
  501. {/block:Source}
  502. </div>
  503. {/block:Quote}
  504.      
  505. {block:Link}
  506. <div id="entry">
  507. <div align="center">{block:IndexPage}
  508. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  509. <a href="{URL}" class="link" {Target}>
  510. <div id="titlebar">{Name}</div></a>
  511. {block:Description}{Description}{/block:Description}
  512. </div>
  513. {/block:Link}
  514.      
  515. {block:Chat}
  516. <div id="entry">
  517. <div align="center">{block:IndexPage}
  518. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  519. {block:Title}
  520. <a href="{Permalink}"><div id="titlebar">{Title}</div></a>
  521. {/block:Title}
  522. {block:Lines}<div id="chat">{block:Label}<i>{Label}</i>{/block:Label} {Line}</div>{/block:Lines}
  523. </div>
  524. {/block:Chat}    
  525.      
  526. {block:Video}
  527. <div id="entry">
  528. <div align="center">{block:IndexPage}
  529. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  530. {Video-400}
  531. {block:Ifshowcaptions}
  532. {block:Caption}{Caption}{/block:Caption}
  533. {/block:Ifshowcaptions}
  534. </div>
  535. {/block:Video}
  536.      
  537. {block:Audio}
  538. <div id="entry">
  539. <div align="center">{block:IndexPage}
  540. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  541. <div {block:AlbumArt}style="height:100px;width:100%;"{/block:AlbumArt}>{block:AlbumArt}<span style="float:left;"><img src="{AlbumArtURL}" style="width:100px;border-radius: 5px;"></span>{/block:AlbumArt}<div style="text-align:left;"><div style="width:93%; background-color:#fff; border-bottom:1px dotted #000; padding: 15px;">{AudioPlayerWhite}</div><br>&nbsp;&nbsp;{block:Artist}Artist: {Artist}{/block:Artist}<br>&nbsp;&nbsp;{block:TrackName}Track Name: {TrackName}{/block:TrackName}<br>&nbsp;&nbsp;Play Count: {PlayCountWithLabel}</span></div></div>
  542. </div>
  543. {/block:Audio}
  544.      
  545. {block:Answer}
  546. <div id="entry">
  547. <div align="center">{block:IndexPage}
  548. <div class="permalink">■ {NoteCountWithLabel} <br><a href="{Permalink}">PERMALINK</a><br><a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}</div>
  549. <div id="titlebar"><img src="{AskerPortraitURL-30}" border="0" style="float: left; margin:1px 1px;border:#000 5px solid;" /> {Asker}: {Question}</div>
  550. {Answer}
  551. </div>
  552. {/block:Answer}
  553.    
  554. {block:IndexPage}
  555. <div id="perma">{block:Date} posted {DayOfWeek}, {Month} {DayOfMonthWithZero}, {Year} {/block:Date} <br>TAGGED:{block:HasTags} {block:Tags} ■<a href="{TagURL}"> {Tag} </a>{/block:Tags}{/block:HasTags}
  556. </div>
  557. {/block:IndexPage}
  558.  
  559. {block:PermalinkPage}
  560. <div id="entry">
  561. {block:caption}{Caption}<br>{/block:caption}
  562. {MonthNumberWithZero}{DayOfMonthWithZero}{ShortYear}
  563. {block:HasTags}<br>TAGS: {block:Tags} <a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}
  564. {block:RebloggedFrom}<br>reblogged via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>; reblogged from <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  565. {/block:RebloggedFrom}
  566. {block:PostNotes}<div align="left">{PostNotes}</div>{/block:PostNotes}
  567. </div>
  568. {/block:PermalinkPage}
  569.  
  570. {/block:Posts}
  571. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  572. </body>
  573. </html>
Advertisement
Add Comment
Please, Sign In to add comment