Advertisement
thmxpedro

Theme 145.2 / One, two or tree columns

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