Advertisement
thmxpedro

Theme 160 / One Colune.

Apr 15th, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.00 KB | None | 0 0
  1.  
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <!------------------------------------------------------------------------
  4. THEMES FEITO POR PEDRO COSTA /FRAQUEAR.TUMBLR
  5. BASE POR DECREPITAR
  6. ----------------------------------------------------------------------
  7. * NÃO RETIRE OS CREDITOS ;
  8. * NÃO PLAGIE , ART. LEI 184
  9. * DÚVIDAS ME PERGUNTE, OKAY?
  10. * NÃO SE INSPIRE, NEM COPIE.
  11. * PENSE BEM ANTES DE FAZER BESTEIRA
  12. ----------------------------------------------------------------------
  13. ---------------->
  14.  
  15. <html>
  16.  
  17. <head>
  18.  
  19. <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>
  20.  
  21.  
  22. <title>{Title}</title>
  23.  
  24. <link rel="shortcut icon" href="http://pnsdr.com/favicon.ico">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}
  27. <meta name="description" content="{MetaDescription}" />
  28.  
  29. {/block:Description}
  30.  
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="link" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="link" />
  35. <meta name="text:Link3" content="/" />
  36. <meta name="text:Link3 Title" content="link" />
  37. <meta name="text:Link4" content="/" />
  38. <meta name="text:Link4 Title" content="link" />
  39.  
  40. <meta name="image:background" content="" />
  41.  
  42. <meta name="color:background" content="#fff" />
  43. <meta name="color:posts" content="#fff" />
  44. <meta name="color:detalhes" content="#ceede7" />
  45. <meta name="color:borda" content="#c5c5c5" />
  46. <meta name="color:text" content="#777777" />
  47. <meta name="color:link" content="#777777" />
  48. <meta name="color:scrollbar" content="#eee">
  49.  
  50. <meta name="text:titulo" content="fucking" />
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  53.  
  54.  
  55. {/block:Description}
  56. <script type="text/javascript"
  57. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  58.  
  59. <!-----FONTES------>
  60. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  61. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  62. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  63. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  64. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  65. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  66. <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'>
  67. </script>
  68. <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'>
  69. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  70.  
  71.  
  72. {block:IndexPage}
  73.  
  74. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  75.  
  76. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  77.  
  78. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  79.  
  80. <script type="text/javascript">
  81. $(window).load(function(){
  82. var $wall = $('#enter');
  83. $wall.imagesLoaded(function(){
  84. $wall.masonry({
  85. itemSelector: '.posts',
  86. isAnimated : true
  87. });
  88. });
  89. $wall.infinitescroll({
  90. navSelector : "div#navigation",
  91. nextSelector : "div#navigation a#nextPage",
  92. itemSelector : '.posts',
  93. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  94. loadingText : "",
  95. donetext : " ",
  96. extraScrollPx : 1000,
  97. bufferPx : 10100,
  98. debug : false,
  99. errorCallback: function() {
  100. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  101. }},
  102. function( newElements ) {
  103. var $newElems = $( newElements );
  104. $newElems.hide();
  105. $newElems.imagesLoaded(function(){
  106. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  107. });
  108. }); $('#enter').show(500);
  109. });
  110. </script>
  111.  
  112.  
  113. {/block:IndexPage}
  114.  
  115.  
  116. <style type="text/css">
  117. {color: #fff; background: #ccc;}
  118. ::selection
  119. {color: #fff; background:#797979;text-shadow:
  120. 0px 0px 0px;}
  121.  
  122.  
  123. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 55px; left: 1050px;}
  124. /******* THEME POR DECREPITAR ********/
  125. 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; background-repeat:no-repeat; background-size:100% 100%; }
  126.  
  127. a {color: {color:link}; text-decoration: none; text-transform: none;}
  128. a:hover {color: {color:link}; background-color: transparent; text-decoration: none;}
  129.  
  130. p {margin: 6px 0 0 0}
  131.  
  132. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  133. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  134. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  135. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  136.  
  137. blockquote img{max-width: 240px!important}
  138. blockquote blockquote img{max-width: 230px!important}
  139. blockquote blockquote blockquote img{max-width: 220px!important}
  140. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  141.  
  142.  
  143. #container {text-align: center; width: 935px; margin: 10px auto 0px auto; padding: 0px; z-index:0}
  144.  
  145.  
  146. #enter {float: center; margin-left: 515px;margin-top:-25px; width: 410px; }
  147.  
  148.  
  149. .posts {width: 300px;background-color:transparent; padding: 0px; padding: 0px; {block:IfTwoColumns}padding:5px;{/block:IfTwoColumns} float: left; margin: 20px 0 0 8px;opacity:2; text-align: justify; font-family: 'Baumans'; font-size: 12px; position: relative; border:0px solid {color:bpost}; border-radius:0px; {block:Aredondar} border-radius:5px; {/block:Aredondar};}
  150. .posts:hover .nn {opacity: 1;width:100%;left:35%;}
  151. .post:hover {padding-bottom:20px;}
  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: 300px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(65%); border-radius:0px;padding-top:00px;}
  161. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(30%);}
  162.  
  163. .quotesource:first-letter{font-family:arial; font-size: 13px; font-weight: none;}
  164. .quote {margin: 0; padding: 1px; font: normal 12px cambria; text-align: justify;line-height: 20px;}
  165. .posts:hover .quotesource{}
  166. .quotesource {text-align: right; font-family:'muli'; font-size:12px; text-transform:none;font-style:none; border-top:0px solid {color:bpost};}
  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:transparent;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:transparent;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. #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:1px;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:20px;right:0%;-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%;}
  226. .posts:hover .caixinha {opacity:1;bottom:-20px;right:0%}
  227. .caixinha a{font-family:Baumans;font-size:9px;text-transform:uppercase;}
  228.  
  229.  
  230. /******* helpdesigns modificado por fraquear **********/
  231. #creditos {width:27px; height: 60px; float: left; margin-left:10px; margin-top:20px; position: fixed;z-index:999999999;}
  232. #creditos a {display: inline-block;float: left; font: 10px consolas; height: 20px; width:6px;color:{color:text}; line-height: 20px;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:0px;padding-left:5px;padding-right:5px;}
  233. #creditos a:hover {width:100px; background-color:{color:detalhes}; opacity:0.7;}
  234. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  235.  
  236. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  237. #info a {font-size: 10px; text-transform: uppercase;}
  238.  
  239. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  240. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  241.  
  242. #cap {margin-top: -2px;}
  243. .source {display: none;}
  244.  
  245. .justin {margin-left:660px; margin-top:7px; background-color:transparent; opacity:10; font-size:13px; font-family:basket; color:{color:text}; width:165px;padding:0px;text-align:right;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;}
  246.  
  247. .fotinha:hover .justin {color:transparent;}
  248.  
  249. @font-face {
  250. font-family:basket;
  251. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  252. }
  253.  
  254.  
  255. .demi {margin-left:520px; margin-top:-8px; background-color:transparent; opacity:1; font-size:9px; font-family:arial; color:{color:text};width:302px;padding:2px;padding-top:6px;text-align:justify;border-top:0px solid {color:borda};text-transform:none;line-height:15px;z-index:9;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  256.  
  257. .demi:first-letter {font-family:Rochester;font-size:12px;}
  258.  
  259. /* menu by ruby connection html | usou ? creditou. É GRATIS */
  260. .raw{width:302px;height:20px; margin-left:519px; margin-top:1px; position: relative;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out;;;text-align:center;padding:2px;border: 1px solid {color:borda};}
  261. .raw a {margin-left: 1px ;height: 20px; width: 115px; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;color:#696969;font-size:8px; font-family:arial; line-height:23px;text-align:right;text-transform:uppercase;margin-bottom:6px; -moz-border-radius: 160px; border-radius: 0px 0px 0px 0px;text-shadow: 2px 2px 2px #fff;letter-spacing:2px;padding:7px;opacity:0.8}
  262. .raw a:hover{background: transparent;color:#696969;opacity:0.8}
  263. .raw a hearts{color:#696969;position: fixed;margin-top:-0.8px;
  264. font-size:10px;font-family:cambria;text-align:center;
  265. height: 19px;-moz-transition: all .8s ease-out; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;opacity:0;background-color:{color:detalhes};width:57px;margin-left:-61px;text-transform:uppercase;border:1px dotted #eee;}
  266. .raw a:hover hearts {margin-top:-0.8px;opacity:1; -moz-transition: all .8s ease-out; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  267. /* fim do menu, créditos a ruby do CH.*/
  268.  
  269. .simb{position:relative;margin-top:2px;margin-left:590px;width:65px;height:46px; border:0px solid #fff;z-index:999;}
  270. .simb img{width:160px; height:160px;opacity:1;z-index:999;}
  271.  
  272. /*********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: 0px 0px 0px #fff; }@font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}/*********helpdesigns******/
  273.  
  274.  
  275.  
  276. </style>
  277. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/k89uxep/rFEmptza6/32.png" border="0"></a>
  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. <div id="creditos" title="THEME FEITO POR FRAQUEAR clique e veja mais">
  287. <a href="http://fraquear.tumblr.com/">F R A Q U E A R</a></div>
  288.  
  289. <div class="justin"> {text:titulo}</div>
  290.  
  291. <div class="demi"> {Description}</div>
  292.  
  293. <div class="raw">
  294. <a href="{text:Link1}">primeiro <hearts>{text:Link1 Title}</hearts></a>
  295. <a href="{text:Link2}">segundo <hearts>{text:Link2 Title}</hearts></a>
  296. <a href="{text:Link3}">terceiro <hearts>{text:Link3 Title}</hearts></a>
  297. <a href="{text:Link4}">quarto. <hearts>{text:Link4 Title}</hearts></a>
  298. </div>
  299.  
  300.  
  301. </DIV>
  302.  
  303. </div>
  304. {block:IndexPage}
  305. <div class="column navigation" id="navigation">
  306. {block:Pagination}
  307. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  308. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  309. </div>
  310. {/block:IndexPage}
  311. </div></div></div></div>
  312.  
  313. <br></center></div></div></div></div></div></div>
  314.  
  315. <div id="enter">
  316.  
  317.  
  318. <div class="autopagerize_page_element">
  319. {block:Posts}
  320.  
  321. <div class="posts">
  322.  
  323.  
  324.  
  325.  
  326. {block:Text}
  327. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  328. <div class="caixinha">
  329. <a href="{ReblogURL}">Reblog</a> /
  330. <a href="{Permalink}">{NoteCount}</a> /
  331. <a href="{SourceURL}">Source</a>
  332. </div>
  333. {/block:Text}
  334.  
  335. {block:Photo}
  336. <div class="caixinha">
  337. <a href="{ReblogURL}">Reblog</a> /
  338. <a href="{Permalink}">{NoteCount}</a> /
  339. <a href="{SourceURL}">Source</a>
  340. </div> {block:IndexPage}<div class="image"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="300"/></div>{/block:IndexPage}{block:PermalinkPage}<div class="foto"><img src="{PhotoURL-500}" width="300"/></div>{/block:PermalinkPage}{/block:Photo}
  341.  
  342. {/block:Photo}{block:Photoset}
  343.  
  344. <div class="image"><div class="caixinha">
  345. <a href="{ReblogURL}">Reblog</a> /
  346. <a href="{Permalink}">{NoteCount}</a> /
  347. <a href="{SourceURL}">Source</a>
  348. </div>{Photoset-400}</div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  349.  
  350.  
  351. {block:Quote}
  352. <div class="quote">{Quote}</div>
  353. {block:Source}<div class="quotesource">{Source}</div>
  354. {/block:Source}
  355. <a href="{SourceURL}"></a>
  356. <a href="{ReblogParentURL}"></a>
  357. <div class="caixinha">
  358. <a href="{ReblogURL}">Reblog</a> /
  359. <a href="{Permalink}">{NoteCount}</a> /
  360. <a href="{SourceURL}">Source</a>
  361. </div>
  362. {/block:Quote}
  363.  
  364. {block:Link}
  365.  
  366. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  367. {block:Description}{Description}{/block:Description} <div class="caixinha">
  368. <a href="{ReblogURL}">Reblog</a> /
  369. <a href="{Permalink}">{NoteCount}</a> /
  370. <a href="{SourceURL}">Source</a>
  371. </div>
  372. {/block:Link}
  373.  
  374. {block:Chat}
  375. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  376. <div class="chat"><ul>{block:Lines}
  377. <li class="person{UserNumber}">{block:Label}
  378. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div> <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:Chat}
  384.  
  385. {block:Audio}
  386. <div class="player">{AudioPlayerBlack}</div>
  387. {block:Caption}{Caption}{/block:Caption} <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:Audio}
  393.  
  394. {block:Video}{Video-250} <div class="caixinha">
  395. <a href="{ReblogURL}">Reblog</a> /
  396. <a href="{Permalink}">{NoteCount}</a> /
  397. <a href="{SourceURL}">Source</a>
  398. </div>{/block:Video}
  399.  
  400. {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><div class="caixinha">
  401. <a href="{ReblogURL}">Reblog</a> /
  402. <a href="{Permalink}">{NoteCount}</a> /
  403. <a href="{SourceURL}">Source</a>
  404. </div>
  405. {/block:Answer}
  406.  
  407. {/block:IndexPage}
  408. </div>
  409. {/block:Posts}</div></div></div>
  410. </div></div></div></div></div></div></div></div></div>
  411.  
  412. {block:IndexPage}
  413.  
  414. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  415.  
  416. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  417.  
  418. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  419.  
  420. <script type="text/javascript">
  421. $(window).load(function(){
  422. var $wall = $('#enter');
  423. $wall.imagesLoaded(function(){
  424. $wall.masonry({
  425. itemSelector: '.posts',
  426. isAnimated : true
  427. });
  428. });
  429. $wall.infinitescroll({
  430. navSelector : "div#navigation",
  431. nextSelector : "div#navigation a#nextPage",
  432. itemSelector : '.posts',
  433. loadingImg : "http://static.tumblr.com/gdekeu9/sPBmvuxx8/loader.gif",
  434. loadingText : "",
  435. donetext : " ",
  436. extraScrollPx : 1000,
  437. bufferPx : 10100,
  438. debug : false,
  439. errorCallback: function() {
  440. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  441. }},
  442. function( newElements ) {
  443. var $newElems = $( newElements );
  444. $newElems.hide();
  445. $newElems.imagesLoaded(function(){
  446. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  447. });
  448. }); $('#enter').show(500);
  449. });
  450. </script>
  451.  
  452. {/block:IndexPage}
  453. </div>
  454. {/block:Posts}</div></div></div>
  455. </div></div></div></div></div></div></div></div></div>
  456. </div></div></div></div></div></div></div></div>
  457.  
  458. </div></div></div></div></div></div></div></div>
  459.  
  460. </div></div></div></div></div></div></div></div>
  461.  
  462. </div></div></div></div>
  463.  
  464. </body>
  465.  
  466. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement