Advertisement
0Melancolizava

Tema exclusivo para agridociei

Jan 14th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.99 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!-----------------------------------------------------------------
  4. Theme base explicativa por poesificada.tumblr.com
  5. Customizado por Melancolizava
  6.  
  7. Não retire os créditos, não use como base, não pegue detalhes, não disponibilize.
  8. ------------------------------------------------------------------>
  9.  
  10.  
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15.  
  16.  
  17. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  18. <script type="text/javascript" src="http://static.tumblr.com/2wl9p6g/G70lj5t0q/animatedcollapse.js"></script>
  19.  
  20. <script type="text/javascript">
  21. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  22. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  23. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  24. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  25. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  26. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  27. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  28. //$: Access to jQuery
  29. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  30. //state: "block" or "none", depending on state
  31. }
  32. animatedcollapse.init()
  33. </script>
  34.  
  35.  
  36. <script>
  37.  
  38. $(document).ready(function() {
  39.  
  40. //
  41.  
  42. //When you click on a link with class of poplight and the href starts with a #
  43.  
  44. $('a.poplight[href^=#]').click(function() {
  45.  
  46. var popID = $(this).attr('rel'); //Get Popup Name
  47.  
  48. var popURL = $(this).attr('href'); //Get Popup href to define size
  49.  
  50. //Pull Query & Variables from href URL
  51.  
  52. var query= popURL.split('?');
  53.  
  54. var dim= query[1].split('&');
  55.  
  56. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  57.  
  58. //Fade in the Popup and add close button
  59.  
  60. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://36.media.tumblr.com/4c702fc90b09e5832861a30b1f4ad97c/tumblr_inline_nmwoqz3jTb1rsc41y_75sq.png" class="btn_close" title="Fechar" alt="Close" /></a>');
  61.  
  62.  
  63. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  64.  
  65. var popMargTop = ($('#' + popID).height() + 80) / 2;
  66.  
  67. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  68.  
  69. //Apply Margin to Popup
  70.  
  71. $('#' + popID).css({
  72.  
  73. 'margin-top' : -popMargTop,
  74.  
  75. 'margin-left' : -popMargLeft
  76.  
  77. });
  78.  
  79. //Fade in Background
  80.  
  81. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  82.  
  83. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  84. return false;
  85. });
  86. //Close Popups and Fade Layer
  87. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  88.  
  89. $('#fade , .popup_block').fadeOut(function() {
  90.  
  91. $('#fade, a.close').remove(); //fade them both out
  92. });
  93. return false;
  94.  
  95. });
  96. });
  97.  
  98. </script>
  99.  
  100.  
  101.  
  102. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  103.  
  104.  
  105. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  106.  
  107. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  108.  
  109.  
  110. <link rel="shortcut icon" href="{Favicon}">
  111.  
  112.  
  113. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  114.  
  115.  
  116. <!---Appearance de cores----->
  117. <meta name="color:frase" content="#67b6b8"/>
  118. <meta name="color:bordaa" content="#000000"/>
  119. <meta name="color:bordafrase" content="#67b6b8"/>
  120. <meta name="color:source" content="#888888"/>
  121. <meta name="color:menu" content="#888888"/>
  122. <meta name="color:textos" content="#888888"/>
  123. <meta name="color:descricao" content="#888888"/>
  124. <meta name="color:background reblog" content="#fff"/>
  125. <meta name="color:background ask" content=" #fff"/>
  126. <meta name="color:texto ask" content="#ccc"/>
  127. <meta name="color:background" content="#fff"/>
  128. <meta name="color:links" content="#e2e2e2"/>
  129.  
  130. <meta name="text:menu size" content="9" />
  131. <meta name="text:fonte do titulo" content="'Rochester', cursive;" />
  132.  
  133.  
  134. <!---Appearance de links----->
  135.  
  136.  
  137. <meta name="text:fontposts" content="Istok Web" />
  138. <meta name="text:tamanhoposts" content="12" />
  139. <meta name="text:fontsource" content="gabriola" />
  140. <meta name="text:tamanhosource" content="17" />
  141. <meta name="text:fontfrase" content="Rochester" />
  142. <meta name="text:tamanhofrase" content="23" />
  143. <meta name="text:tamanhodescri" content="12" />
  144.  
  145. <meta name="text:bordaespessura" content="3" />
  146. <meta name="text:frase" content="Como me sinto?" />
  147. <meta name="text:frase2" content="Uma xicara de Chá?" />
  148. <meta name="text:Link1" content="" />
  149. <meta name="text:Link1 Title" content="Link" />
  150. <meta name="text:Link2" content="" />
  151. <meta name="text:Link2 Title" content="Link" />
  152. <meta name="text:Link3" content="" />
  153. <meta name="text:Link3 Title" content="Link" />
  154. <meta name="text:Link4" content="" />
  155. <meta name="text:Link4 Title" content="Link" />
  156. <meta name="text:Link5" content="" />
  157. <meta name="text:Link5 Title" content="Link" />
  158. <meta name="text:rede1" content="" />
  159. <meta name="text:rede2" content="" />
  160. <meta name="text:rede3" content="" />
  161. <meta name="text:rede1 titulo" content=" Facebook" />
  162. <meta name="text:rede2 titulo" content="Instagram" />
  163. <meta name="text:rede3 titulo" content=" Pagina" />
  164. <meta name="text:caixafrase" content="Bem vindos" />
  165. <meta name="text:caixatexto1" content="Um textinho aqui pra ficar fofo etc" />
  166. <meta name="text:caixafrase2" content="Redes Sociais" />
  167.  
  168. <meta name="text:auto1" content="" />
  169. <meta name="text:auto1 t" content="Linkinho" />
  170. <meta name="text:auto2" content="" />
  171. <meta name="text:auto2 t" content="Linkinho" />
  172. <meta name="text:auto3" content="" />
  173. <meta name="text:auto3 t" content="Linkinho" />
  174. <meta name="text:auto4" content="" />
  175. <meta name="text:auto4 t" content="Linkinho" />
  176. <meta name="text:auto5" content="" />
  177. <meta name="text:auto5 t" content="Linkinho" />
  178. <meta name="text:auto6" content="" />
  179. <meta name="text:auto6 t" content="Linkinho" />
  180. <meta name="text:auto7" content="" />
  181. <meta name="text:auto7 t" content="Linkinho" />
  182. <meta name="text:auto8" content="" />
  183. <meta name="text:auto8 t" content="Linkinho" />
  184. <meta name="text:auto9" content="" />
  185. <meta name="text:auto9 t" content="Linkinho" />
  186. <meta name="text:auto10" content="" />
  187. <meta name="text:auto10 t" content="Linkinho" />
  188. <meta name="text:auto11" content="" />
  189. <meta name="text:auto11 t" content="Linkinho" />
  190. <meta name="text:auto12" content="" />
  191. <meta name="text:auto12 t" content="Linkinho" />
  192. <meta name="text:auto13" content="" />
  193. <meta name="text:auto13 t" content="Linkinho" />
  194. <meta name="text:auto14" content="" />
  195. <meta name="text:auto14 t" content="Linkinho" />
  196. <meta name="text:auto15" content="" />
  197. <meta name="text:auto15 t" content="Linkinho" />
  198. <meta name="text:auto16" content="" />
  199. <meta name="text:auto16 t" content="Linkinho" />
  200. <meta name="text:auto17" content="" />
  201. <meta name="text:auto17 t" content="Linkinho" />
  202. <meta name="text:auto18" content="" />
  203. <meta name="text:auto18 t" content="Linkinho" />
  204. <meta name="text:auto19" content="" />
  205. <meta name="text:auto19 t" content="Linkinho" />
  206. <meta name="text:auto20" content="" />
  207. <meta name="text:auto20 t" content="Linkinho" />
  208. <meta name="text:auto21" content="" />
  209. <meta name="text:auto21 t" content="Linkinho" />
  210.  
  211.  
  212. <!---Appearance de com/sem----->
  213. <meta name="if:borda" content="0"/>
  214. <meta name="if:sidepreta" content="0"/>
  215.  
  216. <meta name="if:Show Tags" content="0"/>
  217. <meta name="if:Infinite Scroll" content="1"/>
  218. <meta name="if:Show Captions" content="0"/>
  219.  
  220.  
  221.  
  222.  
  223. <!---Appearance de Fotos/sidebar e bg----->
  224.  
  225. <link href='https://fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>
  226. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  227.  
  228. <meta name="image:Background" content=""/>
  229. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script>
  230. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css">
  231.  
  232. <link href='http://fonts.googleapis.com/css?family=Great+Vibes|Cookie|Rochester|Rancho|Alex+Brush|Allura|Rouge+Script|Ruge+Boogie' rel='stylesheet' type='text/css'>
  233.  
  234. <link href='https://fonts.googleapis.com/css?family=Philosopher:400,400italic|Istok+Web|Crimson+Text:400,400italic|Amiri:400,400italic|Arapey:400,400italic|Lovers+Quarrel|Oregano' rel='stylesheet' type='text/css'>
  235.  
  236. <style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  237. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  238. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  239. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  240. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  241. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  242. <script type="text/javascript">
  243. $(document).ready(function() {
  244. $().UItoTop({ easingType: 'easeOutQuart' });
  245. });
  246. </script>
  247.  
  248. <link href='https://fonts.googleapis.com/css?family=Montez|Parisienne' rel='stylesheet' type='text/css'>
  249.  
  250. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  251. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  252. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/hkMncmosg/minifield.js"></script>
  253.  
  254. <link href='http://fonts.googleapis.com/css?family=Nosifer|Lovers+Quarrel|Niconne|Stalemate|Delius+Swash+Caps|Almendra+Display|Elsie+Swash+Caps|Merienda+One|Lusitana|Rochester|Spirax' rel='stylesheet' type='text/css'>
  255.  
  256.  
  257. <script type=”text/javascript” src=”http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js”></script>
  258.  
  259. <link href='https://fonts.googleapis.com/css?family=Philosopher:400,400italic|Istok+Web' rel='stylesheet' type='text/css'>
  260.  
  261.  
  262.  
  263. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script>
  264. <style type="text/css">
  265. @import url(http://static.tumblr.com/cy91k7c/4EEnfop6l/animate.css);
  266. @import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
  267.  
  268. body, a, a:hover {cursor: url( http://38.media.tumblr.com/tumblr_lr42upCqXm1qmvagu.png ), progress;}
  269. body
  270. {background-color:{color:Background}; background-image:url('{image:background}'); background-attachment:fixed; background-repeat: no-repeat; background-size:100% 100%; background-repeat: no-repeat;background-size:100% 100%; font-size:{text:tamanhoposts}px; font-family:{block:iffontposts}, sans-serif; color:{color:textos};line-height:15px;margin-left:-50px; margin-top: 140px;}
  271. p {margin:0 0 .75em 0} p:last-child {margin:0}
  272.  
  273.  
  274. a {color: {color:textos};text-decoration:none;}
  275. /* Hover/ o que você quer que aconteça no link ao passar o mouse nele. Adicione algum código entre as chaves, se quiser */
  276. a:hover { color: {color:frase}; cursor: url( http://cur.cursors-4u.net/others/oth-6/oth589.cur ), progress;}
  277.  
  278.  
  279.  
  280.  
  281.  
  282. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;line-height: 100%;border-left: solid 4px #EDEDED;
  283. }
  284.  
  285.  
  286.  
  287. h1 {font-family: 'gabriola', cursive; font-size:20px;text-align: center; line-height: 1.5em; color: {color:frase}; }
  288.  
  289. ul {margin: 0px 1.5em .70em;}
  290. li {margin: .75em 0;list-style-type: square;}
  291.  
  292.  
  293. .text { padding: 5px;line-height:20px; }
  294.  
  295.  
  296. .post-link{
  297. font-family:cambria; font-size:12px;
  298. line-height: 20px;
  299. }
  300.  
  301.  
  302. p.source{text-align: left;color:{color:source}; padding-left:1px;;text-transform:none;font-size:{text:tamanhosource}px; background: transparent; font-family: {text:fontsource}, cursive;;line-height: 1em; }
  303.  
  304.  
  305. .tagged { text-align: center; line-height: 8px;font-size: 8px;}
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. .post { position: relative;width:360px;float:left;background: transparent;padding:0px;margin:5px;text-align:justify;margin-left:-120px;{block:PermalinkPage}width:360px{/block:PermalinkPage};{block:ifborda} border: 1px solid {color:bordat}; {/block:ifborda} ; -ms-animation: fadeInUpBig 3s;
  313. -moz-animation: fadeInUpBig 3s;
  314. -webkit-animation: fadeInUpBig 3s; }
  315. .box {position: relative;}
  316.  
  317.  
  318.  
  319.  
  320. .box img {
  321. display: inline;
  322. width:300px height: 300px;margin-bottom:20px;border-radius:5px; {block:PermalinkPage}width:350px{/block:PermalinkPage}}
  323.  
  324. #contain {background:transparent; width:680px; margin: 0px auto 0;margin-left:250px;}
  325.  
  326. #content {width:350px;float: right; ;}
  327.  
  328.  
  329.  
  330. #infscr-loading{position:relative!important;left:49%}p.menu-m {margin: .375em;}
  331. .box iframe { max-width: 100%;
  332. }.text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  333. .post-info-data{text-align:center}.notes img{display:block;float:left;margin-right:.75em}ol.notes li{margin:.375em 0;list-style-type:none;line-height:16px}
  334. .clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  335.  
  336.  
  337.  
  338.  
  339. #psidep {text-align: justify;margin-top: -150px;width:363px; padding:0px;position: fixed ;margin-left:210px;background: rgba(255, 255, 255, 0.6);{block:ifsidepreta} background: rgba(0, 0, 0, 0.8); {/block:ifsidepreta}; z-index:999; -ms-animation: fadeInDownBig 3s;
  340. -moz-animation: fadeInDownBig 3s;
  341. -webkit-animation: fadeInDownBig 3s;-webkit-transition: all 0.99s ease-in-out ;
  342.  
  343. }
  344. #psidep:hover { background: #fff; {block:ifsidepreta} background: #000;{/block:ifsidepreta} -webkit-transition: all 0.99s ease-in-out ;}
  345. ul {margin-bottom: .75em;}
  346.  
  347.  
  348.  
  349. ul {margin-bottom: .75em;}
  350.  
  351.  
  352. #title {font-family: {text:fontfrase}, serif;font-size: {text:tamanhofrase}px;color:;line-height: 1.5em;margin-top:10px;margin-left:0px;text-align:center; -webkit-transition: all 0.99s ease-in-out ; color: {color:frase}; border-bottom: {text:bordaespessura}px solid {color:bordafrase}; }
  353. #title:hover { -webkit-transition: all 0.99s ease-in-out}
  354.  
  355.  
  356.  
  357. /*******by futurasuicida usar credite ao helpdesigns pegar sem credito vai ter porrada.*** *******/
  358.  
  359. #linkbasic { background:transparent;text-align:center;line-height:22px; margin-top:-10px;margin-left:5px; position: relative;text-transform:uppercase; border: 3px outset; opacity: 0;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease; }/*helpdesigns*/
  360.  
  361. #linkbasic a {
  362.  
  363. font-size:{text:menu size}px; font-family:calibri; color:{color:menu}; padding:2px; border-left: 1px solid transparent; -webkit-transition: 0.3s ease-in;
  364. }/*helpdesigns*/
  365.  
  366. #linkbasic a:hover{color: {color:title}; -webkit-transition: 0.3s ease-in; letter-spacing: 1px; opacity: 1; -moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}/*helpdesigns*/
  367.  
  368.  
  369. .justin {margin-left:0px; margin-top:0px; background-color:transparent; opacity:10; font-size:11px; ; ;padding:0px; 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;}
  370.  
  371.  
  372. .justin:hover #linkbasic {margin-top:5px;opacity:1;}
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380. #description {line-height:17px;color:{color:descricao};padding-left:5px;padding-right:5px;margin-left:0px; margin-top:10px; text-align:justify; position:relative;font-size:{text:tamanhodescri}px;
  381. }
  382.  
  383.  
  384.  
  385. #sided {text-align: justify;top: 0px;width:120px; padding:0px;position: fixed;left:-110px; background-color: transparent; border: 4px double transparent; z-index:999;-webkit-transition: all 0.99s ease-in-out ; float: left;
  386.  
  387. }
  388. #sided:hover{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; background: #fff;{block:ifsidepreta} background: rgba(0, 0, 0, 0.8); {/block:ifsidepreta};
  389. left:-0px; border: 4px double {color:background ask};}
  390.  
  391. #sidecaixa1{ line-height:17px;color:{color:descricao}; margin-top:10px; text-align:justify; position:relative;font-size:11px ; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; width: 100px;}
  392. }
  393. #sidecaixa1:hover {
  394. color:{color:descricao} -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out; }
  395.  
  396. #frufru {height:auto; margin-top:10px; position:relative; text-align:center;margin-left:108px;}
  397.  
  398. #frufru img { width:15px; height:15px; opacity:0.9; -webkit-filter: grayscale(40%)}
  399.  
  400.  
  401. .header {font-family:'Calibri', sans-serif; font-size:10px; text-transform:uppercase; position:absolute; z-index:9; ; right:-50px;top:5px; padding:3px; transition:all 1s ease; background:transparent;opacity:0; width: 200px;}
  402. .post:hover .header {font-family:'Calibri', sans-serif; font-size:11px; text-transform:uppercase; position:absolute; z-index:9; ; right:-30px; top:5px; padding:3px; transition:all 1s ease; background: transparent;opacity:1; width: 200px; z-index:99; text-transform: bold;}
  403. .hreblog {float:right; padding-right:5px;}
  404. .hperma {float:right; padding-right:5px;}
  405. .date {float:right; padding-right:5px;}
  406.  
  407.  
  408.  
  409.  
  410. /*ESTILO DE ASK POR MAY, DO MIR4GEM.TUMBLR.COM E DO HTML-PARTY.TUMBLR.COM! É BOM NÃO TIRAR ISSO AQUI :@@ */
  411. .boxask {background: {color:background ask}; padding: 10px; font-size: 11px calibri; text-align:left; border-radius: 0px; z-index: 1; color: {color:texto ask}}
  412. .seta {background: transparent; width: 20px; height: 20px; -webkit-transform: rotate(45deg); margin-left: 310px; margin-top: -10px; z-index: 1;text-align:center;}
  413. .perguntou {font-size: 10px; font-family: calibri; text-transform: uppercase;text-align:left;border-top:1px solid transparent;border-bottom:1px solid transparent;margin-top:-5px; border-bottom: 2px solid;}
  414.  
  415. .resposta {background:#; width:98%;padding: 2px; margin-left: 5px; }
  416.  
  417. .divisoria {display: block; margin-top: 4px; margin-bottom: 4px;font-style:normal;}
  418.  
  419. div.treme img{position:relative;font-style:normal;}
  420.  
  421. #ssource{margin-left:10px; display:none}
  422.  
  423.  
  424.  
  425.  
  426. iframe#tumblr_controls {position:fixed!important; -webkit-filter:invert(100%); opacity:.4;}
  427.  
  428.  
  429.  
  430.  
  431. /*** Blockquote por Mundo Html/ all-teardrop-is-a-waterfall ***/
  432.  
  433. blockquote {background: transparent;border-left: 1px solid {color:background ask}; padding: 15px 15px 15px 10px;; color: {color:textos}; text-align: justify; }
  434. blockquote:hover { border-left: 2px solid {color:frase};
  435.  
  436. }
  437.  
  438. /*** barra de rolagem ***/
  439.  
  440. iframe#tumblr_controls { position:fixed;white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.3;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  441.  
  442. ::-webkit-scrollbar{width:5px;height:5px;}
  443. ::-webkit-scrollbar-button:start:decrement
  444. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  445. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  446. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#cec2ac;-webkit-border-radius:px;}
  447. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#cec2ac;-webkit-border-radius:px;}
  448.  
  449. iframe#tumblr_controls{top: 2px !important; position: fixed !important; right: 5px !important; margin: 0 0 0 0;}
  450.  
  451.  
  452. .lcredit.icon.theme {position:fixed}
  453. .lheartt {font-size:9px; letter-spacing:.1em; text-transform:uppercase; padding:1px; margin-bottom:1px; color: {color:menu}; text-shadow:1px 1px 1px #000; transition:all 1s ease; margin-left: 27px;text-align:center }
  454. .licoluna {overflow:hidden; display:inline-block; width:100px; }
  455. .lheartt:hover {padding-left:5px;}
  456.  
  457.  
  458.  
  459. #fade {
  460. display: none;
  461. background: #fff;
  462. position: fixed; left: 0; top: 0;
  463. width: 100%; height: 100%;
  464. opacity: .80;
  465. z-index: 9999;
  466. }
  467. .popup_block{
  468. display: none;
  469. background: #fff;
  470. padding: 20px;
  471. border: 0px solid transparent;
  472. float: left;
  473. font-size: 1.2em;
  474. position: fixed;
  475. top: 50%; left: 50%;
  476. z-index: 99999;
  477. box-shadow:0px 0px 10px 0px #ccc;
  478. -webkit-animation:Warvada-Sobe 1s; -moz-animation:Warvada-Sobe 1s; animation:Warvada-Sobe 1s;
  479. }
  480. img.btn_close {
  481. float: right;
  482. margin: -55px -55px 0 0;
  483. }
  484.  
  485. *html #fade {
  486. position: absolute;
  487. }
  488. *html .popup_block {
  489. position: absolute;
  490. }
  491. #topinho{font-family: 'gabriola', cursive;color: {color:frase};font-size:25px;background-color:#fff;padding:2px;height:26px;line-height:26px;margin-bottom:1px;text-align:center;-webkit-transition-duration: .80s;padding-left:8px;margin-left:0px;margin-right:2px; text-shadow:9px -3px 2px #f2eff2;}
  492. #topinho:hover {padding-left:25px;-webkit-transition-duration: .80s;}
  493.  
  494. /*Efeito pop-up por Warvada - Não retire os créditos */
  495. @-webkit-keyframes Warvada-Sobe {0% {opacity:0; -webkit-transform:translateY(1000px);} 100% {opacity:1; -webkit-transform:translateY(0);}}
  496. @-moz-keyframes Warvada-Sobe {0% {opacity:0; -webkit-transform:translateY(1000px);} 100% {opacity:1; -webkit-transform:translateY(0);}}
  497. @keyframes Warvada-Sobe {0% {opacity:0; -webkit-transform:translateY(1000px);} 100% {opacity:1; -webkit-transform:translateY(0);}}
  498.  
  499. .lheart {font-family:'Baumans', sans-serif; font-size:9px; letter-spacing:.1em; text-transform:uppercase; padding:5px; margin-bottom:1px; color:#000; border-bottom:1px solid #f5f5f5; text-shadow:1px 1px 1px #fff; transition:all 1s ease;border-left: 2px solid #fff}
  500. .lheart:hover {padding-left:20px; ;}
  501. .lcoluna {overflow:hidden; display:inline-block; width:162px;}
  502.  
  503.  
  504.  
  505.  
  506.  
  507. /*proibida qualquer copia, ou plagios*//*não remova os créditos*/
  508.  
  509. #lpermalink {font-family:‘Lora’, cursive; font-size:12px; font-style:italic; padding:5px; border-bottom:1px solid #f5f5f5;}
  510. #lpermalink img {float:left; padding:5px; width:10px; height:10px; opacity:1!important;}
  511. .lnotes {display:block; width:400px; margin-top:5px;}
  512. .lnotes .avatar {border:none; margin:0; width:46px; padding:0;}
  513. .lnotes ol {margin:0; padding:0;}
  514. .lnotes li {list-style:none; border:none; float:left; margin:0; padding:0; margin-right:4px; margin-bottom:-2px;}
  515. .lnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  516. .more_box {display:block; width:400px; height:35px; margin:0; padding:0;}
  517. .more_notes_link_container {font-family:'Lora’; font-style:italic; font-size:12px; font-style:italic; display:block; text-align:center; width:400px;}
  518. .lnotes blockquote {display:none;}
  519.  
  520.  
  521. #plinks{ background:transparent;text-align:right;line-height:25px; margin-top:0px;margin-left:-0px; position: relative;text-transform:uppercase; }
  522. #plinks a { font-size:11px;font-family:arial; color:{color:rebl}; padding:3px; -webkit-transition: 0.3s ease-in; border-top: 1px transparent ; border-bottom: 1px solid transparent; margin-top: 10px; }
  523. #plinks a:hover{color: {color:title}; -webkit-transition: 0.3s ease-in;}
  524.  
  525.  
  526.  
  527.  
  528. </style></head>
  529. <body>
  530.  
  531.  
  532. <a style="position:fixed; right:45px; bottom:45px; font-family:ARIAL; font-size:9px; color:{color:textos}; background:transparent; " href="http://geada.co.vu/" title="Theme por melancolizava + base por poesificada"> <font color={color:frase}> ➤ </font> MLV </a>
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540. <div id="contain" class="clearfix">
  541. <div id="pside">
  542. <div class="text">
  543.  
  544.  
  545.  
  546. <p>
  547. </a>
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557. {block:IfNotInfiniteScroll}{block:Pagination}<p class="previous-next text">{block:PreviousPage}<a href="{PreviousPage}" class="next"><</a>{/block:PreviousPage}<span id="pages"> {CurrentPage} of {TotalPages} </span>{block:NextPage}<a href="{NextPage}" class="previous">></a>{/block:NextPage}</p>{/block:Pagination}{/block:IfNotInfiniteScroll}
  558. </div>
  559. </div>
  560.  
  561.  
  562.  
  563.  
  564. <div id="psidep">
  565.  
  566.  
  567.  
  568.  
  569. <div id="title">{text:frase} </div>
  570.  
  571.  
  572. <div class="justin">
  573. <div id="description">{description}
  574.  
  575. </div>
  576.  
  577.  
  578. <p>
  579. <div id="linkbasic">
  580. <a href="{text:link1}" > {text:link1 title}</a>
  581. <a href="#?w=400"rel="fask" class="poplight" > {text:link2 title} </a>
  582. <a href="#?w=500"rel="suspiros" class="poplight" > {text:link3 title} </a>
  583. <a href="{text:link4} "> {text:link4 title} </a>
  584. <a href="{text:link5} "> {text:link5 title} </a>
  585.  
  586. </div></div>
  587.  
  588. </div>
  589.  
  590.  
  591. <div class="popup_block" id="fask">
  592. <div id="topinho"> {text:frase2} </div>
  593. <p>
  594. <iframe frameborder="0" height="250px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/agridociei.tumblr.com" width="100%"></iframe>
  595.  
  596. </div>
  597.  
  598.  
  599.  
  600. <div class="popup_block" id="suspiros">
  601.  
  602. <div class="lcoluna">
  603.  
  604. <div class="lheart"> <a href="{text:auto1}"> {text:auto1 t} </a> </div>
  605. <div class="lheart"> <a href="{text:auto4}"> {text:auto4 t} </a> </div>
  606. <div class="lheart"> <a href="{text:auto7}"> {text:auto7 t} </a> </div>
  607. <div class="lheart"> <a href="{text:auto10}"> {text:auto10 t} </a> </div>
  608. <div class="lheart"> <a href="{text:auto13}"> {text:auto13 t} </a> </div>
  609. <div class="lheart"> <a href="{text:auto16}"> {text:auto16 t} </a> </div>
  610. <div class="lheart"> <a href="{text:auto19}"> {text:auto19 t} </a> </div>
  611. </div>
  612. <div class="lcoluna">
  613.  
  614.  
  615.  
  616.  
  617.  
  618. <div class="lheart"> <a href="{text:auto2}"> {text:auto2 t} </a> </div>
  619. <div class="lheart"> <a href="{text:auto5}"> {text:auto5 t} </a> </div>
  620. <div class="lheart"> <a href="{text:auto8}"> {text:auto8 t} </a> </div>
  621. <div class="lheart"> <a href="{text:auto11}"> {text:auto11 t} </a> </div>
  622. <div class="lheart"> <a href="{text:auto14}"> {text:auto14 t} </a> </div>
  623. <div class="lheart"> <a href="{text:auto17}"> {text:auto17 t} </a> </div>
  624. <div class="lheart"> <a href="{text:auto20}"> {text:auto20 t} </a> </div>
  625.  
  626. </div>
  627.  
  628.  
  629.  
  630. <div class="lcoluna">
  631.  
  632. <div class="lheart"> <a href="{text:auto3}"> {text:auto3 t} </a> </div>
  633. <div class="lheart"> <a href="{text:auto6}"> {text:auto6 t} </a> </div>
  634. <div class="lheart"> <a href="{text:auto9}"> {text:auto9 t} </a> </div>
  635. <div class="lheart"> <a href="{text:auto12}"> {text:auto12 t} </a> </div>
  636. <div class="lheart"> <a href="{text:auto15}"> {text:auto15 t} </a> </div>
  637. <div class="lheart"> <a href="{text:auto18}"> {text:auto18 t} </a> </div>
  638. <div class="lheart"> <a href="{text:auto21}"> {text:auto21 t} </a> </div>
  639.  
  640.  
  641. </div>
  642.  
  643. </div>
  644.  
  645.  
  646.  
  647. <div id="sided">
  648. <p>
  649.  
  650. <div id="frufru"><i class="fa fa-share"></i>
  651.  
  652. </div>
  653. <center><a style="font-family: 'Rochester', serif; font-size: 17px; padding:5px; line-height: 12px; "> <font color={color:frase}> {text:caixafrase} </font></a> </center>
  654.  
  655. <p>
  656. <div id="sidecaixa1">
  657. {text:caixatexto1}
  658. </div>
  659.  
  660. <p>
  661. <center><a style="font-family: 'Rochester', serif; font-size: 17px; padding:5px; line-height: 12px; "> <font color={color:frase}> {text:caixafrase2} </font></a> </center>
  662. <p>
  663.  
  664. <div id="sidecaixa1">
  665.  
  666. <a href="{text:rede1}" > <i class="fa fa-facebook"></i> {text:rede1 titulo}</a> </br>
  667. <a href="{text:rede2}" > <i class="fa fa-instagram"></i> {text:rede2 titulo}</a></br>
  668. <a href="{text:rede3}" ><i class="fa fa-share"></i> {text:rede3 titulo}</a></br> </a>
  669. </div>
  670.  
  671.  
  672. </div>
  673.  
  674.  
  675.  
  676.  
  677. <div id="content">
  678. {block:Posts}
  679.  
  680. <div class="post">
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689. {block:Text}
  690. <div class="text">
  691. {block:Title}<h1>{Title}</h1>{/block:Title}
  692. {Body}
  693. {block:IndexPage}
  694.  
  695. <div class="header">
  696. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:rebl}"> <i class="fa fa-long-arrow-right"></i>
  697. </font> </a></div> </br>
  698.  
  699.  
  700.  
  701. <div class="hperma" title="likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{NoteCount}"> <font color={color:rebl}> <i class="fa fa-heart-o"></i> </font> </a></div>
  702.  
  703. </br>
  704. <div class="date" title="Date"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{DayOfMonth} de {ShortMonth} de {ShortYear} ás {24Hour}:{Minutes}"> <font color={color:rebl}> <i class="fa fa-square-o"></i> </font> </a></div>
  705. </div>
  706. {/block:IndexPage}
  707. <!-- permalink aqui-->
  708.  
  709.  
  710.  
  711. <!-- permalink aqui-->
  712.  
  713. </div>
  714. {/block:Text}
  715.  
  716. {block:Quote}
  717. <div class="text quote">
  718.  
  719. <p class="words">{Quote}</p>
  720. {block:Source}<p class="source"> <font color="{color:sou}"> </font> {Source}</p>{/block:Source}
  721.  
  722. {block:IndexPage}
  723. <div class="header">
  724. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:rebl}"> <i class="fa fa-long-arrow-right"></i>
  725. </font> </a></div> </br>
  726.  
  727.  
  728.  
  729. <div class="hperma" title="likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{NoteCount}"> <font color={color:rebl}> <i class="fa fa-heart-o"></i> </font> </a></div>
  730.  
  731. </br>
  732. <div class="date" title="Date"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{DayOfMonth} de {ShortMonth} de {ShortYear} ás {24Hour}:{Minutes}"> <font color={color:rebl}> <i class="fa fa-square-o"></i> </font> </a></div>
  733. </div>
  734.  
  735. {/block:IndexPage}
  736.  
  737. <!-- permalink aqui-->
  738.  
  739.  
  740. <!-- permalink aqui-->
  741.  
  742.  
  743. </div>
  744. {/block:Quote}
  745.  
  746. {block:Link}
  747. <div class="text link">
  748. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  749. {block:Description}{Description}{/block:Description}
  750. <!-- permalink aqui-->
  751.  
  752.  
  753.  
  754. <!-- permalink aqui-->
  755.  
  756. </div>
  757. {/block:Link}
  758.  
  759. {block:Chat}
  760. <div class="text chat">
  761. <ul class="conversation">
  762. {block:Lines}
  763. <li class="line {Alt}">
  764. {block:Label}<span class="person">{Label}</span>{/block:Label}
  765. <span class="person-said">{Line}</span>
  766. </li>
  767. {/block:Lines}
  768. </ul>
  769. {block:IndexPage}
  770. <div class="header">
  771. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:rebl}"> <i class="fa fa-long-arrow-right"></i>
  772. </font> </a></div> </br>
  773.  
  774.  
  775.  
  776. <div class="hperma" title="likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{NoteCount}"> <font color={color:rebl}> <i class="fa fa-heart-o"></i> </font> </a></div>
  777.  
  778. </br>
  779. <div class="date" title="Date"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{DayOfMonth} de {ShortMonth} de {ShortYear} ás {24Hour}:{Minutes}"> <font color={color:rebl}> <i class="fa fa-square-o"></i> </font> </a></div>
  780. </div>
  781. {/block:IndexPage}
  782. <!-- permalink aqui-->
  783.  
  784.  
  785.  
  786. <!-- permalink aqui-->
  787.  
  788. </div>
  789. {/block:Chat}
  790.  
  791. {block:Audio}
  792. <div class="text audio">
  793. <p>{AudioPlayerBlack}</p>
  794. {block:IndexPage}{block:IfShowCaptions}
  795. {block:Caption}{Caption}{/block:Caption}
  796. {/block:IfShowCaptions}{/block:IndexPage}
  797. <!-- permalink aqui-->
  798.  
  799.  
  800.  
  801.  
  802.  
  803. <!-- permalink aqui-->
  804.  
  805.  
  806. </div>
  807. {/block:Audio}
  808.  
  809.  
  810.  
  811.  
  812. {block:Answer}
  813.  
  814. <div class="boxask">{Question}</div>
  815. <div class="seta"></div><br>
  816. <div class="perguntou">&nbsp;&nbsp;
  817. {Asker} Alegrou aqui:</div><br>
  818. <div class="resposta">{Answer}
  819.  
  820. {block:IndexPage}
  821. <div class="header">
  822. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:rebl}"> <i class="fa fa-long-arrow-right"></i>
  823. </font> </a></div> </br>
  824.  
  825.  
  826.  
  827. <div class="hperma" title="likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{NoteCount}"> <font color={color:rebl}> <i class="fa fa-heart-o"></i> </font> </a></div>
  828.  
  829. </br>
  830. <div class="date" title="Date"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{DayOfMonth} de {ShortMonth} de {ShortYear} ás {24Hour}:{Minutes}"> <font color={color:rebl}> <i class="fa fa-square-o"></i> </font> </a></div>
  831. </div>
  832. {/block:IndexPage}
  833.  
  834. <!-- /permalink --> {/block:IndexPage}
  835. </div>
  836. {/block:Answer}
  837.  
  838. {block:Photoset}
  839. <div class="photoset">
  840. <div class="box">
  841. <!-- permalink aqui-->
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848. <!-- permalink aqui-->
  849.  
  850. <center>{Photoset-250}</center>
  851. </div>
  852. {block:IndexPage}{block:IfShowCaptions}
  853. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  854. {/block:IfShowCaptions}{/block:IndexPage}
  855. </div>
  856. {/block:Photoset}
  857.  
  858. {block:Video}
  859. <div class="video">
  860. <div class="box">
  861. <!-- permalink aqui-->
  862.  
  863.  
  864.  
  865. <!-- permalink aqui-->
  866.  
  867. <center>{Video-250}</center>
  868. </div>
  869. {block:IndexPage}{block:IfShowCaptions}
  870. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  871. {/block:IfShowCaptions}{/block:IndexPage}
  872. </div>
  873. {/block:Video}
  874.  
  875. {block:Photo}
  876. <div class="photo">
  877. <div class="box">
  878. <!-- permalink aqui-->
  879.  
  880.  
  881.  
  882.  
  883. <!-- permalink aqui-->
  884.  
  885. {block:IndexPage}
  886. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" title="{NoteCount}"/></a>
  887. {/block:IndexPage}
  888. {block:PermalinkPage}
  889. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  890. {/block:PermalinkPage}
  891. </div>
  892. {block:IndexPage}{block:IfShowCaptions}
  893. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  894. {/block:IfShowCaptions}{/block:IndexPage}
  895.  
  896.  
  897. </div>
  898. {block:IndexPage}
  899. <div class="header">
  900. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:rebl}"> <i class="fa fa-long-arrow-right"></i>
  901. </font> </a></div> </br>
  902.  
  903.  
  904.  
  905. <div class="hperma" title="likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{NoteCount}"> <font color={color:rebl}> <i class="fa fa-heart-o"></i> </font> </a></div>
  906.  
  907. </br>
  908. <div class="date" title="Date"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank" title= "{DayOfMonth} de {ShortMonth} de {ShortYear} ás {24Hour}:{Minutes}"> <font color={color:rebl}> <i class="fa fa-square-o"></i> </font> </a></div>
  909. </div>
  910. {/block:IndexPage}
  911. {/block:Photo}
  912.  
  913. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  914. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  915. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  916.  
  917. {block:PermalinkPage}
  918. {block:Caption}{Caption}{/block:Caption}
  919. {block:HasTags}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/gZonj46ic/tagged.png"> {lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  920. {block:Date}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/M4Nnj46j1/timeago.png"> {TimeAgo}, {MonthNumber}/{DayOfMonth}/{Year}.</div>{/block:Date}
  921. {block:NoteCount}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/NDRnj46jg/notecount.png"> {NoteCountWithLabel}.</div>{/block:NoteCount}
  922. {block:RebloggedFrom}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/Hhznj46jy/via.png"> Via <a href="{ReblogParentURL}">{ReblogParentName}</a>, by <a href="{ReblogRootURL}">{ReblogRootName}</a>.</div>{block:RebloggedFrom}
  923. {block:PostNotes}<div class="lnotes">{PostNotes-64}</div>{/block:PostNotes}
  924. {/block:PermalinkPage}
  925.  
  926. </div> <!-- end single post -->
  927. {block:ContentSource}
  928. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  929. {/block:ContentSource}
  930. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  931. {/block:Posts}
  932. </div> <!-- end content -->
  933. <div class="loading"></div>
  934. </div> <!-- end containing div -->
  935. {block:IndexPage}{block:IfInfiniteScroll}
  936. {block:Pagination}<ul id="pagination">
  937. {block:PreviousPage}
  938. <li><a href="{PreviousPage}"></a></li>
  939. {/block:PreviousPage}
  940. {block:JumpPagination length="5"}
  941. {block:CurrentPage}
  942. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  943. {/block:CurrentPage}
  944. {block:JumpPage}
  945. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  946. {/block:JumpPage}
  947. {/block:JumpPagination}
  948. {block:NextPage}
  949. <li><a id="nextPage" href="{NextPage}"></a></li>
  950. {/block:NextPage}
  951. </ul>{/block:Pagination}
  952. <script type="text/javascript">
  953. $(window).load(function () {
  954. var $content = $('#content');
  955. $content.infinitescroll({
  956. navSelector : '#pagination',
  957. nextSelector : '#pagination a#nextPage',
  958. itemSelector : '.post, .loading',
  959. loading: {
  960. finishedMsg: '',
  961. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  962. },
  963. bufferPx : 200,
  964. debug : false,
  965. });
  966. });
  967. </script>
  968. {/block:IfInfiniteScroll}
  969. {/block:IndexPage}
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979. </body>
  980.  
  981. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement