Advertisement
Lolovers

Theme Sparks

Nov 12th, 2013
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.20 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/Ebrm7rdy0/botao.js"></script>
  6.  
  7.  
  8. <link rel="shortcut icon" href="{favicon}"/>
  9. <title>{title}</title>
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  14. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  15.  
  16. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20. <script>
  21. $(document).ready(function() {
  22. //
  23. //When you click on a link with class of poplight and the href starts with a #
  24. $('a.poplight[href^=#]').click(function() {
  25. var popID = $(this).attr('rel'); //Get Popup Name
  26. var popURL = $(this).attr('href'); //Get Popup href to define size
  27. //Pull Query & Variables from href URL
  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. //Fade in the Popup and add close button
  32. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/788a6d7d9bbfda794fd8c8b325ed8bc4/tumblr_inline_mw4ouu7Hov1rwneo8.png" width="50" height="50" class="btn_close" title="Close Window" alt="Close"/></a>');
  33. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  34. var popMargTop = ($('#' + popID).height() + 80) / 2;
  35. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  36. //Apply Margin to Popup
  37. $('#' + popID).css({
  38. 'margin-top' : -popMargTop,
  39. 'margin-left' : -popMargLeft
  40. });
  41. //Fade in Background
  42. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  43. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({‘filter’ : ‘alpha(opacity=80)’}) is used to fix the IE Bug on fading transparencies
  44. return false;
  45. });
  46. //Close Popups and Fade Layer
  47. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer…
  48. $('#fade , .popup_block').fadeOut(function() {
  49. $('#fade, a.close').remove(); //fade them both out
  50. });
  51. return false;
  52. });
  53. });
  54. </script>
  55.  
  56. </head>
  57. <!-- css scripts e afins -->
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63.  
  64. body {background: #f7f7f7; background: url('http://media.tumblr.com/3eea9e11082d6f26d67a20f54427039c/tumblr_inline_mw4mdl5Qrb1rwneo8.png');
  65. }
  66.  
  67. #header {background: url(''); width:285px; height:161px;margin-left:0px; margin-top:-40px;position:absolute;margin-left:160px}
  68.  
  69.  
  70. #page {width: 800px;background: #transparent;background-repeat: repeat-y; margin-left: auto;margin-right: auto;}
  71.  
  72. #content {width: 520px;background: #transparent;background-repeat: repeat-y;margin-left: auto;margin-right: auto;}
  73.  
  74. #sidebar {background: #transparent;width: 550px;float: left;margin-left:-70px;margin-top:190px;position: absolute;}
  75.  
  76. #main {background-color: #transparent;width: 600px;float: right;position: relative; z-index: 10000;margin-left: 0px;margin-top: 340px;}
  77.  
  78. .caixa {background: #fff; box-shadow: 0px 0px 0px 0px #eee5dd; z-index: 0; overflow: hidden; color: #777; border:5px solid #f5f5f5;box-shadow: 0px 0px 3px 0px #d8decb;;margin:0px;
  79. {block:IndexPage}margin: 10px; float: left; width: 160px; padding: 0px; position: relative; height: 160px; {/block:IndexPage}
  80. {block:PermalinkPage}text-align: center; width: 537px; padding: 2px; margin-left:10px;margin-bottom:50px;margin-top:10px; {/block:PermalinkPage}}
  81.  
  82. #footer {background: #transparent;background-repeat:no-repeat;background-position: bottom;width: 900px;height: 44px;clear: both; }
  83.  
  84.  
  85. #fade { display: none; background: #000; position: fixed; left: 0; top: 0;width: 100000%; height: 100000%;opacity: .50;z-index: 9999999;}
  86.  
  87. .popup_block{display: none; background: #fff;padding: 20px;float: left;font-size: 11px;font-family: verdana;position: fixed;top: 50%; left: 50%;z-index: 100000000000000000000000000000000000000;color:#999;}
  88.  
  89. img.btn_close { float: right; margin: -40px -40px 0 0;}
  90.  
  91. *html #fade {position: absolute;}
  92. *html .popup_block {position: absolute;}
  93.  
  94.  
  95. /*** Formatação de texto ***/
  96.  
  97.  
  98.  
  99. b, strong {color: #cf8484; TEXT-DECORATION: none; border-bottom: 1px dashed #none;
  100. }
  101. u {color: #7197ad; TEXT-DECORATION: none; border-bottom: 1px solid #4BA2C6;
  102. }
  103. s, strike {color: #dedcda;
  104. }
  105. i {color: #7197ad; TEXT-DECORATION: none; border-bottom: 1px dotted #none;
  106. }
  107.  
  108. a:link, a:active, a:visited {
  109. color: #999;
  110. text-decoration: none;
  111. cursor: pointer;}
  112.  
  113. a:hover { color: #999;
  114. text-decoration: none;
  115. cursor: pointer;}
  116.  
  117.  
  118. ::-moz-selection {background: #eee; color: #fff;}
  119. ::selection {background: #eee; color:#fff;}
  120.  
  121.  
  122.  
  123. /** títulos e tags **/
  124.  
  125. .h1 {font-family:'Yanone Kaffeesatz', helvetica; font-size:19px; text-align: center;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #000;border-bottom: 2px solid: #ffb1b2;background: #transparent; margin:0px;padding:3px; background: #ffff; border-radius:0px;border-bottom:1px solid #f5f5f5;}
  126.  
  127. h2 {font-family:'Yanone Kaffeesatz', helvetica; font-size:17px; text-align: center;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #777;border-bottom: 2px solid: #ffb1b2;background: #transparent; margin:0px;padding:3px; background: #ffff; border-radius:0px;}
  128.  
  129. .faixa2 {background: #c9d9e0; color:#fff; padding:5px; margin: -20px -20px -5px -20px;font-family:'bebas';font-size:15px;}
  130.  
  131. cred {display: block; border-bottom: 1px dotted #e1cfe6; vertical-align: middle; line-height: 13px; margin-bottom: 0px; text-decoration: none; padding: 5px; font-style: normal;font-size: 10px; background: #f5f5f5; border-radius: 5px;margin-bottom:4px;}
  132.  
  133. cred a {background: #c9d9e0; padding: 5px; color: #fff; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;margin-left:-3px;margin-top:1px;}
  134.  
  135. cred:hover a {background: #e2e1ce; padding: 5px; color: #fff; }
  136.  
  137. cred1 {color:#fff;}
  138.  
  139.  
  140.  
  141. .permalink {width: 32px; height: 33px; position: absolute; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s;z-index:1000000000000000000000000000;margin-top:100px;}
  142.  
  143. .box .permalink { margin-left: 0px;z-index:1000000000000000000000000000; margin-top:180px; margin-left:-160px;}
  144.  
  145.  
  146. .box:hover .permalink {margin-top:0px; margin-left:0px;border-top:3px; solid #000;opacity: 2.0;z-index:1000000000000000000000000000; opacity:1.0;margin-top:8px;margin-left:0px;}
  147.  
  148.  
  149.  
  150. /*** Quote estilo por: things-to-help-you***********/
  151. .quote {font-family: 'Play', sans-serif; font-size: 12px; text-align:justy; padding: 4px; color: #fff; }
  152. .quotem {overflow: hidden; padding: 5px; background: #000; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
  153. .bottomq {background: url('http://media.tumblr.com/0e24ece4a01b8b3e85d39e586199b644/tumblr_inline_mj28ijoS1M1qz4rgp.png') no-repeat; width: 69px; height: 19px; margin-left: 10px; margin-bottom: 15px;}
  154. .ci {color: #999; display: inline-block;background: #f5f5f5; padding: 3px; margin-left: 20px; margin-top: -14px; margin-bottom: 10px;-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
  155. .ci a {color: #000;}
  156. .ci a:hover {color: #fff;}
  157.  
  158.  
  159.  
  160. /*** caixa não mexa em nada! ***/
  161. .box {color: #777; font: 11px arial; background-color: #fff; padding:0px;margin-top:-11px;}
  162.  
  163.  
  164.  
  165. .boxsidebar {overflow:hidden; color: #666; font: 9px arial; background-color: #fff; padding:5px; z-index: 10000; box-shadow: 0px 0px 10px 2px #eee5dd;text-align:center;}
  166.  
  167.  
  168. .boxsidebar1 {margin-top:-212px;-webkit-transition: all 2s ease; -moz-transition: all 2s ease; -o-transition: all 2s ease; transition: all 2s;}
  169.  
  170. .boxsidebar1:hover {margin-top:-212px;}
  171.  
  172.  
  173. .menu{padding: 5px; float:right; background:#d9e8ee;;border-radius:5px;border-bottom:1px solid #fff;}
  174.  
  175. .menu a{background: #fff;padding:3px; border-radius:3px;-webkit-transition: all 2s ease; -moz-transition: all 2s ease; -o-transition: all 2s ease; transition: all 2s;color:#c9d9e0;display: block;margin-bottom:2px;font-family:georgia;font-size:11px;}
  176.  
  177. .menu a:hover{background: #fff;padding:3px; border-radius:3px;-webkit-transition: all 2s ease; -moz-transition: all 2s ease; -o-transition: all 2s ease; transition: all 2s;color:#999;display: block;margin-bottom:2px;font-family:georgia;font-size:11px;}
  178.  
  179. .positionmenu {margin-top:00px; margin-left:560px;position:fixed;}
  180.  
  181.  
  182.  
  183.  
  184.  
  185. /*** blockquote e tabelinhas ***/
  186.  
  187.  
  188. blockquote {background: #f5f5f5; color:#000; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  189.  
  190. .blockquote {background: #f5f5f5; color:#000; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  191.  
  192.  
  193.  
  194.  
  195. /*** Estilo de ask por: Lovers-of-designs.tumblr.com ***/
  196.  
  197. .pergunta {background: #f5f5f5;font-family: 'Galdeano', sans-serif; font-size:12px; color: #999;text-shadow: 0px 0px 0px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-top-left-radius: 0px;border-top-right-radius: 0px;}
  198.  
  199. .perguntou {background:#transparent; border-radius:0px;padding:5px;font-family: 'Galdeano', sans-serif; color: #999; font-size: 11px;text-shadow: 1px 1px 1px #ebeded;box-shadow: 0px 0px 1px #f5f5f5;margin-left:24px;margin-bottom:0px;text-indent : 8px;}
  200.  
  201. .perguntou a {color: #cee4eb;}
  202.  
  203. .pergunta p {margin:1px 0px;}
  204.  
  205. .fotos {float:left;margin-top:-5px;margin-left: -28px;-webkit-transition-duration: .90s;opacity: 1.55;border-bottom-right-radius: 10px;
  206. border-bottom-left-radius: 10px;}
  207.  
  208. .fotos:hover { opacity: 0.55;border-bottom-right-radius: 10px;
  209. border-bottom-left-radius: 10px;}
  210.  
  211. .xx {float:left;width:15px; height:15px;margin-left:-11px;margin-top:4px;}
  212.  
  213. .resposta {background: #transparent;font-family: 'Open Sans', sans-serif; font-size:12px; color: #8eb3a2;text-shadow: 0px 0px 0px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-radius:5px;}
  214.  
  215. .separa {float:left; width:20px; height:20px; margin-left:-30px;margin-bottom:10px;}
  216.  
  217.  
  218. /* --- Permalink ---- */
  219. ol.notes {list-style: none; margin: 1px 1px 0 1px;}
  220. ol.notes li.note {margin-bottom: 4px; padding-left: 33px; padding-top: 5px; padding-bottom: 3px; padding-right: 5px; margin-left: -40px; background: #fafafa url('http://static.tumblr.com/tx5g7yp/WJkmcrovc/notes.png') no-repeat; text-transform: uppercase; font-family: 'Nunito', sans-serif; font-size: 9px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
  221. ol.notes li.note a {color: #dbbacf;}
  222. ol.notes li.note img.avatar {display: none;}
  223. ol.notes li.note span.action {color: #bbb;}
  224. ol.notes li.note .answer_content {font-weight: normal;}
  225. ol.notes li.note blockquote {display: none;}
  226. ol.notes li.note blockquote a {text-decoration: none; color: #bbb;}
  227. #perma{margin: 1px 1px 0 1px;}
  228. #permalink{margin-bottom: 1px; padding: 4px 5px; background: #fafafa; text-transform: uppercase; font-family: 'Nunito', sans-serif; font-size: 9px;}
  229. #permalink a {color: #b6dae1;}
  230. #permalink n {color:#b6dae1;}
  231. #permalink img{padding: 0 3px 0 0;}
  232.  
  233.  
  234.  
  235.  
  236. /* Chat por Anna (livelikeasuicide) *********/
  237. .chat {background: #eee; margin: 0; font-size:
  238. 9px; font-family: arial;}
  239. .chat .chat1 {margin-left: 0px;}
  240. .chat .chat1 .chat2 {background: #f5f5f5; color: #777;
  241. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  242. .chat .chat1 .chat2.even {background: #dde7ee;
  243. color: #999;} /* Segunda linha */
  244. .chat .chat1 .chat2 span{font-weight: bold;}
  245.  
  246. .trackid {padding: 5px;
  247. background: #f5f5f5;
  248. color: #999;
  249. width:240px;
  250. margin-top: 1px;
  251. margin-left: 0px;
  252. margin-right: 0px;
  253. text-shadow: 0px 0px 1px #fff;}
  254.  
  255. .trackid2 {padding: 10px;
  256. background: #f5f5f5;
  257. color: #999;
  258. width: 230px;
  259. margin-top: 1px;
  260. margin-left: 0px;
  261. margin-right: 0px;}
  262.  
  263. .position {position:absolute; width:10px; margin-left:-40px; margin-top:60px}
  264.  
  265.  
  266.  
  267.  
  268.  
  269. </style>
  270.  
  271.  
  272. <body>
  273.  
  274.  
  275.  
  276. <div id="content">
  277.  
  278. <div id="header"></div>
  279.  
  280. <div id="sidebar">
  281.  
  282. <div class="boxsidebar1">
  283. <img src="http://static.tumblr.com/vmnmapy/lhCmw4msw/nn.png">
  284. <div class="positionmenu"><div class="menu">
  285. <a href="/">♥</a>
  286. <a href="/ask">♥</a>
  287. <a href="/submit">♥</a>
  288. <a href="Link_da_pagina">♥</a>
  289. <a href="Link_da_pagina">♥</a>
  290. <a href="#?w=500" rel="creditos" class="poplight">♥</a>
  291. </div></div>
  292.  
  293. <div class="boxsidebar">
  294. {block:Description}{Description}{/block:Description}
  295.  
  296. <br><br><br><br><br><br>
  297. </div>
  298.  
  299.  
  300.  
  301. </div>
  302.  
  303.  
  304.  
  305.  
  306. </div><p>
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316. <div id="main">
  317.  
  318.  
  319. {block:Posts}
  320.  
  321. <div class="caixa">
  322.  
  323. {block:Text}<div class="box">
  324.  
  325. <div class="permalink"><a href="{Permalink}"><img src="http://static.tumblr.com/vmnmapy/L98mw4n47/nnnnnn.png"></a></div>
  326.  
  327. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  328. <div class="bobod">{body}</div>
  329.  
  330. <!---------------- DATA DOS POSTS ------------->
  331. {block:IndexPage}
  332. {block:NoteCount}<div class="notas">
  333. <a href="{Permalink}">{NoteCount}</a>
  334. </div>{/block:NoteCount}
  335. {/block:IndexPage}</div>
  336.  
  337. {/block:Text}
  338.  
  339.  
  340. {block:Answer}
  341.  
  342. <div class="box">
  343.  
  344. <div class="permalink"><a href="{Permalink}"><img src="http://static.tumblr.com/vmnmapy/L98mw4n47/nnnnnn.png"></a></div>
  345.  
  346. <div class="pergunta">{Question}</div>
  347. <div class="perguntou"><img src="{AskerPortraitURL-24}" class="fotos">Quem perguntou foi: {Asker} <div class="xx"><img src=""></div></div>
  348. <div class="separa"><img src="http://static.tumblr.com/eun3dfg/TRZmn5suy/untitled-1.png"></div><br>
  349. <div class="resposta">{Answer}</div>
  350.  
  351. {block:IndexPage}
  352. {block:NoteCount}<div class="notas">
  353. <a href="{Permalink}">{NoteCount}</a>
  354. </div>{/block:NoteCount}
  355. {/block:IndexPage}</div>
  356.  
  357. {/block:Answer}
  358.  
  359. </div>
  360.  
  361. <br>
  362.  
  363. {block:PostNotes}
  364. <div class="caixa">
  365. <div id="perma">
  366. {block:NoteCount}<div id="permalink">
  367. <img style="opacity: 0.6" src="http://static.tumblr.com/8yo5xxv/H7Fm5qdr1/heartttrrt.png">
  368. {NoteCountWithLabel}</div>{/block:NoteCount}
  369. {block:RebloggedFrom}
  370. <div id="permalink">
  371. <img style="opacity: 0.6" src="http://static.tumblr.com/tx5g7yp/MNemcrpul/ampersand_5x8.png">
  372. Reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a></div>{/block:RebloggedFrom}
  373. {block:HasTags}<div id="permalink">
  374. <img src="http://static.tumblr.com/8yo5xxv/Dgxm5qduh/tag.png">
  375. {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  376. {block:Date}
  377. <div id="permalink">
  378. <img style="opacity: 0.6" src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png">
  379. {DayOfMonth} de <n>{Month}</n> de {Year}</div>{/block:Date}
  380. {block:ContentSource}
  381. <div id="permalink">
  382. <img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png">
  383. Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a></div>
  384. {/block:ContentSource}
  385. </div></div>
  386. <div style="margin-top: 7px;"></div>
  387. <div class="caixa">{PostNotes}</div>
  388. {/block:PostNotes}
  389.  
  390.  
  391.  
  392. {/block:Posts}
  393. </div>
  394.  
  395.  
  396.  
  397. <div id="creditos" class="popup_block">
  398.  
  399.  
  400. <div class="faixa2">Creditos</div><br>
  401.  
  402. <center> Theme desenvolvido por Jéssica V. (Jessierobsten). Não copie e não se inspire sem a minha autorização, todos os direitos do theme são reservados. Lembre-se que plágio é crime. <p>
  403. Obrigada a todas as pessoas que me ajudaram a fazer esse theme, abaixo darei uma lista das pessoas que me ajudaram e que sempre terei que agradecer:</center>
  404.  
  405. <cred><a href="http://jessierobsten.tumblr.com/"><cred1>Jéssyca Victoria</cred1></a> <img src=""> Desenvolvimento do theme e design </cred>
  406.  
  407. <cred><a href="http://things-to-help-you.tumblr.com/"><cred1>TTHY</cred1></a> <img src=""> Muitos códigos, materiais e tutoriais</cred>
  408.  
  409. <cred><a href="http://tumblr.com/"> <cred1>Tumblr USF </cred1></a> <img src=""> Hospedagem</cred>
  410.  
  411. <cred><a href="OLINK"><cred1> Cores, imagens e etc...</cred1></a> <img src=""> Photoshop SC5</cred>
  412.  
  413. <cred><a href="OLINK"> <cred1>Dafontes e Google</a> </cred1><img src=""> Fontes</cred>
  414.  
  415.  
  416.  
  417. </div>
  418.  
  419. <div id="tag" class="popup_block">
  420.  
  421.  
  422. <div class="faixa2">Tags</div><br>
  423.  
  424. <div class="tag_cloud">
  425. <!--Tumblr Tag Cloud Por Bail-->
  426. <script type="text/javascript" src="http://rive.rs/javascripts/tumblr.min.js?minsize=100&maxsize=100&css=default"></script></div>
  427.  
  428.  
  429. </div>
  430.  
  431. <div id="ask" class="popup_block">
  432. <div class="faixa2">Entre em contato</div><br>
  433.  
  434. <center><iframe frameborder="0" border="0" scrolling="no" width="99%" height="200px" allowtransparency="true" src="http://www.tumblr.com/ask_form/lovers-of-designs.tumblr.com" style"background-color:transparent; overflow:hidden;:"></iframe></center>
  435. </div>
  436.  
  437. <div id="tags" class="popup_block">
  438.  
  439.  
  440.  
  441. </div>
  442.  
  443.  
  444. <div id="footer"></div></div>
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  454. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  455. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  456.  
  457. <script type="text/javascript">
  458. $(window).load(function () {
  459. $('#main').masonry(),
  460. $('.masonryWrap').infinitescroll({
  461. navSelector : "div#navigation",
  462. nextSelector : "div#navigation a#nextPage",
  463. itemSelector : ".caixa",
  464. bufferPx : 1000,
  465. extraScrollPx: 1000,
  466. loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
  467. loadingText : "Aguarde...",
  468.  
  469. },
  470. // call masonry as a callback.
  471. function() { $('#main').masonry({ appendedContent: $(this) });
  472.  
  473. }
  474. );
  475. });
  476. </script>
  477. {block:IndexPage}
  478. <div class="column navigation" id="navigation">
  479. {block:Pagination}
  480. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  481. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  482. </div>
  483. {/block:IndexPage}
  484.  
  485. </body>
  486. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement