Advertisement
hokshi

Exost Theme

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