Advertisement
octbrovey

electric theme

Aug 25th, 2014
4,869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7.  
  8. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀   █▀▀▄ █░░█   █▀▀▄ █░░█ █▀▀ █░░ █▀▀ █▀▀█ █▀▀█
  9. ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀   █▀▀▄ █▄▄█   █░░█ █░░█ █░░ █░░ █▀▀ █░░█ █▄▄▀
  10. ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀   ▀▀▀░ ▄▄▄█   ▀░░▀ ░▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ ▀░▀▀
  11.  
  12. electric theme
  13. don't steal please
  14.  
  15. -->
  16.  
  17.  
  18. <title>{Title}{block:PostTitle}, {PostTitle}{/block:PostTitle}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:box background" content=""/>
  23. <meta name="image:main background" content=""/>
  24.  
  25. <meta name="color:background" content="#ffffff"/>
  26. <meta name="color:post background" content="#ffffff"/>
  27. <meta name="color:permalink background" content="#fafafa"/>
  28. <meta name="color:sidebar background" content="#F6F6F6"/>
  29. <meta name="color:description background" content="#ffffff"/>
  30. <meta name="color:description text" content="#777777"/>
  31. <meta name="color:box background" content="#ffffff"/>
  32. <meta name="color:borders" content="#bbbbbb"/>
  33.  
  34. <meta name="color:body text" content="#777777"/>
  35.  
  36. <meta name="color:caption text" content="#777777"/>
  37. <meta name="color:caption Background" content="#fafafa"/>
  38.  
  39. <meta name="color:links" content="#555555"/>
  40. <meta name="color:links hover" content="#777777"/>
  41.  
  42. <meta name="if:Captions" content="0"/>
  43. <meta name="if:Tags" content="0"/>
  44. <meta name="if:Infinite Scroll" content="0"/>
  45.  
  46. <meta name="text:Link One" content=""/>
  47. <meta name="text:Link One Title" content=""/>
  48. <meta name="text:Link Two" content=""/>
  49. <meta name="text:Link Two Title" content=""/>
  50. <meta name="text:Link Three" content=""/>
  51. <meta name="text:Link Three Title" content=""/>
  52. <meta name="text:Link Four" content=""/>
  53. <meta name="text:Link Four Title" content=""/>
  54. <meta name="text:Link Five" content=""/>
  55. <meta name="text:Link Five Title" content=""/>
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:40,tip_fade_speed:40,attribute:"title"});});})(jQuery);</script>
  57. <script type="text/javascript" src="http://static.tumblr.com/oc7chfd/j7Mnaum5s/infinite.txt"></script>
  58. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/oc7chfd/eXDnbpgq9/meffects.css" />
  59.  
  60. {block:ifinfinitescroll}
  61. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  62. {/block:ifinfinitescroll}
  63.  
  64. <style type="text/css">
  65.  
  66. @font-face {
  67. font-family: 'sigh';
  68. font-style: normal;
  69. font-weight: 400;
  70. src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
  71. }
  72.  
  73.  
  74. body {
  75. background-color:{color:Background};
  76. font-family:sigh;
  77. font-size:8px;
  78. color:{color:body text};
  79. text-transform:uppercase;
  80. letter-spacing:1px;
  81. background-image:url('{image:Main Background}');
  82. -webkit-animation:fadeIn 2s;
  83. -moz-animation:fadeIn 2s;
  84. -ms-animation:fadeIn 2s;
  85. -o-animation:fadeIn 2s;
  86. }
  87.  
  88. #tumblr_controls {
  89. opacity: 0.5;
  90. -webkit-transition: opacity 0.7s linear;
  91. -webkit-transition: all 0.3s ease-out;
  92. -moz-transition: all 0.3s ease-out;
  93. transition: all 0.3s ease-out;
  94. position: fixed;
  95. -webkit-filter:invert(100%);
  96. }
  97.  
  98. #tumblr_controls:hover {
  99. opacity: 1;
  100. -webkit-transition: opacity 0.7s linear;
  101. -webkit-transition: all 0.5s ease-out;
  102. -moz-transition: all 0.5s ease-out;
  103. transition: all 0.5s ease-out;
  104. }
  105.  
  106.  
  107. ::-webkit-scrollbar {
  108. height: auto;
  109. width: 9px;
  110. background-color: #e0e0e0;
  111. border: 4px solid {color:Box Background};
  112. background-image:url('{image:Background}');
  113. background-image:repeat;
  114. background-attachment:fixed;
  115. }
  116.  
  117. ::-webkit-scrollbar-thumb {
  118. background-color: #d0d0d0;
  119. border: 2.5px solid {color:box background};
  120. height: auto;
  121. }
  122.  
  123. ::-webkit-scrollbar-thumb:hover {
  124. background-color: #d7d7d7;
  125. }
  126.  
  127. a {
  128. color:{color:Links};
  129. text-decoration:none;
  130. -webkit-transition: .6s ease;
  131. -moz-transition: .6s ease;
  132. transition: .6s ease;
  133. }
  134.  
  135. a:hover {
  136. color:{color:Links Hover};
  137. -webkit-transition: .6s ease;
  138. -moz-transition: .6s ease;
  139. transition: .6s ease;
  140. }
  141.  
  142. #sidebar {
  143. width:600px;
  144. top:50px;
  145. background-color:{color:box background};
  146. position:fixed;
  147. height:500px;
  148. padding:6px;
  149. overflow:scroll;
  150. overflow-x:hidden;
  151. padding-right:8px;
  152. z-index:10;
  153. border:1px solid {color:Borders};
  154. box-shadow:rgba(0,0,0,0.09) 13px 13px 13px;
  155. background-image:url('{image:Box Background}');
  156. background-image:repeat;
  157. background-attachment:fixed;
  158. }
  159.  
  160. #indoors {
  161. width:230px;
  162. margin-top:-7px;
  163. margin-left:-7px;
  164. background-color:{color:Sidebar Background};
  165. position:fixed;
  166. height:500px;
  167. padding:6px;
  168. z-index:4;
  169. padding-right:8px;
  170. border:1px solid {color:borders};
  171. }
  172.  
  173. .sidepic {
  174. width:180px;
  175. margin-left:26px;
  176. margin-top:60px;
  177. border:1px solid {color:borders};
  178. }
  179.  
  180. #indoors img {
  181. -webkit-filter: grayscale(70%);
  182. -moz-filter: grayscale(70%);
  183. -o-filter: grayscale(70%);
  184. filter: grayscale(70%);
  185. }
  186.  
  187. .desc {
  188. font-family:sigh;
  189. font-size:8px;
  190. color:{color:description text};
  191. text-transform:uppercase;
  192. letter-spacing:1px;
  193. text-align:justify;
  194. background:{color:description background};
  195. padding:7px;
  196. width:167px;
  197. margin-top:10px;
  198. border-top:1px solid #fff;
  199. margin-left:25px;
  200. text-transform:uppercase;
  201. border:1px solid {color:borders};
  202. }
  203.  
  204. #navi {
  205. width:170px;
  206. float:center;
  207. margin-top:5px;
  208. font-size:8px;
  209. margin-left:25px;
  210. }
  211.  
  212.  
  213. #s-m-t-tooltip {
  214. font-size:8px;
  215. letter-spacing:1px;
  216. max-width:140px;
  217. line-height:8px;
  218. padding:5px;
  219. border-radius:5px;
  220. margin:15px 10px 10px 15px;
  221. z-index:10;
  222. background:{color:Background};
  223. color:#777;
  224. text-transform:uppercase;
  225. border:1px solid {color:Borders};
  226. box-shadow:rgba(0,0,0,0.09) 4px 4px 4px;
  227. -webkit-transition: all 0.2s ease-out;
  228. -moz-transition: all 0.2s ease-out;
  229. transition: all 0.2s ease-out;
  230. z-index:9999999999999999999999999999999;
  231. }
  232.  
  233.  
  234.  
  235. .content{
  236. width:250px;
  237. background-color:{color:post background};
  238. margin:30px;
  239. margin-top:20px;
  240. margin-bottom:40px;
  241. float:left;
  242. border:1px solid {color:borders};
  243. padding-top:15px;
  244. padding-right:15px;
  245. padding-left:15px;
  246. padding-bottom:14px;
  247. }
  248.  
  249. .content img {
  250. {block:Indexpage}
  251. -webkit-filter: grayscale(70%);
  252. -moz-filter: grayscale(70%);
  253. -o-filter: grayscale(70%);
  254. filter: grayscale(70%);
  255. {/block:Indexpage}
  256. border:1px solid {color:Borders};
  257. -webkit-transition: .6s ease;
  258. -moz-transition: .6s ease;
  259. transition: .6s ease;
  260. }
  261.  
  262. .content img:hover {
  263. opacity:1;
  264. -webkit-filter: grayscale(0%);
  265. -moz-filter: grayscale(0%);
  266. -o-filter: grayscale(0%);
  267. filter: grayscale(0%);
  268. -webkit-transition: .6s ease;
  269. -moz-transition: .6s ease;
  270. transition: .6s ease;
  271. }
  272.  
  273. #posts {
  274. width:250px;
  275. margin-left:250px;
  276. background:none;
  277. position:relative;
  278. z-index:0;
  279. }
  280.  
  281. .content img { max-width: 100%; }
  282.  
  283. .content blockquote {
  284. border-left: 3px solid #eee;
  285. padding: 0 10px;
  286. margin-left:-1px;
  287. line-height: 13px;
  288. }
  289.  
  290.  
  291. .pagination {
  292. margin-bottom:25px;
  293. word-spacing:5px;
  294. margin-left:165px;
  295. {block:ifinfinitescroll}
  296. display:none;
  297. {/block:ifinfinitescroll}
  298. }
  299.  
  300.  
  301. #ask {
  302. padding: 10px;
  303. background-color: #f4f4f4;
  304. text-align: left;
  305. overflow:hidden;
  306. min-height: 40px;
  307. }
  308.  
  309. #ask a {
  310. color: {color:Links};
  311. }
  312.  
  313. .answer {
  314. text-align: left;
  315. margin-top:5px;
  316. padding-left:0px;
  317. padding-right:5px;
  318. margin-left:5px;
  319. margin-bottom: 5px;
  320. }
  321.  
  322. .askk {
  323. padding-top:5px;
  324. }
  325.  
  326. .asker {
  327. border-bottom:1px solid #ddd;
  328. padding-top:5px;
  329. letter-spacing:2px;
  330. padding-bottom:3px;
  331. }
  332.  
  333. #askthing {
  334. margin: 0px 10px 0px 0px;
  335. border:1px solid #fff;
  336. background:#fff;
  337. padding:5px;
  338. float:left;
  339. opacity:1;
  340. }
  341.  
  342. #askthing img {
  343. opacity:1;
  344. }
  345.  
  346. #ask:first-letter {
  347. text-transform:uppercase;
  348. }
  349.  
  350.  
  351. .title {
  352. font-size:8px;
  353. text-align:center;
  354. background:#fafafa;
  355. padding:5px;
  356. }
  357.  
  358. .source {
  359. text-align:right;
  360. }
  361.  
  362. .album {
  363. z-index:1;
  364. position:absolute;
  365. width:41px;
  366. height:41px;
  367. }
  368.  
  369. .album img{
  370. float:left;
  371. width:40px;
  372. height:40px;
  373. }
  374.  
  375. .infos {
  376. text-transform: uppercase;
  377. position:relative;
  378. font-size:8px;
  379. padding-bottom:10px;
  380. margin:0 0 10px 50px;
  381. background-color: transparent;
  382. }
  383.  
  384. .songtitle {
  385. text-transform: uppercase;
  386. letter-spacing:1px;
  387. }
  388.  
  389. .player {
  390. width:27px;
  391. height:27px;
  392. opacity: .5;
  393. position:absolute;
  394. margin-top:7px;
  395. margin-left:7px;
  396. overflow:hidden;
  397. z-index:10;
  398. -webkit-transition: all 0.3s ease;
  399. -moz-transition: all 0.3s ease;
  400. transition: all 0.3s ease;
  401. }
  402.  
  403. .player:hover {
  404. opacity: .7;
  405. -webkit-transition: all 0.3s ease;
  406. -moz-transition: all 0.3s ease;
  407. transition: all 0.3s ease;
  408. }
  409.  
  410.  
  411.  
  412.  
  413. ol.notes {
  414. padding: 0 10px;
  415. line-height: 15px;
  416. list-style-type:none;
  417. padding-top:10px;
  418. color:#777;
  419. margin-top:10px;
  420. background: transparent;
  421. letter-spacing: 0px;
  422. overflow-y:hidden;
  423. overflow-x:hidden;
  424. max-height:200px;
  425. -webkit-transition: 1s ease;
  426. -moz-transition: 1s ease;
  427. transition: 1s ease;
  428. }
  429.  
  430. ol.notes:hover {
  431. overflow-y:scroll;
  432. -webkit-transition: 1s ease;
  433. -moz-transition: 1s ease;
  434. transition: 1s ease;
  435. }
  436.  
  437. ol.notes li.note {
  438. text-align: left;
  439. padding-bottom:10px;
  440. border-top:1px solid #eee;
  441. padding-top:10px;
  442. letter-spacing: 0px;
  443. }
  444.  
  445. .notes img {
  446. width: 10px;
  447. position: left;
  448. margin: 3px 5px 0 0;
  449. -webkit-border-radius: 10px;
  450. }
  451.  
  452. .permas {
  453. text-decoration:none;
  454. opacity:1;
  455. background:{color:Permalink Background};
  456. text-align:center;
  457. border:1px solid {color:borders};
  458. padding:4px;
  459. margin-top:10px;
  460. font-size:8px;
  461. letter-spacing:1px;
  462. }
  463.  
  464. .tags {
  465. text-decoration:none;
  466. opacity:1;
  467. background:{color:Permalink Background};
  468. text-align:center;
  469. border:1px solid {color:borders};
  470. padding:4px;
  471. margin-top:5px;
  472. font-size:8px;
  473. letter-spacing:1px;
  474. }
  475.  
  476. .chat ul {
  477. list-style: none;
  478. padding: 0;
  479. }
  480.  
  481. .chat li {
  482. border: 1px solid rgba(0, 0, 0, 0);
  483. margin-bottom: 2%;
  484. padding: 2%;
  485. box-shadow: 1px 1px 1px #fff outset;
  486. }
  487.  
  488. .chat .odd {
  489. background: #f6f6f6;
  490. }
  491. .chat .even {
  492. background: #ffffff;
  493. }
  494.  
  495. .permaz {
  496. border-bottom: 1px solid #ddd;
  497. padding: 15px 5px;
  498. font-size: 8px;
  499. letter-spacing:1px;
  500. text-transform: uppercase;
  501. }
  502.  
  503. #perma {
  504. margin-left:5px;
  505. opacity:0;
  506. margin-top:-25px;
  507. padding:5px;
  508. font-size:8px;
  509. color:#fff;
  510. z-index:9999999;
  511. background:#000;
  512. font-family:georgia;
  513. text-transform:none;
  514. position:absolute;
  515. -webkit-transition: 1s ease;
  516. -moz-transition: 1s ease;
  517. transition: 1s ease;
  518. }
  519.  
  520. #perma a {
  521. color:#fff;
  522. }
  523.  
  524. .content:hover #perma {
  525. opacity:.6;
  526. -webkit-transition: 1s ease;
  527. -moz-transition: 1s ease;
  528. transition: 1s ease;
  529. }
  530.  
  531. .body {
  532. text-align:right;
  533. }
  534.  
  535. .quote {
  536. position:absolute;
  537. font-size:40px;
  538. margin-top:-10px;
  539. opacity:.6;
  540. color:#ccc;
  541. z-index:999;
  542. }
  543.  
  544. .quotes {
  545. z-index:99999999999999999999999999999999999999999999999999999999999999;
  546. }
  547.  
  548. #container {
  549. position:absolute;
  550. left:40%;
  551. top:0;
  552. width:400px;
  553. margin-left:-235px;
  554. }
  555.  
  556.  
  557. {CustomCSS}
  558.  
  559. </style>
  560. </head>
  561.  
  562. <body>
  563.  
  564. <div id="container">
  565. <div id="sidebar">
  566.  
  567. <div id="indoors">
  568.  
  569. <a href="/" title="{Title}"><img class="sidepic" src="{image:sidebar}"/></a>
  570.  
  571. <div class="desc">
  572. {Description}
  573. </div>
  574.  
  575. <div id="navi">
  576. <select onchange='location=this.options[this.selectedIndex].value;' style='font-family: sigh; font-size: 8px; text-transform:uppercase; letter-spacing:1px; border: 1px solid {color:borders}; height:18px; margin-top:3px;margin-bottom:3px;margin-left:-50px position:absolute; width:183px; padding:1px; color:{color:description text};background:{color:description background}; cursor:pointer;
  577. '>
  578. <option>navigation</option>
  579.  
  580. {block:IfLinkOneTitle}<option value="{text:Link One}"> {text:Link One Title} </option>{/block:ifLinkOneTitle}
  581.  
  582. {block:ifLinkTwoTitle}<option value="{text:Link Two}"> {text:Link Two Title} </option>{/block:ifLinkTwoTitle}
  583.  
  584. {block:ifLinkThreeTitle}<option value="{text:Link Three}"> {text:Link Three Title} </option>{/block:ifLinkThreeTitle}
  585.  
  586. {block:ifLinkFourTitle}<option value="{text:Link Four}">{text:Link Four Title} </option>{/block:ifLinkFourTitle}
  587.  
  588. {block:ifLinkFiveTitle}<option value="{text:Link Five}"> {text:Link Five Title} </option>{/block:ifLinkFiveTitle}
  589.  
  590. </select></div>
  591.  
  592. </div>
  593.  
  594. <div id="posts">
  595.  
  596. {block:Posts}
  597.  
  598. <div class="content">
  599.  
  600. <!-- {block:NoRebloggedFrom}
  601. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  602. {/block:NoRebloggedFrom} -->
  603.  
  604. {block:ContentSource}<!-- {SourceURL}
  605. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  606. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  607. {/block:ContentSource}
  608.  
  609. {block:Text}
  610. {block:Title}<div class="title">{Title}</div>{/block:Title}
  611. {Body}
  612. {/block:Text}
  613.  
  614.  
  615. {block:Quote}
  616. <div class="quote">❝</div><div class="quotes">{Quote}<br></div>
  617. <div class="body"><br>— {Source}</div>
  618. {/block:Quote}
  619.  
  620.  
  621. {block:Link}
  622. <h2><a href="{URL}">{Name}</a></h2>
  623. {block:Description}{Description}{/block:Description}
  624. {/block:Link}
  625.  
  626.  
  627. {block:Chat}
  628. <div class="chat">
  629. <ul>
  630. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  631. </ul>
  632. </div>
  633.  
  634. {/block:Chat}
  635.  
  636.  
  637. {block:Answer}
  638. <div id="ask">
  639.  
  640. <img id="askthing" src="{AskerPortraitURL-30}">
  641.  
  642. <div class="asker">
  643. <b>{Asker}</b>:</div>
  644. <div class="askk">{Question}</div>
  645. </div>
  646. <div class="answer">
  647. {Answer}
  648. </div>
  649.  
  650. {/block:Answer}
  651.  
  652.  
  653. {block:Photo}
  654. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"></a>
  655. {/block:Photo}
  656.  
  657.  
  658. {block:Photoset}
  659. {Photoset-250}
  660. {/block:Photoset}
  661.  
  662.  
  663. {block:Audio}
  664.  
  665. <div class="album">
  666. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  667. </div>
  668.  
  669. <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  670. <div class="player"><div style="height:28px; width:27px;">{AudioPlayerWhite}</div></div>
  671. <div class="infos">
  672. <div class="songtitle">
  673. {block:TrackName}{TrackName}{/block:TrackName}<br>
  674. </div>
  675. {block:Artist}
  676. by {Artist}
  677. {/block:Artist}
  678. <br>
  679. Played {PlayCount} Times</div>
  680.  
  681. {/block:Audio}
  682.  
  683.  
  684. {block:Video}
  685. <center>{Videoembed-250}</center>
  686. {/block:Video}
  687.  
  688. {block:Permalinkpage}
  689. {block:date}
  690. {block:Caption}<div style="border:1px solid {color:Borders}; padding:10px; margin-top:10px;">{Caption}</div>{/block:Caption}
  691. {/block:date}
  692. {/block:Permalinkpage}
  693.  
  694. {block:ifcaptions}
  695. {block:indexpage}
  696. {block:date}
  697. {block:Caption}<div style="background:{color:Caption Background}; color:{color:Caption Text}; padding:5px; padding-left:7px; padding-right:7px; margin-top:10px;">{Caption}</div>{/block:Caption}
  698. {/block:date}
  699. {/block:indexpage}
  700. {/block:ifcaptions}
  701.  
  702. {block:indexpage}
  703. {block:date}
  704. <div class="permas">
  705. <a href="{ReblogURL}">Reblog</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}</a></div>{/block:date}
  706. {/block:indexpage}
  707.  
  708. {block:iftags}
  709. {block:indexpage}
  710. {block:date}
  711. <div class="tags">
  712. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp; {/block:Tags}
  713. </div>
  714. {/block:date}
  715. {/block:indexpage}
  716. {/block:iftags}
  717.  
  718. {block:permalinkpage}
  719. {block:Date}
  720. <div class="permaz">
  721. <sta>posted</sta>: {Month} {DayOfMonth}th, {Year} at {12Hour}:{Minutes} {AmPm} <br>
  722. <sta>notes</sta>: {NoteCount} notes <br>
  723. <sta>reblogged from</sta>: {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>Tagged with: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  724. {/block:Date}
  725. {/block:permalinkpage}
  726.  
  727. {block:Permalinkpage}
  728. {block:PostNotes}{PostNotes}{/block:PostNotes}
  729. {/block:Permalinkpage}
  730.  
  731. </div>
  732. {/block:Posts}
  733. <div class="pagination">
  734. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  735. </div>
  736. </div>
  737. </div>
  738. </div>
  739.  
  740. </body>
  741. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement