Advertisement
ammetrine

Seething Theme by Cxcti

Jan 27th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <link href="https://fonts.googleapis.com/css?family=Tinos" rel="stylesheet">
  4. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36.  
  37.  
  38.  
  39.  
  40. <title>{Title}</title>
  41.  
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46.  
  47. <meta name="image:Background" content="https://68.media.tumblr.com/d0c7d70e0d7dd0d6de1cb0ada2eb3265/tumblr_oazn5tifaZ1v5v2d3o1_500.png"/>
  48. <meta name="color:Background" content="#ffffff"/>
  49. <meta name="color:Blog Title" content="#000000"/>
  50. <meta name="color:Description" content="#000000" />
  51. <meta name="color:Text" content="#000000"/>
  52. <meta name="color:Link" content="#000000"/>
  53. <meta name="color:Link Hover" content="#DECAD7"/>
  54. <meta name="color:Navlink" content="#000000"/>
  55. <meta name="color:Navlink Hover" content="#DECAD7"/>
  56. <meta name="color:Perma" content="#000000"/>
  57. <meta name="color:Perma Hover" content="#DECAD7"/>
  58. <meta name="color:Scrollbar" content="#c7c7c7"/>
  59. <meta name="color:Sidebar Border" content="#000000"/>
  60. <meta name="color:Post Border" content="#000000"/>
  61. <meta name="color:Credit BG" content="#ffffff"/>
  62.  
  63. <meta name="if:1 Column" content="1"/>
  64. <meta name="if:2 Columns" content="0"/>
  65.  
  66. <meta name="if:Show Custom Link 1" content="1"/>
  67. <meta name="if:Show Custom Link 2" content="1"/>
  68. <meta name="if:Show Custom Link 3" content="1"/>
  69.  
  70.  
  71. <meta name="text:Link 1 URL" content="" />
  72. <meta name="text:Link 2 URL" content="" />
  73. <meta name="text:Link 3 URL" content="" />
  74.  
  75.  
  76. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  77.  
  78.  
  79. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  80. <script>
  81. (function($){
  82. $(document).ready(function(){
  83. $("[title]").style_my_tooltips({
  84. tip_follows_cursor:true,
  85. tip_delay_time:0,
  86. tip_fade_speed:0
  87. }
  88. );
  89. });
  90. })(jQuery);
  91. </script>
  92.  
  93.  
  94. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  95.  
  96.  
  97. <style type="text/css">
  98.  
  99. ::-webkit-scrollbar-thumb{
  100. background-color:{color:scrollbar};
  101. border:1px solid {color:background};
  102. height:6px;
  103. }
  104.  
  105. ::-webkit-scrollbar {
  106. height:6px;
  107. width:4px;
  108. background-color:{color:background};
  109. }
  110.  
  111. #s-m-t-tooltip{
  112. position:absolute;
  113. margin-top: 15px;
  114. z-index:9999;
  115. background:{color:background};
  116. }
  117.  
  118.  
  119. body {
  120. background:{color:Background};
  121. color:{color:text};
  122. font-family: 'Tinos', serif;
  123. font-size:11px;
  124. text-align:center;
  125. margin:0;
  126. line-height:16px;
  127.  
  128.  
  129. background-color:{color:Background};
  130. background-image:url('{image:background}');
  131. background-attachment:fixed;
  132.  
  133. }
  134.  
  135.  
  136. a {
  137. color:{color:link};
  138. text-decoration:none;
  139. -webkit-transition: all 0.2s ease-in-out;
  140. -moz-transition: all 0.2s ease-in-out;
  141. -o-transition: all 0.2s ease-in-out;
  142. }
  143.  
  144.  
  145. #sidebar {
  146. text-align:left;
  147. position:fixed;
  148. right:140px;
  149. top:120px;
  150. width:auto;
  151. height:auto;
  152. padding:10px;
  153. z-index:999999;
  154. background:transparent;
  155. border:solid 1px {color:Sidebar Border};
  156.  
  157. {block:if1column}
  158. width:auto;
  159. right:360px;
  160. {/block:if1column}
  161.  
  162. {block:if2column}
  163. width:auto;
  164. right:140px;
  165. {/block:if2column}
  166. }
  167.  
  168.  
  169. #blogt {
  170. margin-top:10px;
  171. font-size:26px;
  172. text-align:center;
  173. font-family: 'Tinos', serif;
  174. text-transform:normal;
  175. color:{color:Blog Title};
  176. border:solid 1px {color:Sidebar Border};
  177. padding:7px;
  178. }
  179.  
  180.  
  181. .navlinks {
  182. margin-top:10px;
  183. line-height:16px;
  184. text-transform:lowercase;
  185. position:relative;
  186. font-family: 'Tinos', serif;
  187. text-align:center;
  188. font-size:11px;
  189. border:solid 1px {color:Sidebar Border};
  190. padding-top:7px;
  191. padding-left:7px;
  192. padding-right:7px;
  193. padding-bottom:-3px;
  194. }
  195.  
  196.  
  197. .navlinks a {
  198. margin-right:5px;
  199. margin-bottom:5px;
  200. display:inline-block;
  201. color:{color:Navlink};
  202. }
  203.  
  204.  
  205. .navlinks a:hover {
  206. color:{color:Navlink Hover};
  207. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  208. -webkit-transition:all 0.3s ease-in-out;
  209. -moz-transition:all 0.3s ease-in-out;
  210. transition:all 0.3s ease-in-out;
  211. }
  212.  
  213.  
  214. #description {
  215. margin-top:10px;
  216. color:{color:Description};
  217. font-family: 'Tinos', serif;
  218. text-align:center;
  219. }
  220.  
  221.  
  222. #con {
  223. left:50%;
  224. margin-left:-250px;
  225. position:absolute;
  226. }
  227.  
  228.  
  229. #entries {
  230. width:650px;
  231. margin-top:50px;
  232. margin-left:60px;
  233.  
  234. {block:if1column}
  235. width:450px;
  236. margin-left:-30px;
  237. {/block:if1column}
  238.  
  239. {block:if2columns}
  240. width:850px;
  241. margin-left:-180px;
  242. {/block:if2columns}
  243.  
  244. {block:PermalinkPage}
  245. width:500px;
  246. margin-right:30px;
  247. {/block:PermalinkPage}
  248. }
  249.  
  250.  
  251. .posts {
  252. background:transparent;
  253. border:solid 1px {color:Post Border};
  254. width:250px;
  255. float:left;
  256. margin-right:40px;
  257. padding:25px 25px 0px 25px;
  258. {block:IndexPage}
  259. margin-bottom:40px;
  260. {/block:IndexPage}
  261.  
  262.  
  263. {block:PermalinkPage}
  264. width:500px;
  265. margin-bottom:30px;
  266. position:relative;
  267. float:left;
  268. {/block:PermalinkPage}
  269. }
  270.  
  271.  
  272. .posts img {
  273. max-width:250px;
  274. }
  275.  
  276. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  277. .caption {width:100%;
  278. margin-top:10px;
  279.  
  280. }
  281.  
  282. #title {
  283. font-size:12px;
  284. line-height:18px;
  285. margin-bottom:7px;
  286. text-transform:normal;
  287. text-align:center;
  288. text-decoration:underline;
  289. }
  290.  
  291.  
  292. .text {
  293. font-size:11px;
  294. font-family: 'Tinos', serif;
  295. }
  296.  
  297.  
  298. .text a:hover {
  299. text-decoration:underline;
  300. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  301. -webkit-transition:all 0.3s ease-in-out;
  302. -moz-transition:all 0.3s ease-in-out;
  303. transition:all 0.3s ease-in-out;
  304. }
  305.  
  306.  
  307. #quote{
  308. text-align:left;
  309. font-size:14px;
  310. line-height:18px;
  311. font-weight:bold;
  312. }
  313.  
  314.  
  315. #quote a:hover {
  316. text-decoration:underline;
  317. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  318. -webkit-transition:all 0.3s ease-in-out;
  319. -moz-transition:all 0.3s ease-in-out;
  320. transition:all 0.3s ease-in-out;
  321. }
  322.  
  323.  
  324. #quotesource {
  325. margin-top:15px;
  326. margin-left:15px;
  327.  
  328. }
  329.  
  330.  
  331. .player {
  332. width:25px;
  333. height:25px;
  334. overflow:hidden;
  335. position:absolute;
  336. margin-left:12px;
  337. margin-top:12px;
  338. background:white;
  339. }
  340.  
  341.  
  342. .audioinfo {
  343. margin-left:70px;
  344. }
  345.  
  346.  
  347. .albumart {
  348. position:absolute;
  349. {block:IndexPage}
  350. width:60px;
  351. height:60px;
  352. {/block:IndexPage}
  353. {block:PermalinkPage}
  354. width:60px;
  355. height:60px;
  356. {/block:PermalinkPage}
  357. }
  358.  
  359.  
  360. .albumart img {
  361. float:left;
  362. {block:IndexPage}
  363. width:60px;
  364. height:60px;
  365. {/block:IndexPage}
  366. {block:PermalinkPage}
  367. width:60px;
  368. height:60px;
  369. {/block:PermalinkPage}
  370. }
  371.  
  372.  
  373. .question {
  374. margin-bottom:0px;
  375. padding-bottom:5px;
  376. border-bottom:solid 1px {color:Text};
  377. }
  378.  
  379. .asker {
  380. font-weight:bold;
  381. }
  382.  
  383.  
  384. .answer {
  385. margin-top:-10px;
  386. }
  387.  
  388.  
  389. .chat ol {
  390. padding:0;
  391. list-style:none;
  392. }
  393.  
  394.  
  395. .line {
  396. padding:5px 0;
  397. }
  398.  
  399.  
  400. .label {
  401. font-weight:bold;
  402. }
  403.  
  404. #permalink {
  405. margin-top:-3px;
  406. margin-bottom:5px;
  407. font-size:11px;
  408. text-align:center;
  409. font-style:italic;
  410. padding:3px;
  411. background:transparent;
  412. border-radius:0px;
  413. }
  414.  
  415.  
  416. #permalink a {
  417. margin-left:10px;
  418. color:{color:Perma};
  419. padding:3px;
  420. }
  421.  
  422.  
  423. #permalink a:hover {
  424. padding:3px;
  425. color:{color:Perma Hover};
  426. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  427. -webkit-transition:all 0.3s ease-in-out;
  428. -moz-transition:all 0.3s ease-in-out;
  429. transition:all 0.3s ease-in-out;
  430. }
  431.  
  432.  
  433. .pagination {
  434. display:none;
  435. }
  436.  
  437.  
  438. .popup_block{
  439. display:none;
  440. background:#fff;
  441. padding:20px;
  442. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  443. float:left;
  444. position:fixed;
  445. top:50%;left:50%;
  446. z-index: 99999;
  447. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  448. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  449. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  450. }
  451.  
  452. *html #fade {position: absolute;}
  453. *html .popup_block {position: absolute;}
  454. #fade {
  455. display:none;
  456. position:fixed;
  457. left:0px;
  458. top:0px;
  459. width:100%;
  460. height:100%;
  461. z-index:9999;
  462. background:#000; /* change to #fff for solid white */
  463. opacity:0.5; /* change to opacity:1; */
  464. }
  465.  
  466.  
  467. .notes {
  468. padding-left:20px;
  469. font-size:11px;
  470. }
  471.  
  472. .pagination {
  473. display: none;
  474. }
  475.  
  476.  
  477. #credit {
  478. position:fixed;
  479. right:5px;
  480. bottom:5px;
  481. background:transparent;
  482. padding-top:5px;
  483. padding-right:5px;
  484. padding-left:5px;
  485. padding-bottom:2px;
  486. font-size:12px;
  487. font-family: 'Tinos', serif;
  488. z-index:9999;
  489. }
  490.  
  491. #credit a{
  492. color:#666;
  493. }
  494.  
  495. {CustomCSS}
  496. </style>
  497.  
  498. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  499.  
  500. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  501.  
  502. <script>
  503. $(function(){
  504. var $container = $('#entries');
  505. $container.imagesLoaded(function(){
  506. $container.masonry({
  507. itemSelector: '.posts',
  508. });
  509. });
  510. $container.infinitescroll({
  511. itemSelector : ".posts",
  512. navSelector : "div.pagination",
  513. nextSelector : ".pagination a#next",
  514. loadingImg : "",
  515. loadingText : "<em></em>",
  516. bufferPx : 10000,
  517. extraScrollPx: 12000,
  518. },
  519. // trigger Masonry as a callback
  520. function( newElements ) {
  521. var $newElems = $( newElements ).css({ opacity: 0 });
  522. // ensure that images load before adding to masonry layout
  523. $newElems.imagesLoaded(function(){
  524. $newElems.animate({ opacity: 1 });
  525. $container.masonry( 'appended', $newElems, true );
  526. });
  527. }
  528. );
  529. });
  530. </script>
  531.  
  532.  
  533. </head>
  534.  
  535. <body>
  536.  
  537. <div id="con">
  538.  
  539. <div id="credit"><a href="http://cxcti.tumblr.com/">CT</a></div>
  540.  
  541. <div id="sidebar">
  542.  
  543. <div id="blogt">{Title}</div>
  544. <div id="description">{Description}</div>
  545.  
  546. <div class="navlinks">
  547. <a href="/"><i class="fa fa-desktop" aria-hidden="true"></i></a>
  548. <a href="#?w=400" rel="box1" class="poplight"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
  549. <a href="/archive"><i class="fa fa-calendar-o" aria-hidden="true"></i></a>
  550. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}"><i class="fa fa-hand-paper-o" aria-hidden="true"></i></a>
  551. {/block:ifShowCustomLink1}
  552. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" ><i class="fa fa-file-o" aria-hidden="true"></i></a>{/block:ifShowCustomLink2}
  553. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}"><i class="fa fa-circle-o-notch" aria-hidden="true"></i></a>{/block:ifShowCustomLink3}
  554. <a href="http://cxcti.tumblr.com" target="_blank"><i class="fa fa-copyright"></i>
  555. </a>
  556. </div>
  557.  
  558. </div>
  559.  
  560.  
  561. <div id="entries">
  562.  
  563. {block:Posts}
  564.  
  565. <div class="posts">
  566.  
  567. {block:Quote}
  568. <div class="quote">
  569. '<strong><i>{Quote}</i></strong>'
  570. </div>
  571. {block:Source}
  572. <br><div class="quotesource">— {Source}</div>
  573. {/block:Source}
  574.  
  575. {block:IndexPage}
  576. <div id="permalink">
  577. {timeago}
  578. <a href="{Permalink}" >
  579. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  580. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  581. </div>
  582. {/block:IndexPage}
  583. {/block:Quote}
  584.  
  585.  
  586. {block:Text}
  587. {block:Title}
  588. <div id="title">{Title}</div>
  589. {/block:Title}
  590. <div class="text">
  591. {Body}
  592. </div>
  593.  
  594. {block:IndexPage}
  595. <div id="permalink">
  596. {timeago}
  597. <a href="{Permalink}" >
  598. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  599. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  600. </div>
  601. {/block:IndexPage}
  602. {/block:Text}
  603.  
  604.  
  605. {block:Link}
  606. <div id="title">
  607. <a href="{URL}">{Name}</a>
  608. </div>
  609. {block:Description}{Description}{/block:Description}
  610.  
  611. {block:IndexPage}
  612. <div id="permalink">
  613. {timeago}
  614. <a href="{Permalink}" >
  615. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  616. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  617. </div>
  618. {/block:IndexPage}
  619. {/block:Link}
  620.  
  621.  
  622. {block:Chat}
  623. {block:Title}
  624. <h1>{Title}</h1>
  625. {/block:Title}
  626. <div class="chat">
  627. <ol>{block:Lines}
  628. <li class="line {Alt}">
  629. {block:Label}
  630. <span class="label">
  631. {Label}</span>
  632. {/block:Label}{Line}</li>
  633. {/block:Lines}
  634. </ol>
  635. </div>
  636.  
  637. {block:IndexPage}
  638. <div id="permalink">
  639. {timeago}
  640. <a href="{Permalink}" >
  641. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  642. <a href="{ReblogURL}"</a>
  643. </div>
  644. {/block:IndexPage}
  645. {/block:Chat}
  646.  
  647.  
  648. {block:Photo}
  649. {block:IndexPage}
  650. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  651.  
  652. <div id="permalink">
  653. {timeago}
  654. <a href="{Permalink}" >
  655. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  656. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  657. </div>
  658. {/block:IndexPage}
  659.  
  660. {block:PermalinkPage}
  661. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  662. <br>
  663. {/block:PermalinkPage}
  664. {/block:Photo}
  665.  
  666.  
  667. {block:Photoset}
  668. <center>
  669. {block:Photos}
  670. {block:indexpage}
  671. <a href="{permalink}"><img src="{PhotoURL-500}" width="468px"/></a>
  672. {/block:indexpage}
  673. {block:permalinkpage}
  674. <img src="{PhotoURL-500}"/>
  675. {/block:permalinkpage}
  676. {/block:Photos}
  677. </center>
  678. <div id="permalink">
  679. {timeago}
  680. <a href="{Permalink}">
  681. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  682. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  683. </div>
  684. {/block:Photoset}
  685.  
  686.  
  687. {block:Video}
  688. {Video-250}
  689.  
  690. {block:IndexPage}
  691. <div id="permalink">
  692. {timeago}
  693. <a href="{Permalink}" >
  694. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  695. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  696. </div>
  697. {/block:IndexPage}
  698. {/block:Video}
  699.  
  700.  
  701. {block:Audio}
  702. {block:AlbumArt}
  703. <div class="albumart">
  704. <img src="{AlbumArtURL}">
  705. </div>
  706. {/block:AlbumArt}
  707. <div class="player">{AudioPlayerWhite}</div>
  708.  
  709. <div class="audioinfo">
  710. Title: {block:TrackName}{TrackName}{/block:TrackName}<br>
  711.  
  712. Artist: {block:Artist}{Artist}{/block:Artist}<br>
  713.  
  714. Plays: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}
  715.  
  716. {block:IndexPage}
  717. <div id="permalink">
  718. {timeago}
  719. <a href="{Permalink}" >
  720. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  721. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  722. </div>
  723. {/block:IndexPage}
  724. </div>
  725. {/block:Audio}
  726.  
  727.  
  728. {block:Answer}
  729. <div class="question">
  730. <div class="asker">{Asker} said: </div>
  731. {Question}
  732. </div>
  733. <div class="answer"><br><i>{Answer}</i></div>
  734.  
  735. {block:IndexPage}
  736. <div id="permalink">
  737. {timeago}
  738. <a href="{Permalink}" >
  739. <i class="fa fa-heart-o" aria-hidden="true"></i></a>
  740. <a href="{ReblogURL}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  741. </div>
  742. {/block:IndexPage}
  743. {/block:Answer}
  744.  
  745.  
  746.  
  747. {block:PermalinkPage}
  748. <div class="notes">
  749. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  750. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  751. {block:RebloggedFrom}
  752. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  753. {/block:RebloggedFrom}
  754. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  755. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  756. <br>{PostNotes}
  757. </div>
  758. {/block:PermalinkPage}
  759.  
  760. </div>
  761. {/block:Posts}
  762.  
  763. <div class="pagination">
  764. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  765. </div>
  766.  
  767.  
  768.  
  769. </div>
  770.  
  771. </div>
  772.  
  773. </body>
  774.  
  775. <div id="box1" class="popup_block">
  776. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  777.  
  778. </div>
  779.  
  780.  
  781. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement