Advertisement
thmxpedro

Theme 220 / One or Two columns.

Jun 22nd, 2014
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.91 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. .nn {opacity:0;width:100%;
  192. position: absolute;
  193. text-align: left;
  194. height:10%;line-height:10%;
  195. text-transform:uppercase;
  196. top:40%;
  197. left:25%;
  198. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  199.  
  200. -webkit-transition: all 0.5s linear;
  201.  
  202. -moz-transition: all 0.5s linear;
  203.  
  204. transition: all 0.5s linear;font-size:9px;color:#;text-transform:none;font-family:muli;
  205. }
  206.  
  207. .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%;}
  208.  
  209. .notess a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  210. .posts:hover .notess {opacity: 1; margin-left:20%;}
  211.  
  212. #tumblr_controls{position: fixed!important;z-index:15; -webkit-filter:invert(100%);}
  213.  
  214. 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%);}
  215. 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%);}
  216.  
  217.  
  218.  
  219. ::-webkit-scrollbar{width:1px;height:7px;}
  220. ::-webkit-scrollbar-button:start:decrement
  221. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  222. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  223. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};}
  224. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};}
  225.  
  226. .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;}
  227. .posts:hover .caixinha {opacity:1;bottom:-25px;left:0%}
  228. .caixinha a{font-family:consolas;font-size:9px;text-transform:uppercase;}
  229.  
  230. .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;}
  231. .posts:hover .caixinha2 {opacity:0.9;top:15px;left:15px;}
  232. .caixinha2 a{font-family:Baumans;font-size:9px;text-transform:uppercase;color:#797979;}
  233.  
  234. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  235. #info a {font-size: 10px; text-transform: uppercase;}
  236.  
  237. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  238. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  239.  
  240. #cap {margin-top: -2px;}
  241. .source {display: none;}
  242.  
  243. .fotinha { margin-left:273px; margin-top:130px;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;}
  244. .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%);}
  245. .fotinha img:hover { -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(10%);}
  246. .fotinha img:hover {}
  247.  
  248. @font-face {
  249. font-family:basket;
  250. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
  251. }
  252.  
  253.  
  254. @font-face {src: url('http://static.tumblr.com/7cjwmpx/Td3n69kco/austie_bost_you_wear_flowers_hollow.ttf');font-family:Austie Bost You Wear Flowers;}
  255.  
  256. /******* menu por helpdesigns*/
  257.  
  258. #linkfraquear {position:fixed;height:23px; width:150px; margin-left:0px; margin-top:-20px; 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;background-color:transparent;}
  259.  
  260. #linkfraquear a {text-transform:uppercase;margin-top:2px;display:inline-block; font-family:consolas; overflow: hidden;font-size:9px;text-align:center; font-style:normal;height:11px; width:30px;padding: 3px;line-height:13px;background:{color:detalhes};color:#fff;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};}
  261.  
  262. #linkfraquear:hover{transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;}
  263.  
  264. #linkfraquear a:hover {background-color:transparent; color:{color:detalhes};}
  265.  
  266. .fotinha:hover #linkfraquear {margin-top:15px;opacity:1;}
  267.  
  268. /******* menu por helpdesigns*/
  269.  
  270. .justin {margin-left:0px; margin-top:2px; 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};}
  271.  
  272.  
  273. #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;}
  274.  
  275.  
  276. .frase {position:fixed; font-size:12px; margin-top:-23px; text-align: left; font-family:sans-serif; margin-left:18px;padding: 0px; line-height:20px; width:135px;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;}
  277.  
  278. .fotinha:hover .frase {margin-top:-2px;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;opacity:0.9;}
  279. .simb2 {position:fixed;margin-top:375px;margin-left:303px; width:30px;height:30px; border:0px solid #fff;}
  280. .simb2 img{width:95px; height:60px; -webkit-transition: all 0.99s ease-in-out;-webkit-filter: grayscale(100%);opacity:0.6;}
  281. /* tooltip por beeh - luxurious html */
  282.  
  283. #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;}
  284.  
  285. .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;
  286. }
  287.  
  288. .linha2 { width:575px; left:450px; height:37px; 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;
  289. }
  290.  
  291. .simb{position:fixed;bottom:73px;right:27px;width:15px;height:15px; border:0px solid #fff;z-index:1;}
  292. .simb img{width:15px; height:15px;opacity:0.7;-webkit-filter: grayscale(10%)}
  293.  
  294.  
  295. .simb2{position:fixed;margin-top:0px;margin-left:0px;width:15px;height:15px; border:0px solid #fff;z-index:1;}
  296. .simb2 img{width:15px; height:15px;opacity:0.7;-webkit-filter: grayscale(10%)}
  297.  
  298. </style>
  299.  
  300. <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'>
  301. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  302. </div>
  303.  
  304. <body>
  305. <!-- 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!--->
  306. <div id="cred">
  307. <a href="http://fraquear.tumblr.com" title="THEMES POR PEDRO COSTA." target="_blank" >PC</a>
  308. </div>
  309.  
  310. <div class="simb"><a href="http://suppled.tumblr.com/" title="tumblr de fotos."><img src="https://31.media.tumblr.com/tumblr_lm6pmyp6DC1qfoi4t.gif"></a>
  311. </div>
  312. <!--- daqui pra baixo tire e mude o que quiser, só pra uso próprio--->
  313.  
  314. <div class="fotinha"><img src="{image:sidebar}">
  315.  
  316. <div class="justin">{Description}
  317. <div class="simb2"><img src="https://31.media.tumblr.com/tumblr_lm6pmyp6DC1qfoi4t.gif">
  318. </div>
  319. <div class="frase">{text:titulo}</div>
  320.  
  321. <div id="linkfraquear">
  322. <a href="{text:Link1}">{text:Link1 Title}</a>
  323. <a href="{text:Link2}">{text:Link2 Title}</a>
  324. <a href="{text:Link3}">{text:Link3 Title}</a>
  325. <a href="{text:Link4}">{text:Link4 Title}</a>
  326. </div>
  327.  
  328. </div>
  329. </div>
  330. </div>
  331.  
  332.  
  333.  
  334. </DIV>
  335.  
  336. </div>
  337. {block:IndexPage}
  338. <div class="column navigation" id="navigation">
  339. {block:Pagination}
  340. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  341. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  342. </div>
  343. {/block:IndexPage}
  344. </div></div></div></div>
  345.  
  346. <br></center></div></div></div></div></div></div>
  347.  
  348. <div id="enter">
  349.  
  350.  
  351. <div class="autopagerize_page_element">
  352. {block:Posts}
  353.  
  354. <div class="posts">
  355.  
  356.  
  357.  
  358.  
  359. {block:Text}
  360. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  361. <div class="caixinha">
  362. <a href="{ReblogURL}">reblogue</a> /
  363. <a href="{Permalink}">{NoteCount}</a> /
  364. <a href="{Permalink}">{TimeAgo}</a>
  365. </div>
  366. {/block:Text}
  367.  
  368. {block:Photo}
  369. <div class="caixinha2">
  370. <a href="{ReblogURL}">Reblogue</a> /
  371. <a href="{Permalink}">{NoteCount}</a>
  372. </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}
  373.  
  374. {/block:Photo}{block:Photoset}
  375.  
  376. <div class="image"> <div class="caixinha">
  377. <a href="{ReblogURL}">Reblogue</a> /
  378. <a href="{Permalink}">{NoteCount}</a>
  379. </div>{Photoset-250}</div>{block:PermalinkPage}{Photoset-250}{/block:PermalinkPage}{/block:Photoset}
  380.  
  381. {block:Quote}
  382. <div class="quote"><font style="font-family:'EB Garamond', sans-serif; font-size:19px; float:left; padding:3px; color:{color:detalhes};">"</font>{Quote}</div>
  383. {block:Source}<div class="quotesource"><b>— {Source}</b></div>
  384. {/block:Source}
  385. <a href="{SourceURL}"></a>
  386. <a href="{ReblogParentURL}"></a>
  387. <div class="caixinha">
  388. <a href="{ReblogURL}">reblogue</a> /
  389. <a href="{Permalink}">{NoteCount}</a> /
  390. <a href="{Permalink}">{TimeAgo}</a>
  391.  
  392. </div>
  393. {/block:Quote}
  394.  
  395. {block:Link}
  396.  
  397. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  398. {block:Description}{Description}{/block:Description} <div class="caixinha">
  399. <a href="{ReblogURL}">reblogue esta postagem</a> /
  400. <a href="{Permalink}">{NoteCount}</a>
  401. </div>
  402. {/block:Link}
  403.  
  404. {block:Chat}
  405. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  406. <div class="chat"><ul>{block:Lines}
  407. <li class="person{UserNumber}">{block:Label}
  408. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div> <div class="caixinha">
  409. <a href="{ReblogURL}">reblogue esta postagem</a> /
  410. <a href="{Permalink}">{NoteCount}</a>
  411. </div>
  412. {/block:Chat}
  413.  
  414. {block:Audio}
  415. <div class="player">{AudioPlayerBlack}</div>
  416. {block:Caption}{Caption}{/block:Caption} <div class="caixinha2">
  417. <a href="{ReblogURL}">reblogue esta postagem</a> /
  418. <a href="{Permalink}">{NoteCount}</a>
  419. </div>
  420. {/block:Audio}
  421.  
  422. {block:Video}{Video-250} <div class="caixinha2">
  423. <a href="{ReblogURL}">reblogue esta postagem</a> /
  424. <a href="{Permalink}">{NoteCount}</a>
  425. </div>{/block:Video}
  426.  
  427. {block:Answer}
  428. <div style="margin-top:1px; ">
  429. <img src="{AskerPortraitURL-40}"align="right" class="border1"width="40px" id="opacidade"/></div>
  430. <div class="ask">
  431. <span></span>{Question}</div>
  432. <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>
  433. <br>
  434. <div class="res"><br>{Answer}</div>
  435. <div class="caixinha">
  436. <a href="{ReblogURL}">Reblog</a> /
  437. <a href="{Permalink}">{NoteCount}</a> /
  438. <a href="{SourceURL}">Source</a>
  439. </div>
  440. {/block:Answer}
  441.  
  442. {/block:IndexPage}
  443. </div>
  444. {/block:Posts}</div></div></div>
  445. </div></div></div></div></div></div></div></div></div>
  446.  
  447. {block:IndexPage}
  448.  
  449. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  450.  
  451. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  452.  
  453. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  454.  
  455. <script type="text/javascript">
  456. $(window).load(function(){
  457. var $wall = $('#enter');
  458. $wall.imagesLoaded(function(){
  459. $wall.masonry({
  460. itemSelector: '.posts',
  461. isAnimated : true
  462. });
  463. });
  464. $wall.infinitescroll({
  465. navSelector : "div#navigation",
  466. nextSelector : "div#navigation a#nextPage",
  467. itemSelector : '.posts',
  468. loadingImg : "http://static.tumblr.com/gdekeu9/sPBmvuxx8/loader.gif",
  469. loadingText : "",
  470. donetext : " ",
  471. extraScrollPx : 1000,
  472. bufferPx : 10100,
  473. debug : false,
  474. errorCallback: function() {
  475. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  476. }},
  477. function( newElements ) {
  478. var $newElems = $( newElements );
  479. $newElems.hide();
  480. $newElems.imagesLoaded(function(){
  481. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  482. });
  483. }); $('#enter').show(500);
  484. });
  485. </script>
  486.  
  487. {/block:IndexPage}
  488. </div>
  489. {/block:Posts}</div></div></div>
  490. </div></div></div></div></div></div></div></div></div>
  491. </div></div></div></div></div></div></div></div>
  492.  
  493. </div></div></div></div></div></div></div></div>
  494.  
  495. </div></div></div></div></div></div></div></div>
  496.  
  497. </div></div></div></div>
  498.  
  499.  
  500. </body>
  501.  
  502.  
  503. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement