Advertisement
scavgrr

Unravel/The Devil Collects It.

Mar 26th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.98 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. <!--
  4.  
  5. building blocks - a fansite theme by conansdoyles
  6. feel free to use/edit/change but DO NOT REMOVE CREDIT
  7. if you need help with something feel free to ask!
  8. good luck and ily for using my theme
  9.  
  10. -->
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips({
  22. tip_follows_cursor:true,
  23. tip_delay_time:200,
  24. tip_fade_speed:300
  25. });
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30. <script type="text/javascript"
  31. src="http://www.google.com/jsapi"></script>
  32.  
  33. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
  34.  
  35.  
  36. <title>{Title}</title>
  37.  
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42. <meta name="color:accent" content="#dcd0ba"/>
  43. <meta name="color:border" content="#eee"/>
  44. <meta name="color:topbar" content="#fff"/>
  45. <meta name="color:sidebarbg" content="#ebebeb"/>
  46. <meta name="color:sidebartext" content="#ebebeb"/>
  47. <meta name="color:sidebarlinks" content="#ebebeb"/>
  48. <meta name="color:sidebarimagebg" content="#fff"/>
  49. <meta name="color:topbarlinks" content="#fff"/>
  50. <meta name="color:entries" content="#fff"/>
  51. <meta name="color:projects" content="#000"/>
  52. <meta name="color:projectbg" content="#cdcdcd"/>
  53. <meta name="color:background" content="#000"/>
  54. <meta name="color:text" content="#838282"/>
  55. <meta name="color:link" content="#b8b8b8"/>
  56. <meta name="image:header" content=""/>
  57.  
  58.  
  59.  
  60.  
  61. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69. @import url(http://fonts.googleapis.com/css?family=Roboto:400,900,500,700);
  70.  
  71. /*----------TOOLTIPS---------*/
  72.  
  73. #s-m-t-tooltip {
  74. max-width:300px;
  75. margin:15px;
  76. padding:5px;
  77. border:1px solid #eeeeee;
  78. border-radius:0px;
  79. background:#ffffff;
  80. color:{color:text};
  81. z-index:999999;
  82. font-size:7px;
  83. font-style:none;
  84. letter-spacing:2px;
  85. font-family:arial;
  86. text-transform:uppercase;
  87. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  88. }
  89.  
  90. /* --- SCROLLBAR ---*/
  91.  
  92.  
  93. body {
  94. background: {color:Background};
  95. margin:0px;
  96. color:{color:text};
  97. }
  98.  
  99. sub {
  100. font-size: 10px;
  101. }
  102.  
  103. small {
  104. font-size: 10px;
  105. }
  106.  
  107. i {
  108. font-weight: normal;
  109. }
  110.  
  111. a {
  112. text-decoration:none;
  113. outline:none;
  114. -moz-outline-style:none;
  115. color:{color:link};
  116. -webkit-transition: all 0.7s ease;
  117. -moz-transition: all 0.7s ease;
  118. -o-transition: all 0.7s ease
  119. }
  120.  
  121. a:hover {
  122. opacity:1;
  123. -webkit-transition: all 0.7s ease;
  124. -moz-transition: all 0.7s ease;
  125. -o-transition: all 0.7s ease;
  126. }
  127.  
  128. img {
  129. border:none;
  130. }
  131.  
  132.  
  133.  
  134. blockquote {
  135. padding-left:15px;
  136. width: 455px;
  137. padding-top: 0px;
  138. margin-left: 5px;
  139. border-left: 1px solid #f1f1f1;
  140. }
  141.  
  142. blockquote blockquote {
  143. padding-left:15px;
  144. border-left:1px solid #f1f1f1;
  145. }
  146.  
  147. h1 {
  148. font-size:15px;
  149. padding: 7px;
  150. background: #fdfdfd;
  151. text-align: left;
  152. font-family: roboto;
  153. border: 1px solid #f1f1f1;
  154. margin-top: 30px;
  155. margin-bottom: 0px;
  156. text-transform:none;
  157. }
  158.  
  159. #text {
  160. margin-top: -10px;
  161. }
  162.  
  163. #description {
  164. font-size: 10px;
  165. letter-spacing: 3px;
  166. margin-left: 5px;
  167. text-transform: uppercase;
  168. }
  169.  
  170.  
  171.  
  172.  
  173. #titlebox {
  174. width: 1000px;
  175. margin-right:auto;
  176. margin-left: auto;
  177. text-align: center;
  178. font-style:italic;
  179. font-family: 'lato';
  180. font-size: 36px;
  181. text-transform: uppercase;
  182. }
  183.  
  184.  
  185. #entries {
  186. width: 542px;
  187. padding: 20px;
  188. margin-left: 418px;
  189. margin-top:00px;
  190. font-size:10px;
  191. background: {color:Entries};
  192. line-height: 18px;
  193. font-family: 'calibri';
  194. }
  195.  
  196. #post {
  197. width:500px;
  198. background: {color:Entries};
  199. padding:20px 20px 10px 20px;
  200. border: 1px solid {color:Entries};
  201. margin-bottom: 50px;
  202. }
  203.  
  204. #caption {
  205. padding: 0px 10px;
  206. font-size: 10px;
  207. margin-top: 4px;
  208. }
  209.  
  210.  
  211. #sidebar {
  212. width: 377px;
  213. margin-left: 0px;
  214. float: left;
  215. z-index: 1;
  216. height: 100%;
  217. color: {color:Sidebartext};
  218. line-height: 15px;
  219. background: {color:Sidebarbg};
  220. padding: 20px;
  221. padding-top: 30px;
  222. text-align:center;
  223. }
  224.  
  225. #sidebar a {
  226. color: {color:Sidebarlinks};
  227. }
  228.  
  229. #sidebar li {
  230. border-left: 10px;
  231. height: 1px;
  232. padding-left: 10px;
  233. }
  234.  
  235. #sidebar img {
  236. border: 1px solid #ccc;
  237. border-radius: 5px;
  238. border: 1px solid #ddd;
  239. box-shadow: 0 1px 4px #ddd;
  240. }
  241.  
  242. #sidebarimage {
  243. width: 280px;
  244. margin-bottom: 60px;
  245. }
  246.  
  247. #sidebarimage img {
  248. width: 260px;
  249. }
  250.  
  251. #container {
  252. width: 998px;
  253. margin-top: 30px;
  254. margin-left: auto;
  255. margin-right: auto;
  256. background: {color:Topbar};
  257. opacity: 1;
  258. padding-top: 20px;
  259. padding-bottom: 20px;
  260. border: 1px solid {color:border};
  261. }
  262.  
  263. #title {
  264. line-height: 5px;
  265. font-size: 12px;
  266. float: right;
  267. margin-bottom: 35px;
  268. font-weight: 900;
  269. padding-left: 18px;
  270. padding-bottom: 19px;
  271. margin-top: -20px;
  272. padding-right: 18px;
  273. padding-top: 19px;
  274. text-align: left;
  275. text-transform: uppercase;
  276. color: {color:topbarlinks};
  277. font-family: 'roboto';
  278. }
  279.  
  280. #title a {
  281. color: {color:topbarlinks};
  282. }
  283.  
  284. .links {
  285. line-height: 3px;
  286. font-size: 10px;
  287. margin-right: 20px;
  288. text-transform: uppercase;
  289. opacity: 1;
  290. z-index: 1;
  291. }
  292.  
  293. .links a {
  294. border-right: 1px solid {color:border};
  295. padding-top: 16px;
  296. padding-left: 18px;
  297. font-weight: bold;
  298. color: {color:topbarlinks};
  299. padding-bottom: 16px;
  300. padding-right: 18px;
  301. text-transform: uppercase;
  302. font-family: 'roboto';
  303. }
  304.  
  305. #box {
  306. margin-left:auto;
  307. margin-bottom: 60px;
  308. padding-left: 20px;
  309. padding-right: 20px;
  310. margin-right:auto;
  311. }
  312.  
  313. #boxtitle {
  314. font-weight:900;
  315. font-size:14px;
  316. line-height: 17px;
  317. text-transform: uppercase;
  318. padding: 10px;
  319. width: 200px;
  320. padding-top: 15px;
  321. padding-left: 15px;
  322. margin-right: auto;
  323. margin-left: auto;
  324. text-align: center;
  325. z-index:4;
  326. font-family: 'roboto';
  327. -webkit-transition: all 0.7s ease;
  328. -moz-transition: all 0.7s ease;
  329. -o-transition: all 0.7s ease;
  330. }
  331.  
  332. #boxtitle:hover {
  333. -webkit-transition: all 0.7s ease;
  334. -moz-transition: all 0.7s ease;
  335. -o-transition: all 0.7s ease;
  336. }
  337.  
  338. #boxtext {
  339. font-size: 10px;
  340. padding: 0px
  341. line-height: 30px;
  342. font-family:'calibri';
  343. z-index: 1;
  344. border-top: 1px solid #cdcdcd;
  345. text-align:justify;
  346. }
  347.  
  348. #subinfo {
  349. float:right;
  350. padding-top: 2px;
  351. text-align: right;
  352. font-family: calibri;
  353. font-size:10px;
  354. border-top: 2px solid {color:Text};
  355. opacity: 1;
  356. margin-bottom: 10px;
  357. -webkit-transition: all 0.5s ease;
  358. -moz-transition: all 0.5s ease;
  359. -o-transition: all 0.5s ease;
  360. }
  361.  
  362. #subinfo a {
  363. font-weight: bold;
  364. }
  365.  
  366. #info {
  367. float:left;
  368. padding-top: 2px;
  369. text-align: left;
  370. font-family: calibri;
  371. font-size:10px;
  372. border-top: 2px solid {color:text};
  373. opacity: 1;
  374. margin-bottom: 10px;
  375. -webkit-transition: all 0.5s ease;
  376. -moz-transition: all 0.5s ease;
  377. -o-transition: all 0.5s ease;
  378. }
  379.  
  380. #info a {
  381. font-weight: bold;
  382. }
  383.  
  384. #chat {
  385. top: 300px;
  386. padding: 31px 0px 0px 0px;
  387. }
  388.  
  389. #tags {
  390. font-family: calibri;
  391. font-weight: normal;
  392. margin-top: 10px;
  393. padding-top: 12px;
  394. text-transform:lowercase;
  395. font-size:10px;
  396. line-height: 25px;
  397. text-align: left;
  398. padding-bottom: 10px;
  399. }
  400.  
  401. #tags a {
  402. background: #f1f1f1;
  403. padding: 2px;
  404. margin: 2px;
  405. }
  406.  
  407. #pagination {
  408. font-family: 'roboto';
  409. font-weight:900;
  410. font-size:14px;
  411. line-height: 17px;
  412. text-transform: uppercase;
  413. text-align: center;
  414. padding-bottom: 40px;
  415. margin-right: auto;
  416. margin-left: auto;
  417. -webkit-transition: all 0.7s ease;
  418. -moz-transition: all 0.7s ease;
  419. -o-transition: all 0.7s ease
  420. }
  421.  
  422. #pagination a:hover {
  423. -webkit-transition: all 0.7s ease;
  424. -moz-transition: all 0.7s ease;
  425. -o-transition: all 0.7s ease
  426. }
  427.  
  428. #credit {
  429. width: 200px;
  430. position:fixed;
  431. font-family: 'lato';
  432. text-align: center;
  433. font-size: 12px;
  434. left: 0px;
  435. bottom
  436. margin-top: 20px;
  437. border-bottom: 1px solid #f1f1f1;
  438. letter-spacing: 1px;
  439. padding-bottom: 10px;
  440. margin-bottom: 10px;
  441. -webkit-transition: all 0.7s ease;
  442. -moz-transition: all 0.7s ease;
  443. -o-transition: all 0.7s ease
  444. }
  445.  
  446. #credit a {
  447. }
  448.  
  449. #quote {
  450. margin-top: 30px;
  451. text-align: left;
  452. font-family: roboto;
  453. font-size: 15px;
  454. font-weight:900;
  455. padding: 7px;
  456. background: #fdfdfd;
  457. border: 1px solid #f1f1f1;
  458. }
  459.  
  460. .tumblr_audio_player { width: 500px; }
  461.  
  462. #all {
  463. width: 1000px;
  464. border-top: 10px solid {color:accent};
  465. background: {color:Sidebarbg};
  466. margin-top: 50px;
  467. margin-right: auto;
  468. margin-left: auto;
  469. }
  470.  
  471. #header {
  472. width:1000px;
  473. text-align:center;
  474. margin-left:auto;
  475. margin-right:auto;
  476. height: 450px;
  477. z-index: 999;
  478. position:relative;
  479. background-position: center;
  480. margin-bottom:0px;
  481. }
  482.  
  483. #header img {
  484. width: 1000px;
  485. margin-top: -10px;
  486. }
  487.  
  488. #affiliates {
  489. width: 40px;
  490. border: 1px solid #f1f1f1;
  491. padding: 5px;
  492. }
  493.  
  494. #affiliates img {
  495. width: 0px;
  496. }
  497.  
  498.  
  499. #members {
  500. }
  501.  
  502.  
  503. #members img {
  504. border: 1px solid {color:border};
  505. padding: 2px;
  506. background: {color:sidebarimagebg};
  507. margin-left: 5px;
  508. margin-bottom: 5px;
  509. margin-top: 5px;
  510. }
  511.  
  512. #memberinfo {
  513. margin-top: -53px;
  514. margin-bottom: 10px;
  515. margin-left: 80px;
  516. }
  517.  
  518. #projectext {
  519. padding: 10px;
  520. float:left;
  521. margin-top: -120px;
  522. margin-left: 120px;
  523. }
  524.  
  525. #projectimage img {
  526. width: 50px;
  527. }
  528.  
  529. ol.notes {
  530. margin: 0px
  531. font-size: 10px;
  532. list-style-type: none;
  533. }
  534.  
  535. ol.notes li.note {
  536. padding-bottom: 20px;
  537. }
  538.  
  539. ol.notes li.note img.avatar {
  540. vertical-align: -4px;
  541. margin-right: 10px;
  542. width: 16px;
  543. height: 16px;
  544. }
  545.  
  546. ol.notes li.note span.action {
  547. }
  548.  
  549. ol.notes li.note .answer_content {
  550. font-weight: normal;
  551. }
  552.  
  553. ol.notes li.note blockquote {
  554. border-color: #f1f1f1;
  555. padding: 4px 10px;
  556. margin: 10px 0px 0px 25px;
  557. }
  558.  
  559. ol.notes li.note blockquote a {
  560. text-decoration: none;
  561. }
  562.  
  563. {CustomCSS}</style></head><body>
  564. <div id="container"><div id="title"><a href="/">{Title}</a></div>
  565. <div class="links">
  566. <a href="/" title="Home"><i class="fa fa-home fa-2x"></i></a>
  567. <a href="/archive" title="Archive"><i class="fa fa-calendar fa-2x"></i></a> <a href="https://www.tumblr.com/blog/the-devil-collects-it" title="Update/Post"><i class="fa fa-file-o fa-2x"></i></a>
  568. <a href="https://www.tumblr.com/customize/the-devil-collects-it" title="Customize Theme"><i class="fa fa-paint-brush fa-2x"></i></a> <a href="/tags" title="Tags"><i class="fa fa-tags fa-2x"></i></a> <a href="/me" title="About Me"><i class="fa fa-female fa-2x"></i></a> <a href="/weblibrary" title="Weblibrary"><i class="fa fa-globe fa-2x"></i></a> <a href="/tagged/" title="Diary/Personal Posts"><i class="fa fa-lock fa-2x"></i></a> <a href="/tagged/%2Aorig" title="Original Posts"><i class="fa fa-star fa-2x"></i></a>
  569. <a href="/tagged/%2Areblog" title="Reblogged Posts"><i class="fa fa-retweet fa-2x"></i></a> <a href="/tagged/%2Atrasharchive" title="Trash Archive"><i class="fa fa-trash fa-2x"></i></a> <a href="https://play.spotify.com/user" title="Spotify"><i class="fa fa-spotify fa-2x"></i></a> <a href="http://winterhel.tumblr.com/" title="Personal/Primary Tumblr"><i class="fa fa-user-plus fa-2x"></i></a> <a href="https://www.tumblr.com/dashboard" title="Overall Dashboard"><i class="fa fa-tumblr fa-2x"></i></a>
  570.  
  571.  
  572. </div>
  573. </div>
  574.  
  575.  
  576. <div id="header">
  577. <img src="{image:header}">
  578. </div>
  579. </div>
  580.  
  581.  
  582. <div id="all">
  583. <div id="sidebar">
  584.  
  585. <div id="box">
  586. <div id="boxtitle">Welcome</div>
  587. <div id="boxtext">
  588. <div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};"></div><p><span style="line-height:15px;"><img src="{PortraitURL-128}" style="margin-top:5px; margin-right:10px;" align="left";> {Description}
  589. </div></div>
  590.  
  591. <div id="box">
  592. <div id="boxtitle">KIT'S FAN GIRL</div>
  593. <div id="boxtext" style="text-align:left">
  594. <div style="width: 300px;margin-top:-3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
  595. </div>
  596.  
  597. <br>Como eu sou uma pessoa não muito boa da cabeça, eu preciso de uma página para reunir informações, links e resources sobre o Kit Harington (eis toda a idéia desse tumblr), e para ficar mais fácil as tags e outros links estão listados nessa página:<br><br>
  598. <center><a href="http://the-devil-collects-it.tumblr.com/kitharington" title="Kit's page"><img src="http://i.imgur.com/FfhHZvi.png"/></a></center></a></div></div>
  599.  
  600.  
  601. <div id="box">
  602. <div id="boxtitle">Playlist</div>
  603. <div id="boxtext" style="text-align:left">
  604. <div style="width: 300px;margin-top:-3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
  605. </div>
  606.  
  607. <center><iframe style="border:none" src="https://cdns.snacktools.net/podsnack/embed_https.html?hash=avpaxsff&t=1467940211" width="320" height="265" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe></center></div></div>
  608.  
  609. <div id="box">
  610. <div id="boxtitle">Box Extra</div>
  611. <div id="boxtext" style="text-align:left">
  612. <div style="width: 150px;margin-top: -3px;margin-right:auto;margin-left:auto; border-bottom: 6px solid {color:sidebartext};">
  613. </div>
  614.  
  615. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ut enim laoreet, rhoncus urna nec, eleifend neque. Morbi consequat tortor purus, eget hendrerit quam ornare at. Phasellus purus mauris, ornare id egestas vel, fringilla eget lectus.<p></div></div></div>
  616.  
  617. <div id="entries">{block:Posts}
  618. {block:ContentSource}
  619. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  620. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  621. {/block:SourceLogo}
  622. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  623. {/block:ContentSource}
  624.  
  625. <div id="post">
  626. <div id="info">
  627.  
  628. On {Month} {DayOfMonthWithZero}, {Year} {DayOfWeek} at {24HourWithZero}:{Minutes}{AmPm} by <a href="{PostAuthorURL}">{PostAuthorName}</a> with
  629. <a href="{Permalink}">{NoteCount}</a> notes {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}
  630. (<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}</div>
  631.  
  632. <div id="subinfo">
  633. <a href="{Permalink}">PERMALINK</a> | <a href="https://www.tumblr.com/edit/{PostID}">EDIT</a>
  634. </div>
  635.  
  636. {block:Text}{block:Title}
  637. <div style="margin-bottom:-20px;">
  638. <h1>{Title}</h1></div>
  639. {/block:Title}
  640. <div style="margin-top: 31px">
  641. {Body}</div>
  642. {/block:Text}
  643.  
  644. {block:Photo}{LinkOpenTag}
  645. <img style="width:500px;" src="{PhotoURL-500}">{LinkCloseTag}
  646. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  647. {/block:Photo}
  648.  
  649. {block:Photoset}{Photoset-500}
  650. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  651. {/block:Photoset}
  652.  
  653. {block:Quote}
  654. <div id="quote">{Quote}</div>
  655. {/block:Quote}
  656. {block:Source}
  657. <p>- {Source}
  658. {/block:Source}
  659.  
  660. {block:Link}
  661. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  662. {block:Description}{Description}{/block:Description}
  663. {/block:Link}
  664.  
  665. {block:Chat}
  666. <div id="chat">
  667. {block:Title}<h1>{Title}</h1>{/block:Title}
  668. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}<p></div>
  669. {/block:Chat}
  670.  
  671. {block:Audio}
  672. <div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  673. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  674. {/block:Audio}
  675.  
  676. {block:Video}{Video-500}{block:Caption}
  677. <div id="caption">{Caption}</div>
  678. {/block:Caption}{/block:Video}
  679.  
  680. {block:Answer}
  681. <table style="width: 500px;padding-bottom:5px;margin-bottom:5px;margin-top:-10px;margin-top:10px;">
  682. <tr><td style="vertical-align:top; padding-left: 10px;">
  683. <strong>{Asker} asked:</strong> {Question}</td></tr>
  684. {Answer}{/block:Answer}
  685.  
  686. {block:HasTags}
  687. <div id="tags"><b>filed under:</b> {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  688. {/block:HasTags}
  689.  
  690.  
  691. </div>
  692.  
  693. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  694. {/block:Posts}</table>
  695.  
  696. {block:Pagination}
  697. <div id="pagination">
  698. {block:PreviousPage}<a href="{PreviousPage}"> <i class="fa fa-chevron-left fa-lgx"></i></a> {/block:PreviousPage} &nbsp;&nbsp;{CurrentPage} of {TotalPages}&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"><i class="fa fa-chevron-right fa-lgx"></i></a>{/block:NextPage}</div>
  699. {/block:Pagination}
  700.  
  701.  
  702. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement