Advertisement
thmxpedro

Theme 141 - Two or Tree colunes.

Mar 15th, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.91 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4. <!------------------------------------------------------------------------
  5. THEMES FEITO POR PEDRO COSTA /FRAQUEAR.TUMBLR
  6. BASE POR DECREPITAR / DTLS HELPDESIGN
  7. ----------------------------------------------------------------------
  8. * NÃO RETIRE OS CREDITOS ;
  9. * NÃO PLAGIE , ART. LEI 184
  10. * DÚVIDAS ME PERGUNTE, OKAY?
  11. * NÃO SE INSPIRE, NEM COPIE.
  12. * PENSE BEM ANTES DE FAZER BESTEIRA
  13. ----------------------------------------------------------------------
  14. ---------------->
  15.  
  16. <html>
  17.  
  18. <head>
  19.  
  20. <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>
  21.  
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. {block:Description}
  28. <meta name="description" content="{MetaDescription}" />
  29.  
  30. {/block:Description}
  31.  
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:Link1 Title" content="Home" />
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:Link2 Title" content="ask" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:Link3 Title" content="texts" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:Link4 Title" content="tags" />
  40. <meta name="text:Link5" content="/" />
  41. <meta name="text:Link5 Title" content="+more" />
  42.  
  43. <meta name="if:Tree columns" content="0">
  44.  
  45. <meta name="image:background" content="" />
  46. <meta name="image:sidebar" content=""/>
  47.  
  48. <meta name="color:background" content="#ffffff" />
  49. <meta name="color:posts" content="#fafafa" />
  50. <meta name="color:detalhes" content="#000" />
  51. <meta name="color:borda" content="#000" />
  52. <meta name="color:text" content="#a1a1a1" />
  53. <meta name="color:link" content="#a1a1a1" />
  54. <meta name="color:scrollbar" content="#a1a1a1">
  55.  
  56. <meta name="text:titulo" content="Skyscraper." />
  57.  
  58. {/block:Description}
  59. <script type="text/javascript"
  60. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61.  
  62. <!-----FONTES------>
  63. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  64. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  65. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  66. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  67. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  68. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  69. <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'>
  70. </script>
  71. <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'>
  72. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  73.  
  74.  
  75. {block:IndexPage}
  76.  
  77. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  78.  
  79. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  80.  
  81. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  82.  
  83. <script type="text/javascript">
  84. $(window).load(function(){
  85. var $wall = $('#enter');
  86. $wall.imagesLoaded(function(){
  87. $wall.masonry({
  88. itemSelector: '.posts',
  89. isAnimated : true
  90. });
  91. });
  92. $wall.infinitescroll({
  93. navSelector : "div#navigation",
  94. nextSelector : "div#navigation a#nextPage",
  95. itemSelector : '.posts',
  96. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  97. loadingText : "",
  98. donetext : " ",
  99. extraScrollPx : 1000,
  100. bufferPx : 10100,
  101. debug : false,
  102. errorCallback: function() {
  103. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  104. }},
  105. function( newElements ) {
  106. var $newElems = $( newElements );
  107. $newElems.hide();
  108. $newElems.imagesLoaded(function(){
  109. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  110. });
  111. }); $('#enter').show(500);
  112. });
  113. </script>
  114.  
  115.  
  116. {/block:IndexPage}
  117.  
  118.  
  119. <style type="text/css">
  120. {color: #fff; background: #ccc;}
  121. ::selection
  122. {color: #fff; background:#797979;text-shadow:
  123. 0px 0px 0px;}
  124.  
  125.  
  126. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; left: 1050px;}
  127. /******* THEME POR DECREPITAR ********/
  128. 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; }
  129.  
  130. a {color: {color:link}; text-decoration: none; text-transform: none;}
  131. a:hover {color: {color:link}; background-color: transparent; text-decoration: none;}
  132.  
  133. p {margin: 6px 0 0 0}
  134.  
  135. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  136. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  137. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  138. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  139.  
  140. blockquote img{max-width: 240px!important}
  141. blockquote blockquote img{max-width: 230px!important}
  142. blockquote blockquote blockquote img{max-width: 220px!important}
  143. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  144.  
  145.  
  146. #container {text-align: center; width: 935px; margin: 10px auto 0px auto; padding: 0px; z-index:0}
  147.  
  148. #enter {float: center; margin-left: 265px; margin-top:0px; width: 550px;{block:IfTreeColumns}width:900px;{/block:IfTreeColumns}}
  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 #eee;}
  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(80%); }
  161. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(0%);}
  162.  
  163. .quotesource:first-letter{font-family:Rochester; font-size: 15px; 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:388px; height: 42px; float: left; margin-left:5px; margin-top:600px; position: fixed;z-index:999999999;}
  239. #creditos a {display: inline-block;float: left; font: 8px PF Arma Five; height: 23px; width: 8%;color:#fff; line-height: 22px;text-transform: none;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:detalhes}; -webkit-transition: all 0.99s ease-in-out;overflow: hidden;}
  240. #creditos a:hover{background-color:{color:detalhes}; color:#fff;-webkit-transition: all 0.99s ease-in-out;width: 35%;}
  241. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  242.  
  243. .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;}
  244.  
  245. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  246. #info a {font-size: 10px; text-transform: uppercase;}
  247.  
  248. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  249. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  250.  
  251. #cap {margin-top: -2px;}
  252. .source {display: none;}
  253.  
  254. .fotinha { margin-left:100px; margin-top:80px;position:fixed;background-color:transparent;opacity:0.90; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  255. .fotinha img { background-color:transparent;display: inline; -webkit-transition: all 0.99s ease-in-out;-webkit-border-radius: 0px; display: block; width:140px; height:200px; background-color: ; padding-top:4px;margin-left:0px; margin-top:0px; opacity:1;padding:3px; opacity:10;border:1px solid {color:borda};-webkit-filter: grayscale(25%);}
  256. .fotinha img:hover { -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(100%);}
  257.  
  258. .links {text-align: left; position:fixed; width: 140px;font-family:consolas; word-spacing:0px; margin-top:290px; padding:0px; text-align:center; padding-top:2px; padding-bottom:3px; -webkit-transition-duration: .9s; background-color:transparent; padding-right:0px; padding-bottom:0px;padding-top:0px; border:0px solid {color:borda}; height:18px;}
  259.  
  260.  
  261. .links a { display:inline-block; color:{color:link}; text-transform:uppercase; padding:1px; font-size:12.5px; -webkit-transition-duration: .4s; padding-bottom:0px; background-color:transparent; font-style:none; text-shadow:0px 0px transparent, 0px -5px transparent; }
  262.  
  263. .links a:hover {color:#ccc;}
  264.  
  265. .links {opacity:10; margin-left:100px;-webkit-transition-duration: .9s;}
  266.  
  267.  
  268.  
  269. .demi {margin-left:0px; margin-top:3px; background-color:transparent; opacity:1; font-size:10px; font-family:cambria; color:{color:text}; width:142px;padding:2px;text-align:justify; border:1px solid {color:borda};}
  270.  
  271.  
  272.  
  273. /*********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******/
  274.  
  275.  
  276.  
  277. </style>
  278.  
  279. <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'>
  280.  
  281. </div>
  282.  
  283. <body>
  284.  
  285.  
  286.  
  287.  
  288. <div id="creditos" title="THEME POR FRAQUEAR + detalhes helpdesign + base decrepitar">
  289. <a href="http://fraquear.tumblr.com/">Theme por fraquear, veja mais. </a></div>
  290.  
  291. <div class="fotinha"><img src="{image:sidebar}"></div>
  292.  
  293. <div class="links">
  294. <a href="{text:Link1}" Title="{text:Link1 Title}">01</a>
  295. <a href="{text:Link2}" Title="{text:Link2 Title}">02</a>
  296. <a href="{text:Link3}" Title="{text:Link3 Title}">03</a>
  297. <a href="{text:Link4}" Title="{text:Link4 Title}">04</a>
  298. <a href="{text:Link5}" Title="{text:Link5 Title}">05</a>
  299.  
  300.  
  301. <div class="demi"> {Description}</div>
  302.  
  303.  
  304. </DIV>
  305.  
  306. </div>
  307. {block:IndexPage}
  308. <div class="column navigation" id="navigation">
  309. {block:Pagination}
  310. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  311. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  312. </div>
  313. {/block:IndexPage}
  314. </div></div></div></div>
  315.  
  316. <br></center></div></div></div></div></div></div>
  317.  
  318. <div id="enter">
  319.  
  320.  
  321. <div class="autopagerize_page_element">
  322. {block:Posts}
  323.  
  324. <div class="posts">
  325.  
  326.  
  327.  
  328.  
  329. {block:Text}
  330. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  331. <div class="caixinha">
  332. <a href="{ReblogURL}">Reblog</a> /
  333. <a href="{Permalink}">{NoteCount}</a> /
  334. <a href="{SourceURL}">Source</a>
  335. </div>
  336. {/block:Text}
  337.  
  338. {block:Photo}
  339.  
  340.  
  341.  
  342. {LinkOpenTag} <div class="caixinha1">
  343. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/gdekeu9/zwPmz03r6/kc0ux.png"></a></div>
  344. <div class="caixinha3">
  345. <a href="{permalink}"><img src="http://static.tumblr.com/gdekeu9/jOGmz03ry/236z2x.png" title="{NoteCount}"></a>
  346. <a href="{SourceURL}"></a>
  347.  
  348. </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}
  349.  
  350. {/block:Photo}{block:Photoset}
  351.  
  352. <div class="image"><div class="caixinha1">
  353. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/gdekeu9/zwPmz03r6/kc0ux.png"></a></div>
  354. <div class="caixinha3">
  355. <a href="{permalink}"><img src="http://static.tumblr.com/gdekeu9/jOGmz03ry/236z2x.png" title="{NoteCount}"></a>
  356. <a href="{SourceURL}"></a></div>{Photoset-250}</div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  357.  
  358.  
  359. {block:Quote}
  360.  
  361. <div class="quote">{Quote}</div>
  362. {block:Source}<div class="quotesource">{Source}</div>
  363. {/block:Source}
  364. <a href="{SourceURL}"></a>
  365. <a href="{ReblogParentURL}"></a>
  366. <div class="caixinha">
  367. <a href="{ReblogURL}">Reblog</a> /
  368. <a href="{Permalink}">{NoteCount}</a> /
  369. <a href="{SourceURL}">Source</a>
  370. </div>
  371. {/block:Quote}
  372.  
  373. {block:Link}
  374.  
  375. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  376. {block:Description}{Description}{/block:Description} <div class="caixinha">
  377. <a href="{ReblogURL}">Reblog</a> /
  378. <a href="{Permalink}">{NoteCount}</a> /
  379. <a href="{SourceURL}">Source</a>
  380. </div>
  381. {/block:Link}
  382.  
  383. {block:Chat}
  384. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  385. <div class="chat"><ul>{block:Lines}
  386. <li class="person{UserNumber}">{block:Label}
  387. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div> <div class="caixinha">
  388. <a href="{ReblogURL}">Reblog</a> /
  389. <a href="{Permalink}">{NoteCount}</a> /
  390. <a href="{SourceURL}">Source</a>
  391. </div>
  392. {/block:Chat}
  393.  
  394. {block:Audio}
  395. <div class="player">{AudioPlayerBlack}</div>
  396. {block:Caption}{Caption}{/block:Caption} <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:Audio}
  402.  
  403. {block:Video}{Video-250} <div class="caixinha">
  404. <a href="{ReblogURL}">Reblog</a> /
  405. <a href="{Permalink}">{NoteCount}</a> /
  406. <a href="{SourceURL}">Source</a>
  407. </div>{/block:Video}
  408.  
  409. {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>
  410. {/block:Answer}
  411.  
  412. {/block:IndexPage}
  413. </div>
  414. {/block:Posts}</div></div></div>
  415. </div></div></div></div></div></div></div></div></div>
  416.  
  417. {block:IndexPage}
  418.  
  419. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  420.  
  421. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  422.  
  423. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  424.  
  425. <script type="text/javascript">
  426. $(window).load(function(){
  427. var $wall = $('#enter');
  428. $wall.imagesLoaded(function(){
  429. $wall.masonry({
  430. itemSelector: '.posts',
  431. isAnimated : true
  432. });
  433. });
  434. $wall.infinitescroll({
  435. navSelector : "div#navigation",
  436. nextSelector : "div#navigation a#nextPage",
  437. itemSelector : '.posts',
  438. loadingImg : "http://static.tumblr.com/gdekeu9/sPBmvuxx8/loader.gif",
  439. loadingText : "",
  440. donetext : " ",
  441. extraScrollPx : 1000,
  442. bufferPx : 10100,
  443. debug : false,
  444. errorCallback: function() {
  445. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  446. }},
  447. function( newElements ) {
  448. var $newElems = $( newElements );
  449. $newElems.hide();
  450. $newElems.imagesLoaded(function(){
  451. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  452. });
  453. }); $('#enter').show(500);
  454. });
  455. </script>
  456.  
  457. {/block:IndexPage}
  458. </div>
  459. {/block:Posts}</div></div></div>
  460. </div></div></div></div></div></div></div></div></div>
  461. </div></div></div></div></div></div></div></div>
  462.  
  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>
  468.  
  469. </body>
  470.  
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement