Advertisement
eleanorcalder

Theme Eight

Mar 21st, 2017
659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.34 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  8. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!---- theme 8 by zourry
  16.  
  17. do not remove credit! --->
  18.  
  19. <meta name="image:Sidebar" content=""/>
  20.  
  21. <meta name="color:Background" content="#fff"/>
  22. <meta name="color:Footer BG" content="#efefef"/>
  23. <meta name="color:Text" content="#444"/>
  24. <meta name="color:Link" content="#aaa"/>
  25. <meta name="color:Link Hover" content="#444"/>
  26. <meta name="color:Nav Text" content="#aaa"/>
  27.  
  28. <meta name="if:Sidebar Image" content="0">
  29. <meta name="if:Show Title" content="1">
  30. <meta name="if:Show Tags" content="1">
  31. <meta name="if:Grayscale" content="1">
  32.  
  33. <meta name="font:Body" content="Arial">
  34.  
  35. <meta name="text:Sidebar Width" content ="200"/>
  36. <meta name="text:Post Width" content ="450"/>
  37. <meta name="text:Font Size" content="11"/>
  38. <meta name="text:Footer Font Size" content ="9"/>
  39. <meta name="text:Extra Links Title" content="links"/>
  40. <meta name="text:Link 1 URL" content="/"/>
  41. <meta name="text:Link 1 Text" content=""/>
  42. <meta name="text:Link 2 URL" content="/"/>
  43. <meta name="text:Link 2 Text" content=""/>
  44. <meta name="text:Link 3 URL" content="/"/>
  45. <meta name="text:Link 3 Text" content=""/>
  46. <meta name="text:Link 4 URL" content="/"/>
  47. <meta name="text:Link 4 Text" content=""/>
  48. <meta name="text:Link 5 URL" content="/"/>
  49. <meta name="text:Link 5 Text" content=""/>
  50.  
  51. <style type="text/css">
  52.  
  53. ::selection {
  54. background:{color:Link};
  55. color:#fff;
  56. }
  57.  
  58. ::-moz-selection {
  59. background:{color:Link};
  60. color:#fff;
  61. }
  62.  
  63. ::-webkit-selection {
  64. background:{color:Link};
  65. color:#fff;
  66. }
  67.  
  68.  
  69. body {
  70. background: {color:Background};
  71. font-family: {font:Body};
  72. font-size: {text:Font Size}px;
  73. color: {color:Text};
  74. line-height:170%;
  75. text-align:justify;
  76. word-wrap:break-word;
  77. }
  78.  
  79. blockquote {
  80. padding-left:15px;
  81. margin-left:10px;
  82. margin-right:10px;
  83. border-left:5px solid #dfdfdf;
  84. }
  85.  
  86. italic {
  87. color: #000;
  88. }
  89.  
  90. a {
  91. text-decoration: none;
  92. color: {color:Link};
  93. -moz-transition-duration:0.1s;
  94. -webkit-transition-duration:0.1s;
  95. -o-transition-duration:0.1s;
  96. }
  97.  
  98. a:hover {
  99. -moz-transition-duration:0.1s;
  100. -webkit-transition-duration:0.1s;
  101. -o-transition-duration:0.1s;
  102. text-decoration: none;
  103. color:{color:Link Hover};
  104. }
  105.  
  106. #sidebar {
  107. background:white;
  108. position: fixed;
  109. margin-left:-270px;
  110. margin-top: 130px;
  111. width: auto;
  112. padding: 10px 10px 10px 10px;
  113. margin-bottom:10px;
  114. }
  115.  
  116. #sidebar img {
  117. width: calc({text:Sidebar Width}px - 40px);
  118. {block:ifGrayscale}
  119. -webkit-filter: grayscale(100%);
  120. -webkit-transition: all .8s;
  121. ...
  122. {/block:ifGrayscale}
  123. margin-top:3px;
  124. border-radius:3px;
  125. }
  126.  
  127. #sidebar img a {
  128. text-decoration:none;
  129. }
  130.  
  131. #sidebar img a:hover {
  132. background:transparent;
  133. }
  134.  
  135. .title {
  136. font-size:16.5px;
  137. font-weight:700;
  138. text-align:center;
  139. padding:0px 0px 5px 0px;
  140. }
  141.  
  142. .title a {
  143. color:{color:link};
  144. }
  145.  
  146. .title a:hover {
  147. text-decoration:none;
  148. color:{color:link hover};
  149. background:transparent;
  150. }
  151.  
  152. #description {
  153. position: relative;
  154. margin: 0px;
  155. padding: 5px 10px 10px 10px;
  156. margin-top:-15px;
  157. width: calc({text:Sidebar Width}px - 20px);
  158. text-align: justify;
  159. line-height:175%;
  160. font-weight:200;
  161. border-top: 0px solid #eee;
  162. border-bottom:0px solid #eee;
  163. background:transparent;
  164. }
  165.  
  166. #description a {
  167. text-decoration:none;
  168. font-weight:100;
  169. }
  170.  
  171. #description a:hover {
  172. color:{color:link hover};
  173. text-decoration:none;
  174. background:transparent;
  175. }
  176.  
  177. #navi {
  178. position: relative;
  179. margin-left:10px;
  180. margin-top: -20px;
  181. margin-bottom:0px;
  182. padding: 5px;
  183. text-align:center;
  184. word-spacing:1px;
  185. font-style:normal;
  186. text-transform:normal;
  187. }
  188.  
  189. #navi a {
  190. color: {color:Nav Text};
  191. font-weight:700;
  192. text-decoration:none;
  193. }
  194.  
  195. #navi a:hover {
  196. color:{color:link hover};
  197. text-decoration:none;
  198. background:transparent;
  199. }
  200.  
  201. select {
  202. border:0px;
  203. color:{color:Nav Text};
  204. text-align:center;
  205. margin-top:-3px;
  206. padding:4px 7px 4px 7px;
  207. text-align:right;
  208. -webkit-appearance:none;
  209. -moz-apperarance:none;
  210. }
  211.  
  212. #container {
  213. margin-top: 20px;
  214. margin-bottom: 20px;
  215. margin-left: 0px;
  216. width: {text:Post Width}px;
  217. }
  218.  
  219. .entry {
  220. float:left;
  221. position: relative;
  222. width:{text:Post Width}px;
  223. padding: 10px;
  224. margin-bottom:60px;
  225. margin-top:60px;
  226. background:white;
  227. }
  228.  
  229. .entry:hover {
  230. {block:ifGrayscale}
  231. -webkit-filter:none;
  232. -webkit-transition: all 0.7s ease-in-out;
  233. {/block:ifGrayscale}
  234. }
  235.  
  236. img {
  237. max-width: 100%;
  238. {block:ifGrayscale}
  239. -webkit-filter: grayscale(100%);
  240. -webkit-transition: all .8s;
  241. ...
  242. {/block:ifGrayscale}
  243. }
  244.  
  245. img:hover {
  246. {block:ifGrayscale}
  247. -webkit-filter: grayscale(0);
  248. {/block:ifGrayscale}
  249. }
  250.  
  251. .html_photoset {
  252. {block:ifGrayscale}
  253. -webkit-filter: grayscale(100%);
  254. -webkit-transition: all .8s;
  255. ...
  256. {/block:ifGrayscale}
  257. }
  258. .html_photoset:hover {
  259. {block:ifGrayscale}
  260. -webkit-filter: grayscale(0);
  261. {/block:ifGrayscale}
  262. }
  263.  
  264. .video {
  265. {block:ifGrayscale}
  266. -webkit-filter: grayscale(100%);
  267. -webkit-transition: all .8s;
  268. ...
  269. {/block:ifGrayscale}
  270. }
  271.  
  272. .video:hover {
  273. {block:ifGrayscale}
  274. -webkit-filter: grayscale(0);
  275. {/block:ifGrayscale}
  276. }
  277.  
  278. h1 {
  279. text-align: left;
  280. font-size: 22.5px;
  281. font-weight:700;
  282. line-height:28px;
  283. }
  284.  
  285. h1 a {
  286. text-decoration:none;
  287. }
  288.  
  289. h1 a:hover {
  290. color:{color:link hover};
  291. background:transparent;
  292. }
  293.  
  294. h2 {
  295. font-size:17.5px;
  296. font-weight:700;
  297. line-height:25px;
  298. }
  299.  
  300. h2 a {
  301. color:{color:link};
  302. font-weight:700;
  303. }
  304.  
  305. h2 a:hover {
  306. color:{color:link hover};
  307. text-decoration:normal;
  308. background:transparent;
  309. }
  310.  
  311. #link {
  312. color:{color:link};
  313. font-weight:700;
  314. }
  315.  
  316. #link a {
  317. color:{color:link};
  318. }
  319.  
  320. #link a:hover {
  321. color:{color:link hover};
  322. text-decoration:none;
  323. }
  324.  
  325. #wrap {
  326. width:{text:Post Width}px;
  327. margin:auto;
  328. }
  329.  
  330. #pwrap {
  331. width:500px;
  332. margin:auto;
  333. }
  334.  
  335.  
  336. #words {
  337. font-size:14px;
  338. line-height:20px;
  339. margin-bottom:10px;
  340. letter-spacing:0px;
  341. }
  342.  
  343. #question {
  344. font-size:{text:Font Size}px;
  345. font-style:none;
  346. padding-bottom:5px;
  347. padding-top:5px;
  348. padding-left:5px;
  349. padding-right:5px;
  350. text-align:right;
  351. }
  352.  
  353. #asker {
  354. font-weight:700;
  355. text-transform:lowercase;
  356. font-style:italic;
  357. text-align:right;
  358. margin-top:-1px;
  359. }
  360.  
  361. #answer {
  362. padding:5px 5px 5px 0px;
  363. border-top:1px solid #fafafa;
  364. text-align:left;
  365. }
  366.  
  367. #note {
  368. width:500px;
  369. letter-spacing:0px;
  370. line-height:20px;
  371. text-align:left;
  372. }
  373.  
  374. #note img {
  375. display:none;
  376. }
  377.  
  378. #note a {
  379. color:{color:link};
  380. }
  381.  
  382. #note a:hover {
  383. color:{color:link hover};
  384. text-decoration:none;
  385. background:transparent;
  386. }
  387.  
  388. .chat ul {
  389. list-style: none;
  390. margin: 0;
  391. padding: 0;
  392. margin-left:10px;
  393. }
  394.  
  395. .chat li {
  396. border: none;
  397. margin-bottom: 3px;
  398. padding: 3px;
  399. }
  400.  
  401. .chat .odd {
  402. color:white;
  403. background:{color:link};
  404. padding:3px;
  405. }
  406.  
  407. .chat .even {
  408. color:black;
  409. background:white;
  410. padding:3px;
  411. }
  412.  
  413. #pagination {
  414. margin-top:-5px;
  415. margin-bottom:50px;
  416. float:right;
  417. margin-right:200px;
  418. color:{color:text};
  419. font-style:normal;
  420. font-size:14px;
  421. background:{color:Post BG};
  422. padding:10px;
  423. word-spacing:4px;
  424. }
  425.  
  426. #pagination a {
  427. font-weight:700;
  428. text-decoration:none;
  429. }
  430.  
  431. #pagination a:hover {
  432. color:{color:link hover};
  433. background:transparent;
  434. }
  435.  
  436.  
  437. #footer {
  438. text-align: left;
  439. position: relative;
  440. color:{color:link};
  441. margin-top: 5px;
  442. line-height:170%;
  443. padding: 5px;
  444. background-color:{color:Footer BG};
  445. font-size:{text:Footer Font Size}px;
  446. }
  447.  
  448. #footer a {
  449. color:{color:link};
  450. }
  451.  
  452. #footer a:hover {
  453. color:{color:link hover};
  454. background:transparent;
  455. }
  456.  
  457. #note blockquote {
  458. margin-top:5px;
  459. }
  460.  
  461. li {
  462. margin-left:-10px;
  463. line-height:20px;
  464. }
  465.  
  466. .playerbuttonbg {
  467. position: absolute;
  468. left: 20px;
  469. top: 20px;
  470. width: 19px;
  471. height: 19px;
  472. background-color: #ffffff;
  473. padding: 10px;
  474. -webkit-border-radius: 40px;
  475. -moz-border-radius: 40px;
  476. border-radius: 40px;
  477. opacity: .4;
  478. filter: alpha(opacity=40);
  479. -moz-opacity: 0.4;
  480. -khtml-opacity: 0.4;
  481. transition: opacity .7s ease-in-out;
  482. -moz-transition: opacity .7s ease-in-out;
  483. -webkit-transition: opacity .7s ease-in-out;
  484. }
  485.  
  486. .playerbuttonbg:hover {
  487. opacity: 1;
  488. filter: alpha(opacity=100);
  489. -moz-opacity: 1;
  490. -khtml-opacity: 1;
  491. }
  492.  
  493. .newplayerbutton {
  494. position: relative;
  495. width: 19px;
  496. height: 19px;
  497. overflow: hidden;
  498. }
  499.  
  500. .playerbuttonhug {
  501. position: absolute;
  502. top: -18px;
  503. left: -7px;
  504. }
  505.  
  506. .tumblr_audio_player {
  507. height: 90px;
  508. width: 270px;
  509. -moz-transform: scale(0.60, 0.60);
  510. -webkit-transform: scale(0.60, 0.60);
  511. -o-transform: scale(0.60, 0.60);
  512. -ms-transform: scale(0.60, 0.60);
  513. transform: scale(0.60, 0.60);
  514. -moz-transform-origin: top left;
  515. -webkit-transform-origin: top left;
  516. -o-transform-origin: top left;
  517. -ms-transform-origin: top left;
  518. transform-origin: top left;
  519. }
  520.  
  521. .audioimgwrapper {
  522. position: absolute;
  523. left: 0px;
  524. top: 0px;
  525. -webkit-border-radius: 40px;
  526. -moz-border-radius: 40px;
  527. border-radius: 40px;
  528. overflow: hidden;
  529. width: 79px;
  530. height: 79px;
  531. }
  532.  
  533. .audioimgwrapper img {
  534. width: 100%;
  535. height: auto;
  536. -webkit-border-radius: 40px;
  537. -moz-border-radius: 40px;
  538. border-radius: 40px;
  539. }
  540.  
  541. .trackdetails {
  542. width: auto;
  543. border: 0px solid black;
  544. display:inline-block;
  545. margin-left: 90px;
  546. min-height: 85px;
  547. }
  548.  
  549. .audiowrapper {
  550. position: relative;
  551. display:inline-block;
  552. }
  553.  
  554.  
  555. #credit {
  556. bottom:15px;
  557. left:15px;
  558. position:fixed;
  559. font-family:symbol;
  560. font-size:14.5px;
  561. font-weight:100;
  562. background:white;
  563. padding:3px 0px 3px 0px;
  564. }
  565.  
  566. #credit a {
  567. color:{color:link};
  568. padding:3px;
  569. line-height:12px;
  570. border:0px dashed #fff;
  571. text-decoration:none;
  572. }
  573.  
  574. #credit a:hover {
  575. color:{color:link hover};
  576. background:transparent;
  577. text-decoration:none;
  578. border:0px dashed {color:link};
  579. padding:3px;
  580. }
  581.  
  582.  
  583.  
  584. #s-m-t-tooltip {
  585. max-width:300px;
  586. background-color:{color:link};
  587. border:0px solid {color:Border};
  588. font-family:{font:Body};
  589. color:#fff;
  590. letter-spacing:0px;
  591. text-transform:normal;
  592. padding:3px 4px 3px 4px;
  593. margin:20px 0px 0px 20px;
  594. z-index:999999999999999999999999999999999999;
  595. box-shadow:rgba(0,0,0,0.07)5px 5px;
  596. {block:ifRoundedBorder}
  597. -moz-border-radius:4px;
  598. -webkit-border-radius:4px;
  599. {/block:ifRoundedBorder}
  600. }
  601.  
  602.  
  603. </style>
  604.  
  605. <!-- start of script tooltip -->
  606. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  607.  
  608. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  609.  
  610. <script>
  611.  
  612. (function($){
  613.  
  614. $(document).ready(function(){
  615.  
  616. $("a[title]").style_my_tooltips({
  617.  
  618. tip_follows_cursor:true,
  619.  
  620. tip_delay_time:90,
  621.  
  622. tip_fade_speed:600,
  623.  
  624. attribute:"title"
  625.  
  626. });
  627.  
  628. });
  629.  
  630. })(jQuery);
  631.  
  632. </script>
  633.  
  634. <!-- end of script tooltip -->
  635.  
  636. </head>
  637.  
  638. <body>
  639.  
  640. <div id="wrap">
  641.  
  642. <div id="credit"><a href="http://zourry.tumblr.com" title="theme by zourry">♡</a>
  643. </div>
  644.  
  645. <div id="sidebar">
  646.  
  647. {block:ifShowTitle}<div class="title"><a href="/">{Title}</a></div>{/block:ifShowTitle}
  648.  
  649. {block:ifSidebarImage}<center><img src="{image:Sidebar}"></center>{/block:ifSidebarImage}
  650.  
  651. <br>
  652.  
  653. <div id="description">{Description}</div>
  654.  
  655.  
  656. <p>
  657.  
  658. <div id="navi">
  659.  
  660. <a href="/">home</a> &nbsp;&nbsp;
  661.  
  662. <a href="/ask">ask</a> &nbsp;
  663. <select onchange='location=this.options[this.selectedIndex].value;' style="font-family: {font:Body}; font-size:{text:Font Size}px; font-weight:700; -moz-border-radius:1px; -webkit-border-radius:2px; width:auto; text-align:center; text-transform:normal;">
  664.  
  665. <option>{text:Extra Links Title}</option>
  666.  
  667. {block:IfLink1Text}
  668.  
  669. <option value="{text:Link 1 URL}">{text:Link 1 Text}</option>{/block:IfLink1Text} {block:IfLink2Text}
  670.  
  671. <option value="{text:Link 2 URL}">{text:Link 2 Text}</option>{/block:IfLink2Text} {block:IfLink3Text}
  672.  
  673. <option value="{text:Link 3 URL}">{text:Link 3 Text}</option>{/block:IfLink3Text} {block:IfLink4Text}
  674.  
  675. <option value="{text:Link 4 URL}">{text:Link 4 Text}</option>{/block:IfLink4Text} {block:IfLink5Text}
  676.  
  677. <option value="{text:Link 5 URL}">{text:Link 5 Text}</option>{/block:IfLink5Text}
  678.  
  679. </select>
  680. </div>
  681.  
  682. </div>
  683.  
  684.  
  685. <div id="container">
  686. {block:Posts}
  687. <div class="entry">
  688.  
  689. {block:ContentSource}
  690. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  691. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  692. {/block:SourceLogo}
  693. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  694. {/block:ContentSource}
  695.  
  696. {block:Text}
  697. <h1>{block:Title}{Title}{/block:Title}</h1>
  698. {Body}
  699. {/block:Text}
  700.  
  701. {block:Photo}
  702. {LinkOpenTag}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="{text:Post Width}px"></center>{LinkCloseTag}
  703. {block:Caption}{Caption}{/block:Caption}
  704. {/block:Photo}
  705.  
  706. {block:Photoset}
  707. {Photoset}
  708. {block:Caption}{Caption}{/block:Caption}
  709. {/block:Photoset}
  710.  
  711.  
  712. {block:Quote}
  713. <div id="words">
  714. &#8220;{Quote}&#8221;
  715. </div>
  716. {block:Source}<div align="right">— <small>{Source}</small></div>{/block:Source}
  717. {/block:Quote}
  718.  
  719.  
  720.  
  721. {block:Link}
  722. <div id="link">
  723. <h1><a href="{URL}" {Target}><strong>{Name}</strong></a></h1></div>
  724. {block:Description}{Description}{/block:Description}
  725. {/block:Link}
  726.  
  727. {block:Chat}
  728.  
  729. <h1>{Title}</h1>
  730. <div class="chat"><font style="letter-spacing:0px; font-family:arial; font-size:12px">
  731. <ul>
  732. {block:Lines}<li class="{Alt}">{block:Label} <b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  733. </ul>
  734. </div></font>
  735. {/block:Chat}
  736.  
  737. {block:AudioPlayer}
  738. <div class="audiowrapper">
  739. {block:AlbumArt}
  740. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  741. {/block:AlbumArt}
  742.  
  743. <div class="playerbuttonbg">
  744. <div class="newplayerbutton">
  745. <div class="playerbuttonhug">
  746.  
  747. {AudioPlayerWhite}
  748.  
  749. </div>
  750. </div>
  751. </div>
  752.  
  753. <div class="trackdetails">
  754.  
  755. {block:TrackName}<strong>{TrackName}</strong>{/block:TrackName}<br/>
  756. {block:Artist}<strong>Artist:</strong> {Artist}{/block:Artist}<br/>
  757. {block:Album}<strong>Album:</strong> {Album}{/block:Album}<br/>
  758. {PlayCountWithLabel}
  759.  
  760. </div>
  761. </div>
  762. {block:Caption}{Caption}{/block:Caption}
  763. {/block:AudioPlayer}
  764.  
  765.  
  766.  
  767. {block:Answer}
  768. <div id="asker">{Asker}</div><div id="question">{Question}</div><p>
  769. <div id="answer">{Answer}</div>
  770. {/block:Answer}
  771.  
  772.  
  773. {block:Video} <div class="video">
  774. {Video-500}
  775. {block:Caption}{Caption}{/block:Caption}
  776. </div>
  777. {/block:Video}
  778.  
  779.  
  780. <div id="footer">
  781. {block:Date}<a href="{Permalink}">{TimeAgo}</a> — <a href="{Permalink}">
  782. {NoteCountWithLabel}</a>{/block:Date} {block:RebloggedFrom}<div style="float:right">via <a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a>, &nbsp;<a href="{ReblogRootURL}"title="{ReblogRootName}; {ReblogRootTitle}">©</a></div>{/block:RebloggedFrom}
  783. {block:ifShowTags}<br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags}{/block:HasTags}{/block:ifShowTags}
  784. </div>
  785.  
  786. {block:PermalinkPage}
  787. {block:PostNotes}
  788. <div id="note">{PostNotes}</div>
  789. {/block:PostNotes}
  790. {/block:PermalinkPage}
  791.  
  792.  
  793. </div> <!-- /div entry --->
  794.  
  795. {/block:Posts}
  796.  
  797. </div>
  798.  
  799. <div id="pwrap">
  800.  
  801. {block:Pagination}
  802. <div id="pagination">
  803. {block:PreviousPage}
  804. <a href="{PreviousPage}">«</a> &nbsp;
  805. {/block:PreviousPage}
  806.  
  807. {block:JumpPagination length="5"}
  808. {block:CurrentPage}
  809. <strong> <span class="current_page">{PageNumber}</span></strong>
  810. {/block:CurrentPage}
  811.  
  812. {block:JumpPage}
  813. <a class="jump_page" href="{URL}">{PageNumber}</a>
  814. {/block:JumpPage}
  815. {/block:JumpPagination}
  816.  
  817. {block:NextPage}
  818. &nbsp; <a href="{NextPage}">»</a>
  819. {/block:NextPage}
  820. </div>
  821. {/block:Pagination}
  822.  
  823. </div>
  824.  
  825. </div><!-- /div container --->
  826.  
  827.  
  828. </body>
  829.  
  830. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement