Advertisement
just-living

Theme41

Mar 5th, 2015
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.19 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |                 Theme por Gabriel Rocha [opacidad-e].                      |
  3. |    NÃO MODIFIQUE OU RETIRE OS CRÉDITOS, NÃO COPIE. CREDITADO NO HTML       |
  4. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  5. -------------------------------------------------------------------------->
  6.  
  7. <html>
  8.  
  9. <head>
  10.  
  11.  
  12. <title>{title}</title>
  13.  
  14. <link rel="shortcut icon" href="{favicon}"/>
  15.  
  16.  
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://bombandohorrores.com/wp-content/uploads/2013/10/botao-voltar-BH.png" width="40px" border="0"></a>
  19.  
  20.   <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i47.tinypic.com/mawh08.png" class="btn_close" title="Close" alt="Close" /></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51.  
  52.  
  53.  
  54.  
  55.   <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  56.  
  57.   <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  58.    
  59. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  60.  
  61. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  62.  
  63. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  64.  
  65. <script type="text/javascript">
  66. $(window).load(function(){
  67. var $wall = $('#conteudo');
  68. $wall.imagesLoaded(function(){
  69. $wall.masonry({
  70. itemSelector: '.posts',
  71. isAnimated : true
  72. });
  73. });
  74. $wall.infinitescroll({
  75. navSelector : "div#navigation",
  76. nextSelector : "div#navigation a#nextPage",
  77. itemSelector : '.posts',
  78. loadingImg : "",
  79. loadingText : "WAIT",
  80. donetext : " ",
  81. extraScrollPx : 1040,
  82. bufferPx : 10100,
  83. debug : false,
  84. errorCallback: function() {
  85. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  86. }},
  87. function( newElements ) {
  88. var $newElems = $( newElements );
  89. $newElems.hide();
  90. $newElems.imagesLoaded(function(){
  91. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 125, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  92. });
  93. }); $('#conteudo').show(1050);
  94. });
  95. </script>
  96.  
  97.  
  98.  
  99.  
  100. <meta name="text:Link2 Title" content="archive" />
  101. <meta name="text:Link2" content="/archive" />
  102. <meta name="text:Link3 Title" content="random" />
  103. <meta name="text:Link3" content="/random" />
  104. <meta name="text:Link4 Title" content="submit" />
  105. <meta name="text:Link4" content="/submit" />
  106. <meta name="color:background" content="#fff" />
  107. <meta name="color:font" content="#000" />
  108.  
  109. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300italic' rel='stylesheet' type='text/css'>
  110.  
  111. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  112.  
  113. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  114.  
  115. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  116.  
  117. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:200' rel='stylesheet' type='text/css'>
  118.  
  119. <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:200' rel='stylesheet' type='text/css'>
  120.  
  121.  
  122. <script type="text/javascript">
  123.   WebFontConfig = {
  124.     google: { families: [ 'Share+Tech+Mono::latin' ] }
  125.   };
  126.   (function() {
  127.     var wf = document.createElement('script');
  128.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  129.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  130.     wf.type = 'text/javascript';
  131.     wf.async = 'true';
  132.     var s = document.getElementsByTagName('script')[0];
  133.     s.parentNode.insertBefore(wf, s);
  134.   })(); </script>
  135.  
  136.  
  137.  
  138.  
  139.  
  140. </head>
  141. <style>
  142.  
  143.  
  144. ::-webkit-scrollbar-thumb:vertical {background-color: #d3d3d3;
  145. height: 70px; }
  146.  
  147. ::-webkit-scrollbar-thumb:horizontal {background-color: #000;
  148. height:20px;}
  149.  
  150. ::-webkit-scrollbar {height: 5px;
  151. width: 10px;
  152. background-color: #fff;}
  153.  
  154. body {background: {color:background} url('{image:background}')fixed;
  155. color: {color:font};
  156. font-size: 13px;
  157. font-family: calibri;
  158. background-repeat: no-repeat;
  159. text-align: justify;
  160. }
  161.  
  162. #content {position: absolute;
  163. width:930px;
  164. background: transparent;
  165. margin-left:auto ;
  166. margin-right:auto ;
  167. {block:PermalinkPage}
  168. margin-top: 200px;
  169. margin-left:400px;  
  170. {/block:PermalinkPage}
  171. margin-top: 110px;
  172. position:relative;
  173. overflow: hidden;
  174.  
  175. }
  176.  
  177. #conteudo {width: 930px;
  178. display: block;
  179. text-align: justify;
  180. overflow: hidden;
  181. position:relative;
  182. }
  183.  
  184.  
  185.  
  186. .posts {background-color: {color:background};
  187. float: left;
  188. margin-left: 10px;
  189. margin-bottom: 10px;
  190. font-family: calibri;
  191. position:relative;
  192. overflow: hidden;
  193.  z-index:2;
  194.  display: block;
  195. {block:IndexPage}
  196. width: 300px;
  197. {/block:IndexPage}
  198. {block:PermalinkPage}
  199. width: 500px;
  200. padding: 10px;
  201. background:{color:background}
  202. {/block:PermalinkPage}
  203. background:;
  204. }
  205.  
  206.  
  207. a:link, a:active, a:visited { color: {color:font};
  208. text-decoration: none;
  209. -webkit-transition-duration: .80s; }
  210.  
  211. a:hover {color: #d3d3d3;}
  212.  
  213. s {color:  #888;}
  214. i {color:  #888;}
  215. b, strong {color:  #888;}
  216. u, span.sublinha {color:  #888;
  217. text-decoration: none;
  218. border-bottom: 1px solid  #888;}
  219.  
  220. blockquote {border-left: 5px solid #eee;
  221. color:  #888;
  222. padding: 2px 2px 2px 6px;
  223. margin: 2px;
  224. line-height: 14px;}
  225.  
  226. blockquote img {max-width: 225px; }
  227.  
  228. h1 {text-align: center;
  229. font: 17px 'Open Sans Condensed', sans-serif;
  230. color: {color:font};
  231. }
  232.  
  233. h1 a{color: {color:font};
  234.     text-decoration: none;
  235. }
  236.  
  237. .notes {text-align:left;
  238. font: 12px calibri;
  239. background:{color:background};
  240. text-transform: lowercase;
  241. border-bottom:1px solid #ccc;
  242. width:500px;
  243. margin-left:410px;
  244. text-decoration: none;
  245. }
  246.  
  247. .notes a:-webkit-any-link { text-decoration:none;color: inherit }
  248.  
  249. ol.notes {list-style: none;
  250. margin: 0 20px 0 0px;
  251. padding: 0px;
  252. text-decoration: none;
  253. z-index: 11;}
  254.  
  255. ol.notes li {background-color: {color:background};
  256. margin-bottom: 2px;
  257. text-decoration: none;
  258. border-bottom:1px solid #ccc;
  259. padding: 5px; }
  260.  
  261. .notes img{vertical-align: -4px;
  262.     text-decoration: none;
  263.     margin-right: 10px;
  264.     width: 20px;
  265.     border-radius: 10px;
  266.     height: 20px;
  267.    }
  268.    
  269.    
  270. #tumblr_controls {position:fixed !important;}
  271. #tumblr_controls {position:fixed !important;}
  272. #tumblr_controls {position:fixed !important;}
  273.  
  274.  
  275. .pergunta {
  276. background: #eee;
  277. color:#000;
  278. text-align: left;
  279. padding: 10px;
  280. margin-bottom: 5px;
  281. margin-left: 5px;
  282. margin-right: auto;}
  283.  
  284. .pergunta a {color: #000}
  285. .pergunta g {color: #000;}
  286.  
  287. .iconeask {
  288. float: left;
  289. margin-right: 3px;
  290. margin-bottom: 3px;
  291. -webkit-border-radius: 100px 100px 100px 100px;
  292. border-radius: 100px 100px 100px 100px;
  293. border: 2px solid #eee;}
  294.  
  295.  
  296. .divisoria {display: block;
  297. margin-top: 4px;
  298. margin-bottom: 4px;}
  299.  
  300.  
  301.  
  302. .chat {
  303. margin: 0;
  304. font-size: 12px;
  305. font-family: calibri;}
  306. .chat .lines {font-family: calibri;
  307. -webkit-border-radius: 5px;
  308. -moz-border-radius: 5px;
  309. border-radius: 5px;
  310. padding: 5px;
  311. margin-bottom: 2px;
  312. font-size: 12px;
  313. transition-duration: 1s;
  314. -webkit-transition-duration: 1s;
  315. -moz-transition-duration: 1s;}
  316. .chat .lines span {font-weight: bold;}
  317.  
  318.  
  319.  
  320. .quote {padding-bottom: 5px ;
  321. margin-left:5px; }
  322.  
  323. .source {padding-bottom: 5px;
  324. text-align:center;}
  325.  
  326. .quote:first-letter { font-family: 'Inconsolata';
  327. text-transform: uppercase;
  328. font-size: 20px;
  329. }
  330.  
  331.  
  332.  
  333. .menu {clear: both;
  334. float: left;
  335.  z-index:10;
  336.  width:945px;
  337. text-align: center;
  338. left: 210px;
  339. margin-top:-45px;
  340. position: fixed;
  341. }
  342.        
  343. .menu a { z-index:10;
  344. margin-right: 20px;
  345. display: inline;
  346. font-family: 'Source Code Pro' ;
  347. font-size: 13px;
  348. text-align: center;
  349. color:{color:font};
  350. text-decoration: none;
  351. text-transform: uppercase;
  352. height: auto;
  353. padding: 4px;
  354.     -webkit-transition: background 1.2s ease-out;
  355. -moz-transition: background 1.2s ease-out;
  356. -ms-transition: background 1.2s ease-out;
  357. -o-transition: background 1.2s ease-out;
  358. transition: background 1.2s ease-out;
  359. }
  360.  
  361. .menu a:hover {text-decoration: line-through;}
  362.  
  363.  
  364. .frase {
  365. margin-top: -80px;
  366. left: 210px;
  367. text-align:center;
  368. text-transform:uppercase;
  369. position: fixed;
  370. width:945px;
  371.  z-index:10;
  372. font-family: 'Advent Pro', sans-serif;
  373. color: {color:font};
  374. font-size:20px;
  375. }
  376.  
  377.  
  378. .frase a {color:{color:font};}
  379.  
  380.  
  381. @font-face {
  382.   font-family: 'Economica';
  383.   font-style: normal;
  384.   font-weight: 400;
  385.   src: local('Economica'), local('Economica-Regular'), url(http://themes.googleusercontent.com/static/fonts/economica/v1/jObgDQiPUtmACAaaK3pMGz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  386. }
  387.  
  388.  
  389.  
  390. .cred a{top:10px;
  391. left:10px;
  392. position:fixed;
  393. font:10px calibri;
  394. color:#acacac}
  395.  
  396. #fade { /*--Transparent background layer--*/
  397. display: none; /*--hidden by default--*/
  398. background: #000;
  399. position: fixed; left: 0; top: 0;
  400. width: 100%; height: 100%;
  401. opacity: .80;
  402. z-index: 9999;
  403. }
  404. .popup_block{
  405. display: none; /*--hidden by default--*/
  406. background: #fcfbf8;
  407. padding: 10px;
  408. border: 5px solid #f2e7e2;
  409. float: left;
  410. font-size: 10;
  411. position: fixed;
  412. top: 50%; left: 50%;
  413. z-index: 99999;
  414. /*--CSS3 Box Shadows--*/
  415. -webkit-box-shadow: 0px 0px 20px #000;
  416. -moz-box-shadow: 0px 0px 20px #000;
  417. box-shadow: 0px 0px 20px #000;
  418. /*--CSS3 Rounded Corners--*/
  419. -webkit-border-radius: 5px;
  420. -moz-border-radius: 5px;
  421. border-radius: 5px;
  422. }
  423. img.btn_close {
  424. float: right;
  425. margin: -20 -20px 0 0;
  426. }
  427. /*--Making IE6 Understand Fixed Positioning--*/
  428. *html #fade {
  429. position: absolute;
  430. }
  431. *html .popup_block {
  432. position: absolute;
  433. }
  434.  
  435.  
  436. .vsanna{display: none;}
  437.  
  438.  
  439.  #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; top: 35px; right: 15px; }
  440.            
  441.            
  442. /***** caixa por Catedrais *****/
  443. .perma2 {width:285px;
  444. background:rgba(00,00,00,0.2);
  445. text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.5);
  446. top:-35px;
  447. padding:8px;
  448. text-align:right;
  449. word-spacing:10px;
  450. position:absolute;
  451. -webkit-transition-duration: .40s;
  452. opacity:0;
  453. font-style:normal;}
  454.  
  455.  
  456. .perma2 a {font-size:10px;
  457. font-family:calibri;
  458. letter-spacing:1px;
  459. text-transform:uppercase;
  460. color:#ffffff;}
  461.  
  462.  
  463. .perma2 a:hover {color:#ffffff;}
  464.  
  465.  
  466. hh2 { font-size:9px;
  467. padding-left:3px;}
  468.  
  469.  
  470. #likeu2 {margin-left:2px;
  471. margin-top:0px;
  472. background:;
  473. z-index:1338;
  474. position:absolute; }
  475.  
  476. .posts:hover .perma2 {top:3px;
  477. opacity:1;
  478. {block:PermalinkPage}width:250px; {/block:PermalinkPage};}            
  479.            
  480.            
  481.             #barr {left:210px;
  482.             position:fixed;
  483.             background:{color:background};
  484.             width: 945px;
  485.             height:100px;
  486.             top:0px;
  487.             z-index:6;
  488.             border-bottom:{color:font} solid  1px;}
  489.            
  490. </style>
  491.  
  492. <body>
  493.  
  494. <div class="cred"><a href="http://opacidad-e.tumblr.com"  title="theme por opacidad-e, insp renovador-themes">THEME</a></div>
  495.  
  496. <div id="barr"></div>
  497.  
  498.  <div class="frase"><a href="/">{Title}</a></div>
  499.  
  500.  <div class="menu">
  501. <a href="#?w=500" rel="02" class="poplight">message</a>
  502.  
  503. <a href="{text:Link2}">{text:Link2 Title}</a>
  504.  
  505. <a href="{text:Link3}">{text:Link3 Title}</a>
  506.  
  507. <a href="{text:Link4}">{text:Link4 Title}</a>
  508. </div>
  509.  
  510.  
  511. <div id="content">
  512. <div id="conteudo">
  513.  
  514. {block:Posts}
  515. <div class="posts">
  516.  
  517.  
  518.  
  519.  
  520.  
  521.     {block:Text}
  522. <div class="perma2">
  523. <div id="likeu2">{LikeButton color="white" size="15"}</div>
  524. <a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
  525. <a href="{ReblogURL}" target="_blank">reblog</a>
  526. </div>
  527. {block:Title}
  528. <h1>{Title}</h1>
  529. {/block:Title}
  530. {Body}
  531. {/block:Text}
  532.  
  533.  
  534.  
  535. {block:Answer}
  536.  
  537. <img src="{AskerPortraitURL-30}" class="iconeask">
  538. <div class="pergunta"><g>{Asker}</g>: {Question}</div>
  539. <div class="divisoria"></div>
  540. {Answer}
  541.  
  542. {/block:Answer}
  543.  
  544.  
  545.  
  546. {block:Link}
  547.  
  548. <div class="perma2">
  549. <div id="likeu2">{LikeButton color="white" size="15"}</div>
  550. <a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
  551. <a href="{ReblogURL}" target="_blank">reblog</a>
  552. </div>
  553.  
  554. <a href="{URL}"><h1>{Name}</h1></a>
  555. {block:Description}{Description}{/block:Description}
  556. {block:Link}
  557.  
  558.  
  559.  
  560.  
  561. {block:Photo}
  562.  
  563. {block:IndexPage}
  564. <div class="perma2">
  565. <div id="likeu2">{LikeButton color="white" size="15"}</div>
  566. <a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
  567. <a href="{ReblogURL}" target="_blank">reblog</a>
  568. </div>
  569. {LinkOpenTag}<img src="{PhotoURL-250}" width="300px">{LinkCloseTag}
  570. {/block:IndexPage}
  571.  
  572.  
  573.  
  574. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}"  width="500px">{LinkCloseTag}
  575. {/block:PermalinkPage}
  576.  
  577.  
  578.  
  579.  
  580. {block:Caption}{Caption}{/block:Caption}
  581. {/block:Photo}
  582.  
  583.  
  584.  
  585.  
  586. {block:Photoset}
  587.  
  588.  
  589.  
  590. {block:IndexPage}
  591. <div class="perma2">
  592. <div id="likeu2">{LikeButton color="white" size="15"}</div>
  593. <a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
  594. <a href="{ReblogURL}" target="_blank">reblog</a>
  595. </div>
  596. <center>{Photoset-250}</center>
  597.  
  598.  
  599. {block:Caption}
  600. {Caption}
  601. {/block:Caption}
  602. {/block:IndexPage}
  603.  
  604.  
  605.  
  606.  
  607. {block:PermalinkPage}
  608.  
  609.  
  610.  
  611. {Photoset-500}
  612. {block:Caption}
  613. <div class="caption">{Caption}</div>
  614. {/block:Caption}
  615. {/block:PermalinkPage}
  616. {/block:Photoset}
  617.  
  618.  
  619.  
  620.  
  621.  
  622. {block:Quote}
  623. <div class="perma2">
  624. <div id="likeu2">{LikeButton color="white" size="15"}</div>
  625. <a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
  626. <a href="{ReblogURL}" target="_blank">reblog</a>
  627. </div>
  628.  
  629.  
  630. <div class="aspa"></div><div class="quote"> {Quote}</div>
  631. {block:Source}<div class="source"> - {Source}</b></div>
  632. {/block:Source}
  633. {/block:Quote}
  634.  
  635.  
  636.  
  637.  
  638. {block:Chat}
  639.  
  640. <div class="perma2">
  641. <div id="likeu2">{LikeButton color="white" size="15"}</div>
  642. <a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
  643. <a href="{ReblogURL}" target="_blank">reblog</a>
  644. </div>
  645. {block:Lines}
  646. <div class="chat">
  647. <div class="lines">{block:Label}
  648. <span>{Label}</span>
  649. {/block:Label}
  650. {Line}</div></div>
  651. {/block:Lines}
  652.  
  653. {/block:Chat}
  654.  
  655.  
  656.  
  657.  
  658.  
  659. {block:Audio}
  660. <div class="perma2">
  661. <div id="likeu2">{LikeButton color="white" size="15"}</div>
  662. <a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
  663. <a href="{ReblogURL}" target="_blank">reblog</a>
  664. </div>
  665. <div> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  666. <center>{AudioPlayerWhite}</centeR>
  667. {block:Caption}{Caption}{/block:Caption}
  668. {/block:Audio}
  669.  
  670.    
  671. {block:Video}
  672. {block:IndexPage}
  673. <div class="perma2">
  674. <div id="likeu2">{LikeButton color="white" size="15"}</div>
  675. <a href="{Permalink}">{NoteCount}<hh2>notes</hh2></a>
  676. <a href="{ReblogURL}" target="_blank">reblog</a>
  677. </div>
  678. {Video-250}
  679. {block:Caption}
  680. <div class="caption">{Caption}</div>
  681. {/block:Caption}
  682. {/block:IndexPage}
  683.  
  684.  
  685.  
  686.  
  687. {block:PermalinkPage}
  688. {Video-500}
  689. {block:Caption}
  690. <div class="caption">{Caption}</div>
  691. {/block:Caption}
  692. {block:PermalinkPage}
  693. {/block:Video}
  694. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  695. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  696. </div>
  697. {/block:Posts}
  698. </div>
  699. </div>
  700.  
  701. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  702.  
  703. {block:IndexPage}
  704. <div class="column navigation" id="navigation">
  705. {block:Pagination}
  706. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  707. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  708. </div>
  709. {/block:IndexPage}
  710.    
  711.     </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  712.  
  713.  
  714. </body>
  715.  
  716.  
  717. <div id="02" class="popup_block">
  718.  
  719. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  720. </center></div>
  721.  
  722. </div></div></div></div></div></div></div></div></div></div>
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement