Advertisement
Carolaine_Vieira

#28

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