Advertisement
thmxpedro

Theme 172 / One - Two or Tree columns.

May 12th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.30 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!------------------------------------------------------------------------
  3. THEMES FEITO POR PEDRO COSTA /FRAQUEAR.TUMBLR
  4. BASE POR DECREPITAR
  5. ----------------------------------------------------------------------
  6. * NÃO RETIRE OS CREDITOS ;
  7. * NÃO PLAGIE , ART. LEI 184
  8. * DÚVIDAS ME PERGUNTE, OKAY?
  9. * NÃO SE INSPIRE, NEM COPIE.
  10. * PENSE BEM ANTES DE FAZER BESTEIRA
  11. ----------------------------------------------------------------------
  12. ---------------->
  13.  
  14. <html>
  15.  
  16. <head>
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23.  
  24. $(document).ready(function(){
  25. $("[title]").style_my_tooltips();
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30.  
  31. <title>{Title}</title>
  32.  
  33. <link rel="shortcut icon" href="http://pnsdr.com/favicon.ico">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />
  37.  
  38. {/block:Description}
  39.  
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link2" content="/" />
  42. <meta name="text:Link3" content="/" />
  43.  
  44. <meta name="if:Two columns" content="0">
  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="#fff" />
  51. <meta name="color:posts" content="#fff" />
  52. <meta name="color:detalhes" content="#ccc" />
  53. <meta name="color:borda" content="#ccc" />
  54. <meta name="color:bgfoto" content="#fafafa" />
  55. <meta name="color:bpost" content="#fafafa" />
  56. <meta name="color:text" content="##919090" />
  57. <meta name="color:link" content="#919090" />
  58. <meta name="color:scrollbar" content="#a1a1a1">
  59.  
  60. <meta name="text:titulo" content="fucking" />
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  63.  
  64.  
  65. {/block:Description}
  66. <script type="text/javascript"
  67. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  68.  
  69. <!-----FONTES------>
  70. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  71. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  72. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  73. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  74. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  76. <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'>
  77. </script>
  78. <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'>
  79. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  80.  
  81.  
  82. {block:IndexPage}
  83.  
  84. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  85.  
  86. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  87.  
  88. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  89.  
  90. <script type="text/javascript">
  91. $(window).load(function(){
  92. var $wall = $('#enter');
  93. $wall.imagesLoaded(function(){
  94. $wall.masonry({
  95. itemSelector: '.posts',
  96. isAnimated : true
  97. });
  98. });
  99. $wall.infinitescroll({
  100. navSelector : "div#navigation",
  101. nextSelector : "div#navigation a#nextPage",
  102. itemSelector : '.posts',
  103. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  104. loadingText : "",
  105. donetext : " ",
  106. extraScrollPx : 1000,
  107. bufferPx : 10100,
  108. debug : false,
  109. errorCallback: function() {
  110. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  111. }},
  112. function( newElements ) {
  113. var $newElems = $( newElements );
  114. $newElems.hide();
  115. $newElems.imagesLoaded(function(){
  116. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  117. });
  118. }); $('#enter').show(500);
  119. });
  120. </script>
  121.  
  122.  
  123. {/block:IndexPage}
  124.  
  125.  
  126. <style type="text/css">
  127. {color: #fff; background: {color:detalhes};}
  128. ::selection
  129. {color: #fff; background:{color:detalhes};text-shadow:
  130. 0px 0px 0px;}
  131.  
  132.  
  133. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; left: 1050px;}
  134. /******* THEME POR DECREPITAR ********/
  135. 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%; }
  136.  
  137. a {color: {color:link}; text-decoration: none; text-transform: none;}
  138. a:hover {color: {color:link}; background-color: transparent; text-decoration: uppercase;}
  139. p {margin: 6px 0 0 0}
  140.  
  141. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  142. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  143. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  144. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  145.  
  146. blockquote img{max-width: 240px!important}
  147. blockquote blockquote img{max-width: 230px!important}
  148. blockquote blockquote blockquote img{max-width: 220px!important}
  149. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  150.  
  151.  
  152. #container {text-align: center; width: 935px; margin: 15px auto 0px auto; padding: 0px; z-index:0}
  153.  
  154.  
  155. #enter {float: center; margin-left: 350px;{block:IfTwoColumns}margin-left:255px;{/block:IfTwoColumns} {block:IfTreeColumns}margin-left:170px;{/block:IfTreeColumns}margin-top:-10px; width: 430px;{block:IfTwoColumns}width:560px;{/block:IfTwoColumns}; {block:IfTreeColumns}width:850px;{/block:IfTreeColumns} }
  156.  
  157.  
  158. .posts {width: 410px;{block:IfTwoColumns}width:250px;{/block:IfTwoColumns}{block:IfTreeColumns}width:250px;{/block:IfTreeColumns} background-color:transparent; padding: 0px; padding: 10px; {block:IfTwoColumns}padding:10px;{/block:IfTwoColumns} float: left; margin: 0px 0 0 10px; opacity:2; text-align: justify; font-family: 'Baumans'; font-size: 12px; position: relative; border:0px solid {color:bpost}; border-radius:0px;
  159. }
  160. .posts:hover .nn {opacity: 1;width:100%;left:35%;}
  161. .post:hover {padding-bottom:22px;}
  162.  
  163.  
  164. h1 {font-family: 'Baumans'; text-align:center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 13px;}
  165. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  166. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  167.  
  168.  
  169. .image {text-align: center; border: 0px}
  170. .image img { max-width: 400px; width:400px; {block:IfTwoColumns}width:250px;{/block:IfTwoColumns}{block:IfTreeColumns}width:250px;{/block:IfTreeColumns} margin-bottom: 2px; -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(00%); border-radius:0px;padding-top:00px;opacity:1;}
  171. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(10%);}
  172.  
  173. .quotesource:first-letter{font-family:arial; font-size: 13px; font-weight: none;}
  174. .quote {margin: 0; padding: 1px; font: normal 12px cambria; text-align: justify;line-height: 20px;}
  175. .posts:hover .quotesource{}
  176. .quotesource {text-align: right; font-family:'muli'; font-size:12px; text-transform:none;font-style:none; border-top:0px solid {color:bpost};}
  177. .quotesource a, a:hover{text-transform: none;}
  178.  
  179. .chat {line-height: 14px; list-style: none; }
  180. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  181. .person1 {color: {color:text}; padding: 2px; }
  182. .person1 .label {font-weight: bold; color:{color:text}}
  183. .person2 {color: {color:text}; padding: 2px; }
  184. .person2 .label {font-weight: bold; color:{color:text}}
  185.  
  186. .player {background-color: #000; text-align: left; display:block;}
  187.  
  188.  
  189. .ask {width:auto;align:left;background:#fafafa;margin:1px;
  190. margin-right:40px;padding:8px;position: relative;font: 10px verdana;
  191. text-shadow: 0px 1px 1px #fff;z-index:80;border-left:3px solid #f0f0f0;
  192. text-transform:normal;color:#888;}
  193. .res {color:{color:Text};font: 10px 'cambria';line-height:10px; text-align:left; margin-left:2px;}
  194.  
  195.  
  196. .nn {opacity:0;width:100%;
  197. position: absolute;
  198. text-align: left;
  199. height:10%;line-height:10%;
  200. text-transform:uppercase;
  201. top:40%;
  202. left:25%;
  203. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  204.  
  205. -webkit-transition: all 0.5s linear;
  206.  
  207. -moz-transition: all 0.5s linear;
  208.  
  209. transition: all 0.5s linear;font-size:9px;color:#;text-transform:none;font-family:muli;
  210. }
  211.  
  212. .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%;}
  213.  
  214. .notess a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  215. .posts:hover .notess {opacity: 1; margin-left:20%;}
  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:1px;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:30px;line-height:30px;text-transform:uppercase;bottom:-31px;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%;}
  232. .posts:hover .caixinha {opacity:1;bottom:-15px;right:0%}
  233. .caixinha a{font-family:Baumans;font-size:9px;text-transform:uppercase;}
  234.  
  235. .caixinha2 {opacity:0;position: absolute;text-align:center; height:30px;line-height:30px;text-transform:uppercase;top:31px;left:30px;-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:rgba(200,200,200,0.3);;width:60px;}
  236. .posts:hover .caixinha2 {opacity:1;top:31px;left:30px;}
  237. .caixinha2 a{font-family:Baumans;font-size:9px;text-transform:uppercase;color:#fff;}
  238.  
  239. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  240. #info a {font-size: 10px; text-transform: uppercase;}
  241.  
  242. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  243. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  244.  
  245. #cap {margin-top: -2px;}
  246. .source {display: none;}
  247.  
  248. .fotinha { margin-left:814px; {block:IfTwoColumns}margin-left:820px;{/block:IfTwoColumns} {block:IfTreeColumns}margin-left:1040px;{/block:IfTreeColumns} margin-top:70px;position:fixed;background-color:transparent;opacity:1; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;}
  249. .fotinha img {background-color:{color:bgfoto};display: inline; -webkit-transition: all 0.99s ease-in-out;-webkit-border-radius: 0px; display: block; height:195px; width:150px; background-color: ; padding-top:4px;margin-left:0px; margin-top:0px; opacity:1;padding:13px; opacity:10;border:1px solid {color:borda};-webkit-filter: grayscale(40%);}
  250. .fotinha img:hover { -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(60%);}
  251. .fotinha img:hover {}
  252.  
  253. .demi {margin-left:0px; margin-top:2px; background-color:transparent; opacity:1; font-size:9px; font-family:arial; color:{color:text};width:140px;padding:2px;padding-top:2px;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;}
  254.  
  255. .demi:first-letter {background-color:{color:detalhes};border:1px solid #ccc;font-family:'Baumans';padding:4px;font-size:9.3px;}
  256.  
  257.  
  258. .justin {margin-left:0px; margin-top:2px; background-color:transparent; opacity:10; font-size:8px; font-family:arial; color:{color:text}; width:172px;padding:0px;text-align:justify; border-bottom:2px dotted {color:detalhes}; padding-left:0px;padding-bottom:2px;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;}
  259.  
  260. @font-face {
  261. font-family:basket;
  262. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  263. }
  264.  
  265. #takeable {
  266. position:fixed;
  267. font-family: consolas;
  268. font-size: 8px;
  269. bottom:-4px;
  270. left:5px;
  271. padding: 8px;
  272. height:12px;
  273. letter-spacing:1px;
  274. text-transform:uppercase;
  275. padding-bottom:5px;
  276. background: white;
  277. width:95px;
  278. border-top-right-radius: 10px;
  279. border-top-left-radius: 10px;
  280. border: 1px solid #f7f7f7;
  281. transition: all 0.6s ease-out;
  282. -o-transition-transition: all 0.6s ease-out;
  283. -webkit-transition: all 0.6s ease-out;
  284. -moz-transition: all 0.6s ease-out;
  285. }
  286. #takeable:hover{
  287. bottom:-5px;
  288. height:30px;
  289. transition: all 0.6s ease-out;
  290. -o-transition-transition: all 0.6s ease-out;
  291. -webkit-transition: all 0.6s ease-out;
  292. -moz-transition: all 0.6s ease-out;
  293. }
  294.  
  295.  
  296. .frase {text-shadow: 0em 0em #333; position: fixed; text-transform: none; font-size:15px; letter-spacing: 0px; margin-top:-40px; text-align: center; font-family:titulo; font-style:none;margin-left: 40px;width:150px; padding: 0px; line-height:20px; color: #fff; border: 0px solid #fff; opacity:0.3;-webkit-transition: all 3s ease; -moz-transition: all 3s ease; -o-transition: all 3s ease; transition: all 3s ease;z-index:9;}
  297. .frase:hover {background:; color: #fff; opacity:0.90;}
  298.  
  299. #links{ position:absolute;width: 550px; font-family:arial;font-size:10px; color:{color:links};margin-left:35px;margin-top:-18px;line-height:16px;text-transform:uppercase;-webkit-transition: all 0.8s ease-out;opacity:1;letter-spacing:0px;z-index:0;text-align:left;border-bottom:0px solid {color:borda};}
  300.  
  301. #links a{color:{color:links};text-transform:none;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;display:inline-block;padding:2px;line-height:16px;}
  302.  
  303. #links a:hover {text-decoration:line-through; background-color:transparent padding:3px; color:{color:detalhes}; border-radius:5px; }
  304.  
  305. .frase2 {text-shadow: 0em 0em #333; position: absolute; text-transform:uppercase; font-size:8px; letter-spacing: 0px; margin-top:4px; text-align:center; font-family:baumans; font-style:none; width:30px; margin-left: 0px; padding: 0px; line-height:14px; color:{color:text}; background-color:#eee; padding:3px;border: 0px solid #fff; opacity:1;-webkit-transition: all 3s ease; -moz-transition: all 3s ease; -o-transition: all 3s ease; transition: all 3s ease;z-index:111;border-radius:5px;text-decoration:bold;}
  306.  
  307. @font-face {
  308. font-family:titulo;
  309. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');
  310. }
  311.  
  312. .simb{position:fixed;margin-top:36px;margin-left:0px;width:35px;height:46px; border:0px solid #fff;z-index:999;}
  313. .simb img{width:25px; height:25px;opacity:1;z-index:999;opacity:0.8;-webkit-filter: grayscale(20%);}
  314.  
  315. .simb2 {position:fixed;margin-top:348px;margin-left:946px;{block:IfTwoColumns}margin-left:950px;{/block:IfTwoColumns} {block:IfTreeColumns}margin-left:1170px;{/block:IfTreeColumns} width:30px;height:30px; border:0px solid #fff;}
  316. .simb2 img{width:40px; height: auto;}
  317.  
  318. #s-m-t-tooltip {max-width:300px; padding:3px 3px 3px 3px;margin:15px 20px;background-color:#fff; font-family:arial; font-size:9px; letter-spacing:0px; text-transform:lowercase; color:#808080; border:1px solid #e0dfdf; z-index:9999999; -moz-transition-duration:1s;
  319. -webkit-transition-duration:1s;
  320. -o-transition-duration:1s;}
  321.  
  322. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  323.  
  324. .linha1 { width: 178px; left:250px;{block:IfTreeColumns}margin-left:-100px;{/block:IfTreeColumns} height:230px; top:70px; background-color:#ffffff; border:1px solid #e5e4e4;-webkit-border-radius: 0px; position: fixed; border-radius:0px;box-shadow: 5px 5px 5px #eee;
  325. }
  326.  
  327. </style>
  328.  
  329. <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'>
  330.  
  331. </div>
  332.  
  333. <body>
  334.  
  335.  
  336. <div id="takeable">theme by <a href="http://fraquear.tumblr.com/"><b>fraquear</b></a><br><font color="#eee">-----------------</font><center>keep theme credit</center></div>
  337.  
  338.  
  339. <div class="simb2"><img src="https://31.media.tumblr.com/852d8d73e3e36f7a4ba0bc11f04e88a7/tumblr_n0j6tkTJTz1ru8yu5o1_100.jpg"></div>
  340.  
  341.  
  342. <div class="fotinha"><img src="{image:sidebar}">
  343.  
  344. <div class="frase">{text:titulo}</div>
  345.  
  346. <div class="justin"> {Description}</div>
  347.  
  348. <div class="frase2">menu
  349.  
  350. <div id="links">
  351. <a href="{text:Link1}">one</a> /
  352. <a href="{text:Link2}">two </a> /
  353. <a href="{text:Link3}">three </a>
  354. </div>
  355. </div>
  356.  
  357.  
  358.  
  359. </DIV>
  360.  
  361. </div>
  362. {block:IndexPage}
  363. <div class="column navigation" id="navigation">
  364. {block:Pagination}
  365. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  366. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  367. </div>
  368. {/block:IndexPage}
  369. </div></div></div></div>
  370.  
  371. <br></center></div></div></div></div></div></div>
  372.  
  373. <div id="enter">
  374.  
  375.  
  376. <div class="autopagerize_page_element">
  377. {block:Posts}
  378.  
  379. <div class="posts">
  380.  
  381.  
  382.  
  383.  
  384. {block:Text}
  385. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  386. <div class="caixinha">
  387. <a href="{ReblogURL}">Compartilhe</a> /
  388. <a href="{Permalink}">{NoteCount}</a> /
  389. <a href="{SourceURL}">criador</a>
  390. </div>
  391. {/block:Text}
  392.  
  393. {block:Photo}
  394. <div class="caixinha2">
  395. <a href="{ReblogURL}">Reblog</a>
  396. </div> {block:IndexPage}<div class="image"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400"/></div>{/block:IndexPage}{block:PermalinkPage}<div class="foto"><img src="{PhotoURL-500}" width="400"/></div>{/block:PermalinkPage}{/block:Photo}
  397.  
  398. {/block:Photo}{block:Photoset}
  399.  
  400. <div class="image"> <div class="caixinha2">
  401. <a href="{ReblogURL}">Reblog</a>
  402. </div>{Photoset-400}</div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  403.  
  404.  
  405. {block:Quote}
  406. <div class="quote">{Quote}</div>
  407. {block:Source}<div class="quotesource"><b>{Source}</b></div>
  408. {/block:Source}
  409. <a href="{SourceURL}"></a>
  410. <a href="{ReblogParentURL}"></a>
  411. <div class="caixinha">
  412. <a href="{ReblogURL}">Compartilhe</a> /
  413. <a href="{Permalink}">{NoteCount}</a> /
  414. <a href="{SourceURL}">criador</a>
  415. </div>
  416. {/block:Quote}
  417.  
  418. {block:Link}
  419.  
  420. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  421. {block:Description}{Description}{/block:Description} <div class="caixinha">
  422. <a href="{ReblogURL}">Compartilhe</a> /
  423. <a href="{Permalink}">{NoteCount}</a> /
  424. <a href="{SourceURL}">criador</a>
  425. </div>
  426. {/block:Link}
  427.  
  428. {block:Chat}
  429. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  430. <div class="chat"><ul>{block:Lines}
  431. <li class="person{UserNumber}">{block:Label}
  432. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div> <div class="caixinha">
  433. <a href="{ReblogURL}">Compartilhe</a> /
  434. <a href="{Permalink}">{NoteCount}</a> /
  435. <a href="{SourceURL}">criador</a>
  436. </div>
  437. {/block:Chat}
  438.  
  439. {block:Audio}
  440. <div class="player">{AudioPlayerBlack}</div>
  441. {block:Caption}{Caption}{/block:Caption} <div class="caixinha">
  442. <a href="{ReblogURL}">Compartilhe</a> /
  443. <a href="{Permalink}">{NoteCount}</a> /
  444. <a href="{SourceURL}">criador</a>
  445. </div>
  446. {/block:Audio}
  447.  
  448. {block:Video}{Video-250} <div class="caixinha">
  449. <a href="{ReblogURL}">Compartilhe</a> /
  450. <a href="{Permalink}">{NoteCount}</a> /
  451. <a href="{SourceURL}">criador</a>
  452. </div>{/block:Video}
  453.  
  454. {block:Answer}
  455. <div style="margin-top:1px; ">
  456. <img src="{AskerPortraitURL-40}"align="right" class="border1"width="40px" id="opacidade"/></div>
  457. <div class="ask">
  458. <span></span>{Question}</div>
  459. <div style="float:left; background:#f7f7f7; border-radius:0px 0px 5px 5px; width;200px;padding:4px; font-size:9px; font-family:consolas;text-transform:uppercase;letter-spacing:1px; ">asked by: <b>{Asker}</b> <w>♥</w></div>
  460. <br>
  461. <div class="res"><br>{Answer}</div>
  462.  
  463. <div class="caixinha">
  464. <a href="{ReblogURL}">Reblog</a> /
  465. <a href="{Permalink}">{NoteCount}</a> /
  466. <a href="{SourceURL}">Source</a>
  467. </div>
  468. {/block:Answer}
  469.  
  470. {/block:IndexPage}
  471. </div>
  472. {/block:Posts}</div></div></div>
  473. </div></div></div></div></div></div></div></div></div>
  474.  
  475. {block:IndexPage}
  476.  
  477. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  478.  
  479. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  480.  
  481. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  482.  
  483. <script type="text/javascript">
  484. $(window).load(function(){
  485. var $wall = $('#enter');
  486. $wall.imagesLoaded(function(){
  487. $wall.masonry({
  488. itemSelector: '.posts',
  489. isAnimated : true
  490. });
  491. });
  492. $wall.infinitescroll({
  493. navSelector : "div#navigation",
  494. nextSelector : "div#navigation a#nextPage",
  495. itemSelector : '.posts',
  496. loadingImg : "http://static.tumblr.com/gdekeu9/sPBmvuxx8/loader.gif",
  497. loadingText : "",
  498. donetext : " ",
  499. extraScrollPx : 1000,
  500. bufferPx : 10100,
  501. debug : false,
  502. errorCallback: function() {
  503. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  504. }},
  505. function( newElements ) {
  506. var $newElems = $( newElements );
  507. $newElems.hide();
  508. $newElems.imagesLoaded(function(){
  509. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  510. });
  511. }); $('#enter').show(500);
  512. });
  513. </script>
  514.  
  515. {/block:IndexPage}
  516. </div>
  517. {/block:Posts}</div></div></div>
  518. </div></div></div></div></div></div></div></div></div>
  519. </div></div></div></div></div></div></div></div>
  520.  
  521. </div></div></div></div></div></div></div></div>
  522.  
  523. </div></div></div></div></div></div></div></div>
  524.  
  525. </div></div></div></div>
  526.  
  527.  
  528. </body>
  529.  
  530.  
  531. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement