Advertisement
thmxpedro

Theme 139 - Tree or Four colunes.

Mar 11th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.58 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="+more" />
  38.  
  39. <meta name="if:Four columns" content="0">
  40.  
  41. <meta name="image:background" content="" />
  42. <meta name="image:sidebar" content=""/>
  43.  
  44. <meta name="color:background" content="#ffffff" />
  45. <meta name="color:posts" content="#fcfcfc" />
  46. <meta name="color:detalhes" content="#000" />
  47. <meta name="color:borda" content="#ccc" />
  48. <meta name="color:frase" content="#000" />
  49. <meta name="color:text" content="#a1a1a1" />
  50. <meta name="color:link" content="#a1a1a1" />
  51. <meta name="color:scrollbar" content="#a1a1a1">
  52.  
  53. <meta name="text:titulo" content="Skyscraper." />
  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: 15px; 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; }
  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: 1035px; margin: 10px auto 0px auto; padding: 0px; z-index:0}
  144.  
  145. #enter {float: center; margin-left: 245px; margin-top:0px; width: 950px;{block:IfFourColumns}width:1100px;{/block:IfFourColumns}}
  146.  
  147. .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;}
  148. .posts:hover .nn {opacity: 1;width:100%;left:35%;}
  149.  
  150.  
  151. h1 {font-family: 'cambria'; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  152. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  153. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  154.  
  155.  
  156. .image {text-align: center; border: 0px}
  157. .image img { max-width: 250px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(80%); }
  158. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(0%);}
  159.  
  160. .quotesource:first-letter{font-family:Rochester; font-size: 15px; font-weight: none;}
  161. .quote {margin: 0; padding: 7px; font: normal 12px 'Baumans' ; text-align: justify;}
  162. .posts:hover .quotesource{text-align: right;opacity:0;}
  163. .quotesource {text-align: center; font-family:consolas; font-size:10px; text-transform:uppercase;font-style:none;}
  164. .quotesource a, a:hover{text-transform: none;}
  165.  
  166. .chat {line-height: 14px; list-style: none; }
  167. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  168. .person1 {color: {color:text}; padding: 2px; }
  169. .person1 .label {font-weight: bold; color:{color:text}}
  170. .person2 {color: {color:text}; padding: 2px; }
  171. .person2 .label {font-weight: bold; color:{color:text}}
  172.  
  173. .player {background-color: #000; text-align: left; display:block;}
  174.  
  175. /** estilo de ask #04 - bombasticdesign.tumblr.com **/
  176. .askfoto{border-radius: 50px;border:2px solid #FFF;margin-left:10px;margin-top:-10px;}
  177. .perguntou{background:#eee;padding:4px;color:{color:text};}}
  178. .perguntou a {color:{color:text}; font-family:'cambria'}
  179. .perguntou:hover a {color:{color:text};font-family:'cambria'}
  180. .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}
  181. .pergunta{ margin-left: 50px;
  182. font-family: 'cambria', sans-serif;}
  183. .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;}
  184.  
  185. /** fim do código **/
  186.  
  187. .nn {opacity:0;width:100%;
  188. position: absolute;
  189. text-align: left;
  190. height:10%;line-height:10%;
  191. text-transform:uppercase;
  192. top:40%;
  193. left:25%;
  194. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  195.  
  196. -webkit-transition: all 0.5s linear;
  197.  
  198. -moz-transition: all 0.5s linear;
  199.  
  200. transition: all 0.5s linear;font-size:9px;color:#;text-transform:none;font-family:muli;
  201. }
  202.  
  203. .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%;}
  204.  
  205. .notess a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  206. .posts:hover .notess {opacity: 1; margin-left:20%;}
  207.  
  208. .gradient{
  209.  
  210. -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;
  211. }
  212.  
  213.  
  214. #tumblr_controls{position: fixed!important;z-index:15; -webkit-filter:invert(100%);}
  215.  
  216. 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%);}
  217. 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%);}
  218.  
  219.  
  220.  
  221. ::-webkit-scrollbar{width:7px;height:7px;}
  222. ::-webkit-scrollbar-button:start:decrement
  223. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  224. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  225. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};}
  226. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};}
  227.  
  228. .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%;}
  229. .posts:hover .caixinha {opacity:1;bottom:4px;}
  230. .caixinha a{font-family:Baumans;font-size:9px;text-transform:uppercase;}
  231.  
  232. .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;}
  233.  
  234. /******* helpdesigns.**********/
  235. #creditos {width:388px; height: 42px; float: left; margin-left:5px; margin-top:600px; position: fixed;}
  236. #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;}
  237. #creditos a:hover{background-color:{color:detalhes}; color:#fff;-webkit-transition: all 0.99s ease-in-out;width: 35%;}
  238. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  239.  
  240. .caixinha3 {opacity:0;position: absolute;text-align: center; height:20px;text-transform:uppercase;top: 7px;left:-1%;-webkit-transition-duration: 0.9s;z-index:99;-webkit-transition: opacity 0.5s linear; opacity: 0.0;;-webkit-transition:All 1s ease;-moz-transition:All 1s ease;-webkit-transition: all 0.6s ease-out;-o-transition:All 1s ease; font-family:arial;font-size:7px;}.caixinha3 img {width:23px;}.posts:hover .caixinha3 {opacity: 0.85;left:9px;}
  241.  
  242. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  243. #info a {font-size: 10px; text-transform: uppercase;}
  244.  
  245. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  246. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  247.  
  248. #cap {margin-top: -2px;}
  249. .source {display: none;}
  250.  
  251.  
  252. .fotinha { margin-left:90px; margin-top:100px;position:fixed;background-color:transparent;opacity:0.90; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  253. .fotinha img { background-color:transparent;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(55%);}
  254. .fotinha img:hover { -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(20%);}
  255.  
  256. .links {text-align: left; position:fixed; width: 133px;font-family:'Baumans'; word-spacing:0px; margin-top:306px;margin-left:300px; 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;}
  257.  
  258.  
  259. .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; }
  260.  
  261. .links a:hover {color:#ccc;}
  262.  
  263. .links {opacity:10; margin-left:85px;-webkit-transition-duration: .9s;}
  264.  
  265.  
  266.  
  267. .demi {margin-left:5px; margin-top:20px; background-color:#eee; opacity:0; font-size:10px; font-family:consolas; color:{color:text}; border:1px solid {color:borda}; width:142px; height:50px;padding:2px;text-align:justify;}
  268.  
  269. .links:hover .demi {opacity:1;webkit-transition:0.3s linear; -webkit-transition:all 1.0s ease-out; }
  270.  
  271. #drew:hover {
  272. webkit-transition:0.3s linear; -webkit-transition:all 1.0s ease-out; -moz-transition:all 1.0s ease-out; transition:all 1.0s ease-out;transform:rotate(-5deg);
  273. -ms-transform:rotate(-360deg);
  274. -webkit-transform:rotate(-360deg);}
  275.  
  276.  
  277. #drew {;margin-top:-12px;background:#eee;font-size:17px;width:19px;-webkit-transition-duration:.9s;margin-left:130px;height:16px;line-height:19px;height:18px;border:1px solid {color:borda};opacity:10; border-radius:100px; z-index:9999999;}
  278.  
  279. .pedro1 {position:fixed; width:140px; font-family:Rochester; font-size:18px; text-align:justify; color:{color:text}; -webkit-transition: all 1.1s ease-out; -moz-transition: all 1.3s ease-out;margin-left:10px;margin-top:-7px;z-index:999999;border-top:2px dotted {color:borda};padding-bottom:-3px;}
  280.  
  281.  
  282. /*********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******/
  283.  
  284.  
  285. </style>
  286.  
  287. <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'>
  288.  
  289. <body>
  290.  
  291.  
  292.  
  293.  
  294. <div id="creditos" title="THEME POR FRAQUEAR + detalhes helpdesign + base decrepitar">
  295. <a href="http://fraquear.tumblr.com/">Theme por fraquear, veja mais. </a></div>
  296.  
  297.  
  298. <div class="fotinha"><img src="{image:sidebar}"></div>
  299.  
  300. <div class="links">
  301. <a href="{text:Link1}">{text:Link1 Title}</a>
  302. <a href="{text:Link2}">{text:Link2 Title}</a>
  303. <a href="{text:Link3}">{text:Link3 Title}</a>
  304.  
  305. <div id="drew">❀</div>
  306.  
  307. <div class="pedro1">{text:titulo}</div>
  308. <div class="demi"> {Description}
  309. </div>
  310.  
  311.  
  312. </DIV>
  313.  
  314. </div>
  315. {block:IndexPage}
  316. <div class="column navigation" id="navigation">
  317. {block:Pagination}
  318. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  319. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  320. </div>
  321. {/block:IndexPage}
  322. </div></div></div></div>
  323.  
  324. <br></center></div></div></div></div></div></div>
  325.  
  326. <div id="enter">
  327.  
  328.  
  329. <div class="autopagerize_page_element">
  330. {block:Posts}
  331.  
  332. <div class="posts">
  333.  
  334.  
  335.  
  336.  
  337. {block:Text}
  338. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  339. <div class="caixinha">
  340. <a href="{ReblogURL}">Reblog</a> /
  341. <a href="{Permalink}">{NoteCount}</a> /
  342. <a href="{SourceURL}">Source</a>
  343. </div>
  344. {/block:Text}
  345.  
  346. {block:Photo}
  347.  
  348.  
  349.  
  350. {LinkOpenTag} <div class="caixinha1">
  351. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/gdekeu9/zwPmz03r6/kc0ux.png"></a></div>
  352. <div class="caixinha3">
  353. <a href="{permalink}"><img src="http://static.tumblr.com/gdekeu9/jOGmz03ry/236z2x.png" title="{NoteCount}"></a>
  354. <a href="{SourceURL}"></a>
  355.  
  356. </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}
  357.  
  358. {/block:Photo}{block:Photoset}
  359.  
  360. <div class="image"><div class="caixinha1">
  361. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/gdekeu9/zwPmz03r6/kc0ux.png"></a></div>
  362. <div class="caixinha3">
  363. <a href="{permalink}"><img src="http://static.tumblr.com/gdekeu9/jOGmz03ry/236z2x.png" title="{NoteCount}"></a>
  364. <a href="{SourceURL}"></a></div>{Photoset-250}</div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  365.  
  366.  
  367. {block:Quote}
  368.  
  369. <div class="quote">{Quote}</div>
  370. {block:Source}<div class="quotesource">{Source}</div>
  371. {/block:Source}
  372. <a href="{SourceURL}"></a>
  373. <a href="{ReblogParentURL}"></a>
  374. <div class="caixinha">
  375. <a href="{ReblogURL}">Reblog</a> /
  376. <a href="{Permalink}">{NoteCount}</a> /
  377. <a href="{SourceURL}">Source</a>
  378. </div>
  379. {/block:Quote}
  380.  
  381. {block:Link}
  382.  
  383. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  384. {block:Description}{Description}{/block:Description} <div class="caixinha">
  385. <a href="{ReblogURL}">Reblog</a> /
  386. <a href="{Permalink}">{NoteCount}</a> /
  387. <a href="{SourceURL}">Source</a>
  388. </div>
  389. {/block:Link}
  390.  
  391. {block:Chat}
  392. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  393. <div class="chat"><ul>{block:Lines}
  394. <li class="person{UserNumber}">{block:Label}
  395. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div> <div class="caixinha">
  396. <a href="{ReblogURL}">Reblog</a> /
  397. <a href="{Permalink}">{NoteCount}</a> /
  398. <a href="{SourceURL}">Source</a>
  399. </div>
  400. {/block:Chat}
  401.  
  402. {block:Audio}
  403. <div class="player">{AudioPlayerBlack}</div>
  404. {block:Caption}{Caption}{/block:Caption} <div class="caixinha">
  405. <a href="{ReblogURL}">Reblog</a> /
  406. <a href="{Permalink}">{NoteCount}</a> /
  407. <a href="{SourceURL}">Source</a>
  408. </div>
  409. {/block:Audio}
  410.  
  411. {block:Video}{Video-250} <div class="caixinha">
  412. <a href="{ReblogURL}">Reblog</a> /
  413. <a href="{Permalink}">{NoteCount}</a> /
  414. <a href="{SourceURL}">Source</a>
  415. </div>{/block:Video}
  416.  
  417. {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>
  418. {/block:Answer}
  419.  
  420. {/block:IndexPage}
  421. </div>
  422. {/block:Posts}</div></div></div>
  423. </div></div></div></div></div></div></div></div></div>
  424.  
  425. {block:IndexPage}
  426.  
  427. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  428.  
  429. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  430.  
  431. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  432.  
  433. <script type="text/javascript">
  434. $(window).load(function(){
  435. var $wall = $('#enter');
  436. $wall.imagesLoaded(function(){
  437. $wall.masonry({
  438. itemSelector: '.posts',
  439. isAnimated : true
  440. });
  441. });
  442. $wall.infinitescroll({
  443. navSelector : "div#navigation",
  444. nextSelector : "div#navigation a#nextPage",
  445. itemSelector : '.posts',
  446. loadingImg : "http://static.tumblr.com/gdekeu9/sPBmvuxx8/loader.gif",
  447. loadingText : "",
  448. donetext : " ",
  449. extraScrollPx : 1000,
  450. bufferPx : 10100,
  451. debug : false,
  452. errorCallback: function() {
  453. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  454. }},
  455. function( newElements ) {
  456. var $newElems = $( newElements );
  457. $newElems.hide();
  458. $newElems.imagesLoaded(function(){
  459. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  460. });
  461. }); $('#enter').show(500);
  462. });
  463. </script>
  464.  
  465. {/block:IndexPage}
  466. </div>
  467. {/block:Posts}</div></div></div>
  468. </div></div></div></div></div></div></div></div></div>
  469. </div></div></div></div></div></div></div></div>
  470.  
  471. </div></div></div></div></div></div></div></div>
  472.  
  473. </div></div></div></div></div></div></div></div>
  474.  
  475. </div></div></div></div>
  476.  
  477. </body>
  478.  
  479. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement