Advertisement
thmxpedro

Theme 181 / One or Two columns, is cute and beautiful.

May 20th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.61 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:Link1 Title" content="link" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="link" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="link" />
  46.  
  47. <meta name="if:Two columns" content="0">
  48. <meta name="if:Sem flor" content="0">
  49.  
  50. <meta name="image:background" content="" />
  51. <meta name="image:sidebar" content=""/>
  52.  
  53. <meta name="color:background" content="#fff" />
  54. <meta name="color:posts" content="#fff" />
  55. <meta name="color:detalhes" content="#ccc" />
  56. <meta name="color:borda" content="#ccc" />
  57. <meta name="color:bgfoto" content="#fafafa" />
  58. <meta name="color:bpost" content="#fafafa" />
  59. <meta name="color:text" content="#919090" />
  60. <meta name="color:link" content="#919090" />
  61. <meta name="color:scrollbar" content="#a1a1a1">
  62.  
  63. <meta name="text:titulo" content="fucking" />
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  66.  
  67.  
  68. {/block:Description}
  69. <script type="text/javascript"
  70. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  71.  
  72. <!-----FONTES------>
  73. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  74. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  76. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  77. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  78. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  79. <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'>
  80. </script>
  81. <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'>
  82. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  83.  
  84.  
  85. {block:IndexPage}
  86.  
  87. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  88.  
  89. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  90.  
  91. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  92.  
  93. <script type="text/javascript">
  94. $(window).load(function(){
  95. var $wall = $('#enter');
  96. $wall.imagesLoaded(function(){
  97. $wall.masonry({
  98. itemSelector: '.posts',
  99. isAnimated : true
  100. });
  101. });
  102. $wall.infinitescroll({
  103. navSelector : "div#navigation",
  104. nextSelector : "div#navigation a#nextPage",
  105. itemSelector : '.posts',
  106. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  107. loadingText : "",
  108. donetext : " ",
  109. extraScrollPx : 1000,
  110. bufferPx : 10100,
  111. debug : false,
  112. errorCallback: function() {
  113. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  114. }},
  115. function( newElements ) {
  116. var $newElems = $( newElements );
  117. $newElems.hide();
  118. $newElems.imagesLoaded(function(){
  119. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  120. });
  121. }); $('#enter').show(500);
  122. });
  123. </script>
  124.  
  125.  
  126. {/block:IndexPage}
  127.  
  128.  
  129. <style type="text/css">
  130. {color: #fff; background: {color:detalhes};}
  131. ::selection
  132. {color: #fff; background:{color:detalhes};text-shadow:
  133. 0px 0px 0px;}
  134.  
  135.  
  136. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; left: 1050px;}
  137. /******* THEME POR DECREPITAR ********/
  138. 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%; }
  139.  
  140. a {color: {color:link}; text-decoration: none; text-transform: none;}
  141. a:hover {color: {color:link}; background-color: transparent; text-decoration: uppercase;}
  142. p {margin: 6px 0 0 0}
  143.  
  144. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  145. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  146. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  147. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  148.  
  149. blockquote img{max-width: 240px!important}
  150. blockquote blockquote img{max-width: 230px!important}
  151. blockquote blockquote blockquote img{max-width: 220px!important}
  152. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  153.  
  154.  
  155. #container {text-align: center; width: 935px; margin: 15px auto 0px auto; padding: 0px; z-index:0}
  156.  
  157.  
  158. #enter {float: center; margin-left: 450px;{block:IfTwoColumns}margin-left:445px;{/block:IfTwoColumns} {block:IfTreeColumns}margin-left:170px;{/block:IfTreeColumns}margin-top:-30px; width: 430px;{block:IfTwoColumns}width:570px;{/block:IfTwoColumns}; {block:IfTreeColumns}width:850px;{/block:IfTreeColumns} }
  159.  
  160.  
  161. .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: 15px 0 0 10px; opacity:2; text-align: justify; font-family: 'Baumans'; font-size: 12px; position: relative; {block:IfTwoColumns} border:1px solid {color:bpost}; {/block:IfTwoColumns} border-radius:0px;
  162. }
  163. .posts:hover .nn {opacity: 1;width:100%;left:35%;}
  164. .post:hover {padding-bottom:22px;}
  165.  
  166.  
  167. h1 {font-family: titulo; text-align:center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 16px;}
  168. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  169. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  170.  
  171.  
  172. .image {text-align: center; border: 0px}
  173. .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(10%); border-radius:0px;padding-top:00px;opacity:0.8;}
  174. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(10%);}
  175.  
  176. .quotesource:first-letter{font-family:arial; font-size: 13px; font-weight: none;}
  177. .quote {margin: 0; padding: 1px; font: normal 10px cambria; text-align: justify;line-height: 20px;}
  178. .posts:hover .quotesource{}
  179. .quotesource {text-align: right; font-family:'muli'; font-size:12px; text-transform:none;font-style:none; border-top:0px solid {color:bpost};}
  180. .quotesource a, a:hover{text-transform: none;}
  181.  
  182. .chat {line-height: 14px; list-style: none; }
  183. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  184. .person1 {color: {color:text}; padding: 2px; }
  185. .person1 .label {font-weight: bold; color:{color:text}}
  186. .person2 {color: {color:text}; padding: 2px; }
  187. .person2 .label {font-weight: bold; color:{color:text}}
  188.  
  189. .player {background-color: #000; text-align: left; display:block;}
  190.  
  191.  
  192. .ask {width:auto;align:left;background:#fafafa;margin:1px;
  193. margin-right:40px;padding:8px;position: relative;font: 10px verdana;
  194. text-shadow: 0px 1px 1px #fff;z-index:80;border-left:3px solid #f0f0f0;
  195. text-transform:normal;color:#888;}
  196. .res {color:{color:Text};font: 10px 'cambria';line-height:10px; text-align:left; margin-left:2px;}
  197.  
  198.  
  199. .nn {opacity:0;width:100%;
  200. position: absolute;
  201. text-align: left;
  202. height:10%;line-height:10%;
  203. text-transform:uppercase;
  204. top:40%;
  205. left:25%;
  206. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  207.  
  208. -webkit-transition: all 0.5s linear;
  209.  
  210. -moz-transition: all 0.5s linear;
  211.  
  212. transition: all 0.5s linear;font-size:9px;color:#;text-transform:none;font-family:muli;
  213. }
  214.  
  215. .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%;}
  216.  
  217. .notess a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  218. .posts:hover .notess {opacity: 1; margin-left:20%;}
  219.  
  220. #tumblr_controls{position: fixed!important;z-index:15; -webkit-filter:invert(100%);}
  221.  
  222. 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%);}
  223. 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%);}
  224.  
  225.  
  226.  
  227. ::-webkit-scrollbar{width:1px;height:7px;}
  228. ::-webkit-scrollbar-button:start:decrement
  229. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  230. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  231. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};}
  232. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};}
  233.  
  234. .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%;}
  235. .posts:hover .caixinha {opacity:1;bottom:-23px;right:0%}
  236. .caixinha a{font-family:Baumans;font-size:9px;text-transform:uppercase;}
  237.  
  238. .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;}
  239. .posts:hover .caixinha2 {opacity:1;top:31px;left:30px;}
  240. .caixinha2 a{font-family:Baumans;font-size:9px;text-transform:uppercase;color:#fff;}
  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. .fotinha { margin-left:264px; margin-top:105px;position:fixed;background-color:transparent;opacity:1; -webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 0.8s ease;}
  252. .fotinha img {background-color:{color:bgfoto};display: inline; -webkit-transition: all 0.99s ease-in-out;-webkit-border-radius: 0px; display: block; height:200px; width:150px; background-color: ; padding-top:4px;margin-left:0px; margin-top:0px; opacity:1;padding:13px; padding-bottom:26px; opacity:1;border:1px solid {color:borda};-webkit-filter: grayscale(30%);}
  253. .fotinha img:hover { -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(60%);}
  254. .fotinha img:hover {}
  255.  
  256. .justin {margin-left:-3px; margin-top:0px; background-color:transparent; opacity:10; font-size:8px; font-family:arial; color:{color:text}; width:171px;height:10px;padding:0px;text-align:center; border:0px solid {color:borda}; padding:3px;text-transform:none;-webkit-transition: all 3s ease; -moz-transition: all 3s ease; -o-transition: all 3s ease; transition: all 3s ease;z-index:9;line-height:14px;}
  257.  
  258. @font-face {
  259. font-family:basket;
  260. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  261. }
  262.  
  263. /*---♥--- Menu por Revolucionou pegar credite! (Ajuda by juh - futurasuicida) [helpdesigns]---♥---*/
  264.  
  265. #lalaland {z-index:999999999999999;position: fixed; width:0px; right:70px;bottom:30px; padding: 0px; text-align: center;-webkit-transition: all 0.5s ease-out;}
  266. #lalaland:hover{ right:210px;-webkit-transition: all 0.5s ease-out;}
  267. #lalaland a {float: left; display: block; font-size:8px; font-family:PF Arma Five; text-align: center; margin-bottom:2px; margin-left:1px; color:#ababab; text-decoration: none; line-height:22px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; height:22px;width:60px;/*--helpdesigns--*/overflow:hidden;text-indent: 0px;}
  268. #lalaland a:hover { -webkit-transition: all 0.9s ease-out;opacity:1; color:#ababab; font-weight:calibri;-webkit-transition: all 0.5s ease-out;text-indent: 300px;overflow:hidden;width:115px;}
  269. #lalaland a muda{ color:#ababab;float: left; display: block; font-size:8px; font-family:PF Arma Five; text-align: center;text-align:left; opacity:0;position:fixed;width:200px;margin-top:-22px;text-indent: 0px;}
  270. #lalaland a:hover muda{ color:#ababab;float: left; display: block; font-size:8px; font-family:PF Arma Five;opacity:1;text-indent: 17px; -webkit-transition: all 0.9s ease-out;}
  271.  
  272. /*--- Não remover os Créditos ----*/
  273.  
  274. .frase {text-shadow: 0em 0em #333; position: fixed; text-transform: none; font-size:25px; letter-spacing: 0px; margin-top:-23px; text-align: left; font-family:Sacramento; font-style:none;margin-left: 16px;width:150px; padding: 0px; line-height:20px; color:{color:detalhes}; 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:9;}
  275.  
  276.  
  277. @font-face {
  278. font-family:titulo;
  279. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');
  280. }
  281.  
  282.  
  283. #links2{position:absolute; width:173px;height:15px; margin-left:0px; margin-top:2px; overflow:hidden; padding: 2px;transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;z-index:9999999;color:{color:text};border:1px solid {color:borda};}
  284.  
  285. #links2 a {z-index:-99999999999;float: left; margin-left:5px; margin-top:0px;display: block; letter-spacing:0px; font-family:arial; overflow: hidden;font-size:9px; text-align:left;font-style:normal;;margin-bottom:0px;color:#aaa; text-decoration: uppercase; text-transform:none; height:15px; padding: 1px;line-height:13px;; ;;padding:2px;;width:158px; border-bottom:1px dotted {color:borda};;background:{color:background};}
  286.  
  287. #links2:hover{height:62px;transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;}
  288. #links2 a:hover {
  289. -o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; background-color:#fafafa;text-align:right;}
  290.  
  291. .fotinha:hover #designer {margin-top:5px;opacity:1;}
  292.  
  293.  
  294. .simb2 {position:fixed;margin-top:375px;margin-left:303px; width:30px;height:30px; border:0px solid #fff;}
  295. .simb2 img{width:95px; height:60px; -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(100%);opacity:0.6; {block:IfSemFlor}opacity:0;{/block:IfSemFlor}}
  296.  
  297. #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;
  298. -webkit-transition-duration:1s;
  299. -o-transition-duration:1s;}
  300.  
  301. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  302.  
  303. .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;
  304. }
  305.  
  306. </style>
  307.  
  308. <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'><link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  309.  
  310. </div>
  311.  
  312. <body>
  313.  
  314. <!-- Não tira essa merda, se vc tirar eu vou jogar uma praga tão forte em vc que tu vai se arrepender de ter tirado, e tenho dito!--->
  315. <div id="lalaland">
  316. <a href="http://fraquear.tumblr.com">fraquear<muda>theme feito por fraquear, clique aqui. </muda></a></div>
  317. <!--- daqui pra baixo tire e mude o que quiser, só pra uso próprio--->
  318.  
  319.  
  320. <div class="simb2"><img src="https://24.media.tumblr.com/0cf6bd0d864dc33ef518806d97f92b51/tumblr_mz1k9v6JWM1sqtm8yo1_500.png"></div>
  321.  
  322.  
  323. <div class="fotinha"><img src="{image:sidebar}">
  324.  
  325. <div class="frase">{text:titulo}</div>
  326.  
  327. <div class="justin"> {Description}</div>
  328.  
  329. <div id="links2">
  330.  
  331. <a href="{text:Link1}"> {text:Link1 Title}</a>
  332. <a href="{text:Link2}"> {text:Link2 Title}</a>
  333. <a href="{text:Link3}"> {text:Link3 Title}</a></div>
  334.  
  335.  
  336.  
  337. </div>
  338. </div>
  339.  
  340.  
  341.  
  342. </DIV>
  343.  
  344. </div>
  345. {block:IndexPage}
  346. <div class="column navigation" id="navigation">
  347. {block:Pagination}
  348. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  349. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  350. </div>
  351. {/block:IndexPage}
  352. </div></div></div></div>
  353.  
  354. <br></center></div></div></div></div></div></div>
  355.  
  356. <div id="enter">
  357.  
  358.  
  359. <div class="autopagerize_page_element">
  360. {block:Posts}
  361.  
  362. <div class="posts">
  363.  
  364.  
  365.  
  366.  
  367. {block:Text}
  368. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  369. <div class="caixinha">
  370. <a href="{ReblogURL}">Compartilhe</a> /
  371. <a href="{Permalink}">{NoteCount}</a> /
  372. <a href="{SourceURL}">criador</a>
  373. </div>
  374. {/block:Text}
  375.  
  376. {block:Photo}
  377. <div class="caixinha2">
  378. <a href="{ReblogURL}">Reblog</a>
  379. </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}
  380.  
  381. {/block:Photo}{block:Photoset}
  382.  
  383. <div class="image"> <div class="caixinha2">
  384. <a href="{ReblogURL}">Reblog</a>
  385. </div>{Photoset-400}</div>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  386.  
  387.  
  388. {block:Quote}
  389. <div class="quote"><font style="font-family:'EB Garamond', sans-serif; font-size:19px; float:left; padding:3px; color:{color:detalhes};">"</font>{Quote}</div>
  390. {block:Source}<div class="quotesource"><b>{Source}</b></div>
  391. {/block:Source}
  392. <a href="{SourceURL}"></a>
  393. <a href="{ReblogParentURL}"></a>
  394. <div class="caixinha">
  395. <a href="{ReblogURL}">Compartilhe</a> /
  396. <a href="{Permalink}">{NoteCount}</a> /
  397. <a href="{SourceURL}">criador</a>
  398. </div>
  399. {/block:Quote}
  400.  
  401. {block:Link}
  402.  
  403. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  404. {block:Description}{Description}{/block:Description} <div class="caixinha">
  405. <a href="{ReblogURL}">Compartilhe</a> /
  406. <a href="{Permalink}">{NoteCount}</a> /
  407. <a href="{SourceURL}">criador</a>
  408. </div>
  409. {/block:Link}
  410.  
  411. {block:Chat}
  412. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  413. <div class="chat"><ul>{block:Lines}
  414. <li class="person{UserNumber}">{block:Label}
  415. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div> <div class="caixinha">
  416. <a href="{ReblogURL}">Compartilhe</a> /
  417. <a href="{Permalink}">{NoteCount}</a> /
  418. <a href="{SourceURL}">criador</a>
  419. </div>
  420. {/block:Chat}
  421.  
  422. {block:Audio}
  423. <div class="player">{AudioPlayerBlack}</div>
  424. {block:Caption}{Caption}{/block:Caption} <div class="caixinha">
  425. <a href="{ReblogURL}">Compartilhe</a> /
  426. <a href="{Permalink}">{NoteCount}</a> /
  427. <a href="{SourceURL}">criador</a>
  428. </div>
  429. {/block:Audio}
  430.  
  431. {block:Video}{Video-250} <div class="caixinha">
  432. <a href="{ReblogURL}">Compartilhe</a> /
  433. <a href="{Permalink}">{NoteCount}</a> /
  434. <a href="{SourceURL}">criador</a>
  435. </div>{/block:Video}
  436.  
  437. {block:Answer}
  438. <div style="margin-top:1px; ">
  439. <img src="{AskerPortraitURL-40}"align="right" class="border1"width="40px" id="opacidade"/></div>
  440. <div class="ask">
  441. <span></span>{Question}</div>
  442. <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>
  443. <br>
  444. <div class="res"><br>{Answer}</div>
  445.  
  446. <div class="caixinha">
  447. <a href="{ReblogURL}">Reblog</a> /
  448. <a href="{Permalink}">{NoteCount}</a> /
  449. <a href="{SourceURL}">Source</a>
  450. </div>
  451. {/block:Answer}
  452.  
  453. {/block:IndexPage}
  454. </div>
  455. {/block:Posts}</div></div></div>
  456. </div></div></div></div></div></div></div></div></div>
  457.  
  458. {block:IndexPage}
  459.  
  460. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  461.  
  462. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  463.  
  464. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  465.  
  466. <script type="text/javascript">
  467. $(window).load(function(){
  468. var $wall = $('#enter');
  469. $wall.imagesLoaded(function(){
  470. $wall.masonry({
  471. itemSelector: '.posts',
  472. isAnimated : true
  473. });
  474. });
  475. $wall.infinitescroll({
  476. navSelector : "div#navigation",
  477. nextSelector : "div#navigation a#nextPage",
  478. itemSelector : '.posts',
  479. loadingImg : "http://static.tumblr.com/gdekeu9/sPBmvuxx8/loader.gif",
  480. loadingText : "",
  481. donetext : " ",
  482. extraScrollPx : 1000,
  483. bufferPx : 10100,
  484. debug : false,
  485. errorCallback: function() {
  486. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  487. }},
  488. function( newElements ) {
  489. var $newElems = $( newElements );
  490. $newElems.hide();
  491. $newElems.imagesLoaded(function(){
  492. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  493. });
  494. }); $('#enter').show(500);
  495. });
  496. </script>
  497.  
  498. {/block:IndexPage}
  499. </div>
  500. {/block:Posts}</div></div></div>
  501. </div></div></div></div></div></div></div></div></div>
  502. </div></div></div></div></div></div></div></div>
  503.  
  504. </div></div></div></div></div></div></div></div>
  505.  
  506. </div></div></div></div></div></div></div></div>
  507.  
  508. </div></div></div></div>
  509.  
  510.  
  511. </body>
  512.  
  513.  
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement