Advertisement
0Melancolizava

Mlvv 20

Nov 11th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.61 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. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  17. <script type="text/javascript" src="http://static.tumblr.com/2wl9p6g/G70lj5t0q/animatedcollapse.js"></script>
  18.  
  19. <script type="text/javascript">
  20. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  21. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  22. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  23. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  24. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  25. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  26. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  27. //$: Access to jQuery
  28. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  29. //state: "block" or "none", depending on state
  30. }
  31. animatedcollapse.init()
  32. </script>
  33.  
  34.  
  35. <script>
  36.  
  37. $(document).ready(function() {
  38.  
  39. //
  40.  
  41. //When you click on a link with class of poplight and the href starts with a #
  42.  
  43. $('a.poplight[href^=#]').click(function() {
  44.  
  45. var popID = $(this).attr('rel'); //Get Popup Name
  46.  
  47. var popURL = $(this).attr('href'); //Get Popup href to define size
  48.  
  49. //Pull Query & Variables from href URL
  50.  
  51. var query= popURL.split('?');
  52.  
  53. var dim= query[1].split('&');
  54.  
  55. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  56.  
  57. //Fade in the Popup and add close button
  58.  
  59. $('#' + 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>');
  60.  
  61.  
  62. //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
  63.  
  64. var popMargTop = ($('#' + popID).height() + 80) / 2;
  65.  
  66. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  67.  
  68. //Apply Margin to Popup
  69.  
  70. $('#' + popID).css({
  71.  
  72. 'margin-top' : -popMargTop,
  73.  
  74. 'margin-left' : -popMargLeft
  75.  
  76. });
  77.  
  78. //Fade in Background
  79.  
  80. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  81.  
  82. $('#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
  83. return false;
  84. });
  85. //Close Popups and Fade Layer
  86. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  87.  
  88. $('#fade , .popup_block').fadeOut(function() {
  89.  
  90. $('#fade, a.close').remove(); //fade them both out
  91. });
  92. return false;
  93.  
  94. });
  95. });
  96.  
  97. </script>
  98.  
  99.  
  100.  
  101. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  102.  
  103.  
  104. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  105.  
  106. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  107.  
  108.  
  109. <link rel="shortcut icon" href="{Favicon}">
  110.  
  111.  
  112. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  113.  
  114.  
  115.  
  116. <!---Appearance de cores----->
  117. <meta name="color:frase" content="#67b6b8"/>
  118.  
  119. <meta name="color:fr" content="#888888"/>
  120.  
  121. <meta name="color:menu" content="#cecece"/>
  122. <meta name="color:textos" content="#cecece"/>
  123. <meta name="color:descricao" content="#cecece"/>
  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. <meta name="text:frase" content="Uma vida..." />
  137. <meta name="text:Link1" content="" />
  138. <meta name="text:Link1 Title" content="Link" />
  139. <meta name="text:Link2" content="" />
  140. <meta name="text:Link2 Title" content="Link" />
  141. <meta name="text:Link3" content="" />
  142. <meta name="text:Link3 Title" content="Link" />
  143. <meta name="text:Link4" content="" />
  144. <meta name="text:Link4 Title" content="Link" />
  145. <meta name="text:Link5" content="" />
  146. <meta name="text:Link5 Title" content="Link" />
  147. <meta name="text:Link6" content="" />
  148. <meta name="text:Link6 Title" content="Link" />
  149.  
  150.  
  151. <!---Appearance de com/sem----->
  152. <meta name="if:font2" content="0"/>
  153.  
  154. <meta name="if:Show Tags" content="0"/>
  155. <meta name="if:Infinite Scroll" content="1"/>
  156. <meta name="if:Show Captions" content="0"/>
  157.  
  158.  
  159. <!---Appearance de Fotos/sidebar e bg----->
  160. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  161.  
  162. <meta name="image:Background" content=""/>
  163. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script>
  164. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css">
  165.  
  166. <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'>
  167.  
  168. <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;
  169. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  170. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  171. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  172. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  173. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  174. <script type="text/javascript">
  175. $(document).ready(function() {
  176. $().UItoTop({ easingType: 'easeOutQuart' });
  177. });
  178. </script>
  179.  
  180. <link href='https://fonts.googleapis.com/css?family=Montez|Parisienne' rel='stylesheet' type='text/css'>
  181.  
  182. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  183. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  184. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/hkMncmosg/minifield.js"></script>
  185.  
  186. <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'>
  187.  
  188.  
  189. <script type=”text/javascript” src=”http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js”></script>
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script>
  197. <style type="text/css">
  198. @import url(http://static.tumblr.com/cy91k7c/4EEnfop6l/animate.css);
  199. @import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
  200.  
  201. body, a, a:hover {cursor: url( http://38.media.tumblr.com/tumblr_lr42upCqXm1qmvagu.png ), progress;}
  202. body
  203. {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: 'Source Sans Pro', serif; color:{color:textos};line-height:15px;margin-left:-50px; margin-top: 20px;}
  204. p {margin:0 0 .75em 0} p:last-child {margin:0}
  205.  
  206.  
  207. a {color: {color:textos};text-decoration:none;}
  208. /* Hover/ o que você quer que aconteça no link ao passar o mouse nele. Adicione algum código entre as chaves, se quiser */
  209. a:hover { color: {color:frase}; cursor: url( http://cur.cursors-4u.net/others/oth-6/oth589.cur ), progress;}
  210.  
  211.  
  212.  
  213.  
  214. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;line-height: 100%;border-left: solid 4px #EDEDED;
  215. }
  216.  
  217.  
  218.  
  219. h1 {font-family: 'gabriola', cursive; font-size:20px;text-align: center; line-height: 1.5em; color: {color:frase}; }
  220.  
  221. ul {margin: 0px 1.5em .70em;}
  222. li {margin: .75em 0;list-style-type: square;}
  223.  
  224.  
  225. .text { padding: 5px;line-height:20px; }
  226.  
  227.  
  228. .post-link{
  229. font-family:cambria; font-size:12px;
  230. line-height: 20px;
  231. }
  232.  
  233.  
  234. p.source{text-align: center;color:{color:frase}; padding-left:1px;;text-transform:none;font-size:18px; background: transparent; font-family: 'gabriola', cursive;;line-height: 1.3em; }
  235.  
  236.  
  237. .tagged { text-align: center; line-height: 8px;font-size: 8px;}
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244. .post { position: relative;width:400px;float:left;background: transparent;padding:0px;margin:8px;text-align:justify;margin-left:-120px;{block:PermalinkPage}width:400px{/block:PermalinkPage}; ; -ms-animation: fadeInUpBig 3s;
  245. -moz-animation: fadeInUpBig 3s;
  246. -webkit-animation: fadeInUpBig 3s; border-bottom: 1px solid #e6e1e6; }
  247. .box {position: relative;}
  248.  
  249.  
  250.  
  251.  
  252. .box img {
  253. display: inline;
  254. width:300px height: 300px;margin-bottom:20px;border-radius:5px; {block:PermalinkPage}width:350px{/block:PermalinkPage}}
  255.  
  256. #contain {background:transparent; width:680px; margin: 0px auto 0;margin-left:250px;}
  257.  
  258. #content {width:350px;float: right; ;}
  259.  
  260.  
  261.  
  262. #infscr-loading{position:relative!important;left:49%}p.menu-m {margin: .375em;}
  263. .box iframe { max-width: 100%;
  264. }.text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  265. .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}
  266. .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%}
  267.  
  268.  
  269.  
  270. #pside {text-align: justify;margin-top: 0px;width:420px; padding:0px;position: relative;margin-left:200px; background:transparent; z-index:999; -ms-animation: bounceInRight 3s;
  271. -moz-animation: bounceInRight 3s;
  272. -webkit-animation: bounceInRight 3s;
  273.  
  274. }
  275.  
  276.  
  277. #psidep {text-align: justify;margin-top: -200px;width:160px; padding:0px;position: fixed ;margin-left:30px; background:transparent; z-index:999; border-left : 1px solid #e6e1e6; border-right : 1px solid #e6e1e6; height: 800px; -ms-animation: fadeInDownBig 3s;
  278. -moz-animation: fadeInDownBig 3s;
  279. -webkit-animation: fadeInDownBig 3s;
  280.  
  281. }
  282. ul {margin-bottom: .75em;}
  283.  
  284.  
  285.  
  286.  
  287. #title {font-family: 'Parisienne', cursive;font-size: 25px;color:;line-height: 1.5em;margin-top:10px;margin-left:0px;text-align:center;;border-bottom: 1px solid #e6e1e6; ; -webkit-transition: all 0.99s ease-in-out ; color: {color:frase}; {block:iffont2}font-family: 'Montez', cursive; {/block:iffont2}; }
  288. #title:hover { -webkit-transition: all 0.99s ease-in-out}
  289.  
  290.  
  291.  
  292. /*******by futurasuicida usar credite ao helpdesigns pegar sem credito vai ter porrada.*** *******/
  293.  
  294. #linkbasic { background:transparent;text-align:center;line-height:25px; margin-top:200px;margin-left:0px; position: relative;text-transform:uppercase; }/*helpdesigns*/
  295.  
  296. #linkbasic a {
  297.  
  298. font-size:13px; font-family:gabriola; color:{color:menu}; padding:3px; border-right: 1px solid transparent; -webkit-transition: 0.3s ease-in;
  299. }/*helpdesigns*/
  300.  
  301. #linkbasic a:hover{color: {color:title}; -webkit-transition: 0.3s ease-in; border-right: 2px solid {color:frase};border-left: 2px solid {color:frase}; letter-spacing: 1px; }/*helpdesigns*/
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308. #description:first-letter {font-style:none;;font-size: 17px;line-height:15px; color: {color:descricao};}
  309. #description {line-height:17px;color:{color:descricao};padding-left:5px;padding-right:5px;margin-left:0px; margin-top:0px; text-align:justify; position:relative;font-size:13px;}
  310.  
  311.  
  312.  
  313. /*ESTILO DE PERMALINK POR LIRIADAS.TUMBLR.COM */
  314.  
  315. .header {font-family:'Calibri', sans-serif; font-size:10px; text-transform:uppercase; position:absolute; z-index:9; ; left:425px; top:10px; padding:3px; transition:all 1s ease; background:transparent;opacity:0; width: 100px; {block:ifOpcao2} left:-60px {/block:ifOpcao2};}
  316. .post:hover .header {font-family:'Calibri', sans-serif; font-size:10px; text-transform:uppercase; position:absolute; z-index:9; ; left:410px; top:5px; padding:3px; transition:all 1s ease; background: transparent;opacity:1; width: 100px; z-index:99; {block:ifOpcao2} left:-50px {/block:ifOpcao2};}
  317. .hreblog {float:left; padding-left:5px;}
  318. .hperma {float:left; padding-left:5px;}
  319.  
  320. #lheader {position:absolute; display:block; z-index:3; bottom:0px; left:0px; opacity:0; transition:all 1s ease; background: rgba(255, 255, 250, 0.5);}
  321. .post:hover #lheader {opacity:1; bottom:25px}
  322. #llike {display:inline-block; overflow:hidden; padding:3px 7px 0; height:18px; border-radius:1px; opacity:.9; background: transparent; transition:all 1s ease;}
  323. #llike:hover {opacity:1;}
  324. #lreblog {display:inline-block; overflow:hidden; padding:3px 7px 0; height:18px; border-radius:1px; opacity:.9; background: transparent; transition:all 1s ease; float:right; }
  325. #lreblog:hover {opacity:1; }
  326.  
  327.  
  328. /*ESTILO DE ASK POR MAY, DO MIR4GEM.TUMBLR.COM E DO HTML-PARTY.TUMBLR.COM! É BOM NÃO TIRAR ISSO AQUI :@@ */
  329. .boxask {background: {color:background ask}; padding: 10px; font-size: 11px calibri; text-align:left; border-radius: 0px; z-index: 1; color: {color:texto ask}; color: #000;}
  330. .seta {background: {color:background ask}; width: 20px; height: 20px; -webkit-transform: rotate(45deg); margin-left: 310px; margin-top: -10px; z-index: 1;text-align:center;}
  331. .perguntou {font-size: 10px; font-family: calibri; text-transform: uppercase;text-align:right;border-top:1px solid transparent;border-bottom:1px solid transparent;margin-top:-5px;}
  332.  
  333. .resposta {background:#; width:98%;padding: 2px; margin-left: 5px; }
  334.  
  335. .divisoria {display: block; margin-top: 4px; margin-bottom: 4px;font-style:normal;}
  336.  
  337. div.treme img{position:relative;font-style:normal;}
  338.  
  339. #ssource{margin-left:10px; display:none}
  340.  
  341.  
  342.  
  343.  
  344. iframe#tumblr_controls {position:fixed!important; -webkit-filter:invert(100%); opacity:.4;}
  345.  
  346.  
  347.  
  348.  
  349. .quote:first-letter {font-style:none;font-family:'French Script MT', cursive;font-size: 20px;line-height:15px; color: {color:textos};}
  350.  
  351.  
  352. /*** barra de rolagem ***/
  353.  
  354. 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; }
  355.  
  356. ::-webkit-scrollbar{width:5px;height:5px;}
  357. ::-webkit-scrollbar-button:start:decrement
  358. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  359. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  360. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#cec2ac;-webkit-border-radius:px;}
  361. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#cec2ac;-webkit-border-radius:px;}
  362.  
  363. iframe#tumblr_controls{top: 2px !important; position: fixed !important; right: 5px !important; margin: 0 0 0 0;}
  364.  
  365.  
  366. .lcredit.icon.theme {position:fixed}
  367. .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 }
  368. .licoluna {overflow:hidden; display:inline-block; width:100px; }
  369. .lheartt:hover {padding-left:5px;}
  370.  
  371.  
  372. #frufru {height:auto; margin-top:0px; position:relative; text-align:center;margin-left:160px; }
  373.  
  374. #frufru img { width:80px; height:40px; opacity:0.9; -webkit-filter: grayscale(40%); ;}
  375. #frufru:hover {-webkit-filter: sepia(0.6);
  376. -webkit-transition-duration: .90s; ;}
  377.  
  378.  
  379. #extra {text-align: justify;margin-top: -180px;width:150px;padding:0px;position: fixed;margin-left:-180px; background: transparent; z-index:999;
  380. -ms-animation: bounceInDown 3s;
  381. -moz-animation: bounceInDown 3s;
  382. -webkit-animation: bounceInDown 3s;}
  383.  
  384. /*---♥---Menu Simple por c4-pacitada pegar credite! [helpdesigns]---♥---*/
  385.  
  386.  
  387. #isinha {z-index:999999999999999;position: relative; width:100px; margin-left:0px; margin-top:10px; padding: 0px; text-align: center;}
  388.  
  389. #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; t/*--helpdesigns--*/ext-de/*--helpdesigns--*/coration: none; line-height:16px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; height:20px;width:20px}
  390. #isinha a:hover { -webkit-transition: all 0.9s ease-out;opacity:0.8; color:#f196c8; font-weight:calibri;-webkit-transition: all 0.9s ease-out;text-shadow:0px 0px 1px #f196c8;}
  391.  
  392. /*proibida qualquer copia, ou plagios*//*não remova os créditos*/
  393.  
  394. #lpermalink {font-family:‘Lora’, cursive; font-size:12px; font-style:italic; padding:5px; border-bottom:1px solid #f5f5f5;}
  395. #lpermalink img {float:left; padding:5px; width:10px; height:10px; opacity:1!important;}
  396. .lnotes {display:block; width:400px; margin-top:5px;}
  397. .lnotes .avatar {border:none; margin:0; width:46px; padding:0;}
  398. .lnotes ol {margin:0; padding:0;}
  399. .lnotes li {list-style:none; border:none; float:left; margin:0; padding:0; margin-right:4px; margin-bottom:-2px;}
  400. .lnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  401. .more_box {display:block; width:400px; height:35px; margin:0; padding:0;}
  402. .more_notes_link_container {font-family:'Lora’; font-style:italic; font-size:12px; font-style:italic; display:block; text-align:center; width:400px;}
  403. .lnotes blockquote {display:none;}
  404.  
  405.  
  406. #plinks{ background:transparent;text-align:center;line-height:25px; margin-top:0px;margin-left:-0px; position: relative;text-transform:uppercase; }
  407. #plinks a { font-size:13px;font-family:arial; color:{color:menu}; padding:3px; -webkit-transition: 0.3s ease-in; border-top: 1px transparent ; border-bottom: 1px solid transparent; }
  408. #plinks a:hover{color: {color:title}; -webkit-transition: 0.3s ease-in;}
  409.  
  410.  
  411. </style></head>
  412. <body>
  413.  
  414. <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>
  415.  
  416.  
  417.  
  418.  
  419.  
  420. <div id="contain" class="clearfix">
  421. <div id="pside">
  422. <div class="text">
  423.  
  424.  
  425.  
  426. <div id="title">{text:frase}</div>
  427. <p>
  428. </a>
  429.  
  430. <div id="description">{Description}
  431.  
  432. </div>
  433.  
  434. <div id="frufru"><img src="http://40.media.tumblr.com/f5ff3fa69faf248bfc0047404f73db29/tumblr_inline_nwmgw8IFkM1rsc41y_250.png"></div>
  435.  
  436.  
  437.  
  438.  
  439.  
  440. {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}
  441. </div>
  442. </div>
  443. <div id="psidep">
  444. <div id="linkbasic">
  445. <a href="{text:link1}" >{text:link1 title} </a></br>
  446. <a href="{text:link2}" >{text:link2 title} </a></br>
  447. <a href="{text:link3}" >{text:link3 title} </a></br>
  448. <a href="{text:link4}" >{text:link4 title} </a></br>
  449. <a href="{text:link5}" >{text:link5 title} </a> </br>
  450. <a href="{text:link6}" >{text:link6 title} </a></br>
  451.  
  452. </div>
  453. <p>
  454.  
  455.  
  456. </div>
  457.  
  458.  
  459.  
  460.  
  461. <div id="content">
  462. {block:Posts}
  463. <div class="post">
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472. {block:Text}
  473. <div class="text">
  474. {block:Title}<h1>{Title}</h1>{/block:Title}
  475. {Body}
  476. {block:IndexPage}
  477. <div class="header">
  478. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:frase}"> ↶ </font> Reblog </a></div></br>
  479. <div class="hperma" title="Likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank"> <font color={color:frase}> ♡ </font> {NoteCount}</a></div></div>
  480.  
  481. {/block:IndexPage}
  482. <!-- permalink aqui-->
  483.  
  484.  
  485.  
  486. <!-- permalink aqui-->
  487.  
  488. </div>
  489. {/block:Text}
  490.  
  491. {block:Quote}
  492. <div class="text quote">
  493. <p class="words">{Quote}</p>
  494. {block:Source}<p class="source">{Source}</p>{/block:Source}
  495. {block:IndexPage}
  496. <div class="header">
  497. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:frase}"> ↶ </font> Reblog </a></div></br>
  498. <div class="hperma" title="Likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank"> <font color={color:frase}> ♡ </font> {NoteCount}</a></div></div>
  499.  
  500. {/block:IndexPage}
  501.  
  502. <!-- permalink aqui-->
  503.  
  504.  
  505. <!-- permalink aqui-->
  506.  
  507.  
  508. </div>
  509. {/block:Quote}
  510.  
  511. {block:Link}
  512. <div class="text link">
  513. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  514. {block:Description}{Description}{/block:Description}
  515. <!-- permalink aqui-->
  516.  
  517.  
  518.  
  519. <!-- permalink aqui-->
  520.  
  521. </div>
  522. {/block:Link}
  523.  
  524. {block:Chat}
  525. <div class="text chat">
  526. <ul class="conversation">
  527. {block:Lines}
  528. <li class="line {Alt}">
  529. {block:Label}<span class="person">{Label}</span>{/block:Label}
  530. <span class="person-said">{Line}</span>
  531. </li>
  532. {/block:Lines}
  533. </ul>
  534. {block:IndexPage}
  535. <div class="header">
  536. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:frase}"> ↶ </font> Reblog </a></div></br>
  537. <div class="hperma" title="{NoteCount}"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank"> <font color={color:frase}> ♡ </font> Like</a></div></div>
  538.  
  539. {/block:IndexPage}
  540. <!-- permalink aqui-->
  541.  
  542.  
  543.  
  544. <!-- permalink aqui-->
  545.  
  546. </div>
  547. {/block:Chat}
  548.  
  549. {block:Audio}
  550. <div class="text audio">
  551. <p>{AudioPlayerBlack}</p>
  552. {block:IndexPage}{block:IfShowCaptions}
  553. {block:Caption}{Caption}{/block:Caption}
  554. {/block:IfShowCaptions}{/block:IndexPage}
  555. <!-- permalink aqui-->
  556.  
  557.  
  558.  
  559.  
  560.  
  561. <!-- permalink aqui-->
  562.  
  563.  
  564. </div>
  565. {/block:Audio}
  566.  
  567.  
  568.  
  569.  
  570. {block:Answer}
  571. <div class="boxask">{Question}</div>
  572. <div class="seta"></div><br>
  573. <div class="perguntou">&nbsp;&nbsp;
  574. {Asker} susurrou:</div><br>
  575. <div class="resposta">{Answer}
  576.  
  577. {block:IndexPage}
  578. <div class="header">
  579. <div class="hreblog"><a href="/ask" target="_blank" title=" Me escreva"> <font color="{color:frase}"> ↶ </font> Ask me </a></div></br>
  580. <div class="hperma" title="{NoteCount}"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank"> <font color={color:frase}> ♡ </font> Like</a></div></div>
  581.  
  582. {/block:IndexPage}
  583.  
  584. <!-- /permalink --> {/block:IndexPage}
  585. </div>
  586. {/block:Answer}
  587.  
  588. {block:Photoset}
  589. <div class="photoset">
  590. <div class="box">
  591. <!-- permalink aqui-->
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. <!-- permalink aqui-->
  599.  
  600. <center>{Photoset-250}</center>
  601. </div>
  602. {block:IndexPage}{block:IfShowCaptions}
  603. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  604. {/block:IfShowCaptions}{/block:IndexPage}
  605. </div>
  606. {/block:Photoset}
  607.  
  608. {block:Video}
  609. <div class="video">
  610. <div class="box">
  611. <!-- permalink aqui-->
  612.  
  613.  
  614.  
  615. <!-- permalink aqui-->
  616.  
  617. <center>{Video-250}</center>
  618. </div>
  619. {block:IndexPage}{block:IfShowCaptions}
  620. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  621. {/block:IfShowCaptions}{/block:IndexPage}
  622. </div>
  623. {/block:Video}
  624.  
  625. {block:Photo}
  626. <div class="photo">
  627. <div class="box">
  628. <!-- permalink aqui-->
  629.  
  630.  
  631.  
  632.  
  633. <!-- permalink aqui-->
  634.  
  635. {block:IndexPage}
  636. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" title="{NoteCount}"/></a>
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  640. {/block:PermalinkPage}
  641. </div>
  642. {block:IndexPage}{block:IfShowCaptions}
  643. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  644. {/block:IfShowCaptions}{/block:IndexPage}
  645.  
  646.  
  647. </div>
  648. {block:IndexPage}
  649. <div id="lheader">
  650. <div id="llike"> <a href="{Permalink}" target="_blank"> {LikeButton size="13" color="black"} </a></div>
  651. <div id="lreblog">{ReblogButton size="13" color="black}</div>
  652. </div>
  653. {/block:IndexPage}
  654. {/block:Photo}
  655.  
  656. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  657. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  658. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  659.  
  660. {block:PermalinkPage}
  661. {block:Caption}{Caption}{/block:Caption}
  662. {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}
  663. {block:Date}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/M4Nnj46j1/timeago.png"> {TimeAgo}, {MonthNumber}/{DayOfMonth}/{Year}.</div>{/block:Date}
  664. {block:NoteCount}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/NDRnj46jg/notecount.png"> {NoteCountWithLabel}.</div>{/block:NoteCount}
  665. {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}
  666. {block:PostNotes}<div class="lnotes">{PostNotes-64}</div>{/block:PostNotes}
  667. {/block:PermalinkPage}
  668.  
  669. </div> <!-- end single post -->
  670. {block:ContentSource}
  671. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  672. {/block:ContentSource}
  673. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  674. {/block:Posts}
  675. </div> <!-- end content -->
  676. <div class="loading"></div>
  677. </div> <!-- end containing div -->
  678. {block:IndexPage}{block:IfInfiniteScroll}
  679. {block:Pagination}<ul id="pagination">
  680. {block:PreviousPage}
  681. <li><a href="{PreviousPage}"></a></li>
  682. {/block:PreviousPage}
  683. {block:JumpPagination length="5"}
  684. {block:CurrentPage}
  685. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  686. {/block:CurrentPage}
  687. {block:JumpPage}
  688. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  689. {/block:JumpPage}
  690. {/block:JumpPagination}
  691. {block:NextPage}
  692. <li><a id="nextPage" href="{NextPage}"></a></li>
  693. {/block:NextPage}
  694. </ul>{/block:Pagination}
  695. <script type="text/javascript">
  696. $(window).load(function () {
  697. var $content = $('#content');
  698. $content.infinitescroll({
  699. navSelector : '#pagination',
  700. nextSelector : '#pagination a#nextPage',
  701. itemSelector : '.post, .loading',
  702. loading: {
  703. finishedMsg: '',
  704. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  705. },
  706. bufferPx : 200,
  707. debug : false,
  708. });
  709. });
  710. </script>
  711. {/block:IfInfiniteScroll}
  712. {/block:IndexPage}
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723. </body>
  724.  
  725. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement