Advertisement
Carolaine_Vieira

#34

Oct 22nd, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.04 KB | None | 0 0
  1. <!-- ─────────╔╗────────────╔╗
  2. ─────────║║───────────╔╝╚╗
  3. ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
  4. ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
  5. ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
  6. ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
  7. ──────║║
  8. ──────╚╝
  9. -->
  10.  
  11.  
  12.  
  13. <head>
  14.  
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46.  
  47. <title>{title}</title>
  48. <link rel="shortcut icon" href="{Favicon}"/>
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  51.  
  52. <meta name="color:Background" content="#f6f6f6"/>
  53. <meta name="color:Text" content="#888888"/>
  54. <meta name="color:Link" content="#f54349"/>
  55. <meta name="color:Borders" content="#f54349"/>
  56. <meta name="color:Post bg" content="#ffffff"/>
  57. <meta name="color:Post borders hover" content="#888888"/>
  58. <meta name="color:Title" content="#f54349"/>
  59. <meta name="color:Title shadow" content="#ffffff"/>
  60. <meta name="color:Bold" content="#191919"/>
  61. <meta name="color:Italic" content="#f54349"/>
  62. <meta name="color:Header bg" content="#444444"/>
  63. <meta name="color:Header link bg hover" content="#888888"/>
  64. <meta name="color:Scrollbar" content="#000000"/>
  65. <meta name="if:ShackEfect" content="1"/>
  66. <meta name="image:Background" content=""/>
  67. <meta name="image:Header" content=""/>
  68. <meta name="text:Header image hover title" content="Bem-vindo a Amplamente" />
  69. <meta name="text:Ask name" content="ask me" />
  70. <meta name="text:Sua Url" content="amplamente" />
  71. <meta name="text:Top title" content="Zendaya Icons" />
  72. <meta name="text:link1" content="link 1" />
  73. <meta name="text:link1url" content="/" />
  74. <meta name="text:link2" content="link 2" />
  75. <meta name="text:link2url" content="/" />
  76. <meta name="text:link3" content="link 3" />
  77. <meta name="text:link3url" content="/" />
  78. <meta name="text:link4" content="link 4" />
  79. <meta name="text:link4url" content="/" />
  80. <meta name="text:link5" content="link 5" />
  81. <meta name="text:link5url" content="/" />
  82.  
  83.  
  84. <script type="text/javascript"
  85. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  86. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  87. <script>
  88. (function($){
  89.  
  90. $(document).ready(function(){
  91. $("[title]").style_my_tooltips();
  92. });
  93. })(jQuery);
  94. </script>
  95.  
  96.  
  97. {block:IfShackEfect}
  98. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  99. {/block:IfShackEfect}
  100.  
  101.  
  102. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  103. <link href='https://fonts.googleapis.com/css?family=Arvo:400,700|Life+Savers:400,700' rel='stylesheet' type='text/css'>
  104. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  105. <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  106. <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  107.  
  108. <style type="text/css">
  109. #credit{
  110. position:fixed;
  111. font-family:calibri;
  112. font-weight:bold;
  113. text-transform:uppercase;
  114. z-index:99;
  115. bottom:5px;
  116. right:10px;
  117. width:11px;
  118. height:9px;
  119. padding:8px;
  120. overflow:hidden;
  121. text-align:center;
  122. font-size:12px;
  123. letter-spacing:1px;
  124. opacity:1;
  125. border-top-left-radius: 10px;
  126. border-bottom-right-radius: 10px;
  127. border:2px solid #fff;
  128. background:#191919;
  129. -webkit-transition: all 0.3s linear;
  130. -moz-transition: all 0.3s linear;
  131. transition: all 0.3s linear;
  132. }
  133.  
  134.  
  135. #credit a{
  136. color:#fff;
  137. }
  138.  
  139. #credit a:hover{
  140.  
  141. color:#191919;
  142.  
  143. }
  144.  
  145. #credit:hover {
  146.  
  147. background:#fff; color:#000; border-color:#000;
  148.  
  149. }
  150. .credit_u{
  151. line-height:10px;
  152. -webkit-transition: all 0.3s linear;
  153. -moz-transition: all 0.3s linear;
  154. transition: all 0.3s linear;
  155. }
  156.  
  157. #credit a:hover .credit_u{
  158. margin-top:0px;
  159. -webkit-transition: all 0.3s linear;
  160. -moz-transition: all 0.3s linear;
  161. transition: all 0.3s linear;
  162. }
  163.  
  164. .credit_h{
  165. line-height:16px;
  166. font-size:8px;
  167. }
  168.  
  169.  
  170. #s-m-t-tooltip {
  171.  
  172. font-weight:bold;
  173. max-width:300px;
  174. padding:8px;
  175. margin:15px 20px;
  176. background-color: rgba(0, 0, 0, 0.5);
  177. font-family: inconsolata;
  178. font-size:10px;
  179. letter-spacing:1px;
  180. text-transform:uppercase;
  181. color:#fff;
  182. z-index:9999999;
  183.  
  184. }
  185.  
  186. ul {
  187. list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
  188. }
  189.  
  190.  
  191. #top1 {
  192. font-weight:bold;
  193. position:fixed;
  194. width:200px;
  195. letter-spacing: 1px;
  196. margin-left:0px;
  197. top:400px;
  198. left:70px;
  199. background:#fff;
  200. border:1px solid {color:borders};
  201. padding:20px;
  202. font-size:10px;
  203. line-height:14px;
  204. text-align:left;
  205. height:auto;
  206. z-index:4;
  207. text-transform:uppercase;
  208. }
  209.  
  210.  
  211. #top1 img {
  212. top:160px;
  213. left:70px;
  214. border-top-right-radius:20px;
  215. border-top-left-radius:20px;
  216. position:fixed;
  217. width:242px;
  218. height:auto;
  219.  
  220. }
  221.  
  222. #top2 {
  223. border-top:1px solid {color:borders};
  224. font-weight:bold;
  225. height:auto;
  226. width:100%;
  227. letter-spacing: 1px;
  228. left:0px;
  229. bottom:0px;
  230. padding-top:7px;
  231. font-size:12px;
  232. line-height:14px;
  233. text-align:center;
  234. position:fixed;
  235. background-color:{color:header bg};
  236. z-index:4;
  237. -webkit-transition:all 0.3s ease-out;
  238. -moz-transition:all 0.3s ease-out;
  239. transition:all 0.3s ease-out;
  240. }
  241.  
  242. #top2:hover{
  243.  
  244. -webkit-transition:all 0.8s ease-out;
  245. -moz-transition:all 0.8s ease-out;
  246. transition:all 0.8s ease-out;
  247.  
  248. }
  249.  
  250. b { color: {color:bold}; !important; }
  251.  
  252. i { color: {color:italic} ;!important; }
  253.  
  254. u { border-bottom: 2px solid {color:link}; text-decoration:none;}
  255.  
  256. #calado{
  257. margin-left:auto;
  258. margin-right:auto;
  259. text-align:center;
  260. margin-bottom:4px;
  261. float:center;
  262. }
  263. #calado a {
  264. padding:6px;
  265. padding-left:8px;
  266. padding-right:8px;
  267. font-size:11px;
  268. text-align:center;
  269. margin-left:5px;
  270. font-family: calibri ;
  271. text-transform:uppercase;
  272. display:inline-block;
  273. -webkit-transition:all 0.3s ease-out;
  274. -moz-transition:all 0.3s ease-out;
  275. transition:all 0.3s ease-out;
  276. }
  277. #calado a:hover {
  278. background:{color:header link bg hover};
  279. -webkit-transition:all 0.3s ease-out;
  280. -moz-transition:all 0.3s ease-out;
  281. transition:all 0.3s ease-out;
  282. }
  283.  
  284. iframe#tumblr_controls {
  285. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  286. }
  287. #tumblr_controls{
  288. position:fixed !important;
  289. -webkit-filter: invert(100%)
  290. }
  291.  
  292. h1 { color:{color:link};
  293. font-family:baumans;
  294. padding-left:25px;
  295. text-align:left;
  296. text-transform:uppercase;
  297. -webkit-transition:all 0.3s ease-out;
  298. -moz-transition:all 0.3s ease-out;
  299. transition:all 0.3s ease-out;
  300.  
  301. }
  302.  
  303. h1:hover {
  304.  
  305. padding-left:60px;
  306. -webkit-transition:all 0.3s ease-out;
  307. -moz-transition:all 0.3s ease-out;
  308. transition:all 0.3s ease-out;
  309.  
  310. }
  311.  
  312.  
  313. .date {
  314. line-height:20px;
  315. margin-top:55px;
  316. margin-left:10px;
  317. position:absolute;
  318. padding:10px;
  319. float:center;
  320. text-align:left;
  321. background-color:{color:post bg};
  322. font-size:10px;
  323. color:gray;
  324. font-weight:bold;
  325. {block:PermalinkPage}
  326. display:none;
  327. {/block:PermalinkPage}
  328. }
  329. .date a{color:#999; text-shadow:none;}
  330. .date a:hover {text-shadow:none; text-decoration:line-through;}
  331.  
  332.  
  333. .reblog {
  334. margin-top:10px;
  335. margin-left:10px;
  336. float:left;
  337. background-color:{color:post bg};
  338. padding:10px;
  339. font-size:12px;
  340. color:gray;
  341. font-weight:bold;
  342. {block:PermalinkPage}
  343. display:none;
  344. {/block:PermalinkPage}
  345. }
  346. .likie {
  347. margin-top:10px;
  348. margin-left:10px;
  349. float:left;
  350. background-color:{color:post bg};
  351. padding:10px;
  352. padding-bottom:7px;
  353. font-size:15px;
  354. color:#000;
  355. font-weight:bold;
  356. {block:PermalinkPage}
  357. display:none;
  358. {/block:PermalinkPage}
  359. }
  360. .reblog a{color:{color:post bg};}
  361.  
  362.  
  363. .popup_block{
  364. display:none;
  365. background:#fff;
  366. padding:20px;
  367. border:1px solid #eee;
  368. float:left;
  369. position:fixed;
  370. top:50%;left:50%;
  371. z-index: 99999;
  372. -webkit-box-shadow: 0px 0px 20px #eee;
  373. -moz-box-shadow: 0px 0px 20px #eee;
  374. box-shadow: 0px 0px 20px #000;
  375. }
  376.  
  377. *html #fade {position: absolute;}
  378. *html .popup_block {position: absolute;}
  379. #fade {
  380. display:none;
  381. position:fixed;
  382. left:0px;
  383. top:0px;
  384. width:100%;
  385. height:100%;
  386. z-index:9999;
  387. background:#000;
  388. opacity:0.5;
  389. }
  390.  
  391. a{
  392. color:{color:Link};
  393. text-decoration:none;
  394. -webkit-transition:all 0.3s ease-out;
  395. -moz-transition:all 0.3s ease-out;
  396. transition:all 0.3s ease-out;
  397. text-shadow:10px 0px transparent, -10px 0px transparent;
  398. }
  399.  
  400. a:hover{
  401. text-shadow:0px 0px {color:link}, 0px 0px {color:link};
  402. -webkit-transition:all 0.3s ease-out;
  403. -moz-transition:all 0.3s ease-out;
  404. transition:all 0.3s ease-out;
  405.  
  406. }
  407.  
  408. body{
  409. cursor:crosshair;
  410. color:{color:Text};
  411. font-family: 'Cantarell', sans-serif;
  412. font-size:13px;
  413. background: {color:background} url("{image:background}") fixed;
  414.  
  415. }
  416.  
  417. h2 {text-align:center; text-transform:none;}
  418.  
  419. #post{
  420. margin-top:60px;
  421. width:650px;
  422. margin-left:auto;
  423. margin-right:auto;
  424. background-color:transparent;
  425. padding:5px;
  426. }
  427.  
  428. .entry{
  429. padding:20px;
  430. background-color:{color:post bg};
  431. width:505px;
  432. border:1px solid {color:borders};
  433. float:right;
  434. margin:50px;
  435. {block:PermalinkPage}
  436. width:500px;
  437. height:auto;
  438. {/block:PermalinkPage}
  439. -webkit-animation: tada 2s;
  440. -moz-animation: tada 2s;
  441. -ms-animation: tada 2s;
  442. -webkit-transition: 1s ease-in-out;
  443. -moz-transition: 1s ease-in-out;
  444. -o-transition: 1s ease-in-out;
  445.  
  446. }
  447.  
  448. .entry:hover {
  449. {block:IfZoomOnPosts}
  450. -webkit-transform: scale(1.3);
  451. -moz-transform: scale(1.3);
  452. -o-transform: scale(1.3) ;
  453. -ms-transform: scale(1.3);
  454. transform: scale(1.3) ;
  455. {/block:IfZoomOnPosts}
  456. -webkit-transition: 1s ease-in-out;
  457. -moz-transition: 1s ease-in-out;
  458. -o-transition: 1s ease-in-out;
  459. {block:IfZoomOnPosts}
  460. z-index: 9999999999999999999;
  461. {/block:IfZoomOnPosts}
  462. border:1px solid {color:post borders hover};
  463. }
  464. .entry img{
  465. max-width:500px;
  466. float:right;
  467. margin:2px;
  468. margin-top:5px;
  469. margin-bottom:10px;
  470. }
  471. .entry .perm{
  472.  
  473. text-transform:uppercase;
  474. background:transparent;
  475. padding:5px;
  476. text-align:left;
  477. margin-top:-10px;
  478. margin-left:520px;
  479. width:150px;
  480. height:auto;
  481. position:absolute;
  482. opacity:0.0;
  483. font-family: inconsolata;
  484.  
  485. -webkit-transition:all 0.5s ease-out;
  486. -moz-transition:all 0.5s ease-out;
  487. transition:all 0.5s ease-out;
  488.  
  489. }
  490. .entry:hover .perm{
  491.  
  492. opacity:1;
  493. -webkit-transition:all 0.5s ease-out;
  494. -moz-transition:all 0.5s ease-out;
  495. transition:all 0.5s ease-out;
  496.  
  497. }
  498.  
  499. ::-moz-selection { background: {color:text}; color: {color:background}; }
  500. ::selection { background: {color:text}; color: {color:background}; }
  501.  
  502. .pagination {
  503. display: none;
  504. }
  505.  
  506. ::-webkit-scrollbar {height:5px; width:6px;}
  507.  
  508. ::-webkit-scrollbar-track-piece {
  509. background-color:{color:background};
  510. }
  511.  
  512. ::-webkit-scrollbar-thumb {
  513. width:5px; height:5px;
  514. border-radius:3px;
  515. background-color:{color:scrollbar};
  516. border:2px solid {color:background};
  517. }
  518.  
  519. .description {
  520.  
  521. margin-bottom:10px;
  522. padding:2px;
  523. margin-left:auto;
  524. margin-right:auto;
  525. width:40%;
  526. background:transparent;
  527. font-size:10px;
  528. font-family: 'Inconsolata', ;
  529. text-transform:uppercase;
  530. text-align:center;
  531. color:{color:text};
  532.  
  533. }
  534.  
  535. #header {
  536.  
  537. position:fixed;
  538. width:100%;
  539. height:50px;
  540. background:{color:header bg};
  541. left:0px;
  542. top:0px;
  543. text-align:left;
  544. z-index:2;
  545. padding:10px;
  546. border-bottom:1px solid {color:borders};
  547.  
  548. }
  549. #header img {
  550.  
  551. position:fixed;
  552. right:250px;
  553. height:70px;
  554. border-radius:100%;
  555. padding:10px;
  556. border-bottom:1px solid {color:borders};
  557. background:{color:header bg};
  558.  
  559. }
  560.  
  561. #tt {
  562. position:fixed;
  563. font-family: tahoma;
  564. font-weight:bold;
  565. font-size:40px;
  566. text-align:left;
  567. padding:0px;
  568. left:50px;
  569. text-transform:uppercase;
  570. text-shadow: 2px 0px {color:title shadow};
  571.  
  572. }
  573.  
  574. #tt {color:{color:Title};}
  575. #tt a:hover {color:{color:Title};}
  576.  
  577.  
  578. {CustomCSS}
  579.  
  580. </style>
  581. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  582.  
  583. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
  584.  
  585. src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  586.  
  587. <script>
  588. $(function(){
  589. var $container = $('#post');
  590. $container.imagesLoaded(function(){
  591. $container.masonry({
  592. itemSelector: '.entry',
  593. });
  594. });
  595. $container.infinitescroll({
  596. itemSelector : ".entry",
  597. navSelector : "div.pagination",
  598. nextSelector : ".pagination a#next",
  599. loadingImg : "",
  600. loadingText : "<em></em>",
  601. bufferPx : 10000,
  602. extraScrollPx: 12000,
  603. },
  604. // trigger Masonry as a callback
  605. function( newElements ) {
  606. var $newElems = $( newElements ).css({ opacity: 0 });
  607. // ensure that images load before adding to masonry layout
  608. $newElems.imagesLoaded(function(){
  609. $newElems.animate({ opacity: 1 });
  610. $container.masonry( 'appended', $newElems, true );
  611. });
  612. }
  613. );
  614. });
  615. </script>
  616.  
  617. </head>
  618. <body>
  619. <div id="header">
  620. <div id="tt" title="{description}" >{text:top title}</div>
  621. <img title="{text:header image hover title}" src="{image:header}">
  622.  
  623.  
  624. </div>
  625.  
  626. <div id="top2">
  627.  
  628.  
  629. <div id="calado">
  630. <div class="go">
  631.  
  632. <a href="{text:link1url}" title="{text:link1}"><img src="http://i.imgur.com/c2f4r48.png"></a>
  633. <a href="#?w=300" rel="box1" class="poplight" title="{text:ask name}"><img src="http://i.imgur.com/6ZEYBsr.png"></a>
  634. <a href="{text:link2url}" title="{text:link2}"><img src="http://i.imgur.com/bZ3Gm8T.png"></a>
  635. <a href="{text:link3url}" title="{text:link3}"><img src="http://i.imgur.com/xpztLNA.png"></a>
  636. <a href="{text:link4url}" title="{text:link4}"><img src="http://i.imgur.com/TY01nnQ.png"></a>
  637. <a href="{text:link5url}" title="{text:link5}"><img src="http://i.imgur.com/gXSKByE.png"></a>
  638.  
  639. </div></div>
  640.  
  641. </div>
  642.  
  643.  
  644.  
  645. <div id="post">
  646. {block:Posts}
  647. <div class="entry">
  648.  
  649. <div class="perm">
  650.  
  651. <div class="reblog">{ReblogButton color="gray" size="16"}</div>
  652. <div class="likie" >{LikeButton color="gray" size="16"}</div>
  653. <div class="date"><a href="{Permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date} </br>
  654. {NoteCountWithLabel}</a>
  655. </div>
  656.  
  657. </div>
  658.  
  659.  
  660. {block:Title}<h1>{Title}</h1>{/block:Title}
  661.  
  662. {block:Text}{Body}{/block:Text}
  663.  
  664. {block:Photo}
  665.  
  666. <a href="{permalink}" ><img src="{PhotoURL-500}" width="500"/></a>
  667. {block:Caption}
  668. {Caption}
  669. {/block:Caption}
  670. {/block:Photo}
  671.  
  672. {block:Photoset}
  673.  
  674. {Photoset-500}
  675. {block:Caption}
  676. {Caption}
  677. {/block:Caption}
  678. {/block:Photoset}
  679.  
  680.  
  681. {block:Quote}
  682. {Quote}
  683. <div align="right">
  684. {block:Source}-{Source}{/block:Source}
  685. {NoteCOuntWithLabel}
  686. </div>
  687. {block:Caption}
  688. {Caption}
  689. {/block:Caption}
  690. {/block:Quote}
  691.  
  692.  
  693. {block:Video}
  694.  
  695. {Video-500}
  696.  
  697. <br>
  698. {PlayCountWithLabel}
  699. {block:Caption}
  700. {Caption}
  701. {/block:Caption}
  702. {/block:Video}
  703.  
  704.  
  705. {block:Link}
  706. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  707. {block:Description}{Description}{/block:Description}
  708. {/block:Link}
  709.  
  710. {block:Chat}
  711. {block:Lines}
  712. {block:Label}
  713. <br>{Label}
  714. {/block:Label}
  715. &nbsp;{Line}
  716. {/block:Lines}
  717. {/block:Chat}
  718.  
  719. {block:Audio}
  720. {AudioPlayerGrey}
  721. <br><div align="right">{block:Artist}
  722. Artist: {Artist}</div>
  723. {/block:Artist}<br>
  724. {block:Caption}{Caption}{/block:Caption}
  725. {/block:Audio}
  726.  
  727.  
  728. {block:Answer}
  729. {Asker} asked <b>{Question}</b><Br>
  730. {Answer}
  731. {/block:Answer}
  732.  
  733. {block:PermalinkPage}
  734. <br>
  735. <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
  736. <Br>
  737. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  738. {/block:PermalinkPage}
  739. </div>
  740.  
  741. {/block:Posts}
  742.  
  743. </div>
  744. <!--Pagination-->
  745. <div class="pagination">
  746. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}
  747. <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  748. </div>
  749.  
  750. <div id="box1" class="popup_block">
  751.  
  752.  
  753. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:sua url}.tumblr.com" width="100%"></iframe><br>
  754.  
  755. </div>
  756.  
  757. <div id="credit"><a href="http://amplamente.tumblr.com" title="theme by amplamente"><div class="credit_u">❤</div><div class="credit_h"></div></a></div>
  758.  
  759.  
  760. </body>
  761. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement