Advertisement
Carolaine_Vieira

#31 cinza

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