Advertisement
Lolovers

Theme Unbroken

Oct 26th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.15 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. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  16.  
  17. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21. <script>
  22. $(document).ready(function() {////When you click on a link with class of poplight and the href starts with a #
  23. $('a.poplight[href^=#]').click(function() {
  24. var popID = $(this).attr('rel'); //Get Popup Name
  25. var popURL = $(this).attr('href'); //Get Popup href to define size
  26. //Pull Query & Variables from href URL
  27. var query= popURL.split('?');
  28. var dim= query[1].split('&');
  29. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  30. //Fade in the Popup and add close button
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/eun3dfg/RERmuxsh7/c4.png" width="66" height="64" z-index="10000000000000000000000000000000000000000000000000000000000000" class="btn_close" title="Close | Fechar" alt="Close"/></a>');
  32. //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
  33. var popMargTop = ($('#' + popID).height() + 80) / 2;
  34. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  35. //Apply Margin to Popup
  36. $('#' + popID).css({
  37. 'margin-top' : -popMargTop,
  38. 'margin-left' : -popMargLeft
  39. });
  40. //Fade in Background
  41. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  42. $('#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
  43. return false;
  44. });
  45. //Close Popups and Fade Layer
  46. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer…
  47. $('#fade , .popup_block').fadeOut(function() {
  48. $('#fade, a.close').remove(); //fade them both out
  49. });
  50. return false;
  51. });
  52. });
  53. </script>
  54.  
  55. </head>
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. body {background: #f5f5f5 url("http://static.tumblr.com/eun3dfg/IrPmvanju/bgxc.png") fixed;}
  61.  
  62. #page {width: 806px;background: #transparent;background-repeat: repeat-y; margin-left: auto;margin-right: auto;}
  63.  
  64. #content {width: 806px;background: #transparent;background-repeat: repeat-y;margin-left: auto;margin-right: auto;}
  65.  
  66. #sidebar {background: #transparent;width: 207px;float: right;margin-top: 0px;position: fixed;margin-left:730px;}
  67.  
  68. #main {background-color: #transparent;width: 900px;float: left;position: relative;margin-left: -100px;margin-top: -8px;}
  69.  
  70.  
  71. .caixa {background: #transparent; box-shadow: 0px 0px 1px 1px #; z-index: 10000; overflow: hidden; color: #777;
  72. {block:IndexPage}margin: 5px; float: left; width: 260px; padding: 0px; position: relative;{/block:IndexPage}
  73. {block:PermalinkPage}text-align: center; width: 750px; padding: 2px; {/block:PermalinkPage}}
  74.  
  75. #footer {background: #transparent;background-repeat:no-repeat;background-position: bottom;width: 900px;height: 44px;clear: both; }
  76.  
  77.  
  78.  
  79.  
  80. b, strong {color: #443b29; TEXT-DECORATION: none; border-bottom: 1px dashed #none;}
  81. u {color: #bc9e6c; TEXT-DECORATION: none; border-bottom: 1px solid #4BA2C6;}
  82. s, strike {color: #cead77;}
  83. i {color: #e9d2a6; TEXT-DECORATION: none; border-bottom: 1px dotted #none;}
  84.  
  85.  
  86.  
  87. a:link, a:active, a:visited {
  88. color: #b05cb3;
  89. text-decoration: none;
  90. cursor: pointer;}
  91.  
  92. a:hover { color: #b05cb3;
  93. text-decoration: none;
  94. cursor: pointer;}
  95.  
  96.  
  97. ::-moz-selection {background: #eee; color: #fff;}
  98. ::selection {background: #eee; color:#fff;}
  99.  
  100.  
  101. /** títulos e tags **/
  102.  
  103. .h1 {font-family:'Yanone Kaffeesatz', helvetica; font-size:19px; text-align: center;text-shadow: 0 1px 1px #999;margin:-1px 2px 6px 3px;color: #fff;background: #f4b1c4; margin:0px;padding:3px; border-bottom:1px solid #f5f5f5;margin-left:-10px;margin-right:-10px;margin-top:-5px;}
  104. .faixa2 {background: #f4b1c4; font-family:'bebas';font-size:15px;padding:5px;color:#fff;text-shadow: 0 1px 0px #999;margin-top:-20px;margin-left:-20px;}
  105.  
  106.  
  107.  
  108. .permalink {margin-top:0px;margin-left:100px;opacity:0.50;}
  109.  
  110. .setinhafofa {width: 37px; height: 51px; position: absolute; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s; margin-left:-19px;margin-top:5px;}
  111.  
  112. .fofoto {margin-top:-5px;margin-left:-10px;margin-right:-10px;}
  113. .fotinhasidebar {margin-top:-5px;margin-left:-10px;}
  114.  
  115. cred {display: block; vertical-align: middle; line-height: 13px; margin-bottom: 0px; text-decoration: none; padding: 5px; font-style: normal;font-size: 10px; background: #b9e596; border-radius: 5px;margin-bottom:4px;color:#fff;}
  116.  
  117. cred a {background: #b9e596; padding: 5px; color: #b9e596; 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;}
  118.  
  119. cred:hover a {background: #b9e596; padding: 5px; color: #fff; border-radius: 5px;}
  120.  
  121.  
  122.  
  123. /***Quote por lovers-of-designs.tumblr.com***/
  124. .quote {background: #f5f5f5; overflow: hidden; padding:10px; border-radius:6px;font-family: 'Galdeano', sans-serif; color: #cdcbcb; font-size: 16px; text-align:justy;margin-left:0px;margin-right:0px;text-shadow: 0px 1px 1px #fff;box-shadow: 0px 1px 1px #eee;text-align:left;}
  125. .sou a {color: #fff;text-shadow: 1px 1px 1px #999;}
  126. .sou a:hover {color: #fff;text-shadow: 1px 1px 1px #999;}
  127. .ponta {float:right; margin-top:-1px;margin-right:240px;width:30px; height:14px;}
  128. .sou {background:#b9e596; border-radius:2px;padding:2px;font-family: 'Galdeano', sans-serif; color: #fff; font-size: 13px;text-shadow: 1px 1px 1px #999;}
  129. .fica {margin-left:0px;}
  130. .bolinha {float:left; width:10px; height:10px;margin-right:10px;margin-top:4px;margin-left:2px;}
  131.  
  132. .menu {background:#fff;padding:4px;font-family:font-family:'Calibri';font-size:11px;display: inline-block;padding-left:10px;padding-right:10px;border-bottom-right-radius: 5px;
  133. border-bottom-left-radius: 5px;}
  134.  
  135. .menuzinho {margin-bottom: 20px;background: rgba(0,0,0,0.03);padding: 6px; box-shadow: inset 0 1px 3px rgba(0,0,0,0.15), 0 1px 1px rgba(255,255,255,0.35); text-align: just;cursor:pointer;}
  136.  
  137. /*** caixa não mexa em nada! ***/
  138. .box {overflow:hidden; color: #b9c1b3; background-color: #fff; padding:5px; box-shadow: 0px 0px 1px 1px #b2a6a4; z-index: 10000;box-shadow: 0 1px 1px #d2d2d2;font-size: 12px; font-family:'Calibri';border-radius:10px;}
  139.  
  140. .sidebar {overflow:hidden; color: #b9c1b3; background-color: #fff; padding:5px; box-shadow: 0px 0px 1px 1px #b2a6a4; z-index: 10000;box-shadow: 0 1px 1px #d2d2d2;font-size: 12px; font-family:'Calibri';border-radius:10px;}
  141.  
  142.  
  143. .descri {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;-o-transition: all 0.s ease;overflow:hidden; color: #fff; background:rgba(0,0,0, 0.1); padding:5px; z-index: 10000;font-size: 12px; font-family:'Calibri';margin-top:200px;width: 196px; height: 110px; position: absolute;}
  144.  
  145.  
  146.  
  147. #fade {display: none; background: #fff;position: fixed; left: 0; top: 0;width: 100000%; height: 100000%;opacity: .50; z-index: 9999999;}
  148.  
  149. .popup_block{display: none;background: #fff;color: #b9c1b3;padding: 20px;border: 0px solid #dccedc;float: left;font-size: 11px;font-family: verdana;position: fixed; top: 50%; left: 50%;z-index: 100000000000000000000000000000000000000;border-radius:10px;}
  150. img.btn_close {float: right;margin: -40px -40px 0 0;}
  151. *html #fade { position: absolute;}
  152. *html .popup_block {position: absolute;}
  153.  
  154.  
  155. blockquote {background: #f5f5f5; color:#999; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #eee5dd;margin:5px; padding:5px;}
  156.  
  157. .blockquote {background: #f5f5f5; color:#dbc98a; font-size: 11px; font-family: arial;box-shadow: 0px 0px 1px 1px #999;margin:5px; padding:5px;}
  158.  
  159.  
  160.  
  161.  
  162. /***Estilo de ask por: Lovers-of-designs.tumblr.com***/
  163. .pergunta {background: #f2f2f2;font-family: 'Play', sans-serif; font-size:12px; color: #829dae;text-shadow: 0px 1px 1px #eee;padding:6px;text-align: justify;margin-left: 12px;margin-right: auto;margin-bottom:10px;}
  164. .perguntou {background: #f4b1c4; color:#fff;font-family: 'Play', sans-serif; font-size:12px; text-shadow: 0px 1px 1px #eee;padding:3px;text-align: justify;margin-left: 40px;margin-right: auto;margin-bottom:0px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;width:205px;}
  165. .perguntou a {color: #fff;}
  166. .pergunta p {margin:1px 0px;}
  167. .fotos {float:left; border-radius:100px;margin-top:-4px;margin-right:5px;margin-left:-43px;filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;background:#fff;}
  168. .fotos:hover {filter: alpha(opacity=100); opacity: 0.85; -moz-opacity:0.85; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;}
  169. .resposta {background: #fff;font-family: 'Play', sans-serif; font-size:12px; color: #8eb3a2;text-shadow: 0px 1px 1px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-radius:5px;overflow:auto;}
  170.  
  171.  
  172.  
  173.  
  174.  
  175. /*** caixa e extra *********************************************/
  176. .caixa1 {background: #fff; overflow: hidden; padding: 5px;font-family: Verdana, Geneva, sans-serif;font-size: 8pt;color: #888888;text-align: justify;outline: 0px solid #; margin-bottom: 5px; width: 490px;width:740px;}
  177.  
  178. .extra {border-left: 4px solid #adc4d2; display : block;border-bottom : 1px solid #fff;background-repeat : no-repeat;text-indent : 5px;vertical-align : middle;text-decoration : none;margin-bottom : 1px;background: #f7f7f7; line-height: 18px;}
  179.  
  180. .extra a {padding-right: 6px; color: #a38fad; border-right: dotted 1px #e7daee; text-shadow: 1px 1px 1px #;}
  181.  
  182.  
  183. /* Chat por Anna (livelikeasuicide) *********/
  184. .chat {background: #eee; margin: 0; font-size:
  185. 9px; font-family: arial;}
  186. .chat .chat1 {margin-left: 0px;}
  187. .chat .chat1 .chat2 {background: #b9e596; color: #fff;
  188. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  189. .chat .chat1 .chat2.even {background: #f4b1c4;
  190. color: #fff;} /* Segunda linha */
  191. .chat .chat1 .chat2 span{font-weight: bold;}
  192.  
  193. .trackid {padding: 5px;
  194. background: #f5f5f5;
  195. color: #999;
  196. width:240px;
  197. margin-top: 1px;
  198. margin-left: 0px;
  199. margin-right: 0px;
  200. text-shadow: 0px 0px 1px #fff;}
  201.  
  202. .trackid2 {padding: 2px;
  203. background: #f5f5f5;
  204. color: #999;
  205. width: 236px;
  206. margin-top: 0px;
  207. margin-left: 10px;
  208. margin-right: 0px;}
  209.  
  210.  
  211.  
  212.  
  213.  
  214. </style>
  215.  
  216.  
  217. <body>
  218.  
  219.  
  220. <div id="content">
  221.  
  222. <div id="sidebar">
  223. <div class="setinhafofa"><img src="http://media.tumblr.com/a6433b242a68fc5a93f8165bc77b244b/tumblr_inline_mvajnzsmki1rwneo8.png"></div>
  224.  
  225. <div class="descri"><br>"Sinceramente, não entendo essas garotas que julgam as outras pelo tamanho do cabelo ou pelo nível de feminilidade. temos que ser mais do que aparência."
  226. Kristen Stewart</div>
  227.  
  228.  
  229. <div class="sidebar">
  230.  
  231. <div class="fotinhasidebar"><img src="http://media.tumblr.com/3ffbcda2d47b118622d3c2c1025133f4/tumblr_inline_mvamj5DO1Q1rwneo8.png" width="220px"></div>
  232. {block:Description}{Description}{/block:Description}
  233. </div>
  234. <center>
  235. <a href="/" class="menu" title="Home">01</a>
  236. <a href="/ask" class="menu" title="ask">02</a>
  237. <a href="/submit" class="menu" title="Submit">03</a>
  238. <a href="/archive" class="menu" title="Archive">04</a>
  239. <a href="#?w=500" rel="tumblr" class="poplight"><div class="menu">05</a></div>
  240. </center>
  241. </div><p>
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251. <div id="main">
  252.  
  253.  
  254.  
  255. {block:Posts}
  256. <div class="caixa"> <!--- Abrindo a div da caixa --->
  257.  
  258. <!--- Texto --->
  259. {block:Text}<div class="box">
  260. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  261. {body}
  262.  
  263. <!---------------- DATA DOS POSTS ------------->
  264. {block:IndexPage}
  265. {/block:IndexPage}
  266. </div>
  267. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  268.  
  269. {/block:Text}
  270.  
  271. <!--- Photo --->
  272. {Block:Photo}
  273. <div class="box">
  274. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}" width="265px;" class="fofoto">{LinkCloseTag}{/block:IndexPage}
  275. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" >{LinkCloseTag}{/block:PermalinkPage}
  276. {block:Caption}{Caption}{/block:Caption}
  277.  
  278. <!---------------- DATA DOS POSTS ------------->
  279. {block:IndexPage}
  280. {/block:IndexPage}</div>
  281. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  282. {/Block:Photo}
  283.  
  284. <!--- Photoset --->
  285. {block:Photoset}<div class="box">
  286. {block:IndexPage}{LinkOpenTag}{Photoset-250}{LinkCloseTag}{/block:IndexPage}
  287. {block:PermalinkPage}{LinkOpenTag}{Photoset-700}{LinkCloseTag}{/block:PermalinkPage}
  288. {block:Caption}{Caption}{/block:Caption}
  289.  
  290. <!---------------- DATA DOS POSTS ------------->
  291. {block:IndexPage}
  292. {/block:IndexPage}</div>
  293. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  294. {/block:Photoset}
  295.  
  296. <!--- Quote --->
  297. {block:Quote}<div class="box">
  298. <div class="quote">" {Quote} "</div>
  299. <div class="ponta"><img src="http://media.tumblr.com/5a5e630f87af24c69bd483a215d234cc/tumblr_inline_mjyqzf74LC1qz4rgp.png"></div><br>
  300. <div class="fica">
  301. <div class="sou"><div class="bolinha"><img src="http://media.tumblr.com/6c5d427d40df27db0ea2e2e1ed2978e4/tumblr_inline_mjyqrr8wh41qz4rgp.png"></div>{block:Source}
  302. <div class="sou">{Source}</div>
  303. {/block:Source}</div></div>
  304.  
  305. <!---------------- DATA DOS POSTS ------------->
  306. {block:IndexPage}
  307. {/block:IndexPage}</div>
  308. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  309. {/block:Quote}
  310.  
  311. <!--- Chat --->
  312. {block:Chat}<div class="box">
  313. <div class="chat">
  314. <div class="chat1">
  315. {block:Lines}
  316. <div class="chat2 {Alt}">
  317. {block:Label}
  318. <span>{Label}</span>
  319. {/block:Label}
  320. {Line}</div>
  321. {/block:Lines}
  322. </div></div>
  323.  
  324. <!---------------- DATA DOS POSTS ------------->
  325. {block:IndexPage}
  326. {/block:IndexPage}</div>
  327. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  328. {/block:Chat}
  329.  
  330. <!--- Link --->
  331. {block:Link}<div class="box">
  332. <a href="{URL}" target="{Target}"><div class="h1">{Name}</div></a>
  333. {block:Description}{Description}{/block:Description}
  334.  
  335. <!---------------- DATA DOS POSTS ------------->
  336. {block:IndexPage}
  337. {/block:IndexPage}</div>
  338. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  339. {/block:Link}
  340.  
  341. <!--- Audio --->
  342. {block:Audio}<div class="box">
  343. <div class="">
  344. {block:AlbumArt}
  345. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  346. {/block:AlbumArt}
  347. <div class="trackid2">{AudioPlayerGrey}</div>
  348. {block:TrackName}
  349. <div class="trackid">"{TrackName}"</div>
  350. {/block:TrackName}
  351. {block:Artist}
  352. <div class="trackid">{Artist}</div>
  353. {/block:Artist}
  354. <div class="trackid">({PlayCount}) plays</div>
  355.  
  356.  
  357. <!---------------- DATA DOS POSTS ------------->
  358. {block:IndexPage}
  359. {/block:IndexPage}</div></div>
  360. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  361. {/block:Audio}
  362.  
  363. <!--- Video --->
  364. {block:Video}<div class="box">
  365. {block:Indexpage}{Video-250}{/block:IndexPage}
  366. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  367. {block:Caption}{Caption}{/block:Caption}
  368.  
  369. <!---------------- DATA DOS POSTS ------------->
  370. {block:IndexPage}
  371. {/block:IndexPage}</div>
  372. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  373. {/block:Video}
  374.  
  375. {block:Answer}
  376. <div class="box">
  377. <div class="perguntou"><img src="{AskerPortraitURL-64}" class="fotos"> ♥ {Asker} perguntou </div>
  378. <div class="pergunta">{Question}</div>
  379. <div class="resposta">{Answer}</div>
  380.  
  381. <!---------------- DATA DOS POSTS ------------->
  382. {block:IndexPage}
  383. {/block:IndexPage}</div>
  384. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/bc470d16973e4a589c54abf1f532fe06/tumblr_inline_mvak507CBg1rwneo8.png"></a></div>
  385. {/block:Answer}
  386.  
  387. <!--- Fechando a div da caixa --->
  388. </div>
  389.  
  390. {block:PostNotes}
  391. <div class="caixa1">
  392. <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  393. {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}" target=blank> - Source </a>{/block:ContentSource}</div>
  394. <div class="extra">
  395. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  396. </div>
  397. <div class="extra">
  398. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  399. <span style="width:auto;">
  400. {block:HasTags}
  401. {block:Tags}
  402. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  403. </div>
  404. <div class="extra">
  405. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  406. </div>
  407. {PostNotes}
  408.  
  409. </div>
  410. {/block:PostNotes}
  411.  
  412.  
  413.  
  414. {/block:Posts}
  415. </div>
  416.  
  417.  
  418.  
  419. <div id="tumblr" class="popup_block">
  420.  
  421.  
  422. <div class="faixa2">Creditos</div><br>
  423.  
  424. 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>
  425. 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:<br><br><br>
  426.  
  427. <cred><a href="http://jessierobsten.tumblr.com/"><cred1>Jéssyca Victoria</cred1></a> <img src=""> Desenvolvimento do theme e design </cred>
  428.  
  429. <cred><a href="http://things-to-help-you.tumblr.com/"><cred1>TTHY</cred1></a> <img src=""> Muitos códigos, materiais e tutoriais</cred>
  430.  
  431. <cred><a href="http://tumblr.com/"> <cred1>Tumblr USF </cred1></a> <img src=""> Hospedagem</cred>
  432.  
  433. <cred><a href="OLINK"><cred1> Cores, imagens e etc...</cred1></a> <img src=""> Photoshop SC5</cred>
  434.  
  435. <cred><a href="OLINK"> <cred1>Dafontes e Google</a> </cred1><img src=""> Fontes</cred>
  436.  
  437.  
  438.  
  439. </div>
  440.  
  441.  
  442. <div id="footer"></div></div>
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  452. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  453. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  454.  
  455. <script type="text/javascript">
  456. $(window).load(function () {
  457. $('#main').masonry(),
  458. $('.masonryWrap').infinitescroll({
  459. navSelector : "div#navigation",
  460. nextSelector : "div#navigation a#nextPage",
  461. itemSelector : ".caixa",
  462. bufferPx : 1000,
  463. extraScrollPx: 1000,
  464. loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
  465. loadingText : "Aguarde...",
  466.  
  467. },
  468. // call masonry as a callback.
  469. function() { $('#main').masonry({ appendedContent: $(this) });
  470.  
  471. }
  472. );
  473. });
  474. </script>
  475. {block:IndexPage}
  476. <div class="column navigation" id="navigation">
  477. {block:Pagination}
  478. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  479. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  480. </div>
  481. {/block:IndexPage}
  482.  
  483. </body>
  484. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement