Advertisement
0Melancolizava

Mlv 27

Jun 2nd, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.93 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. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  16.  
  17.  
  18. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  19.  
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25.  
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27.  
  28. <!---Appearance de cores----->
  29. <meta name="color:frase" content="#000"/>
  30. <meta name="color:sid" content="#fff"/>
  31.  
  32. <meta name="color:textos" content="#888888"/>
  33. <meta name="color:descricao" content="#888888"/>
  34. <meta name="color:links" content="#FF69B4"/>
  35. <meta name="color:background reblog" content="#fff"/>
  36. <meta name="color:background ask" content=" #e9e9e9"/>
  37. <meta name="color:background" content="#fff"/>
  38. <meta name="color:reblog" content="#fff"/>
  39.  
  40. <!---Appearance de links----->
  41.  
  42.  
  43. <meta name="text:frase" content="Heart Ice ♥" />
  44. <meta name="text:navegacao" content="" />
  45. <meta name="text:navegacao title" content="Navegação" />
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 Title" content="Link" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 Title" content="Link" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 Title" content="Link" />
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Link4 Title" content="Link" />
  54. <meta name="text:Link5" content="" />
  55. <meta name="text:Link5 Title" content="Link" />
  56. <meta name="text:Link6" content="" />
  57. <meta name="text:Link6 Title" content="Link" />
  58.  
  59. <!---Appearance de com/sem----->
  60.  
  61. <meta name="if:Show Tags" content="0"/>
  62. <meta name="if:Infinite Scroll" content="1"/>
  63. <meta name="if:Show Captions" content="0"/>
  64.  
  65.  
  66. <!---Appearance de Fotos/sidebar e bg----->
  67.  
  68.  
  69. <meta name="image:Background" content=""/>
  70.  
  71. <meta name="image:foto" content="http://media.tumblr.com/dccfed53270cec91e49cc5cf6f0d52a0/tumblr_inline_ms8y4mNv441qz4rgp.png
  72. "/>
  73. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  74.  
  75. <script type="text/javascript"
  76. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  77. <script>
  78.  
  79. $(document).ready(function() {
  80.  
  81. //
  82.  
  83. //When you click on a link with class of poplight and the href starts with a #
  84.  
  85. $('a.poplight[href^=#]').click(function() {
  86.  
  87. var popID = $(this).attr('rel'); //Get Popup Name
  88.  
  89. var popURL = $(this).attr('href'); //Get Popup href to define size
  90.  
  91. //Pull Query & Variables from href URL
  92.  
  93. var query= popURL.split('?');
  94.  
  95. var dim= query[1].split('&');
  96.  
  97. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  98.  
  99. //Fade in the Popup and add close button
  100.  
  101. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/n9fwjwu/2sAnhzjzh/close.png" class="btn_close" title="Fechar" alt="Close" /></a>');
  102.  
  103.  
  104. //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
  105.  
  106. var popMargTop = ($('#' + popID).height() + 80) / 2;
  107.  
  108. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  109.  
  110. //Apply Margin to Popup
  111.  
  112. $('#' + popID).css({
  113.  
  114. 'margin-top' : -popMargTop,
  115.  
  116. 'margin-left' : -popMargLeft
  117.  
  118. });
  119.  
  120. //Fade in Background
  121.  
  122. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  123.  
  124. $('#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
  125. return false;
  126. });
  127. //Close Popups and Fade Layer
  128. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  129.  
  130. $('#fade , .popup_block').fadeOut(function() {
  131.  
  132. $('#fade, a.close').remove(); //fade them both out
  133. });
  134. return false;
  135.  
  136. });
  137. });
  138.  
  139. </script>
  140.  
  141.  
  142.  
  143. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  144. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  145. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/hkMncmosg/minifield.js"></script>
  146.  
  147. <link href='http://fonts.googleapis.com/css?family=Playball|Pinyon+Script|Cookie' rel='stylesheet' type='text/css'>
  148.  
  149.  
  150.  
  151. <script type=”text/javascript” src=”http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js”></script>
  152.  
  153. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css">
  154. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script>
  155.  
  156. <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;
  157. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  158. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  159.  
  160. <style type="text/css">
  161.  
  162.  
  163. body
  164. {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:13px; font-family: 'Alegreya', serif; color:{color:textos};line-height:15px;margin-left:200px; margin-top: 130px;}
  165. p {margin:0 0 .75em 0} p:last-child {margin:0}
  166.  
  167.  
  168. a {color: {color:textos};text-decoration:none;}
  169. /* Hover/ o que você quer que aconteça no link ao passar o mouse nele. Adicione algum código entre as chaves, se quiser */
  170. a:hover { {color:links}}
  171.  
  172.  
  173.  
  174.  
  175. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;line-height: 100%;border-left: solid 4px #EDEDED;
  176. }
  177.  
  178.  
  179.  
  180. h1 {font-family: 'Alegreya', serif; font-size: 18px; }
  181.  
  182.  
  183. ul {margin: 0px 1.5em .75em;}
  184. li {margin: .75em 0;list-style-type: square;}
  185.  
  186.  
  187. .text { padding: 5px;line-height:20px; }
  188.  
  189.  
  190. .post-link{
  191. font-family:cambria; font-size:12px;
  192. line-height: 20px;
  193. }
  194.  
  195. p.source:first-letter {font-style:none;font-family: 'Cookie', cursive;font-size: 21px;line-height:15px; color: {color:textos};}
  196. p.source{text-align: left;color:{color:textos}; padding-left:10px;text-transform:none;font-size:14px; background: transparent; border-radius:5px;font-family: 'Alegreya', serif; }
  197.  
  198.  
  199. .tagged { text-align: center; line-height: 5px;font-size: 10px;}
  200.  
  201.  
  202.  
  203.  
  204.  
  205. .quote:first-letter {font-style:none;font-family: 'Cookie', cursive;font-size: 21px;line-height:15px; color: {color:textos};}
  206.  
  207. .post { position: relative;width:390px;float:left;background: transparent;padding:0px;margin:15px;text-align:justify;margin-left:-45px;{block:PermalinkPage}width:390px{/block:PermalinkPage};}.box {position: relative; }
  208.  
  209.  
  210.  
  211.  
  212. .box img {
  213. display: inline;
  214. width:400px height: 400px;margin-bottom:20px;border-radius:10px;}
  215.  
  216. #contain {background:#fff; width:400px; margin: 0px auto 0;margin-left:250px; box-shadow:0 0px 1px #ccc;}
  217.  
  218. #content {width:350px;float: right; ;}
  219.  
  220.  
  221.  
  222. #infscr-loading{position:relative!important;left:49%}p.menu-m {margin: .375em;}
  223. .box iframe { max-width: 100%;
  224. }.text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  225. .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}
  226. .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%}
  227.  
  228.  
  229.  
  230. #pside {text-align: justify;margin-top:-140px;width:400px;padding:0px; height:140px; position: fixed;margin-left:0px;background: {color:sid}; z-index:9999; box-shadow:0 0px 1px #ccc;}
  231. ul {margin-bottom: .75em;}
  232.  
  233.  
  234.  
  235.  
  236. #title {font-family: 'Cookie', cursive;font-size: 25px;color:{color:frase};line-height: 1.5em;margin-top:0px;margin-left:0px;text-align:center; height:40px; }
  237.  
  238.  
  239.  
  240.  
  241. #description {line-height:17px;color:{color:descricao};padding-left:5px;padding-right:5px;;margin-left:-5px; margin-top:0px; text-align:right; position:relative; width:270px; height:60px;}
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250. /*Base de permalink header por Liriadas e modificado por Poesificada*/
  251.  
  252. .header {font-family:'Calibri', sans-serif; font-size:10px; text-transform:uppercase; position:absolute; z-index:9; width:100%; left:0px; bottom:10px; padding:4px;transition:all 1s ease; opacity:0; }
  253. .post:hover .header {bottom:-0px; padding:3px; background: #fff;opacity:1; border-radius:2px;}
  254. .hreblog {float:right; padding-right:10px; ;}
  255. .hperma {float:right; padding-right:10px;}
  256.  
  257. /*ESTILO DE ASK POR MAY, DO MIR4GEM.TUMBLR.COM E DO HTML-PARTY.TUMBLR.COM! É BOM NÃO TIRAR ISSO AQUI :@@ */
  258. .boxask {background: {color:background ask};; padding: 10px; font: normal 12px georgia; text-align:left; border-radius: 7px; z-index: 1;}
  259. .seta {background: {color:background ask}; width: 10px; height: 10px; -webkit-transform: rotate(45deg); margin-left: 20px; margin-top: -5px; z-index: 1;}
  260. .perguntou {font-size: 8px; font-family: "handy"; text-transform: uppercase;margin-left: 14px;}
  261. .perguntou img {-webkit-border-radius: 5px;
  262. -moz-border-radius: 5px;
  263. border-radius: 5px;}
  264. .resposta {background: transparent; width:98%;padding: 2px;}
  265.  
  266.  
  267.  
  268.  
  269. iframe#tumblr_controls {position:fixed!important; -webkit-filter:invert(100%); opacity:.4;}
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. /*** barra de rolagem ***/
  277.  
  278. 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; }
  279.  
  280. ::-webkit-scrollbar{width:5px;height:5px;}
  281. ::-webkit-scrollbar-button:start:decrement
  282. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  283. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  284. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#cec2ac;-webkit-border-radius:px;}
  285. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#cec2ac;-webkit-border-radius:px;}
  286.  
  287. iframe#tumblr_controls{top: 2px !important; position: fixed !important; right: 5px !important; margin: 0 0 0 0;}
  288.  
  289.  
  290. #lpermalink {font-family:'Lora’, cursive; font-size:12px; font-style:italic; padding:5px; margin-bottom:1px; background:#f5f5f5; border-left:2px solid #aaa; transition:all 1s ease;}
  291. #lpermalink:hover {padding-left:10px; border-left:5px solid #eccccc;}
  292. #lpermalink img {float:left; padding:5px; width:10px; height:10px; opacity:1!important;}
  293. .notes img {display:block; float:left; margin-right:.75em; border-radius:100%;}
  294. ol.notes li {list-style-type:none; margin:0 0 1px; line-height:18px; padding:5px; background:#f5f5f5; border-left:2px solid #aaa; transition:all 1s ease;}
  295. ol.notes li:hover {padding-left:10px; border-left:5px solid {color:faixa};}
  296.  
  297. .lcredit.icon.theme {position:fixed}
  298.  
  299.  
  300. /*—♥—Menu Riscado por C4-pacitada pegar credite ao HelpDesigns! [helpdesigns]—♥—*/
  301.  
  302. #isinha {z-index:999999999999999;position: relative; width:500px; margin-left:60px; margin-top:0px; padding: 0px; text-align: center;}
  303.  
  304. #isinha a {float: left; display: block; letter-spacing:2px; font-size:11px; font-family:Calibri; text-align: center; margin-bottom:2px; margin-left:2px; color:#aaa; text-decoration: none; line-height:16px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; height:10px;width:70px}
  305.  
  306. #isinha a:hover { -webkit-transition: all 0.9s ease-out;opacity:0.8; color:#000; font-weight:calibri;-webkit-transition: all 0.9s ease-out;text-decoration:line-through}
  307.  
  308. /*proibida qualquer copia, ou plagios*//*não remova os créditos*/
  309.  
  310.  
  311.  
  312. #lnav {text-align:center; position:relative; overflow:hidden; padding:5px; z-index:999; top:0; left:0; height:10px; width:100%; opacity:.7; background:transparent ;transition:all 1s ease; }
  313. #lnav:hover {opacity:1;}
  314. h5 {font-family:'French Script MT', cursive; font-size:12px; line-height:1.2em; font-weight:normal; color:{color:frase}; transition:all 1s ease;}
  315. #lnav:hover h5 {margin-top:40px;}
  316. #llinks {transition:all 1s ease;}
  317. #lnav:hover #llinks {margin-top:-65px; margin-left: -150px;}
  318. #llinks a {font-family:'Baumans', sans-serif; font-size:8px; letter-spacing:.1em; text-transform:uppercase; margin:5px;}
  319.  
  320. /*Efeito Bola #2 por Yaya(d-epreessiva) exclusivo HD,credite se usar ! */
  321.  
  322. .bola {position: absolute; width:80px; height:80px; margin-left:280px; margin-top: -100px;position:fixed;border:5px solid #fff;background-color:#fff; z-index: 9999;}
  323.  
  324. .bola img {position:fixed; display: block; height:80px; width:80px; padding:0px;margin-left:0px; margin-top:0px; transition:all 1s ease; border-radius:5px; }
  325.  
  326.  
  327. .bola img.top {opacity:1}
  328.  
  329. .bola:hover img.top, .cf4.hover_effect img.top {border-radius:100px;opacity:0.9; transition:all 1s ease}
  330. </style></head>
  331. <body>
  332.  
  333. <a class="lcredit icon theme" title="Tema by Melancolizava" href="http://melancolizava.tumblr.com/">install theme</a>
  334.  
  335. <div id="contain" class="clearfix">
  336. <div id="pside">
  337. <div class="text">
  338.  
  339.  
  340. <div id="title">{text:frase}</div>
  341.  
  342.  
  343.  
  344. <div id="description">{Description}</div><p>
  345.  
  346.  
  347. <div id="lnav" class="text">
  348. <h5>✦✧✦✧✦✧ ✦✧</h5>
  349. <div id="llinks">
  350. <a href="{text:link1}">{text:link1 title} </a>
  351. <a href="{text:link2}">{text:link2 title} </a>
  352. <a href="{text:link3}">{text:link3 title}</a>
  353. <a href="{text:link4}">{text:link4 title}</a>
  354. <a href="{text:link5}">{text:link5 title}</a>
  355.  
  356.  
  357. </div></div>
  358. <div>
  359.  
  360.  
  361. </div>
  362.  
  363.  
  364.  
  365. {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}
  366. </div>
  367. </div>
  368. <div class="bola" class="hover">
  369. <a href="URL"><img class="top shadow" src="{image:foto}"> </div>
  370.  
  371.  
  372.  
  373. <div id="content">
  374. {block:Posts}
  375. <div class="post">
  376.  
  377.  
  378.  
  379. {block:IndexPage}
  380. <div class="header">
  381. <div class="hreblog"><a href="{ReblogURL}" target="_blank"><font color={color:reb}>↪ Compartilhe</font></a></div>
  382. <div class="hperma">♥ <a href="{Permalink}" target="_blank">{NoteCount}</a>&nbsp;&nbsp;<font color={color:reb}>notificações .</font></div></div>
  383. {/block:IndexPage}
  384.  
  385.  
  386.  
  387.  
  388. {block:Text}
  389. <div class="text">
  390. {block:Title}<h1>{Title}</h1>{/block:Title}
  391. {Body}
  392. <!-- permalink aqui-->
  393.  
  394.  
  395.  
  396. <!-- permalink aqui-->
  397.  
  398. </div>
  399. {/block:Text}
  400.  
  401. {block:Quote}
  402. <div class="text quote">
  403. <p class="words">{Quote}</p>
  404. {block:Source}<p class="source">{Source}</p>{/block:Source}
  405. <!-- permalink aqui-->
  406.  
  407.  
  408. <!-- permalink aqui-->
  409.  
  410.  
  411. </div>
  412. {/block:Quote}
  413.  
  414. {block:Link}
  415. <div class="text link">
  416. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  417. {block:Description}{Description}{/block:Description}
  418. <!-- permalink aqui-->
  419.  
  420.  
  421.  
  422. <!-- permalink aqui-->
  423.  
  424. </div>
  425. {/block:Link}
  426.  
  427. {block:Chat}
  428. <div class="text chat">
  429. <ul class="conversation">
  430. {block:Lines}
  431. <li class="line {Alt}">
  432. {block:Label}<span class="person">{Label}</span>{/block:Label}
  433. <span class="person-said">{Line}</span>
  434. </li>
  435. {/block:Lines}
  436. </ul>
  437. <!-- permalink aqui-->
  438.  
  439.  
  440.  
  441. <!-- permalink aqui-->
  442.  
  443. </div>
  444. {/block:Chat}
  445.  
  446. {block:Audio}
  447. <div class="text audio">
  448. <p>{AudioPlayerBlack}</p>
  449. {block:IndexPage}{block:IfShowCaptions}
  450. {block:Caption}{Caption}{/block:Caption}
  451. {/block:IfShowCaptions}{/block:IndexPage}
  452. <!-- permalink aqui-->
  453.  
  454.  
  455.  
  456.  
  457.  
  458. <!-- permalink aqui-->
  459.  
  460.  
  461. </div>
  462. {/block:Audio}
  463.  
  464.  
  465. {block:Answer}
  466.  
  467. <div class="boxask">{Question}</div>
  468. <div class="seta"></div><br>
  469. <div class="perguntou"><img src="{AskerPortraitURL-24}" border="0" align="left"/>&nbsp;&nbsp;
  470. {Asker}:</div><br>
  471. <div class="resposta">{Answer}</div>
  472. {/block:Answer}
  473.  
  474. {block:Photoset}
  475. <div class="photoset">
  476. <div class="box">
  477. <!-- permalink aqui-->
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484. <!-- permalink aqui-->
  485.  
  486. <center>{Photoset-250}</center>
  487. </div>
  488. {block:IndexPage}{block:IfShowCaptions}
  489. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  490. {/block:IfShowCaptions}{/block:IndexPage}
  491. </div>
  492. {/block:Photoset}
  493.  
  494. {block:Video}
  495. <div class="video">
  496. <div class="box">
  497. <!-- permalink aqui-->
  498.  
  499.  
  500.  
  501. <!-- permalink aqui-->
  502.  
  503. <center>{Video-250}</center>
  504. </div>
  505. {block:IndexPage}{block:IfShowCaptions}
  506. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  507. {/block:IfShowCaptions}{/block:IndexPage}
  508. </div>
  509. {/block:Video}
  510.  
  511. {block:Photo}
  512. <div class="photo">
  513. <div class="box">
  514. <!-- permalink aqui-->
  515.  
  516.  
  517.  
  518.  
  519. <!-- permalink aqui-->
  520.  
  521. {block:IndexPage}
  522. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>
  523. {/block:IndexPage}
  524. {block:PermalinkPage}
  525. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  526. {/block:PermalinkPage}
  527. </div>
  528. {block:IndexPage}{block:IfShowCaptions}
  529. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  530. {/block:IfShowCaptions}{/block:IndexPage}
  531.  
  532.  
  533. </div>
  534. {/block:Photo}
  535.  
  536. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  537. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  538. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  539.  
  540. {block:PermalinkPage}
  541. {block:Caption}{Caption}{/block:Caption}
  542. {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}
  543. {block:Date}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/M4Nnj46j1/timeago.png"> {TimeAgo}, {MonthNumber}/{DayOfMonth}/{Year}.</div>{/block:Date}
  544. {block:NoteCount}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/NDRnj46jg/notecount.png"> {NoteCountWithLabel}.</div>{/block:NoteCount}
  545. {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}
  546. {block:PostNotes}{PostNotes}{/block:PostNotes}
  547. {/block:PermalinkPage}
  548.  
  549. </div> <!-- end single post -->
  550. {block:ContentSource}
  551. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  552. {/block:ContentSource}
  553. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  554. {/block:Posts}
  555. </div> <!-- end content -->
  556. <div class="loading"></div>
  557. </div> <!-- end containing div -->
  558. {block:IndexPage}{block:IfInfiniteScroll}
  559. {block:Pagination}<ul id="pagination">
  560. {block:PreviousPage}
  561. <li><a href="{PreviousPage}"></a></li>
  562. {/block:PreviousPage}
  563. {block:JumpPagination length="5"}
  564. {block:CurrentPage}
  565. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  566. {/block:CurrentPage}
  567. {block:JumpPage}
  568. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  569. {/block:JumpPage}
  570. {/block:JumpPagination}
  571. {block:NextPage}
  572. <li><a id="nextPage" href="{NextPage}"></a></li>
  573. {/block:NextPage}
  574. </ul>{/block:Pagination}
  575. <script type="text/javascript">
  576. $(window).load(function () {
  577. var $content = $('#content');
  578. $content.infinitescroll({
  579. navSelector : '#pagination',
  580. nextSelector : '#pagination a#nextPage',
  581. itemSelector : '.post, .loading',
  582. loading: {
  583. finishedMsg: '',
  584. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  585. },
  586. bufferPx : 200,
  587. debug : false,
  588. });
  589. });
  590. </script>
  591. {/block:IfInfiniteScroll}
  592. {/block:IndexPage}
  593.  
  594.  
  595.  
  596.  
  597. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement