Advertisement
thmxpedro

Theme 143 - Two or Tree colunes.

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