Advertisement
thmxpedro

Theme 144 - One, two, tree colunes.

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