Advertisement
thmxpedro

Theme 149 / One or two columns

Mar 23rd, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.38 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!------------------------------------------------------------------------
  3. THEMES FEITO POR PEDRO COSTA /FRAQUEAR.TUMBLR
  4. BASE POR DECREPITAR / CREDS: HELPDESIGNS
  5. ----------------------------------------------------------------------
  6. * NÃO RETIRE OS CREDITOS ;
  7. * NÃO PLAGIE , ART. LEI 184
  8. * DÚVIDAS ME PERGUNTE, OKAY?
  9. * NÃO SE INSPIRE, NEM COPIE.
  10. * PENSE BEM ANTES DE FAZER BESTEIRA
  11. ----------------------------------------------------------------------
  12. ---------------->
  13.  
  14. <html>
  15.  
  16. <head>
  17.  
  18. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips(); }); })(jQuery); </script>
  19.  
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}
  26. <meta name="description" content="{MetaDescription}" />
  27.  
  28. {/block:Description}
  29.  
  30. <meta name="text:Link1" content="/" />
  31. <meta name="text:Link1 Title" content="link" />
  32. <meta name="text:Link2" content="/" />
  33. <meta name="text:Link2 Title" content="link" />
  34. <meta name="text:Link3" content="/" />
  35. <meta name="text:Link3 Title" content="link" />
  36. <meta name="text:Link4" content="/" />
  37. <meta name="text:Link4 Title" content="link" />
  38. <meta name="text:Link5" content="/" />
  39. <meta name="text:Link5 Title" content="link" />
  40. <meta name="text:Link6" content="/" />
  41. <meta name="text:Link6 Title" content="link" />
  42. <meta name="text:Link7" content="/" />
  43. <meta name="text:Link7 Title" content="link" />
  44.  
  45. <meta name="if:Two columns" content="0">
  46.  
  47. <meta name="image:background" content="" />
  48. <meta name="image:sidebar" content=""/>
  49.  
  50. <meta name="color:background" content="#fafafa" />
  51. <meta name="color:posts" content="#fff" />
  52. <meta name="color:detalhes" content="#ccc" />
  53. <meta name="color:borda" content="#ccc" />
  54. <meta name="color:bpost" content="#e1e1e1" />
  55. <meta name="color:bgfoto" content="#fff" />
  56. <meta name="color:text" content="#a1a1a1" />
  57. <meta name="color:link" content="#a1a1a1" />
  58. <meta name="color:scrollbar" content="#a1a1a1">
  59.  
  60. <meta name="text:titulo" content="vai acontecer, tenha fé . . ." />
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  63.  
  64.  
  65. {/block:Description}
  66. <script type="text/javascript"
  67. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  68.  
  69. <!-----FONTES------>
  70. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  71. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  72. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  73. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  74. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  76. <link href='http://fonts.googleapis.com/css?family=Princess+Sofia|Crafty+Girls|Stalemate|Allura|Sevillana|Great+Vibes|Mouse+Memoirs|Merienda' rel='stylesheet' type='text/css'>
  77. </script>
  78. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  79. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  80.  
  81.  
  82. {block:IndexPage}
  83.  
  84. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  85.  
  86. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  87.  
  88. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  89.  
  90. <script type="text/javascript">
  91. $(window).load(function(){
  92. var $wall = $('#enter');
  93. $wall.imagesLoaded(function(){
  94. $wall.masonry({
  95. itemSelector: '.posts',
  96. isAnimated : true
  97. });
  98. });
  99. $wall.infinitescroll({
  100. navSelector : "div#navigation",
  101. nextSelector : "div#navigation a#nextPage",
  102. itemSelector : '.posts',
  103. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  104. loadingText : "",
  105. donetext : " ",
  106. extraScrollPx : 1000,
  107. bufferPx : 10100,
  108. debug : false,
  109. errorCallback: function() {
  110. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  111. }},
  112. function( newElements ) {
  113. var $newElems = $( newElements );
  114. $newElems.hide();
  115. $newElems.imagesLoaded(function(){
  116. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  117. });
  118. }); $('#enter').show(500);
  119. });
  120. </script>
  121.  
  122.  
  123. {/block:IndexPage}
  124.  
  125.  
  126. <style type="text/css">
  127. {color: #fff; background: #ccc;}
  128. ::selection
  129. {color: #fff; background:#797979;text-shadow:
  130. 0px 0px 0px;}
  131.  
  132.  
  133. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; left: 1050px;}
  134. /******* THEME POR DECREPITAR ********/
  135. body {background-color: {color:background}; font-family:Cambria, arial; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  136.  
  137. a {color: {color:link}; text-decoration: none; text-transform: none;}
  138. a:hover {color: {color:link}; background-color: transparent; text-decoration: none;}
  139.  
  140. p {margin: 6px 0 0 0}
  141.  
  142. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  143. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  144. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  145. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  146.  
  147. blockquote img{max-width: 240px!important}
  148. blockquote blockquote img{max-width: 230px!important}
  149. blockquote blockquote blockquote img{max-width: 220px!important}
  150. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  151.  
  152.  
  153. #container {text-align: center; width: 935px; margin: 10px auto 0px auto; padding: 0px; z-index:0}
  154.  
  155.  
  156. #enter {float: center; margin-left: 375px; {block:IfTwoColumns}margin-left:325px;{/block:IfTwoColumns}margin-top:5px; width: 350px;{block:IfTwoColumns}width:600px;{/block:IfTwoColumns};}
  157.  
  158.  
  159. .posts {width: 310px;{block:IfTwoColumns}width:250px;{/block:IfTwoColumns}background-color:{color:posts}; padding: 10px; padding: 10px; {block:IfTwoColumns}padding:15px;{/block:IfTwoColumns}float: left; margin: 8px 0 0 8px;opacity:2; text-align: justify; font-family: 'Baumans'; font-size: 12px; position: relative; border:1px solid {color:bpost}; border-radius:0px;}
  160. .posts:hover .nn {opacity: 1;width:100%;left:35%;}
  161.  
  162.  
  163. h1 {font-family: 'cambria'; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  164. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  165. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  166.  
  167.  
  168. .image {text-align: center; border: 0px}
  169. .image img { max-width: 300px; {block:IfTwoColumns}width:250px;{/block:IfTwoColumns} margin-bottom: 2px; -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(65%); border-radius:0px;padding-top:10px;{block:IfTwoColumns}padding-top:3px;{/block:IfTwoColumns}padding-bottom:10px;{block:IfTwoColumns}padding-bottom:3px;{/block:IfTwoColumns}}
  170. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(30%);}
  171.  
  172. .quotesource:first-letter{font-family:'Baumans'; font-size: 13px; font-weight: none;}
  173. .quote {margin: 0; padding: 7px; font: normal 12px 'Baumans' ; text-align: justify;}
  174. .posts:hover .quotesource{text-align: right;opacity:0;}
  175. .quotesource {text-align: center; font-family:consolas; font-size:10px; text-transform:uppercase;font-style:none;}
  176. .quotesource a, a:hover{text-transform: none;}
  177.  
  178. .chat {line-height: 14px; list-style: none; }
  179. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  180. .person1 {color: {color:text}; padding: 2px; }
  181. .person1 .label {font-weight: bold; color:{color:text}}
  182. .person2 {color: {color:text}; padding: 2px; }
  183. .person2 .label {font-weight: bold; color:{color:text}}
  184.  
  185. .player {background-color: #000; text-align: left; display:block;}
  186.  
  187. /** estilo de ask #04 - bombasticdesign.tumblr.com **/
  188. .askfoto{border-radius: 50px;border:2px solid #FFF;margin-left:10px;margin-top:-10px;}
  189. .perguntou{background:#eee;padding:4px;color:{color:text};}}
  190. .perguntou a {color:{color:text}; font-family:'cambria'}
  191. .perguntou:hover a {color:{color:text};font-family:'cambria'}
  192. .resposta{background-color:#FFF;padding:7px;font-family:'cambria', sans-serif; font-size: 9pt;color:{color:text};;text-align: left;border-radius:0px 0px 5px 5px}
  193. .pergunta{ margin-left: 50px;
  194. font-family: 'cambria', sans-serif;}
  195. .perguntas{background-color:#FFF;padding:7px;font-family:'cambria', sans-serif; font-size: 9pt;color:{color:text};text-align: left;border-radius:5px 5px 0px 0px;}
  196.  
  197. /** fim do código **/
  198.  
  199. .nn {opacity:0;width:100%;
  200. position: absolute;
  201. text-align: left;
  202. height:10%;line-height:10%;
  203. text-transform:uppercase;
  204. top:40%;
  205. left:25%;
  206. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  207.  
  208. -webkit-transition: all 0.5s linear;
  209.  
  210. -moz-transition: all 0.5s linear;
  211.  
  212. transition: all 0.5s linear;font-size:9px;color:#;text-transform:none;font-family:muli;
  213. }
  214.  
  215. .notess {position: absolute; background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");height: 20px;font-size: 11px;line-height: 20px;color: #fff;position: absolute; margin-left: 20px;padding-left: 4px;padding-right: 4px;-moz-border-radius: 2px;border-radius: 2px; -webkit-transition-duration: 0s; opacity: 0;z-index:99;top: 0%;}
  216.  
  217. .notess a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  218. .posts:hover .notess {opacity: 1; margin-left:20%;}
  219.  
  220. .gradient{
  221.  
  222. -webkit-transition: all .6s ease-in-out;position:absolute;right:5px;text-align:center; opacity:0; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff)) repeat-X;bottom:5px; width:96.5%;height:50px;
  223. }
  224.  
  225.  
  226. #tumblr_controls{position: fixed!important;z-index:15; -webkit-filter:invert(100%);}
  227.  
  228. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;-webkit-filter:invert(100%);}
  229. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-filter:invert(100%);}
  230.  
  231.  
  232.  
  233. ::-webkit-scrollbar{width:7px;height:7px;}
  234. ::-webkit-scrollbar-button:start:decrement
  235. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  236. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  237. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};}
  238. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};}
  239.  
  240. .caixinha {opacity:0;position: absolute;text-align: center; height:20px;line-height:20px;text-transform:uppercase;bottom:10px;right:0%;-webkit-transition-duration: 0.9s;z-index:99;-webkit-transition: opacity 0.5s linear; opacity: 0.0;;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-webkit-transition: all 0.6s ease-out;-o-transition:All 1s ease; font-family:arial;font-size:9px;background:{color:posts};width:100%;}
  241. .posts:hover .caixinha {opacity:1;bottom:4px;}
  242. .caixinha a{font-family:Baumans;font-size:9px;text-transform:uppercase;}
  243.  
  244. .caixinha1 {opacity:0;position: absolute;text-align: center; height:20px;text-transform:uppercase;top: -5px;left:13%;-webkit-transition-duration: 0.9s;z-index:99;-webkit-transition: opacity 0.5s linear; opacity: 0.0;;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-webkit-transition: all 0.6s ease-out;-o-transition:All 1s ease; font-family:arial;font-size:7px;}.caixinha1 img {width:23px;}.posts:hover .caixinha1 {opacity: 0.85;top:15px;left:42px; }
  245.  
  246. /******* helpdesigns modificado por fraquear **********/
  247. #creditos {width:30px; height: 42px; float: left; margin-left:5px; margin-top:600px; position: fixed;z-index:999999999;}
  248. #creditos a {display: inline-block;float: left; font: 10px consolas; height: 25px; width:27px;color:#777777; line-height: 25px;text-transform: none;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:#eee; -webkit-transition: all 0.99s ease-in-out;overflow: hidden; border:1px solid #ccc; border-radius:100px;}
  249. #creditos a:hover {border-radius:5px;background:#ccc;}
  250. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  251.  
  252. .caixinha3 {opacity:0;position: absolute;text-align: center; height:20px;text-transform:uppercase;top: 7px;left:-1%;-webkit-transition-duration: 0.9s;z-index:99;-webkit-transition: opacity 0.5s linear; opacity: 0.0;;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-webkit-transition: all 0.6s ease-out;-o-transition:All 1s ease; font-family:arial;font-size:7px;}.caixinha3 img {width:23px;}.posts:hover .caixinha3 {opacity: 0.85;left:15px; top:15px;}
  253.  
  254. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  255. #info a {font-size: 10px; text-transform: uppercase;}
  256.  
  257. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  258. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  259.  
  260. #cap {margin-top: -2px;}
  261. .source {display: none;}
  262.  
  263. .fotinha { margin-left:150px; margin-top:190px;position:fixed;background-color:{color:bgfoto};opacity:0.90; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  264. .fotinha img { background-color:{color:bgfoto};display: inline; -webkit-transition: all 0.99s ease-in-out;-webkit-border-radius: 0px; display: block; width:130px; height:100; background-color: ; padding-top:4px;margin-left:0px; margin-top:0px; opacity:1;padding:10px; padding-bottom:100px; opacity:10;border:1px solid {color:borda};-webkit-filter: grayscale(30%);}
  265. .fotinha img:hover { -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(20%);}
  266.  
  267. .demi {margin-left:1px; margin-top:-4px; background-color:transparent; opacity:10; font-size:8px; font-family:consolas; color:{color:text}; width:125px;padding:0px;text-align:justify; border-bottom:1px solid {color:borda};border-top:1px solid {color:borda};text-transform:uppercase;padding-left:0px;line-height:11px;height:45px;}
  268. ;}
  269. @font-face {src: url('http://static.tumblr.com/l3gbi5c/ZjEn0qz5y/shit_happens_trial_d_.otf'); font-family: 'fonte';}
  270.  
  271.  
  272. .menu {width: 125px;
  273. line-height:14px;
  274. text-align:center;margin-top:-103px;margin-left:10px;opacity:10;border:0px solid {color:borda};padding:2px;background-color:transparent;z-index:99999;opacity:10;position:fixed;border-bottom:0px solid #ccc;height:25px; line-height:25px;}
  275.  
  276. .menu a {height:10px; line-height:10px;width:10px;
  277. font-size:13px;
  278. display:inline-block;
  279. text-transform:uppercase;
  280. text-decoration:none;background-color:transparent;
  281. -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease; border-bottom:0px solid {color:borda};padding:2px;font-family:'Baumans'; color:{color:link};}
  282.  
  283. .menu a:hover {background-color:#eee; border-radius:100px; }
  284.  
  285. .simb{position:fixed;margin-top:373px;margin-left:156px;width:30px;height:30px; border:0px solid #fff;z-index:99999999999;}
  286. .simb img{width:140px; height:23px;opacity:0.7;z-index:99999999999;}
  287.  
  288. /*********Tooltip por helpdesigns | se usar credite. ******/ #s-m-t-tooltip {max-width:300px; padding:4px 4px 4px 4px;margin:15px 20px;background-color:#e1e1e1; font:8px PF Arma Five; text-transform:uppercase; color:#797979; z-index:9999999; text-shadow: 1px 1px 0px #fff; }@font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}/*********helpdesigns******/
  289.  
  290.  
  291.  
  292. </style>
  293.  
  294. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  295.  
  296. </div>
  297.  
  298. <body>
  299.  
  300.  
  301.  
  302.  
  303. <div id="creditos" title="THEME POR FRAQUEAR + detalhes helpdesigns">
  304. <a href="http://fraquear.tumblr.com/">PC</a></div>
  305.  
  306. <div class="simb"><img src="http://static.tumblr.com/4422cfa5e16bd7cb02736655295eeeef/mgjr0tx/xOEn2tv0z/tumblr_static_banner_by_shumin.png"></div>
  307.  
  308. <div class="fotinha"><img src="{image:sidebar}">
  309.  
  310.  
  311. <div class="menu">
  312. <a href="{text:Link1}" Title="{text:Link1 Title}">d</a>
  313. <a href="{text:Link2}" Title="{text:Link2 Title}">r</a>
  314. <a href="{text:Link3}" Title="{text:Link3 Title}">u</a>
  315. <a href="{text:Link4}" Title="{text:Link4 Title}">n</a>
  316. <a href="{text:Link5}" Title="{text:Link5 Title}">k</a>
  317. <a href="{text:Link6}" Title="{text:Link6 Title}">e</a>
  318. <a href="{text:Link7}" Title="{text:Link7 Title}">n</a>
  319.  
  320. <div class="demi"> {Description}</div>
  321.  
  322. </DIV>
  323.  
  324. </div>
  325. {block:IndexPage}
  326. <div class="column navigation" id="navigation">
  327. {block:Pagination}
  328. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  329. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  330. </div>
  331. {/block:IndexPage}
  332. </div></div></div></div>
  333.  
  334. <br></center></div></div></div></div></div></div>
  335.  
  336. <div id="enter">
  337.  
  338.  
  339. <div class="autopagerize_page_element">
  340. {block:Posts}
  341.  
  342. <div class="posts">
  343.  
  344.  
  345.  
  346.  
  347. {block:Text}
  348. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  349. <div class="caixinha">
  350. <a href="{ReblogURL}">Reblog</a> /
  351. <a href="{Permalink}">{NoteCount}</a> /
  352. <a href="{SourceURL}">Source</a>
  353. </div>
  354. {/block:Text}
  355.  
  356. {block:Photo}
  357.  
  358.  
  359.  
  360. {LinkOpenTag} <div class="caixinha1">
  361. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/gdekeu9/zwPmz03r6/kc0ux.png"></a></div>
  362. <div class="caixinha3">
  363. <a href="{permalink}"><img src="http://static.tumblr.com/gdekeu9/jOGmz03ry/236z2x.png" title="{NoteCount}"></a>
  364. <a href="{SourceURL}"></a>
  365.  
  366. </div> {block:IndexPage}<div class="image"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="290"/></div>{/block:IndexPage}{block:PermalinkPage}<div class="foto"><img src="{PhotoURL-500}" width="290"/></div>{/block:PermalinkPage}{/block:Photo}
  367.  
  368. {/block:Photo}{block:Photoset}
  369.  
  370. <div class="image"><div class="caixinha1">
  371. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/gdekeu9/zwPmz03r6/kc0ux.png"></a></div>
  372. <div class="caixinha3">
  373. <a href="{permalink}"><img src="http://static.tumblr.com/gdekeu9/jOGmz03ry/236z2x.png" title="{NoteCount}"></a>
  374. <a href="{SourceURL}"></a></div>{Photoset-250}</div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  375.  
  376.  
  377. {block:Quote}
  378.  
  379. <div class="quote">{Quote}</div>
  380. {block:Source}<div class="quotesource">{Source}</div>
  381. {/block:Source}
  382. <a href="{SourceURL}"></a>
  383. <a href="{ReblogParentURL}"></a>
  384. <div class="caixinha">
  385. <a href="{ReblogURL}">Reblog</a> /
  386. <a href="{Permalink}">{NoteCount}</a> /
  387. <a href="{SourceURL}">Source</a>
  388. </div>
  389. {/block:Quote}
  390.  
  391. {block:Link}
  392.  
  393. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  394. {block:Description}{Description}{/block:Description} <div class="caixinha">
  395. <a href="{ReblogURL}">Reblog</a> /
  396. <a href="{Permalink}">{NoteCount}</a> /
  397. <a href="{SourceURL}">Source</a>
  398. </div>
  399. {/block:Link}
  400.  
  401. {block:Chat}
  402. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  403. <div class="chat"><ul>{block:Lines}
  404. <li class="person{UserNumber}">{block:Label}
  405. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div> <div class="caixinha">
  406. <a href="{ReblogURL}">Reblog</a> /
  407. <a href="{Permalink}">{NoteCount}</a> /
  408. <a href="{SourceURL}">Source</a>
  409. </div>
  410. {/block:Chat}
  411.  
  412. {block:Audio}
  413. <div class="player">{AudioPlayerBlack}</div>
  414. {block:Caption}{Caption}{/block:Caption} <div class="caixinha">
  415. <a href="{ReblogURL}">Reblog</a> /
  416. <a href="{Permalink}">{NoteCount}</a> /
  417. <a href="{SourceURL}">Source</a>
  418. </div>
  419. {/block:Audio}
  420.  
  421. {block:Video}{Video-250} <div class="caixinha">
  422. <a href="{ReblogURL}">Reblog</a> /
  423. <a href="{Permalink}">{NoteCount}</a> /
  424. <a href="{SourceURL}">Source</a>
  425. </div>{/block:Video}
  426.  
  427. {block:Answer}<div class="perguntas">{Question}</div><div class="perguntou"><img src="{AskerPortraitURL-30}" align="left" class="askfoto"><div class="pergunta">{Asker} perguntou:</div></div><div class="resposta">{Answer}</div>
  428. {/block:Answer}
  429.  
  430. {/block:IndexPage}
  431. </div>
  432. {/block:Posts}</div></div></div>
  433. </div></div></div></div></div></div></div></div></div>
  434.  
  435. {block:IndexPage}
  436.  
  437. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  438.  
  439. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  440.  
  441. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  442.  
  443. <script type="text/javascript">
  444. $(window).load(function(){
  445. var $wall = $('#enter');
  446. $wall.imagesLoaded(function(){
  447. $wall.masonry({
  448. itemSelector: '.posts',
  449. isAnimated : true
  450. });
  451. });
  452. $wall.infinitescroll({
  453. navSelector : "div#navigation",
  454. nextSelector : "div#navigation a#nextPage",
  455. itemSelector : '.posts',
  456. loadingImg : "http://static.tumblr.com/gdekeu9/sPBmvuxx8/loader.gif",
  457. loadingText : "",
  458. donetext : " ",
  459. extraScrollPx : 1000,
  460. bufferPx : 10100,
  461. debug : false,
  462. errorCallback: function() {
  463. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  464. }},
  465. function( newElements ) {
  466. var $newElems = $( newElements );
  467. $newElems.hide();
  468. $newElems.imagesLoaded(function(){
  469. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  470. });
  471. }); $('#enter').show(500);
  472. });
  473. </script>
  474.  
  475. {/block:IndexPage}
  476. </div>
  477. {/block:Posts}</div></div></div>
  478. </div></div></div></div></div></div></div></div></div>
  479. </div></div></div></div></div></div></div></div>
  480.  
  481. </div></div></div></div></div></div></div></div>
  482.  
  483. </div></div></div></div></div></div></div></div>
  484.  
  485. </div></div></div></div>
  486.  
  487. </body>
  488.  
  489. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement