Advertisement
thmxpedro

Theme 138

Mar 8th, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.07 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="Recado" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:Link3 Title" content="Autorias" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:Link4 Title" content="Themes" />
  40. <meta name="text:Link5" content="/" />
  41. <meta name="text:Link5 Title" content="Skins" />
  42. <meta name="text:Link6" content="/" />
  43. <meta name="text:Link6 Title" content="Links" />
  44.  
  45. <meta name="if:Tree columns" content="0">
  46.  
  47. <meta name="image:background" content="" />
  48. <meta name="image:sidebar" content=""/>
  49.  
  50. <meta name="color:background" content="#ffffff" />
  51. <meta name="color:posts" content="#fcfcfc" />
  52. <meta name="color:detalhes" content="#000" />
  53. <meta name="color:borda" content="#ccc" />
  54. <meta name="color:frase" content="#000" />
  55. <meta name="color:text" content="#a1a1a1" />
  56. <meta name="color:link" content="#a1a1a1" />
  57. <meta name="color:corlink" content="#eee" />
  58. <meta name="color:bordalink" content="#ccc" />
  59. <meta name="color:scrollbar" content="#a1a1a1">
  60.  
  61.  
  62. {/block:Description}
  63. <script type="text/javascript"
  64. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  65.  
  66. <!-----FONTES------>
  67. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  68. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  69. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  70. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  71. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  72. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  73. <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'>
  74. </script>
  75. <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'>
  76. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  77.  
  78.  
  79. {block:IndexPage}
  80.  
  81. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  82.  
  83. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  84.  
  85. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  86.  
  87. <script type="text/javascript">
  88. $(window).load(function(){
  89. var $wall = $('#enter');
  90. $wall.imagesLoaded(function(){
  91. $wall.masonry({
  92. itemSelector: '.posts',
  93. isAnimated : true
  94. });
  95. });
  96. $wall.infinitescroll({
  97. navSelector : "div#navigation",
  98. nextSelector : "div#navigation a#nextPage",
  99. itemSelector : '.posts',
  100. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  101. loadingText : "",
  102. donetext : " ",
  103. extraScrollPx : 1000,
  104. bufferPx : 10100,
  105. debug : false,
  106. errorCallback: function() {
  107. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  108. }},
  109. function( newElements ) {
  110. var $newElems = $( newElements );
  111. $newElems.hide();
  112. $newElems.imagesLoaded(function(){
  113. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  114. });
  115. }); $('#enter').show(500);
  116. });
  117. </script>
  118.  
  119.  
  120. {/block:IndexPage}
  121.  
  122.  
  123. <style type="text/css">
  124. {color: #fff; background: #ccc;}
  125. ::selection
  126. {color: #fff; background:#797979;text-shadow:
  127. 0px 0px 0px;}
  128.  
  129.  
  130. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; left: 1050px;}
  131. /******* THEME POR DECREPITAR ********/
  132. body {background-color: {color:background}; font-family: 'Calibri', arial; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  133.  
  134. a {color: {color:link}; text-decoration: none; text-transform: none;}
  135. a:hover {color: {color:link}; background-color: transparent; text-decoration: none;}
  136.  
  137. p {margin: 6px 0 0 0}
  138.  
  139. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  140. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  141. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  142. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  143.  
  144. blockquote img{max-width: 240px!important}
  145. blockquote blockquote img{max-width: 230px!important}
  146. blockquote blockquote blockquote img{max-width: 220px!important}
  147. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  148.  
  149.  
  150. #container {text-align: center; width: 935px; margin: 10px auto 0px auto; padding: 0px; z-index:0}
  151.  
  152. #enter {float: center; margin-left: 310px; margin-top:35px; width: 550px;{block:IfTreeColumns}width:900px;{/block:IfTreeColumns}}
  153.  
  154. .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;}
  155. .posts:hover .nn {opacity: 1;width:100%;left:35%;}
  156.  
  157.  
  158. h1 {font-family: 'cambria'; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  159. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  160. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  161.  
  162.  
  163. .image {text-align: center; border: 0px}
  164. .image img { max-width: 250px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(80%); }
  165. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(0%);}
  166.  
  167. .quotesource:first-letter{font-family: 'Baumans'; font-size: 15px; font-weight: none;}
  168. .quote {margin: 0; padding: 7px; font: normal 12px 'Baumans' ; text-align: justify;}
  169. .posts:hover .quotesource{text-align: right;opacity:0;}
  170. .quotesource {text-align: center; font-family:consolas; font-size:10px; text-transform:uppercase;font-style:none;}
  171. .quotesource a, a:hover{text-transform: none;}
  172.  
  173. .chat {line-height: 14px; list-style: none; }
  174. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  175. .person1 {color: {color:text}; padding: 2px; }
  176. .person1 .label {font-weight: bold; color:{color:text}}
  177. .person2 {color: {color:text}; padding: 2px; }
  178. .person2 .label {font-weight: bold; color:{color:text}}
  179.  
  180. .player {background-color: #000; text-align: left; display:block;}
  181.  
  182. /** estilo de ask #04 - bombasticdesign.tumblr.com **/
  183. .askfoto{border-radius: 50px;border:2px solid #FFF;margin-left:10px;margin-top:-10px;}
  184. .perguntou{background:#eee;padding:4px;color:{color:text};}}
  185. .perguntou a {color:{color:text}; font-family:'cambria'}
  186. .perguntou:hover a {color:{color:text};font-family:'cambria'}
  187. .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}
  188. .pergunta{ margin-left: 50px;
  189. font-family: 'cambria', sans-serif;}
  190. .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;}
  191.  
  192. /** fim do código **/
  193.  
  194. .nn {opacity:0;width:100%;
  195. position: absolute;
  196. text-align: left;
  197. height:10%;line-height:10%;
  198. text-transform:uppercase;
  199. top:40%;
  200. left:25%;
  201. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  202.  
  203. -webkit-transition: all 0.5s linear;
  204.  
  205. -moz-transition: all 0.5s linear;
  206.  
  207. transition: all 0.5s linear;font-size:9px;color:#;text-transform:none;font-family:muli;
  208. }
  209.  
  210. .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%;}
  211.  
  212. .notess a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  213. .posts:hover .notess {opacity: 1; margin-left:20%;}
  214.  
  215. .gradient{
  216.  
  217. -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;
  218. }
  219.  
  220.  
  221. #tumblr_controls{position: fixed!important;z-index:15; -webkit-filter:invert(100%);}
  222.  
  223. 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%);}
  224. 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%);}
  225.  
  226.  
  227.  
  228. ::-webkit-scrollbar{width:7px;height:7px;}
  229. ::-webkit-scrollbar-button:start:decrement
  230. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  231. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  232. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};}
  233. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};}
  234.  
  235. .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%;}
  236. .posts:hover .caixinha {opacity:1;bottom:4px;}
  237. .caixinha a{font-family:Baumans;font-size:9px;text-transform:uppercase;}
  238.  
  239. .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;}
  240.  
  241. /******* helpdesigns.**********/
  242. #creditos {width:388px; height: 42px; float: left; margin-left:5px; margin-top:600px; position: fixed;}
  243. #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;}
  244. #creditos a:hover{background-color:{color:detalhes}; color:#fff;-webkit-transition: all 0.99s ease-in-out;width: 35%;}
  245. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  246.  
  247. .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;}
  248.  
  249. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  250. #info a {font-size: 10px; text-transform: uppercase;}
  251.  
  252. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  253. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  254.  
  255. #cap {margin-top: -2px;}
  256. .source {display: none;}
  257.  
  258.  
  259. .fotinha { margin-left:144px; margin-top:120px;position:fixed;background-color:{color:borda};opacity:0.90; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  260. .fotinha img { background-color:{color:borda};display: inline; -webkit-transition: all 0.99s ease-in-out;-webkit-border-radius: 0px 0px 0px 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(65%);}
  261. .fotinha img:hover { -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(20%);}
  262.  
  263.  
  264. #descri {position:fixed; width: 120px; height: 9px; font-size: 11px; font-family:'Baumans'; margin-left:9px;margin-top:-23px; padding: 5px;text-align: center;color:{color:frase}; background-color:rgba(225,225,225,0.3); overflow:hidden; -webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out; border-radius:5px 5px 0px 0px;}
  265.  
  266. .menualys {margin-top:-8px;margin-left:-11px;width:140%;height:50px;line-height:56px;position:fixed;text-align:center;font-family:'fonte';font-size:50px;color:#aaa; background-color:{color:corlink}; border-bottom:2px solid {color:bordalink}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;z-index:1;}
  267. .menualys a {color:{color:text};text-shadow:1px 1px 0px {color:detalhes};margin-left:3px;}
  268. .menualys a:hover{color:#000;text-shadow:1px 1px 0px #eee;}
  269. @font-face {src: url('http://static.tumblr.com/l3gbi5c/ZjEn0qz5y/shit_happens_trial_d_.otf'); font-family: 'fonte';}
  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. </style>
  277.  
  278. <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'>
  279.  
  280. <body>
  281.  
  282.  
  283.  
  284.  
  285. <div id="creditos" title="THEME POR FRAQUEAR + detalhes helpdesign + base decrepitar">
  286. <a href="http://fraquear.tumblr.com/">Theme por fraquear, veja mais. </a></div>
  287.  
  288. <div class="menualys">
  289. <a href="{text:Link1}">{text:Link1 Title}</a>
  290. <a href="{text:Link2}">{text:Link2 Title}</a>
  291. <a href="{text:Link3}">{text:Link3 Title}</a>
  292. <a href="{text:Link4}">{text:Link4 Title}</a>
  293. <a href="{text:Link5}">{text:Link5 Title}</a>
  294. <a href="{text:Link6}">{text:Link6 Title}</a>
  295. </a></div></div>
  296.  
  297. <div class="fotinha"><img src="{image:sidebar}">
  298.  
  299. <div id="descri">
  300. {description}
  301. </div>
  302. </div></div></div>
  303. </div>
  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