Advertisement
thmxpedro

Theme 153 (flowers) / One or Two colunes.

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