Advertisement
Lolovers

Theme Faith

Nov 16th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.61 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: #62e6f2 url("http://media.tumblr.com/25b233ddd9684c82873b6a3a87546c4a/tumblr_inline_mwdw5hKm9j1rwneo8.png") fixed;}
  61.  
  62. .flor {bottom:-5px;position:fixed;margin-left:-250px;}
  63.  
  64.  
  65. #page {width: 806px;background: #transparent;background-repeat: repeat-y; margin-left: auto;margin-right: auto;}
  66.  
  67. #content {width: 806px;background: #transparent;background-repeat: repeat-y;margin-left: auto;margin-right: auto;}
  68.  
  69. #sidebar {background: #transparent;width: 207px;float: left;margin-top: 0px;position: fixed;margin-left:-110px;}
  70.  
  71. #main {background-color: #transparent;width: 900px;float: right;position: relative;margin-right: -200px;margin-top: -3px;}
  72.  
  73.  
  74. .caixa {background: #transparent; box-shadow: 0px 0px 1px 1px #; z-index: 10000; overflow: hidden; color: #777;
  75. {block:IndexPage}margin: 5px; float: left; width: 260px; padding: 0px; position: relative;{/block:IndexPage}
  76. {block:PermalinkPage}text-align: center; width: 750px; padding: 2px; {/block:PermalinkPage}}
  77.  
  78. #footer {background: #transparent;background-repeat:no-repeat;background-position: bottom;width: 900px;height: 44px;clear: both; }
  79.  
  80.  
  81.  
  82.  
  83. b, strong {color: #74e6f3; TEXT-DECORATION: none; border-bottom: 1px dashed #none;}
  84. u {color: #e51c29; TEXT-DECORATION: none; border-bottom: 1px solid #999;}
  85. s, strike {color: #999;}
  86. i {color: #e51c29; TEXT-DECORATION: none; border-bottom: 1px dotted #none;}
  87.  
  88.  
  89.  
  90. a:link, a:active, a:visited {
  91. color: #74e6f3;
  92. text-decoration: none;
  93. cursor: pointer;}
  94.  
  95. a:hover { color: #de1324;
  96. text-decoration: none;
  97. cursor: pointer;}
  98.  
  99.  
  100. ::-moz-selection {background: #eee; color: #fff;}
  101. ::selection {background: #eee; color:#fff;}
  102.  
  103.  
  104. /** títulos e tags **/
  105.  
  106. .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: #73e5f2; margin:0px;padding:3px; border-bottom:1px solid #f5f5f5;margin-left:-10px;margin-right:-10px;margin-top:-5px;}
  107. .faixa2 {background: #f5f5f5; font-family:'bebas';font-size:15px;padding:5px;color:#ff335e;text-shadow: 0 1px 0px #999;margin-top:-20px;margin-left:-20px;}
  108.  
  109.  
  110.  
  111. .permalink {margin-top:0px;margin-left:0px;opacity:1.50;}
  112.  
  113.  
  114. .fofoto {margin-top:-5px;margin-left:-10px;margin-right:-10px;}
  115. .fotinhasidebar {margin-top:-5px;margin-left:-10px;}
  116.  
  117. cred {display: block; 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;color:#999;}
  118.  
  119. cred a {background: #999; 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;}
  120.  
  121. cred:hover a {background: #ff657b; padding: 5px; color: #fff; border-radius: 5px;}
  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: #999;text-shadow: 1px 1px 1px #fff;}
  126. .sou a:hover {color: #fff;text-shadow: 1px 1px 1px #999;}
  127. .ponta {float:right; margin-top:-1px;margin-right:20px;width:30px; height:14px;}
  128. .sou {background:#f5f5f5; border-radius:2px;padding:2px;font-family: 'Galdeano', sans-serif; color: #df1524; font-size: 13px;text-shadow: 1px 1px 1px #fff;}
  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: transparent;font-family:font-family:'Calibri';font-size:15px;display: inline-block;color:#999;padding:5px;display: block;}
  133.  
  134.  
  135. .position {margin-top:240px; margin-left:-150px; position:fixed;z-index:10000000000000000000000;}
  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';}
  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';}
  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: #000;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: #e41c26; 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: #76e6f2; color: #fff;
  188. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  189. .chat .chat1 .chat2.even {background: #df1524;
  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.  
  223. <div class="position">
  224.  
  225. <a href="/" title="Home" class="menu">▄</a>
  226. <a href="/ask" title="Perguntas?" class="menu">▄</a>
  227. <a href="/submit" title="Submit" class="menu">▄</a>
  228. <a href="#?w=500" rel="tumblr" class="poplight"><div class="menu">▄</a></div>
  229. </div>
  230.  
  231. <div class="flor"><img src="http://media.tumblr.com/b99d91988c698e78d7f06f0e5ba1e797/tumblr_inline_mwdw93KwlI1rwneo8.png"></div>
  232.  
  233.  
  234. <div id="sidebar">
  235.  
  236.  
  237. <div class="sidebar">
  238.  
  239. <div class="fotinhasidebar"><img src="http://media.tumblr.com/92a918b4c9f724f1a040d272ec9dd189/tumblr_inline_mwdu6pZylq1rwneo8.png" width="220px"></div>
  240. {block:Description}{Description}{/block:Description}
  241. </div>
  242. </div>
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252. <div id="main">
  253.  
  254.  
  255.  
  256. {block:Posts}
  257. <div class="caixa"> <!--- Abrindo a div da caixa --->
  258.  
  259. <!--- Texto --->
  260. {block:Text}<div class="box">
  261. {block:Title}<div class="h1">{Title}</div>{/block:Title}
  262. {body}
  263.  
  264. <!---------------- DATA DOS POSTS ------------->
  265. {block:IndexPage}
  266. {/block:IndexPage}
  267. </div>
  268. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  269.  
  270. {/block:Text}
  271.  
  272. <!--- Photo --->
  273. {Block:Photo}
  274. <div class="box">
  275. {block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-400}" width="265px;" class="fofoto">{LinkCloseTag}{/block:IndexPage}
  276. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" >{LinkCloseTag}{/block:PermalinkPage}
  277. {block:Caption}{Caption}{/block:Caption}
  278.  
  279. <!---------------- DATA DOS POSTS ------------->
  280. {block:IndexPage}
  281. {/block:IndexPage}</div>
  282. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  283. {/Block:Photo}
  284.  
  285. <!--- Photoset --->
  286. {block:Photoset}<div class="box">
  287. {block:IndexPage}{LinkOpenTag}{Photoset-250}{LinkCloseTag}{/block:IndexPage}
  288. {block:PermalinkPage}{LinkOpenTag}{Photoset-700}{LinkCloseTag}{/block:PermalinkPage}
  289. {block:Caption}{Caption}{/block:Caption}
  290.  
  291. <!---------------- DATA DOS POSTS ------------->
  292. {block:IndexPage}
  293. {/block:IndexPage}</div>
  294. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  295. {/block:Photoset}
  296.  
  297. <!--- Quote --->
  298. {block:Quote}<div class="box">
  299. <div class="quote">" {Quote} "</div>
  300. <div class="ponta"><img src="http://media.tumblr.com/5a5e630f87af24c69bd483a215d234cc/tumblr_inline_mjyqzf74LC1qz4rgp.png"></div><br>
  301. <div class="fica">
  302. <div class="sou"><div class="bolinha"><img src="http://media.tumblr.com/6c5d427d40df27db0ea2e2e1ed2978e4/tumblr_inline_mjyqrr8wh41qz4rgp.png"></div>{block:Source}
  303. <div class="sou">{Source}</div>
  304. {/block:Source}</div></div>
  305.  
  306. <!---------------- DATA DOS POSTS ------------->
  307. {block:IndexPage}
  308. {/block:IndexPage}</div>
  309. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  310. {/block:Quote}
  311.  
  312. <!--- Chat --->
  313. {block:Chat}<div class="box">
  314. <div class="chat">
  315. <div class="chat1">
  316. {block:Lines}
  317. <div class="chat2 {Alt}">
  318. {block:Label}
  319. <span>{Label}</span>
  320. {/block:Label}
  321. {Line}</div>
  322. {/block:Lines}
  323. </div></div>
  324.  
  325. <!---------------- DATA DOS POSTS ------------->
  326. {block:IndexPage}
  327. {/block:IndexPage}</div>
  328. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  329. {/block:Chat}
  330.  
  331. <!--- Link --->
  332. {block:Link}<div class="box">
  333. <a href="{URL}" target="{Target}"><div class="h1">{Name}</div></a>
  334. {block:Description}{Description}{/block:Description}
  335.  
  336. <!---------------- DATA DOS POSTS ------------->
  337. {block:IndexPage}
  338. {/block:IndexPage}</div>
  339. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  340. {/block:Link}
  341.  
  342. <!--- Audio --->
  343. {block:Audio}<div class="box">
  344. <div class="">
  345. {block:AlbumArt}
  346. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="31" >
  347. {/block:AlbumArt}
  348. <div class="trackid2">{AudioPlayerGrey}</div>
  349. {block:TrackName}
  350. <div class="trackid">"{TrackName}"</div>
  351. {/block:TrackName}
  352. {block:Artist}
  353. <div class="trackid">{Artist}</div>
  354. {/block:Artist}
  355. <div class="trackid">({PlayCount}) plays</div>
  356.  
  357.  
  358. <!---------------- DATA DOS POSTS ------------->
  359. {block:IndexPage}
  360. {/block:IndexPage}</div></div>
  361. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  362. {/block:Audio}
  363.  
  364. <!--- Video --->
  365. {block:Video}<div class="box">
  366. {block:Indexpage}{Video-250}{/block:IndexPage}
  367. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  368. {block:Caption}{Caption}{/block:Caption}
  369.  
  370. <!---------------- DATA DOS POSTS ------------->
  371. {block:IndexPage}
  372. {/block:IndexPage}</div>
  373. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  374. {/block:Video}
  375.  
  376. {block:Answer}
  377. <div class="box">
  378. <div class="perguntou"><img src="{AskerPortraitURL-64}" class="fotos"> ♥ {Asker} perguntou </div>
  379. <div class="pergunta">{Question}</div>
  380. <div class="resposta">{Answer}</div>
  381.  
  382. <!---------------- DATA DOS POSTS ------------->
  383. {block:IndexPage}
  384. {/block:IndexPage}</div>
  385. <div class="permalink"><a href="{permalink}"><img src="http://media.tumblr.com/d1f12620e5e19073981eec1625ab1d7f/tumblr_inline_mwdux0XTUp1rwneo8.png"></a></div>
  386. {/block:Answer}
  387.  
  388. <!--- Fechando a div da caixa --->
  389. </div>
  390.  
  391. {block:PostNotes}
  392. <div class="caixa1">
  393. <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  394. {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>
  395. <div class="extra">
  396. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  397. </div>
  398. <div class="extra">
  399. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  400. <span style="width:auto;">
  401. {block:HasTags}
  402. {block:Tags}
  403. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  404. </div>
  405. <div class="extra">
  406. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  407. </div>
  408. {PostNotes}
  409.  
  410. </div>
  411. {/block:PostNotes}
  412.  
  413.  
  414.  
  415. {/block:Posts}
  416. </div>
  417.  
  418.  
  419.  
  420. <div id="tumblr" class="popup_block">
  421.  
  422.  
  423. <div class="faixa2">Creditos</div><br>
  424.  
  425. 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>
  426. 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>
  427.  
  428. <cred><a href="http://jessierobsten.tumblr.com/"><cred1>Jéssyca Victoria</cred1></a> <img src=""> Desenvolvimento do theme e design </cred>
  429.  
  430. <cred><a href="http://things-to-help-you.tumblr.com/"><cred1>TTHY</cred1></a> <img src=""> Muitos códigos, materiais e tutoriais</cred>
  431.  
  432. <cred><a href="http://tumblr.com/"> <cred1>Tumblr USF </cred1></a> <img src=""> Hospedagem</cred>
  433.  
  434. <cred><a href="OLINK"><cred1> Cores, imagens e etc...</cred1></a> <img src=""> Photoshop SC5</cred>
  435.  
  436. <cred><a href="OLINK"> <cred1>Dafontes e Google</a> </cred1><img src=""> Fontes</cred>
  437.  
  438.  
  439.  
  440. </div>
  441.  
  442.  
  443. <div id="footer"></div></div>
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  453. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  454. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  455.  
  456. <script type="text/javascript">
  457. $(window).load(function () {
  458. $('#main').masonry(),
  459. $('.masonryWrap').infinitescroll({
  460. navSelector : "div#navigation",
  461. nextSelector : "div#navigation a#nextPage",
  462. itemSelector : ".caixa",
  463. bufferPx : 1000,
  464. extraScrollPx: 1000,
  465. loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
  466. loadingText : "Aguarde...",
  467.  
  468. },
  469. // call masonry as a callback.
  470. function() { $('#main').masonry({ appendedContent: $(this) });
  471.  
  472. }
  473. );
  474. });
  475. </script>
  476. {block:IndexPage}
  477. <div class="column navigation" id="navigation">
  478. {block:Pagination}
  479. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  480. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  481. </div>
  482. {/block:IndexPage}
  483.  
  484. </body>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement