Advertisement
Lolovers

Theme avatares/icons

Sep 6th, 2013
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.37 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.  
  21. <script>
  22.  
  23.  
  24.  
  25. $(document).ready(function() {
  26.  
  27. //
  28.  
  29.  
  30.  
  31. //When you click on a link with class of poplight and the href starts with a #
  32.  
  33. $('a.poplight[href^=#]').click(function() {
  34.  
  35. var popID = $(this).attr('rel'); //Get Popup Name
  36.  
  37. var popURL = $(this).attr('href'); //Get Popup href to define size
  38.  
  39.  
  40.  
  41. //Pull Query & Variables from href URL
  42.  
  43. var query= popURL.split('?');
  44.  
  45. var dim= query[1].split('&');
  46.  
  47. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  48.  
  49.  
  50.  
  51. //Fade in the Popup and add close button
  52.  
  53. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/bf7f2f2b466eeefe22fb5b3522f0a720/tumblr_inline_msgccgXjAc1qz4rgp.png" width="50" height="50" class="btn_close" title="Close Window" alt="Close"/></a>');
  54.  
  55.  
  56.  
  57. //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
  58.  
  59. var popMargTop = ($('#' + popID).height() + 80) / 2;
  60.  
  61. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  62.  
  63.  
  64.  
  65. //Apply Margin to Popup
  66.  
  67. $('#' + popID).css({
  68.  
  69. 'margin-top' : -popMargTop,
  70.  
  71. 'margin-left' : -popMargLeft
  72.  
  73. });
  74.  
  75.  
  76.  
  77. //Fade in Background
  78.  
  79. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  80.  
  81. $('#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
  82.  
  83.  
  84.  
  85. return false;
  86.  
  87. });
  88.  
  89.  
  90.  
  91. //Close Popups and Fade Layer
  92.  
  93. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer…
  94.  
  95. $('#fade , .popup_block').fadeOut(function() {
  96.  
  97. $('#fade, a.close').remove(); //fade them both out
  98.  
  99. });
  100.  
  101. return false;
  102.  
  103. });
  104.  
  105.  
  106.  
  107.  
  108.  
  109. });
  110.  
  111. </script>
  112.  
  113. </head>
  114. <!-- css scripts e afins -->
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119.  
  120.  
  121. body {background: #f7f7f7; background: url('http://media.tumblr.com/19db2ff4a579a1e8af62a90e86a45834/tumblr_inline_mspmlbm1mo1qz4rgp.png');
  122. }
  123.  
  124. #header {background: url('http://media.tumblr.com/a07d34a5e6c938b43446d5b8a252e746/tumblr_inline_mspmkyalUB1qz4rgp.png'); width:285px; height:161px;margin-left:0px; margin-top:-40px;position:absolute;margin-left:160px}
  125.  
  126. .banner {background: url('http://media.tumblr.com/80a7fe5d009bf75566f9a7a95985070d/tumblr_inline_mlfoxfzWgm1qz4rgp.png'); width:160px; height:160px;margin-left:-70px; margin-top:260px;position:absolute;}
  127.  
  128. #page {width: 806px;background: #transparent;background-repeat: repeat-y; margin-left: auto;margin-right: auto;}
  129.  
  130. #content {width: 760px;background: #transparent;background-repeat: repeat-y;margin-left: auto;margin-right: auto;}
  131.  
  132. #sidebar {background: #transparent;width: 740px;float: left;margin-left:-30px;margin-top:330px;position: absolute;}
  133.  
  134. #main {background-color: #transparent;width: 800px;float: right;position: relative; z-index: 10000;margin-left: 0px;margin-top: 250px;}
  135.  
  136. .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;
  137. {block:IndexPage}margin: 10px; float: left; width: 160px; padding: 0px; position: relative; height: 160px; {/block:IndexPage}
  138. {block:PermalinkPage}text-align: center; width: 730px; padding: 2px; {/block:PermalinkPage}}
  139.  
  140.  
  141.  
  142. #footer {background: #transparent;background-repeat:no-repeat;background-position: bottom;width: 900px;height: 44px;clear: both; }
  143.  
  144.  
  145.  
  146. /*** Formatação de texto ***/
  147.  
  148.  
  149.  
  150. b, strong {color: #cf8484; TEXT-DECORATION: none; border-bottom: 1px dashed #none;
  151. }
  152. u {color: #7197ad; TEXT-DECORATION: none; border-bottom: 1px solid #4BA2C6;
  153. }
  154. s, strike {color: #dedcda;
  155. }
  156. i {color: #7197ad; TEXT-DECORATION: none; border-bottom: 1px dotted #none;
  157. }
  158.  
  159. a:link, a:active, a:visited {
  160. color: #999;
  161. text-decoration: none;
  162. cursor: pointer;}
  163.  
  164. a:hover { color: #999;
  165. text-decoration: none;
  166. cursor: pointer;}
  167.  
  168.  
  169. ::-moz-selection {background: #eee; color: #fff;}
  170. ::selection {background: #eee; color:#fff;}
  171.  
  172.  
  173.  
  174. /** títulos e tags **/
  175.  
  176. .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;}
  177.  
  178. 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;}
  179.  
  180. .faixa2 {background: #abb280; color:#fff; padding:5px; margin: -20px -25px -5px -20px;}
  181.  
  182. 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;}
  183.  
  184. cred a {background: #f66299; padding: 5px; color: #fff; border-radius: 5px;-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;}
  185.  
  186. cred:hover a {background: #e2e1ce; padding: 5px; color: #fff; border-radius: 5px;}
  187.  
  188. cred1 {color:#fff;}
  189.  
  190.  
  191.  
  192. .permalink {width: 160px; height: 160px; position: absolute; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s;border-top:0px; solid #000;z-index:1000000000000000000000000000;margin-top:0px;}
  193.  
  194. .box .permalink {margin-top: 0px; margin-left: 0px;z-index:1000000000000000000000000000; margin-top:0px; margin-left:-160px;}
  195.  
  196.  
  197. .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:0px;margin-left:0px;}
  198.  
  199.  
  200.  
  201. /*** Quote estilo por: things-to-help-you***********/
  202. .quote {font-family: 'Play', sans-serif; font-size: 12px; text-align:justy; padding: 4px; color: #fff; }
  203. .quotem {overflow: hidden; padding: 5px; background: #000; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
  204. .bottomq {background: url('http://media.tumblr.com/0e24ece4a01b8b3e85d39e586199b644/tumblr_inline_mj28ijoS1M1qz4rgp.png') no-repeat; width: 69px; height: 19px; margin-left: 10px; margin-bottom: 15px;}
  205. .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;}
  206. .ci a {color: #000;}
  207. .ci a:hover {color: #fff;}
  208.  
  209.  
  210.  
  211. /*** caixa não mexa em nada! ***/
  212. .box {color: #777; font: 11px arial; background-color: #fff; padding:0px;margin-top:-11px;}
  213.  
  214.  
  215.  
  216. .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;}
  217.  
  218.  
  219. .boxsidebar1 {margin-top:-212px;-webkit-transition: all 2s ease; -moz-transition: all 2s ease; -o-transition: all 2s ease; transition: all 2s;}
  220.  
  221. .boxsidebar1:hover {margin-top:-212px;}
  222.  
  223.  
  224. .menu{padding: 10px; float:right; background:#f6f4ee;margin: 0px -10px 0px -5px;border-radius:5px;}
  225.  
  226. .menu a{background: #dce6bf;padding:5px; border-radius:3px;-webkit-transition: all 2s ease; -moz-transition: all 2s ease; -o-transition: all 2s ease; transition: all 2s;color:#fff;}
  227. .menu a:hover{background: #f3588b;padding:5px; border-radius:3px;}
  228.  
  229.  
  230.  
  231. .tag_cloud{font-family: 'slkscr', sans-serif;text-decoration: none;color:#a8c2e6; font-size:8px; ;}
  232. .tag_cloud a:hover{color:#576686;}
  233. .tag_cloud a:visited{color:#576686;}
  234.  
  235. @font-face {font-family: 'slkscr';
  236. src: url('http://static.tumblr.com/p85xmgy/0r0mn48av/slkscr.ttf') format('truetype');
  237. font-weight: normal; font-style: normal;}
  238.  
  239. /*** tamanho, borda, opacidade em imagens **/
  240.  
  241. .border1 {background:#fff; padding:1px; border:5px solid #B2D6D1;border-radius:0px; filter: alpha(opacity=55); opacity: 0.55; -moz-opacity:0.15; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;margin-right:5px;}
  242.  
  243. .border1:hover {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s; -moz-transition-duration: .99s; }
  244.  
  245. .border3 {filter: alpha(opacity=55); opacity: 0.55; -moz-opacity:0.15;}
  246.  
  247. .bobod {}
  248.  
  249. #fade { /*—Transparent background layer—*/
  250.  
  251. display: none; /*—hidden by default—*/
  252.  
  253. background: #000;
  254.  
  255. position: fixed; left: 0; top: 0;
  256.  
  257. width: 100000%; height: 100000%;
  258.  
  259. opacity: .50;
  260.  
  261. z-index: 9999999;
  262.  
  263. }
  264.  
  265. .popup_block{
  266.  
  267. display: none; /*—hidden by default—*/
  268.  
  269. background: #fff;
  270.  
  271. padding: 20px;
  272.  
  273. border: 0px solid #dccedc;
  274.  
  275. float: left;
  276.  
  277. font-size: 11px;
  278.  
  279. font-family: verdana;
  280.  
  281. position: fixed;
  282.  
  283. top: 50%; left: 50%;
  284.  
  285. z-index: 100000000000000000000000000000000000000;
  286.  
  287. /*—CSS3 Box Shadows—*/
  288.  
  289. -webkit-box-shadow: 0px 0px 1px #eee;
  290.  
  291. -moz-box-shadow: 0px 0px 1px #eee;
  292.  
  293. box-shadow: 0px 0px 1px #eee;
  294.  
  295. /*—CSS3 Rounded Corners—*/
  296.  
  297. -webkit-border-radius: 0px;
  298.  
  299. -moz-border-radius: 0px;
  300.  
  301. border-radius: 0px;
  302.  
  303. }
  304.  
  305. img.btn_close {
  306.  
  307. float: right;
  308.  
  309. margin: -40px -40px 0 0;
  310.  
  311. }
  312.  
  313. /*—Making IE6 Understand Fixed Positioning—*/
  314.  
  315. *html #fade {
  316.  
  317. position: absolute;
  318.  
  319. }
  320.  
  321. *html .popup_block {
  322.  
  323. position: absolute;
  324.  
  325. }
  326.  
  327. /*** Formatação de texto ***/
  328.  
  329.  
  330. /*** blockquote e tabelinhas ***/
  331.  
  332.  
  333. blockquote {background: #f5f5f5; color:#000; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  334.  
  335. .blockquote {background: #f5f5f5; color:#000; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  336.  
  337.  
  338.  
  339.  
  340. /*** Estilo de ask por: Lovers-of-designs.tumblr.com ***/
  341.  
  342. .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;}
  343.  
  344. .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;}
  345.  
  346. .perguntou a {color: #cee4eb;}
  347.  
  348. .pergunta p {margin:1px 0px;}
  349.  
  350. .fotos {float:left;margin-top:-5px;margin-left: -28px;-webkit-transition-duration: .90s;opacity: 1.55;border-bottom-right-radius: 10px;
  351. border-bottom-left-radius: 10px;}
  352.  
  353. .fotos:hover { opacity: 0.55;border-bottom-right-radius: 10px;
  354. border-bottom-left-radius: 10px;}
  355.  
  356. .xx {float:left;width:15px; height:15px;margin-left:-11px;margin-top:4px;}
  357.  
  358. .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;}
  359.  
  360. .separa {float:left; width:20px; height:20px; margin-left:-30px;margin-bottom:10px;}
  361.  
  362.  
  363. /* --- Permalink ---- */
  364. ol.notes {list-style: none; margin: 1px 1px 0 1px;}
  365. 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;}
  366. ol.notes li.note a {color: #dbbacf;}
  367. ol.notes li.note img.avatar {display: none;}
  368. ol.notes li.note span.action {color: #bbb;}
  369. ol.notes li.note .answer_content {font-weight: normal;}
  370. ol.notes li.note blockquote {display: none;}
  371. ol.notes li.note blockquote a {text-decoration: none; color: #bbb;}
  372. #perma{margin: 1px 1px 0 1px;}
  373. #permalink{margin-bottom: 1px; padding: 4px 5px; background: #fafafa; text-transform: uppercase; font-family: 'Nunito', sans-serif; font-size: 9px;}
  374. #permalink a {color: #b6dae1;}
  375. #permalink n {color:#b6dae1;}
  376. #permalink img{padding: 0 3px 0 0;}
  377.  
  378.  
  379. .barrinhat {width: 100%; position: absolute; left: 0px; top: -24px; z-index: -100; height:161px; background-image: url('http://media.tumblr.com/4893c78e57c03f9c07795d06f588da5e/tumblr_inline_mspn2fGTpU1qz4rgp.png'); }
  380.  
  381. /* Chat por Anna (livelikeasuicide) *********/
  382. .chat {background: #eee; margin: 0; font-size:
  383. 9px; font-family: arial;}
  384. .chat .chat1 {margin-left: 0px;}
  385. .chat .chat1 .chat2 {background: #f5f5f5; color: #777;
  386. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  387. .chat .chat1 .chat2.even {background: #dde7ee;
  388. color: #999;} /* Segunda linha */
  389. .chat .chat1 .chat2 span{font-weight: bold;}
  390.  
  391. .trackid {padding: 5px;
  392. background: #f5f5f5;
  393. color: #999;
  394. width:240px;
  395. margin-top: 1px;
  396. margin-left: 0px;
  397. margin-right: 0px;
  398. text-shadow: 0px 0px 1px #fff;}
  399.  
  400. .trackid2 {padding: 10px;
  401. background: #f5f5f5;
  402. color: #999;
  403. width: 230px;
  404. margin-top: 1px;
  405. margin-left: 0px;
  406. margin-right: 0px;}
  407.  
  408. .position {position:absolute; width:10px; margin-left:-40px; margin-top:60px}
  409.  
  410.  
  411.  
  412.  
  413.  
  414. </style>
  415.  
  416.  
  417. <body>
  418.  
  419.  
  420.  
  421. <div id="content">
  422.  
  423. <div id="header"></div>
  424. <div class="barrinhat"></div>
  425.  
  426. <div id="sidebar">
  427.  
  428. <div class="boxsidebar1">
  429.  
  430. <div class="boxsidebar">
  431.  
  432. <img src="http://media.tumblr.com/9e161928ae21401af34e3599a66b574f/tumblr_inline_mske4eb2SI1qz4rgp.png" style="float: left; margin-right: 8px; background: #000; border:6px solid #000;box-shadow: 0px 0px 1px 1px #eee;width:64px;"> {block:Description}{Description}{/block:Description}
  433.  
  434. <br><br><br>
  435.  
  436. <div class="menu">
  437. <a href="/">Home</a>
  438. <a href="/ask">Contato</a>
  439. <a href="/submit">Pedidos</a>
  440. <a href="Link_da_pagina">tags</a>
  441. <a href="Link_da_pagina">Links extras</a>
  442. <a href="#?w=500" rel="creditos" class="poplight">Créditos</a>
  443. </div>
  444.  
  445.  
  446. </div>
  447.  
  448.  
  449.  
  450. </div>
  451.  
  452.  
  453.  
  454.  
  455. </div><p>
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465. <div id="main">
  466.  
  467.  
  468. {block:Posts}
  469.  
  470. <div class="caixa">
  471.  
  472. {block:Text}<div class="box">
  473.  
  474. <div class="permalink"><a href="{Permalink}"><img src="http://media.tumblr.com/b58efe2867c6c96556db1256e8fcb7c9/tumblr_inline_mspoupQQHs1qz4rgp.png"></a></div>
  475.  
  476. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  477. <div class="bobod">{body}</div>
  478.  
  479. <!---------------- DATA DOS POSTS ------------->
  480. {block:IndexPage}
  481. {block:NoteCount}<div class="notas">
  482. <a href="{Permalink}">{NoteCount}</a>
  483. </div>{/block:NoteCount}
  484. {/block:IndexPage}</div>
  485.  
  486. {/block:Text}
  487.  
  488.  
  489. {block:Answer}
  490.  
  491. <div class="box">
  492.  
  493. <div class="permalink"><a href="{Permalink}"><img src="http://media.tumblr.com/b58efe2867c6c96556db1256e8fcb7c9/tumblr_inline_mspoupQQHs1qz4rgp.png"></a></div>
  494.  
  495. <div class="pergunta">{Question}</div>
  496. <div class="perguntou"><img src="{AskerPortraitURL-24}" class="fotos">Quem perguntou foi: {Asker} <div class="xx"><img src=""></div></div>
  497. <div class="separa"><img src="http://static.tumblr.com/eun3dfg/TRZmn5suy/untitled-1.png"></div><br>
  498. <div class="resposta">{Answer}</div>
  499.  
  500. {block:IndexPage}
  501. {block:NoteCount}<div class="notas">
  502. <a href="{Permalink}">{NoteCount}</a>
  503. </div>{/block:NoteCount}
  504. {/block:IndexPage}</div>
  505.  
  506. {/block:Answer}
  507.  
  508. </div>
  509.  
  510.  
  511.  
  512. {block:PostNotes}
  513. <div class="caixa">
  514. <div id="perma">
  515. {block:NoteCount}<div id="permalink">
  516. <img style="opacity: 0.6" src="http://static.tumblr.com/8yo5xxv/H7Fm5qdr1/heartttrrt.png">
  517. {NoteCountWithLabel}</div>{/block:NoteCount}
  518. {block:RebloggedFrom}
  519. <div id="permalink">
  520. <img style="opacity: 0.6" src="http://static.tumblr.com/tx5g7yp/MNemcrpul/ampersand_5x8.png">
  521. Reblogged from <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a></div>{/block:RebloggedFrom}
  522. {block:HasTags}<div id="permalink">
  523. <img src="http://static.tumblr.com/8yo5xxv/Dgxm5qduh/tag.png">
  524. {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  525. {block:Date}
  526. <div id="permalink">
  527. <img style="opacity: 0.6" src="http://static.tumblr.com/wa79tuo/3OKm1iuvh/clock.png">
  528. {DayOfMonth} de <n>{Month}</n> de {Year}</div>{/block:Date}
  529. {block:ContentSource}
  530. <div id="permalink">
  531. <img src="http://static.tumblr.com/wa79tuo/LApm1iuqc/user.png">
  532. Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a></div>
  533. {/block:ContentSource}
  534. </div></div>
  535. <div style="margin-top: 7px;"></div>
  536. <div class="caixa">{PostNotes}</div>
  537. {/block:PostNotes}
  538.  
  539.  
  540.  
  541. {/block:Posts}
  542. </div>
  543.  
  544.  
  545.  
  546. <div id="creditos" class="popup_block">
  547.  
  548.  
  549. <div class="faixa2">Créditos</div><br>
  550.  
  551. <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>
  552. 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>
  553.  
  554. <cred><a href="http://jessierobsten.tumblr.com/"><cred1>Jéssyca Victoria</cred1></a> <img src=""> Desenvolvimento do theme e design </cred>
  555.  
  556. <cred><a href="http://things-to-help-you.tumblr.com/"><cred1>TTHY</cred1></a> <img src=""> Muitos códigos, materiais e tutoriais</cred>
  557.  
  558. <cred><a href="http://tumblr.com/"> <cred1>Tumblr USF </cred1></a> <img src=""> Hospedagem</cred>
  559.  
  560. <cred><a href="OLINK"><cred1> Cores, imagens e etc...</cred1></a> <img src=""> Photoshop SC5</cred>
  561.  
  562. <cred><a href="OLINK"> <cred1>Dafontes e Google</a> </cred1><img src=""> Fontes</cred>
  563.  
  564. <cred><a href="http://besthelp.tumblr.com/"><cred1> Best Help</cred1></a> <img src=""> Nuvens de Tags</cred>
  565.  
  566.  
  567. </div>
  568.  
  569. <div id="tag" class="popup_block">
  570.  
  571.  
  572. <div class="faixa2">Tags</div><br>
  573.  
  574. <div class="tag_cloud">
  575. <!--Tumblr Tag Cloud Por Bail-->
  576. <script type="text/javascript" src="http://rive.rs/javascripts/tumblr.min.js?minsize=100&maxsize=100&css=default"></script></div>
  577.  
  578.  
  579. </div>
  580.  
  581. <div id="ask" class="popup_block">
  582. <div class="faixa2">Entre em contato</div><br>
  583.  
  584. <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>
  585. </div>
  586.  
  587. <div id="tags" class="popup_block">
  588.  
  589.  
  590.  
  591. </div>
  592.  
  593.  
  594. <div id="footer"></div></div>
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  604. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  605. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  606.  
  607. <script type="text/javascript">
  608. $(window).load(function () {
  609. $('#main').masonry(),
  610. $('.masonryWrap').infinitescroll({
  611. navSelector : "div#navigation",
  612. nextSelector : "div#navigation a#nextPage",
  613. itemSelector : ".caixa",
  614. bufferPx : 1000,
  615. extraScrollPx: 1000,
  616. loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
  617. loadingText : "Aguarde...",
  618.  
  619. },
  620. // call masonry as a callback.
  621. function() { $('#main').masonry({ appendedContent: $(this) });
  622.  
  623. }
  624. );
  625. });
  626. </script>
  627. {block:IndexPage}
  628. <div class="column navigation" id="navigation">
  629. {block:Pagination}
  630. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  631. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  632. </div>
  633. {/block:IndexPage}
  634.  
  635. </body>
  636. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement