Advertisement
ladyvicky

THEME#3 BY LV

Dec 29th, 2013
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 16.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.    
  5. <head>
  6. <!-- THEME BY LADY VICTORIA/KAMIKAZE-LOVE DO NOT STEAL REDISTRUBTE OR REMOVE CREDIT-->
  7.  
  8. <!-- SCRIPTS -->
  9.  
  10. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  11.  
  12. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  13.  
  14.     {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  15.    
  16.     <title>
  17.         {block:TagPage}{Tag} - {/block:TagPage}
  18.         {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}
  19.         {block:PostSummary}{PostSummary} - {/block:PostSummary}
  20.         {Title}
  21.     </title>
  22.    
  23.     <link rel="shortcut icon" href="{Favicon}">
  24.    
  25.     <link rel="alternate" type="application/rss+xml" title="{Title} RSS" href="{RSS}">
  26.    
  27.     <link rel="stylesheet" href="http://static.tumblr.com/hznqxps/ivOmgjf8v/normalize.css">
  28.        
  29. <!-- METATAG THINGS-->
  30.  
  31. <meta name="color:Background" content="#e1daef">
  32. <meta name="color:Text" content="#a498bc">
  33. <meta name="color:Bold" content="">
  34. <meta name="color:Links" content="#6f52a1">
  35. <meta name="color:Sidebar Background" content="#bbaacc">
  36. <meta name="color:Sidebar Border" content="#c4b9d6">
  37. <meta name="color:Sidebar Links" content="#6c5e88">
  38. <meta name="color:Description Text" content="#3a304b">
  39. <meta name="color:Blog Title" content="#c3b8d5">
  40.  
  41. <meta name="text:Link 1" content="Link 1" />
  42. <meta name="text:Link 1 URL" content="/" />
  43. <meta name="text:Link 2" content="Link 2" />
  44. <meta name="text:Link 2 URL" content="/" />
  45. <meta name="text:Link 3" content="Link 3" />
  46. <meta name="text:Link 3 URL" content="/" />
  47. <meta name="text:Link 4" content="Link 4" />
  48. <meta name="text:Link 4 URL" content="/" />
  49. <meta name="text:Link 5" content="Link 5" />
  50. <meta name="text:Link 5 URL" content="/" />
  51. <meta name="text:Link 6" content="Link 6" />
  52. <meta name="text:Link 6 URL" content="/" />
  53. <meta name="text:Link 7" content="Link 7" />
  54. <meta name="text:Link 7 URL" content="/" />
  55. <meta name="text:Link 8" content="Link 8" />
  56. <meta name="text:Link 8 URL" content="/" />
  57. <meta name="text:Link 9" content="Link 9" />
  58. <meta name="text:Link 9 URL" content="/" />
  59. <meta name="text:Link 10" content="Link 10" />
  60. <meta name="text:Link 10 URL" content="/" />
  61.  
  62. <meta name="image:Sidebar Background" content="http://static.tumblr.com/8di24cd/E21mx4j1y/vlcsnap-2013-11-24-16h22m04s54.jpg">
  63.  
  64.  
  65. <style>
  66.  
  67. /* FONTS */
  68.  
  69. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  70.  
  71. @font-face { font-family: 'bangalore'; src: url('http://static.tumblr.com/8di24cd/JA9mw263b/bangalor.ttf'); }
  72.  
  73. @font-face {font-family: 'sail'; src: url('https://googledrive.com/host/0B1LOqmbUyH_GYTZwT2hPTHAtVkU/Sail-Regular.otf');}
  74.  
  75.  
  76. /* TOOLS */
  77.  
  78. /*  TUMBLR CONTROLS */
  79.  
  80.     iframe#tumblr_controls {
  81.     -webkit-filter:invert(100%);
  82.     -moz-filter:invert(100%);
  83.     -o-filter:invert(100%);
  84.     -ms-filter:invert(100%);
  85.     filter:invert(100%);
  86. }
  87.  
  88. #scrollUp {
  89.     font-size:50px;
  90.     z-index:99999999999999;
  91.     left:50px;
  92.     bottom:50px;
  93.     width:50px;
  94.     height:50px;
  95.     overflow:hidden;
  96.     background-image:url('http://static.tumblr.com/8di24cd/95bmyk6xe/arrow64.png');
  97.     color:{color:Background};
  98.     text-shadow:none;
  99. }
  100.  
  101. #scrollUP a {
  102.     text-shadow:none;
  103. }
  104. #scrollUp a:hover {
  105.     text-shadow:none;
  106. }
  107.  
  108. /* GENERAL */
  109.  
  110. body {
  111.     margin:0px;
  112.     padding:0px;
  113.     color:{color:Text};
  114.     background:url('{image:Background}') fixed top right;
  115.     background-color:{color:Background};
  116.     font-family:'calibri', sans-serif;
  117.     font-size:10px;
  118.     letter-spacing:1px;
  119. }
  120.  
  121. iframe, img, embed, object, video {
  122.     max-width: 100%;
  123. }
  124.  
  125.  
  126. a {
  127.     font-weight:bold;
  128.     text-decoration:none;
  129.     color:{color:Links};
  130.     -webkit-transition:all 0.5s ease;
  131.     -moz-transition:all 0.5s ease;
  132.     -o-transition:all 0.5s ease;
  133.     transition:all 0.5s ease-in-out;
  134. }
  135.  
  136. body, a, a:link, a:visited {
  137.     cursor:url('http://static.tumblr.com/8di24cd/mC1mwksaw/zorzc.png'), auto; }
  138.  
  139. a:hover, a:active, select {
  140.     cursor:url('http://static.tumblr.com/8di24cd/m7jmwkhhw/th_9-2.png'), auto;
  141. }
  142.  
  143. b, strong {
  144.     color:{color:Bold};
  145. }
  146.  
  147. a:hover, .blogtitle a:hover {
  148.     color:{color:Background};
  149.     text-shadow:1px 1px gray;
  150.     -webkit-transition:all 0.5s ease;
  151.     -moz-transition:all 0.5s ease;
  152.     -o-transition:all 0.5s ease;
  153.     transition:all 0.5s ease-in-out;
  154. }
  155.  
  156.  
  157. /* CONTAINERS */
  158.  
  159. #topbar {
  160.     position:fixed;
  161.     width:100%;
  162.     height:80px;
  163.     margin-top:-100px;
  164.     margin-left:0px;
  165.     z-index:999999;
  166. }
  167.  
  168. #leftbar:hover #topbar {
  169.     opacity:1;
  170. }
  171.  
  172. #leftbar {
  173.     position:fixed;
  174.     margin-top:-100px;
  175.     width:180px;
  176.     height:100%;
  177.     right:0;
  178.     background-image:url('{image:Sidebar Background}');
  179.     background-color:{color:Sidebar Background};
  180.     border-left:15px solid {color:Sidebar Border};
  181. }
  182.  
  183. #leftbar:hover .navi {
  184.     opacity:1;
  185. }
  186.  
  187. #content {
  188.     margin:auto;
  189. {block:IndexPage}
  190.     width:540px;
  191. {/block:IndexPage}
  192.  
  193. {block:PermalinkPage}
  194.     width:740px;
  195. {/block:PermalinkPage}
  196. }
  197.  
  198. article {
  199.     background:rgba(255, 255, 255, 0.1);
  200.     margin:100px 0px 100px 0px;
  201.     padding:20px;
  202.     border-radius:10px 10px 0px 0px;
  203.     -webkit-transition:all 0.3s linear;
  204.     -moz-transition:all 0.3s linear;
  205.     -o-transition:all 0.3s linear;
  206.     transition:all 0.3s linear;
  207. }
  208.  
  209. article:hover {
  210. {block:IndexPage}
  211.     background:rgba(255, 255, 255, 0.4);
  212.     -webkit-transition:all 0.3s linear;
  213.     -moz-transition:all 0.3s linear;
  214.     -o-transition:all 0.3s linear;
  215.     transition:all 0.3s linear;
  216. {/block:IndexPage}
  217. }
  218.  
  219. /* TITLE */
  220.  
  221. .blogtitle, .blogtitle a {
  222.     font-family: 'Sail', sans-serif;
  223.     font-size:36px;
  224.     font-style:italic;
  225.     letter-spacing:10px;
  226.     color:{color:Blog Title};
  227.     text-align:center;
  228.     width:100%;
  229.     text-shadow:1px 1px gray;
  230.     -webkit-transition:all 0.3s linear;
  231.     -moz-transition:all 0.3s linear;
  232.     -o-transition:all 0.3s linear;
  233.     transition:all 0.3s linear;
  234.     z-index:99999999;
  235. }
  236.  
  237.  
  238. /* LEFT BAR S--T */
  239.  
  240. .navi {
  241.     margin-top:100px;
  242.     opacity:0.2;
  243.     -webkit-transition:all 0.3s linear;
  244.     -moz-transition:all 0.3s linear;
  245.     -o-transition:all 0.3s linear;
  246.     transition:all 0.3s linear;
  247. }
  248.  
  249. .navi a {
  250.     display:block;
  251.     margin:0px 0px 5px 0px;
  252.     font-family:'calibri', sans-serif;
  253.     font-size:10px;
  254.     font-weight:normal;
  255.     text-align:center;
  256.     text-transform:uppercase;
  257.     background:{color:Sidebar Border};
  258.     color:{color:Sidebar Links};
  259.     padding:2px 1px 2px 1px;
  260.     z-index:99999999;
  261. }
  262.  
  263. .navi a:hover {
  264.     background-color:#B6A8CC;
  265.     text-shadow:none;
  266. }
  267.  
  268. #leftbar:hover .navi {
  269.     opacity:1;
  270.     -webkit-transition:all 0.3s linear;
  271.     -moz-transition:all 0.3s linear;
  272.     -o-transition:all 0.3s linear;
  273.     transition:all 0.3s linear;
  274. }
  275.  
  276. .desc {
  277.     font-family:'tinytots', 'calibri', sans-serif;
  278.     font-size:8px;
  279.     color:{color:Description Text};
  280.     text-align:center;
  281.     background:{color:Sidebar Border};
  282.     width:160px;
  283.     padding:10px;
  284.     margin:5px auto;
  285.     opacity:0.2;
  286.     -webkit-transition:all 0.3s linear;
  287.     -moz-transition:all 0.3s linear;
  288.     -o-transition:all 0.3s linear;
  289.     transition:all 0.3s linear;
  290. }
  291.  
  292. #leftbar:hover .desc {
  293.     opacity:1;
  294.     -webkit-transition:all 0.3s linear;
  295.     -moz-transition:all 0.3s linear;
  296.     -o-transition:all 0.3s linear;
  297.     transition:all 0.3s linear;
  298. }
  299.  
  300. /* INDEX INFO DISPLAY */
  301.  
  302. #info {
  303.     position:absolute;
  304.     margin-top:20px;
  305.     margin-left:-20px;
  306.     padding:10px;
  307.     height:auto;
  308.     width:520px;
  309.     font-style:normal;
  310.     font-family:tinytots;
  311.     font-size:8px;
  312.     font-weight:normal;
  313.     text-align:center;
  314.     background:rgba(196, 185, 214, 0.1);
  315.     border-radius:0px 0px 10px 10px;
  316.     color:#999;
  317.     -webkit-transition: all 0.3s linear;
  318.     -moz-transition: all 0.3s linear;
  319.     transition: all 0.3s linear;
  320. }
  321.  
  322. article:hover #info {
  323.     background:rgba(196, 185, 214, 0.4);
  324.     -webkit-transition:all 0.3s linear;
  325.     -moz-transition:all 0.3s linear;
  326.     -o-transition:all 0.3s linear;
  327.     transition:all 0.3s linear;
  328. }
  329.  
  330. #info a {
  331.     color:#faf7ff;
  332.     font-size:8px;
  333.     font-weight:normal;
  334. }
  335.  
  336. #info a:hover {
  337.     color:white;
  338. }
  339.  
  340. /* POSTS */
  341.  
  342. blockquote, .q {
  343.     padding:5px;
  344.     background: rgba(220, 212, 233, 0.2);
  345.     border-radius:10px;
  346. }
  347.  
  348. /* PHOTOS */
  349.  
  350. img {
  351.     border-radius:10px;
  352. }
  353.  
  354. /* TEXT */
  355.  
  356. .title {
  357.     font-family:'Sail', Sans-Serif;
  358.     font-size:26px;
  359.     text-align:center;
  360.     margin-top:0px;
  361. }
  362.  
  363. .title a:hover {
  364.     text-decoration:underline;
  365. }
  366.  
  367. /* QUOTE */
  368.  
  369. .quote {
  370.     font-family:'Sail', Sans-serif;
  371.     text-align:center;
  372.     text-shadow:1px 1px gray;
  373. }
  374.  
  375. .source {
  376.     font-style:italic;
  377.     text-align:center;
  378.     font-size:12px;
  379.     letter-spacing:2px;
  380. }
  381.  
  382.  
  383. /* CHAT */
  384.  
  385. }
  386. .chat ul {
  387.     list-style: none;
  388.     margin: 0;
  389.     padding: 0;
  390. }
  391. .chat li {
  392.     margin:20px;
  393.     list-style: none;
  394.     padding: 5px;
  395.     border-radius:10px;
  396.  
  397. }
  398. .chat .even {
  399.     background: rgba(220, 212, 233, 0.1);
  400.     list-style: none;
  401. }
  402.  
  403. /* AUDIO */
  404.  
  405. .cover {
  406.     position: relative;
  407.     width:250px;
  408.     z-index: 1
  409. }
  410.  
  411. .playbox {
  412.     width:250px;
  413.     background:#fff;
  414.     border-radius:10px;
  415.     margin-bottom:20px;
  416. }
  417.  
  418. /* ANSWER POSTS */
  419.  
  420. .question {
  421.     font-family: 'Sail', sans-serif;
  422.     font-size:20px;
  423.     font-weight:lighter;
  424. }
  425.  
  426. .q {
  427.     font-size:14px;
  428. }
  429.  
  430. #tags {
  431.     margin-top:30px;
  432.     text-align:center;
  433. }
  434.  
  435. #tags li {
  436.     display:inline-block;
  437. }
  438.  
  439. #notes {
  440.     margin-top:100px;
  441. }
  442.  
  443. #notes img {
  444.     width:25px;
  445.     margin:-5px 0px;
  446.     float:left;
  447. }
  448.  
  449. #notes ul {
  450.     list-style:none;
  451. }
  452.  
  453. #notes li {
  454.     list-style:none;
  455.     padding:10px;
  456.     margin-bottom:10px;
  457.     background:rgba(220, 212, 233, 1);
  458.     border-radius:10px;
  459. }
  460.  
  461. .reblogged, .dates {
  462.     text-align:center;
  463.     font-size:12px;
  464.     line-height:20px;
  465.    
  466. }
  467.  
  468. .pagination {
  469.     display:none;
  470.     opacity:0;
  471. }
  472.  
  473. {CustomCSS}
  474.  
  475. </style>
  476.  
  477. <script type="text/javascript" src="https://googledrive.com/host/0B1LOqmbUyH_GYTZwT2hPTHAtVkU/jquery.scrollUp.min.js">
  478. </script>
  479. <script type="text/javascript">
  480. $(function () {
  481.   $.scrollUp({
  482.     scrollName: 'scrollUp', // Element ID
  483.     topDistance: '300', // Distance from top before showing element (px)
  484.     topSpeed: 300, // Speed back to top (ms)
  485.     animation: 'fade', // Fade, slide, none
  486.     animationInSpeed: 200, // Animation in speed (ms)
  487.     animationOutSpeed: 200, // Animation out speed (ms)
  488.     scrollText: '.', // Text for element
  489.     scrollTitle: 'Scroll to Top',
  490.     activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
  491.    
  492.   });
  493. });  
  494. </script>  
  495. </head>
  496.  
  497. <body>
  498.     <header id="topbar">
  499.         <h1 class="blogtitle"><a href="/">{Title}</a></h1>
  500.     </header>
  501.     <aside id="leftbar">
  502.             <nav class="navi">
  503.                 <a href="/">home</a>
  504.                 <a href="/ask">ask</a>
  505.                 <a href="/archive">archive</a>
  506.                 <a href="{text:Link 1 URL}">{text:Link 1}</a>
  507.                 <a href="{text:Link 2 URL}">{text:Link 2}</a>
  508.                 <a href="{text:Link 3 URL}">{text:Link 3}</a>
  509.                 <a href="{text:Link 4 URL}">{text:Link 4}</a>
  510.                 <a href="{text:Link 5 URL}">{text:Link 5}</a>
  511.                 <a href="{text:Link 6 URL}">{text:Link 6}</a>
  512.                 <a href="{text:Link 7 URL}">{text:Link 7}</a>
  513.                 <a href="{text:Link 8 URL}">{text:Link 8}</a>
  514.                 <a href="{text:Link 9 URL}">{text:Link 9}</a>
  515.                 <a href="{text:Link 10 URL}">{text:Link 10}</a>
  516.             </nav>
  517.         {block:Description}
  518.             <div class="desc">
  519.                 {Description}
  520.             </div>
  521.         {/block:Description}
  522.     </aside>
  523.    
  524.     <div id="content">
  525.    
  526.         {block:Posts}
  527.        
  528.             <article>
  529.                
  530.                 {block:Text}
  531.                     <div class="text">
  532.                         {block:Title}<h1 class="title"><a href ="{Permalink}">{Title}</a></h1>{/block:Title}
  533.                         {Body}
  534.                     </div>
  535.                 {/block:Text}
  536.                
  537.                
  538.                 {block:Photo}
  539.                     <div class="photo" align="center">
  540.                         {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt">{LinkCloseTag}
  541.                         {block:Caption}{Caption}{/block:Caption}
  542.                     </div>
  543.                 {/block:Photo}
  544.                
  545.                 {block:Photoset}
  546.                     <div class="photoset" align="center">
  547.                         {Photoset-500}
  548.                         {block:Caption}{Caption}{/block:Caption}
  549.                     </div>
  550.                 {/block:Photoset}
  551.                
  552.                 {block:Quote}
  553.                         <h1 class="quote">&ldquo; {Quote} &rdquo;</h1>
  554.                         {block:Source}<h2 class="source">{Source}</h2>{/block:Source}
  555.                 {/block:Quote}
  556.                
  557.                 {block:Link}
  558.                     <div class="link">
  559.                         <h1 class="title"><a href="{URL}">{Name}</a></h1>
  560.                         {block:Description}{Description}{/block:Description}
  561.                     </div>
  562.                 {/block:Link}
  563.                
  564.                 {block:Chat}
  565.                     <div class="chat">
  566.                         <ul>
  567.                             {block:Lines}
  568.                                 <li class="{Alt}">
  569.                                     {block:Label}
  570.                                         <span style="font-style:italic;text-shadow:1px 1px gray;">{Label}</span>
  571.                                     {/block:Label}
  572.                                      {Line}
  573.                                 </li>
  574.                             {block:Lines}
  575.                         </ul>
  576.                     </div>
  577.                 {/block:Chat}
  578.                
  579.                 {block:Audio}
  580.                 <center>
  581.                     <div class="audio">
  582.                         {block:TrackName}
  583.                             <h1 class="title">
  584.                                 <a href="{Permalink}">{TrackName}</a>
  585.                             </h1>
  586.                         {/block:TrackName}
  587.                         <div class="playbox"><div class="playbutton">
  588.                             {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  589.                         </div></div>
  590.                             {block:AlbumArt}
  591.                                 <img src="{AlbumArtURL}" class="cover">
  592.                             {/block:AlbumArt}
  593.                         <center>
  594.                             {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
  595.                         </center>
  596.                         {block:Caption}{Caption}{/block:Caption}
  597.                     </div>
  598.                     </center>
  599.                 {/block:Audio}
  600.                
  601.                 {block:Video}
  602.                     <div class="video" align="center">
  603.                         <div class="videoplayer">{Video-500}</div>
  604.                         {block:Caption}{Caption}{/block:Caption}
  605.                     </div>
  606.                 {/block:Video}
  607.                
  608.                 {block:Answer}
  609.                 <center>
  610.                     <div class="answer">
  611.                         <div class="question">
  612.                             <img src="{AskerPortraitURL-96}">
  613.                             <h1 class="question">{Asker}</h1>
  614.                         </div>
  615.                     <p class="q">{Question}</p>
  616.                     <p>{Answer}</p>
  617.                     </div>
  618.                 </center>
  619.                 {/block:Answer}
  620.                
  621.                 <footer class="info">
  622.                
  623.                 {block:IndexPage}
  624.                     {block:ContentSource}
  625.                     <!-- {SourceURL}
  626.                        {block:SourceLogo}<img src="{BlackLogoURL}"
  627. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  628.                        {/block:SourceLogo}
  629.                        {block:NoSourceLogo}{SourceLink}
  630.                        {/block:NoSourceLogo} -->
  631.                     {/block:ContentSource}
  632.                 {/block:IndexPage}
  633.                
  634.                                 {block:IndexPage}
  635.                     <div id="info">
  636.                         {block:Date}
  637.                             <a href="{Permalink}">
  638.                             {DayOfMonthWithZero}&nbsp{Month}&nbsp{ShortYear}&nbsp&nbsp&nbsp&nbsp&nbsp</a>
  639.                         {/block:Date}
  640.                            
  641.                         {block:NoteCount}
  642.                             <a href="{Permalink}">&hearts;&nbsp{NoteCount}&nbsp&nbsp&nbsp&nbsp&nbsp</a>
  643.                         {/block:NoteCount}
  644.                            
  645.                         <a href="{ReblogURL}">REBLOG</a>
  646.                     </div>
  647.                 {/block:IndexPage}
  648.                    
  649.                     {block:Permalink}
  650.                         {block:HasTags}
  651.                             <ul id="tags">
  652.                                 {block:Tags}
  653.                                     <li>
  654.                                         <a href="/tagged/{Tag}">&nbsp&nbsp&nbsp#{Tag}</a><br>
  655.                                     </li>
  656.                                 {/block:Tags}
  657.                             </ul>
  658.                         {/block:HasTags}
  659.                        
  660.                        <div class="dates">
  661.                             {block:Date}
  662.                                 Posted&nbsp{lang:TimeAgo}{TimeAgo}<br>
  663.                             {/block:Date}
  664.                             {block:NoteCount}
  665.                                {NoteCountWithLabel}<br>
  666.                             {/block:NoteCount}
  667.                         {block:ContentSource}
  668.                             <div class="reblogged">
  669.                                 {lang:Source}:&nbsp<a href="{SourceURL}">{block:NoSourceLogo}{SourceTitle}<br>{/block:NoSourceLogo}
  670.                                 {block:SourceLogo}
  671.                                     <img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}">
  672.                                 {/block:SourceLogo}</a>
  673.                             </div>
  674.                         {/block:ContentSource}
  675.                         {block:RebloggedFrom}
  676.                             via:&nbsp<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>
  677.                             origin:&nbsp<a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br>
  678.                         {/block:RebloggedFrom}
  679.                        
  680.                     {block:PostNotes}
  681.                         <div id="notes">{PostNotes-64}</div>
  682.                     {/block:PostNotes}
  683.                     {/block:Permalink}
  684.                 </footer>
  685.             </article>
  686.         {/block:Posts}
  687.     </div>
  688.                        
  689.     {block:Pagination}
  690.         <div class="pagination">
  691.             {block:PreviousPage}<a href="{PreviousPage}">Previous page</a>{/block:PreviousPage}
  692.             {block:NextPage}<a href="{NextPage}">Next page</a>{/block:NextPage}
  693.         </div>
  694.     {/block:Pagination}
  695.    
  696. </body>
  697.  
  698. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement