Advertisement
thmxpedro

Theme 215 / One or Two columns.

Jun 22nd, 2014
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.37 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. NÃO COPIE, É CRIME.
  5. ----------------------------------------------------------------------
  6. * NÃO RETIRE OS CREDITOS
  7. * NÃO PLAGIE , ART. LEI 184
  8. * DÚVIDAS ME PERGUNTE.
  9. * NÃO SE INSPIRE, NEM COPIE.
  10. * NÃO PERDOAREI EM CASO DE PLAGIO, INSPIRAÇÃO OU SE PEGAR DETALHES.
  11. * PENSE BEM ANTES DE FAZER BESTEIRA
  12. -------------------------------------------------------------------------->
  13.  
  14. <html>
  15.  
  16. <head>
  17.  
  18. <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>
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="http://pnsdr.com/favicon.ico">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}
  25. <meta name="description" content="{MetaDescription}" />
  26.  
  27. {/block:Description}
  28.  
  29. <meta name="text:Link1" content="/" />
  30. <meta name="text:Link1 Title" content="link" />
  31. <meta name="text:Link2" content="/" />
  32. <meta name="text:Link2 Title" content="link" />
  33. <meta name="text:Link3" content="/" />
  34. <meta name="text:Link3 Title" content="link" />
  35. <meta name="text:Link4" content="/" />
  36. <meta name="text:Link4 Title" content="link" />
  37. <meta name="text:Link5" content="/" />
  38. <meta name="text:Link5 Title" content="link" />
  39.  
  40. <meta name="if:Two columns" content="0">
  41.  
  42. <meta name="image:background" content="" />
  43. <meta name="image:sidebar" content=""/>
  44.  
  45. <meta name="color:background" content="#fff" />
  46. <meta name="color:posts" content="#fff" />
  47. <meta name="color:detalhes" content="#ccc" />
  48. <meta name="color:borda" content="#ccc" />
  49. <meta name="color:bgfoto" content="#fafafa" />
  50. <meta name="color:bpost" content="#fafafa" />
  51. <meta name="color:ask" content="#fafafa" />
  52. <meta name="color:text" content="##919090" />
  53. <meta name="color:link" content="#919090" />
  54. <meta name="color:scrollbar" content="#a1a1a1">
  55.  
  56. <meta name="text:titulo" content="fucking" />
  57.  
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore' rel='stylesheet' type='text/css'>
  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: {color:detalhes};}
  125. ::selection
  126. {color: #fff; background:{color:detalhes};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: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%; }
  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. p {margin: 6px 0 0 0}
  137.  
  138. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  139. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  140. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  141. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  142.  
  143. blockquote img{max-width: 240px!important}
  144. blockquote blockquote img{max-width: 230px!important}
  145. blockquote blockquote blockquote img{max-width: 220px!important}
  146. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  147.  
  148. body, a, a:hover { cursor:url(http://static.tumblr.com/y3igvfg/6vUm8ca4e/cur838.gif), auto }
  149.  
  150. #container {text-align: center; width: 935px; margin: 10px auto 0px auto; padding: 0px; z-index:0}
  151.  
  152.  
  153. #enter {float: center; margin-left:428px;margin-top:-25px;width:500px; {block:IfTreeColumns}width:900px;{/block:IfTreeColumns}{block:IfTwoColumns}width:700px;{/block:IfTwoColumns}}
  154.  
  155.  
  156. .posts {width:400px; {block:IfTwoColumns}width:250px;{/block:IfTwoColumns} padding:0px; background-color:transparent; float: left; margin: 30px 0 0 30px; opacity:2; text-align: justify; font-family: constantia; font-size: 12px; position: relative; border:0px solid {color:bpost}; border-radius:0px;
  157. }
  158. .posts:hover .nn {opacity: 1;width:100%;left:35%;}
  159. .post:hover {padding-bottom:22px;}
  160.  
  161.  
  162. h1 {font-family: constantia; font-weight:bold; text-align:center; font-size: 13px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 16px;}
  163. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  164. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  165.  
  166.  
  167. .image {text-align: center; border: 0px}
  168. .image img { width:400px; {block:IfTreeColumns}width:250px;{/block:IfTreeColumns} {block:IfTwoColumns}width:250px;{/block:IfTwoColumns} margin-bottom: 2px; -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(50%); border-radius:0px; padding:0px; border:0px double {color:bpost};opacity:0.8;}
  169. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(10%);}
  170.  
  171. .quote {margin: 0; padding: 1px; font: normal 12px constantia; text-align: justify;line-height: 20px;}
  172. .posts:hover .quotesource{}
  173. .quotesource {text-align: left; font-family:consolas; font-size:11px; text-transform:uppercase;font-style:none; border-top:0px dotted {color:bpost};padding-top:3px;}
  174. .quotesource a, a:hover{text-transform: none;}
  175.  
  176. .chat {line-height: 14px; list-style: none; }
  177. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  178. .person1 {color: {color:text}; padding: 3px; background-color:#f1f1f1; font-family:arial; text-transform:uppercase; font-size:8px; }
  179. .person1 .label {font-weight: bold; color:{color:text};background-color:#f1f1f1; font-family:arial; text-transform:uppercase; font-size:8px;}
  180. .person2 {color: {color:text}; padding: 3px; font-family:arial; text-transform:uppercase; font-size:8px; }
  181. .person2 .label {font-weight: bold; color:{color:text};font-family:arial; text-transform:uppercase; font-size:8px;}
  182.  
  183. .player {background-color: #000; text-align: left; display:block;}
  184.  
  185. .ask {width:auto;align:left;background:#fafafa;margin:1px;
  186. margin-right:40px;padding:8px;position: relative;font: 10px verdana;
  187. text-shadow: 0px 1px 1px #fff;z-index:80;border-left:3px solid #f0f0f0;
  188. text-transform:normal;color:#888;}
  189. .res {color:{color:Text};font: 10px 'cambria';line-height:10px; text-align:left; margin-left:2px;}
  190.  
  191.  
  192. .nn {opacity:0;width:100%;
  193. position: absolute;
  194. text-align: left;
  195. height:10%;line-height:10%;
  196. text-transform:uppercase;
  197. top:40%;
  198. left:25%;
  199. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  200.  
  201. -webkit-transition: all 0.5s linear;
  202.  
  203. -moz-transition: all 0.5s linear;
  204.  
  205. transition: all 0.5s linear;font-size:9px;color:#;text-transform:none;font-family:muli;
  206. }
  207.  
  208. .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%;}
  209.  
  210. .notess a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  211. .posts:hover .notess {opacity: 1; margin-left:20%;}
  212.  
  213. #tumblr_controls{position: fixed!important;z-index:15; -webkit-filter:invert(100%);}
  214.  
  215. 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%);}
  216. 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%);}
  217.  
  218.  
  219.  
  220. ::-webkit-scrollbar{width:1px;height:7px;}
  221. ::-webkit-scrollbar-button:start:decrement
  222. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  223. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  224. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};}
  225. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};}
  226.  
  227. .caixinha {opacity:0;position: absolute;text-align:left; height:30px;line-height:30px;text-transform:uppercase;bottom:-25px;left:30%;-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%;border-top:0px solid #eee;}
  228. .posts:hover .caixinha {opacity:1;bottom:-25px;left:0%}
  229. .caixinha a{font-family:consolas;font-size:9px;text-transform:uppercase;}
  230.  
  231. .caixinha2 {opacity:0;position: absolute;text-align:center; height:30px;line-height:30px;text-transform:uppercase;top:15px;left:0px;-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:#fff;;width:100px;}
  232. .posts:hover .caixinha2 {opacity:0.9;top:15px;left:15px;}
  233. .caixinha2 a{font-family:Baumans;font-size:9px;text-transform:uppercase;color:#797979;}
  234.  
  235. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  236. #info a {font-size: 10px; text-transform: uppercase;}
  237.  
  238. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  239. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  240.  
  241. #cap {margin-top: -2px;}
  242. .source {display: none;}
  243.  
  244. .fotinha { margin-left:273px; margin-top:100px;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;}
  245. .fotinha img {background-color:transparent;display: inline; -webkit-transition: all 0.99s ease-in-out;-webkit-border-radius: 0px; display: block; width:150px; background-color: ; padding-top:4px;margin-left:0px; margin-top:0px; opacity:1;padding:0px; opacity:0.8;border:0px solid {color:borda};-webkit-filter: grayscale(0%);}
  246. .fotinha img:hover { -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(10%);}
  247. .fotinha img:hover {}
  248.  
  249. @font-face {
  250. font-family:basket;
  251. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  252. }
  253.  
  254.  
  255. @font-face {src: url('http://static.tumblr.com/7cjwmpx/Td3n69kco/austie_bost_you_wear_flowers_hollow.ttf');font-family:Austie Bost You Wear Flowers;}
  256.  
  257. #linkfraquear {position:fixed; width:180px;height:17px; margin-left:0px; margin-top:-7px; overflow:hidden; padding: 0px;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};opacity:0;}
  258.  
  259. #linkfraquear a {text-transform:uppercase;margin-top:2px;display: block; font-family:consolas; overflow: hidden;font-size:9px;text-align:left; font-style:normal;height:11px; padding: 0px;line-height:11px;background:transparent;color:{color:detalhes};width:148px;transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease; letter-spacing:1px;opacity:1;border:0px solid {color:borda};}
  260.  
  261. #linkfraquear:hover{height:200px;transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;}
  262.  
  263.  
  264. .justin {margin-left:0px; margin-top:0px; background-color:transparent; opacity:10; font-size:9px; font-family:cambria; color:{color:text}; width:150px;text-align:justify; border-bottom:0px solid {color:borda}; text-transform:none;z-index:999999999999;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 0.8s ease;padding-bottom:2px;line-height:15px; border-top:0px solid {color:borda};}
  265.  
  266. .fotinha:hover .justin {margin-top:17px;}
  267.  
  268. .fotinha:hover #linkfraquear {opacity:1; margin-top:0px;}
  269.  
  270. #cred a{text-transform: none; display: block; background-color:{color:background}; color: #888; width: 25px; text-align: center; font-size: 11px; height:25px;line-height:25px;text-transform:uppercase; -webkit-transition-duration: .66s;border-radius:3px;font-family: 'calibri'; font-weight: bold;border:1px solid {color:borda};} #cred {bottom: 40px; right: 20px; position:fixed; width: auto; z-index:999999;width:90px height:30px;}
  271.  
  272.  
  273. .frase {position:fixed; font-size:11px; margin-top:-7px; text-align: left; font-family:sans-serif; margin-left:0px;padding: 0px; line-height:20px; width:150px;font-weight:bold;color:{color:detalhes}; border-bottom: 0px solid #fff;opacity:0;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;z-index:11;}
  274.  
  275. .fotinha:hover .frase {opacity:1;margin-top:0px;}
  276. .simb2 {position:fixed;margin-top:375px;margin-left:303px; width:30px;height:30px; border:0px solid #fff;}
  277. .simb2 img{width:95px; height:60px; -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(100%);opacity:0.6;}
  278. /* tooltip por beeh - luxurious html */
  279.  
  280. #s-m-t-tooltip {max-width:200px;font-family:'calibri'; font-size:8px; color:#fff; letter-spacing:1px; text-transform:uppercase; padding:3px 4px 3px 4px; margin:20px 0px 0px 20px; z-index:99999999999;-webkit-transition: all 0.5s ease-in-out;box-shadow: inset 0px -8px #ccc, inset 0px 15px #c1c1c1;}
  281.  
  282. .linha1 { width: 1px; left:441px; height:100%; top:40px; background-color:{color:borda}; border:0px solid {color:borda};-webkit-border-radius: 5px; position: fixed; border-radius:0px; opacity:1; {block:IfSemBorda}opacity:0;{/block:IfSemBorda}box-shadow: -5px -5px -5px #eee;z-index:11;
  283. }
  284.  
  285. .linha2 { width:575px; left:441px; height:40px; top:0px; background-color:{color:background}; border-bottom:1px solid {color:borda};-webkit-border-radius: 5px; position: fixed; border-radius:0px; opacity:1; {block:IfSemBorda}opacity:0;{/block:IfSemBorda}box-shadow: -5px -5px -5px #eee;z-index:1;
  286. }
  287.  
  288. .simb{position:fixed;bottom:73px;right:27px;width:15px;height:15px; border:0px solid #fff;z-index:1;}
  289. .simb img{width:15px; height:15px;opacity:0.7;-webkit-filter: grayscale(10%)}
  290.  
  291. </style>
  292.  
  293. <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'>
  294. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  295. </div>
  296.  
  297. <body>
  298. <!-- 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!--->
  299. <div id="cred">
  300. <a href="http://fraquear.tumblr.com" title="THEMES POR PEDRO COSTA." target="_blank" >PC</a>
  301. </div>
  302.  
  303. <div class="simb"><a href="http://suppled.tumblr.com/" title="tumblr de fotos."><img src="https://31.media.tumblr.com/tumblr_lm6pmyp6DC1qfoi4t.gif"></a>
  304. </div>
  305. <!--- daqui pra baixo tire e mude o que quiser, só pra uso próprio--->
  306.  
  307. <div class="fotinha"><img src="{image:sidebar}">
  308.  
  309. <div class="frase">{text:titulo}</div>
  310. <div class="justin">{Description}</div>
  311. <div id="linkfraquear">
  312. <a href="{text:Link1}">{text:Link1 Title}</a>
  313. <a href="{text:Link2}">{text:Link2 Title}</a>
  314. <a href="{text:Link3}">{text:Link3 Title}</a>
  315. <a href="{text:Link4}">{text:Link4 Title}</a>
  316. </div>
  317.  
  318. </div>
  319. </div>
  320. </div>
  321.  
  322.  
  323.  
  324. </DIV>
  325.  
  326. </div>
  327. {block:IndexPage}
  328. <div class="column navigation" id="navigation">
  329. {block:Pagination}
  330. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  331. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  332. </div>
  333. {/block:IndexPage}
  334. </div></div></div></div>
  335.  
  336. <br></center></div></div></div></div></div></div>
  337.  
  338. <div id="enter">
  339.  
  340.  
  341. <div class="autopagerize_page_element">
  342. {block:Posts}
  343.  
  344. <div class="posts">
  345.  
  346.  
  347.  
  348.  
  349. {block:Text}
  350. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  351. <div class="caixinha">
  352. <a href="{ReblogURL}">reblogue</a> /
  353. <a href="{Permalink}">{NoteCount}</a> /
  354. <a href="{Permalink}">{TimeAgo}</a>
  355. </div>
  356. {/block:Text}
  357.  
  358. {block:Photo}
  359. <div class="caixinha2">
  360. <a href="{ReblogURL}">Reblogue</a> /
  361. <a href="{Permalink}">{NoteCount}</a>
  362. </div> {block:IndexPage}<div class="image"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400"/></div>{/block:IndexPage}{block:PermalinkPage}<div class="foto"><img src="{PhotoURL-400}" width="400"/></div>{/block:PermalinkPage}{/block:Photo}
  363.  
  364. {/block:Photo}{block:Photoset}
  365.  
  366. <div class="image"> <div class="caixinha">
  367. <a href="{ReblogURL}">Reblogue</a> /
  368. <a href="{Permalink}">{NoteCount}</a>
  369. </div>{Photoset-250}</div>{block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}{/block:Photoset}
  370.  
  371. {block:Quote}
  372. <div class="quote"><font style="font-family:'EB Garamond', sans-serif; font-size:19px; float:left; padding:3px; color:{color:detalhes};">"</font>{Quote}</div>
  373. {block:Source}<div class="quotesource"><b>— {Source}</b></div>
  374. {/block:Source}
  375. <a href="{SourceURL}"></a>
  376. <a href="{ReblogParentURL}"></a>
  377. <div class="caixinha">
  378. <a href="{ReblogURL}">reblogue</a> /
  379. <a href="{Permalink}">{NoteCount}</a> /
  380. <a href="{Permalink}">{TimeAgo}</a>
  381.  
  382. </div>
  383. {/block:Quote}
  384.  
  385. {block:Link}
  386.  
  387. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  388. {block:Description}{Description}{/block:Description} <div class="caixinha">
  389. <a href="{ReblogURL}">reblogue esta postagem</a> /
  390. <a href="{Permalink}">{NoteCount}</a>
  391. </div>
  392. {/block:Link}
  393.  
  394. {block:Chat}
  395. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  396. <div class="chat"><ul>{block:Lines}
  397. <li class="person{UserNumber}">{block:Label}
  398. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div> <div class="caixinha">
  399. <a href="{ReblogURL}">reblogue esta postagem</a> /
  400. <a href="{Permalink}">{NoteCount}</a>
  401. </div>
  402. {/block:Chat}
  403.  
  404. {block:Audio}
  405. <div class="player">{AudioPlayerBlack}</div>
  406. {block:Caption}{Caption}{/block:Caption} <div class="caixinha2">
  407. <a href="{ReblogURL}">reblogue esta postagem</a> /
  408. <a href="{Permalink}">{NoteCount}</a>
  409. </div>
  410. {/block:Audio}
  411.  
  412. {block:Video}{Video-250} <div class="caixinha2">
  413. <a href="{ReblogURL}">reblogue esta postagem</a> /
  414. <a href="{Permalink}">{NoteCount}</a>
  415. </div>{/block:Video}
  416.  
  417. {block:Answer}
  418. <div style="margin-top:1px; ">
  419. <img src="{AskerPortraitURL-40}"align="right" class="border1"width="40px" id="opacidade"/></div>
  420. <div class="ask">
  421. <span></span>{Question}</div>
  422. <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>
  423. <br>
  424. <div class="res"><br>{Answer}</div>
  425. <div class="caixinha">
  426. <a href="{ReblogURL}">Reblog</a> /
  427. <a href="{Permalink}">{NoteCount}</a> /
  428. <a href="{SourceURL}">Source</a>
  429. </div>
  430. {/block:Answer}
  431.  
  432. {/block:IndexPage}
  433. </div>
  434. {/block:Posts}</div></div></div>
  435. </div></div></div></div></div></div></div></div></div>
  436.  
  437. {block:IndexPage}
  438.  
  439. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  440.  
  441. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  442.  
  443. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  444.  
  445. <script type="text/javascript">
  446. $(window).load(function(){
  447. var $wall = $('#enter');
  448. $wall.imagesLoaded(function(){
  449. $wall.masonry({
  450. itemSelector: '.posts',
  451. isAnimated : true
  452. });
  453. });
  454. $wall.infinitescroll({
  455. navSelector : "div#navigation",
  456. nextSelector : "div#navigation a#nextPage",
  457. itemSelector : '.posts',
  458. loadingImg : "http://static.tumblr.com/gdekeu9/sPBmvuxx8/loader.gif",
  459. loadingText : "",
  460. donetext : " ",
  461. extraScrollPx : 1000,
  462. bufferPx : 10100,
  463. debug : false,
  464. errorCallback: function() {
  465. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  466. }},
  467. function( newElements ) {
  468. var $newElems = $( newElements );
  469. $newElems.hide();
  470. $newElems.imagesLoaded(function(){
  471. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  472. });
  473. }); $('#enter').show(500);
  474. });
  475. </script>
  476.  
  477. {/block:IndexPage}
  478. </div>
  479. {/block:Posts}</div></div></div>
  480. </div></div></div></div></div></div></div></div></div>
  481. </div></div></div></div></div></div></div></div>
  482.  
  483. </div></div></div></div></div></div></div></div>
  484.  
  485. </div></div></div></div></div></div></div></div>
  486.  
  487. </div></div></div></div>
  488.  
  489.  
  490. </body>
  491.  
  492.  
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement