Advertisement
0Melancolizava

Mlvv 24

Nov 24th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.39 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:texto ask" content="#888888"/>
  118. <meta name="color:frase" content="#67b6b8"/>
  119. <meta name="color:menu" content="#888888"/>
  120. <meta name="color:textos" content="#888888"/>
  121. <meta name="color:descricao" content="#888888"/>
  122. <meta name="color:background reblog" content="#fff"/>
  123. <meta name="color:background ask" content=" #fff"/>
  124. <meta name="color:texto ask" content="#ccc"/>
  125. <meta name="color:background" content="#fff"/>
  126.  
  127.  
  128. <meta name="text:menu size" content="9" />
  129. <meta name="text:fonte do titulo" content="'Rochester', cursive;" />
  130.  
  131.  
  132. <!---Appearance de links----->
  133. <meta name="text:frase2" content="Uma xicara de chá para você" />
  134. <meta name="text:frase" content="Uma vida..." />
  135. <meta name="text:Link1" content="" />
  136. <meta name="text:Link1 Title" content="Link" />
  137. <meta name="text:Link2" content="" />
  138. <meta name="text:Link2 Title" content="Link" />
  139. <meta name="text:Link3" content="" />
  140. <meta name="text:Link3 Title" content="Link" />
  141. <meta name="text:Link4" content="" />
  142. <meta name="text:Link4 Title" content="Link" />
  143. <meta name="text:Link5" content="" />
  144. <meta name="text:Link5 Title" content="Link" />
  145. <meta name="text:Link6" content="" />
  146. <meta name="text:Link6 Title" content="Link" />
  147. <meta name="text:Link7" content="" />
  148. <meta name="text:Link7 Title" content="Link" />
  149. <meta name="text:Link8" content="" />
  150. <meta name="text:Link8 Title" content="Link" />
  151. <meta name="text:Link9" content="" />
  152. <meta name="text:Link9 Title" content="Link" />
  153.  
  154. <!---Appearance de com/sem----->
  155. <meta name="if:font2" content="0"/>
  156.  
  157. <meta name="if:Show Tags" content="0"/>
  158. <meta name="if:Infinite Scroll" content="1"/>
  159. <meta name="if:Show Captions" content="0"/>
  160.  
  161.  
  162. <!---Appearance de Fotos/sidebar e bg----->
  163.  
  164. <link href='https://fonts.googleapis.com/css?family=Quattrocento+Sans' rel='stylesheet' type='text/css'>
  165. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  166.  
  167. <meta name="image:Background" content=""/>
  168. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script>
  169. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css">
  170.  
  171. <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'>
  172.  
  173. <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'>
  174.  
  175. <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;
  176. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  177. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  178. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  179. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  180. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  181. <script type="text/javascript">
  182. $(document).ready(function() {
  183. $().UItoTop({ easingType: 'easeOutQuart' });
  184. });
  185. </script>
  186.  
  187. <link href='https://fonts.googleapis.com/css?family=Montez|Parisienne' rel='stylesheet' type='text/css'>
  188.  
  189. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  190. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  191. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/hkMncmosg/minifield.js"></script>
  192.  
  193. <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'>
  194.  
  195.  
  196. <script type=”text/javascript” src=”http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js”></script>
  197.  
  198. <link href='https://fonts.googleapis.com/css?family=Philosopher:400,400italic|Istok+Web' rel='stylesheet' type='text/css'>
  199.  
  200.  
  201.  
  202. <script type="text/javascript" src="http://static.tumblr.com/5u1fog0/XsWngduiz/lsmoothscroll.js"></script>
  203. <style type="text/css">
  204. @import url(http://static.tumblr.com/cy91k7c/4EEnfop6l/animate.css);
  205. @import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
  206.  
  207. body, a, a:hover {cursor: url( http://38.media.tumblr.com/tumblr_lr42upCqXm1qmvagu.png ), progress;}
  208. body
  209. {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:12px; font-family:Istok Web, sans-serif; color:{color:textos};line-height:15px;margin-left:50px; margin-top: 0px;}
  210. p {margin:0 0 .75em 0} p:last-child {margin:0}
  211.  
  212.  
  213. a {color: {color:textos};text-decoration:none;}
  214. /* Hover/ o que você quer que aconteça no link ao passar o mouse nele. Adicione algum código entre as chaves, se quiser */
  215. a:hover { color: {color:frase}; cursor: url( http://cur.cursors-4u.net/others/oth-6/oth589.cur ), progress;}
  216.  
  217.  
  218.  
  219.  
  220.  
  221. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;line-height: 100%;border-left: solid 4px #EDEDED;
  222. }
  223.  
  224.  
  225.  
  226. h1 {font-family: 'gabriola', cursive; font-size:20px;text-align: center; line-height: 1.5em; color: {color:frase}; }
  227.  
  228. ul {margin: 0px 1.5em .70em;}
  229. li {margin: .75em 0;list-style-type: square;}
  230.  
  231.  
  232. .text { padding: 5px;line-height:20px; }
  233.  
  234.  
  235. .post-link{
  236. font-family:cambria; font-size:12px;
  237. line-height: 20px;
  238. }
  239.  
  240.  
  241. p.source{text-align:center;color:{color:frase}; padding-left:1px;;text-transform:none;font-size:17px; background: transparent; font-family: 'gabriola', cursive;;line-height: 1em; }
  242.  
  243.  
  244. .tagged { text-align: center; line-height: 8px;font-size: 8px;}
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251. .post { position: relative;width:360px;float:left;background: transparent;padding:0px;margin:5px;text-align:justify;margin-left:-120px;{block:PermalinkPage}width:400px{/block:PermalinkPage}; ; -ms-animation: fadeInUpBig 3s;
  252. -moz-animation: fadeInUpBig 3s;
  253. -webkit-animation: fadeInUpBig 3s; }
  254. .box {position: relative;}
  255.  
  256.  
  257.  
  258.  
  259. .box img {
  260. display: inline;
  261. width:300px height: 300px;margin-bottom:20px;border-radius:5px; {block:PermalinkPage}width:350px{/block:PermalinkPage}}
  262.  
  263. #contain {background:transparent; width:680px; margin: 0px auto 0;margin-left:250px;}
  264.  
  265. #content {width:350px;float: right; ;}
  266.  
  267.  
  268.  
  269. #infscr-loading{position:relative!important;left:49%}p.menu-m {margin: .375em;}
  270. .box iframe { max-width: 100%;
  271. }.text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  272. .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}
  273. .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%}
  274.  
  275.  
  276.  
  277. #pside {text-align: justify;margin-top: 0px;width:40px; padding:0px;position: relative;margin-left:200px; background:transparent; z-index:999; -ms-animation: bounceInRight 3s;
  278. -moz-animation: bounceInRight 3s;
  279. -webkit-animation: bounceInRight 3s;
  280.  
  281. }
  282.  
  283.  
  284. #psidep {text-align: justify;margin-top: 200px;width:250px; padding:0px;position: fixed ;margin-left:-80px; background:transparent; z-index:999; -ms-animation: fadeInDownBig 3s;
  285. -moz-animation: fadeInDownBig 3s;
  286. -webkit-animation: fadeInDownBig 3s;
  287.  
  288. }
  289. ul {margin-bottom: .75em;}
  290.  
  291.  
  292.  
  293.  
  294. #title {font-family: 'Rochester', serif;font-size: 23px;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}; }
  295. #title:hover { -webkit-transition: all 0.99s ease-in-out}
  296.  
  297. #title2{font-size: 12px;color:;line-height: 1.5em;margin-top:10px;margin-left:0px;text-align:center; -webkit-transition: all 0.99s ease-in-out ; }
  298. #title2:hover { -webkit-transition: all 0.99s ease-in-out}
  299. /*******by futurasuicida usar credite ao helpdesigns pegar sem credito vai ter porrada.*** *******/
  300.  
  301. #linkbasic {width:500px; height: 50px; float: left; margin-left:0px; margin-top:0px; text-align: center; position: relative;}/*helpdesigns*/
  302.  
  303. #linkbasic a {display: inline-block;float: left; font: 13px PF Arma Five;text-align:center text-align: center; margin: 1px; height: 30px; width: 162px; color:#ffffff; line-height: 22px;text-transform: none;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: #ccc; opacity:1; -webkit-transition: all 0.99s ease-in-out}/*helpdesigns*/
  304.  
  305. #linkbasic a:hover{background-color: {color:frase};; color:#FFFFFF;-webkit-transition: all 0.99s ease-in-out; font-style:italic}/*helpdesigns*/
  306.  
  307. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  308.  
  309.  
  310.  
  311.  
  312.  
  313. #description {line-height:17px;color:{color:descricao};padding-left:5px;padding-right:5px;margin-left:0px; margin-top:10px; text-align:center; position:relative;font-size:12px;
  314. }
  315.  
  316.  
  317.  
  318. /*ESTILO DE PERMALINK POR LIRIADAS.TUMBLR.COM */
  319.  
  320. .header {font-family:'Calibri', sans-serif; font-size:10px; text-transform:uppercase; position:absolute; z-index:9; ; left:400px; top:10px; padding:3px; transition:all 1s ease; background:transparent;opacity:0; width: 100px; {block:ifOpcao2} left:-60px {/block:ifOpcao2};}
  321. .post:hover .header {font-family:'Calibri', sans-serif; font-size:10px; text-transform:uppercase; position:absolute; z-index:9; ; left:360px; top:5px; padding:3px; transition:all 1s ease; background: transparent;opacity:1; width: 100px; z-index:99; {block:ifOpcao2} left:-50px {/block:ifOpcao2};}
  322. .hreblog {float:left; padding-left:5px;}
  323. .hperma {float:left; padding-left:5px;}
  324.  
  325. #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);}
  326. .post:hover #lheader {opacity:1; bottom:25px}
  327. #llike {display:inline-block; overflow:hidden; padding:3px 7px 0; height:18px; border-radius:1px; opacity:.9; background: transparent; transition:all 1s ease;}
  328. #llike:hover {opacity:1;}
  329. #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; }
  330. #lreblog:hover {opacity:1; }
  331.  
  332.  
  333. /*ESTILO DE ASK POR MAY, DO MIR4GEM.TUMBLR.COM E DO HTML-PARTY.TUMBLR.COM! É BOM NÃO TIRAR ISSO AQUI :@@ */
  334. .boxask {background: {color:background ask}; padding: 10px; font-size: 11px calibri; text-align:left; border-radius: 0px; z-index: 1; color: {color:texto ask}}
  335. .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;}
  336. .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;}
  337.  
  338. .resposta {background:#; width:98%;padding: 2px; margin-left: 5px; }
  339.  
  340. .divisoria {display: block; margin-top: 4px; margin-bottom: 4px;font-style:normal;}
  341.  
  342. div.treme img{position:relative;font-style:normal;}
  343.  
  344. #ssource{margin-left:10px; display:none}
  345.  
  346.  
  347.  
  348.  
  349. iframe#tumblr_controls {position:fixed!important; -webkit-filter:invert(100%); opacity:.4;}
  350.  
  351.  
  352.  
  353.  
  354. /*** barra de rolagem ***/
  355.  
  356. 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; }
  357.  
  358. ::-webkit-scrollbar{width:5px;height:5px;}
  359. ::-webkit-scrollbar-button:start:decrement
  360. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  361. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  362. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#cec2ac;-webkit-border-radius:px;}
  363. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#cec2ac;-webkit-border-radius:px;}
  364.  
  365. iframe#tumblr_controls{top: 2px !important; position: fixed !important; right: 5px !important; margin: 0 0 0 0;}
  366.  
  367.  
  368. .lcredit.icon.theme {position:fixed}
  369. .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 }
  370. .licoluna {overflow:hidden; display:inline-block; width:100px; }
  371. .lheartt:hover {padding-left:5px;}
  372.  
  373.  
  374.  
  375. #fade {
  376. display: none;
  377. background: #fff;
  378. position: fixed; left: 0; top: 0;
  379. width: 100%; height: 100%;
  380. opacity: .80;
  381. z-index: 9999;
  382. }
  383. .popup_block{
  384. display: none;
  385. background: #fff;
  386. padding: 20px;
  387. border: 0px solid transparent;
  388. float: left;
  389. font-size: 1.2em;
  390. position: fixed;
  391. top: 50%; left: 50%;
  392. z-index: 99999;
  393. box-shadow:0px 0px 10px 0px #ccc;
  394. -webkit-animation:Warvada-Sobe 1s; -moz-animation:Warvada-Sobe 1s; animation:Warvada-Sobe 1s;
  395. }
  396. img.btn_close {
  397. float: right;
  398. margin: -55px -55px 0 0;
  399. }
  400.  
  401. *html #fade {
  402. position: absolute;
  403. }
  404. *html .popup_block {
  405. position: absolute;
  406. }
  407. #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;}
  408. #topinho:hover {padding-left:25px;-webkit-transition-duration: .80s;}
  409.  
  410.  
  411.  
  412.  
  413.  
  414. #frufru {height:auto; margin-top:0px; position:relative; text-align:center;margin-left:120px; }
  415.  
  416. #frufru img { width:250px; height:140px; opacity:0.9; -webkit-filter: grayscale(40%); ;}
  417. #frufru:hover {
  418. -webkit-transition-duration: .90s; ;}
  419.  
  420.  
  421.  
  422.  
  423. #lpermalink {font-family:‘Lora’, cursive; font-size:12px; font-style:italic; padding:5px; border-bottom:1px solid #f5f5f5;}
  424. #lpermalink img {float:left; padding:5px; width:10px; height:10px; opacity:1!important;}
  425. .lnotes {display:block; width:400px; margin-top:5px;}
  426. .lnotes .avatar {border:none; margin:0; width:46px; padding:0;}
  427. .lnotes ol {margin:0; padding:0;}
  428. .lnotes li {list-style:none; border:none; float:left; margin:0; padding:0; margin-right:4px; margin-bottom:-2px;}
  429. .lnotes .note .action {display:none; visibility:hidden; margin:0; padding:0;}
  430. .more_box {display:block; width:400px; height:35px; margin:0; padding:0;}
  431. .more_notes_link_container {font-family:'Lora’; font-style:italic; font-size:12px; font-style:italic; display:block; text-align:center; width:400px;}
  432. .lnotes blockquote {display:none;}
  433.  
  434.  
  435. #plinks{ background:transparent;text-align:left;line-height:25px; margin-top:0px;margin-left:-0px; position: relative;text-transform:uppercase; }
  436. #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; }
  437. #plinks a:hover{color: {color:title}; -webkit-transition: 0.3s ease-in;}
  438.  
  439.  
  440. </style></head>
  441. <body>
  442.  
  443. <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>
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. <div id="contain" class="clearfix">
  451. <div id="pside">
  452. <div class="text">
  453.  
  454.  
  455.  
  456. <p>
  457. </a>
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467. {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}
  468. </div>
  469. </div>
  470.  
  471.  
  472. <div id="psidep">
  473. <center>
  474.  
  475.  
  476. <div id="title"><a href="#?w=500"rel="menu" class="poplight" title=" Links aqui"> <font color="{color:frase}">{text:frase} </font> </a></div>
  477.  
  478.  
  479. <div id="description">{Description}
  480.  
  481. </div>
  482.  
  483.  
  484.  
  485.  
  486. </div>
  487.  
  488. <div class="popup_block" id="menu">
  489. <div id="frufru"> <img src="https://41.media.tumblr.com/1683635dac4c705f85be2bc215663c2a/tumblr_nta6uuacsy1ue972ho1_500.png"></div>
  490. <div id="title2"> {text:frase2} </div>
  491. <div id="linkbasic">
  492.  
  493. <a href="{text:link1}">{text:link1 title} </a>
  494. <a href="{text:link2}">{text:link2 title} </a>
  495. <a href="{text:link3}">{text:link3 title}</a>
  496. <a href="{text:link4}">{text:link4 title}</a>
  497. <a href="{text:link5}">{text:link5 title}</a>
  498. <a href="{text:link6}">{text:link6 title}</a>
  499.  
  500. </div>
  501.  
  502.  
  503. </div>
  504.  
  505. <div id="content">
  506. {block:Posts}
  507. <div class="post">
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516. {block:Text}
  517. <div class="text">
  518. {block:Title}<h1>{Title}</h1>{/block:Title}
  519. {Body}
  520. {block:IndexPage}
  521. <div class="header">
  522. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:frase}"> ➢ </font> Reblog </a></div></br>
  523. <div class="hperma" title="Likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank"> <font color={color:frase}> ♡ </font> {NoteCount}</a></div></div>
  524.  
  525. {/block:IndexPage}
  526. <!-- permalink aqui-->
  527.  
  528.  
  529.  
  530. <!-- permalink aqui-->
  531.  
  532. </div>
  533. {/block:Text}
  534.  
  535. {block:Quote}
  536. <div class="text quote">
  537.  
  538. <p class="words">{Quote}</p>
  539. {block:Source}<p class="source"> <font color="{color:sou}"></font> {Source}</p>{/block:Source}
  540.  
  541. {block:IndexPage}
  542. <div class="header">
  543. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:frase}"> ➢ </font> Reblog </a></div></br>
  544. <div class="hperma" title="Likes"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank"> <font color={color:frase}> ♡ </font> {NoteCount}</a></div></div>
  545.  
  546. {/block:IndexPage}
  547.  
  548. <!-- permalink aqui-->
  549.  
  550.  
  551. <!-- permalink aqui-->
  552.  
  553.  
  554. </div>
  555. {/block:Quote}
  556.  
  557. {block:Link}
  558. <div class="text link">
  559. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  560. {block:Description}{Description}{/block:Description}
  561. <!-- permalink aqui-->
  562.  
  563.  
  564.  
  565. <!-- permalink aqui-->
  566.  
  567. </div>
  568. {/block:Link}
  569.  
  570. {block:Chat}
  571. <div class="text chat">
  572. <ul class="conversation">
  573. {block:Lines}
  574. <li class="line {Alt}">
  575. {block:Label}<span class="person">{Label}</span>{/block:Label}
  576. <span class="person-said">{Line}</span>
  577. </li>
  578. {/block:Lines}
  579. </ul>
  580. {block:IndexPage}
  581. <div class="header">
  582. <div class="hreblog"><a href="{ReblogURL}" target="_blank" title=" Compartilhe"> <font color="{color:frase}"> ➢ </font> Reblog </a></div></br>
  583. <div class="hperma" title="{NoteCount}"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank"> <font color={color:frase}> ♡ </font> Like</a></div></div>
  584.  
  585. {/block:IndexPage}
  586. <!-- permalink aqui-->
  587.  
  588.  
  589.  
  590. <!-- permalink aqui-->
  591.  
  592. </div>
  593. {/block:Chat}
  594.  
  595. {block:Audio}
  596. <div class="text audio">
  597. <p>{AudioPlayerBlack}</p>
  598. {block:IndexPage}{block:IfShowCaptions}
  599. {block:Caption}{Caption}{/block:Caption}
  600. {/block:IfShowCaptions}{/block:IndexPage}
  601. <!-- permalink aqui-->
  602.  
  603.  
  604.  
  605.  
  606.  
  607. <!-- permalink aqui-->
  608.  
  609.  
  610. </div>
  611. {/block:Audio}
  612.  
  613.  
  614.  
  615.  
  616. {block:Answer}
  617. <div class="boxask">{Question}</div>
  618. <div class="seta"></div><br>
  619. <div class="perguntou">&nbsp;&nbsp;
  620. {Asker} susurrou:</div><br>
  621. <div class="resposta">{Answer}
  622.  
  623. {block:IndexPage}
  624. <div class="header">
  625. <div class="hreblog"><a href="/ask" target="_blank" title=" Me escreva"> <font color="{color:frase}"> ➢ </font> Ask </a></div></br>
  626. <div class="hperma" title="{NoteCount}"> &nbsp;&nbsp; <a href="{Permalink}" target="_blank"> <font color={color:frase}> ♡ </font> Mel</a></div></div>
  627.  
  628. {/block:IndexPage}
  629.  
  630. <!-- /permalink --> {/block:IndexPage}
  631. </div>
  632. {/block:Answer}
  633.  
  634. {block:Photoset}
  635. <div class="photoset">
  636. <div class="box">
  637. <!-- permalink aqui-->
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644. <!-- permalink aqui-->
  645.  
  646. <center>{Photoset-250}</center>
  647. </div>
  648. {block:IndexPage}{block:IfShowCaptions}
  649. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  650. {/block:IfShowCaptions}{/block:IndexPage}
  651. </div>
  652. {/block:Photoset}
  653.  
  654. {block:Video}
  655. <div class="video">
  656. <div class="box">
  657. <!-- permalink aqui-->
  658.  
  659.  
  660.  
  661. <!-- permalink aqui-->
  662.  
  663. <center>{Video-250}</center>
  664. </div>
  665. {block:IndexPage}{block:IfShowCaptions}
  666. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  667. {/block:IfShowCaptions}{/block:IndexPage}
  668. </div>
  669. {/block:Video}
  670.  
  671. {block:Photo}
  672. <div class="photo">
  673. <div class="box">
  674. <!-- permalink aqui-->
  675.  
  676.  
  677.  
  678.  
  679. <!-- permalink aqui-->
  680.  
  681. {block:IndexPage}
  682. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" title="{NoteCount}"/></a>
  683. {/block:IndexPage}
  684. {block:PermalinkPage}
  685. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  686. {/block:PermalinkPage}
  687. </div>
  688. {block:IndexPage}{block:IfShowCaptions}
  689. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  690. {/block:IfShowCaptions}{/block:IndexPage}
  691.  
  692.  
  693. </div>
  694. {block:IndexPage}
  695. <div id="lheader">
  696. <div id="llike"> <a href="{Permalink}" target="_blank"> {LikeButton size="13" color="black"} </a></div>
  697. <div id="lreblog">{ReblogButton size="13" color="black}</div>
  698. </div>
  699. {/block:IndexPage}
  700. {/block:Photo}
  701.  
  702. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  703. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  704. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  705.  
  706. {block:PermalinkPage}
  707. {block:Caption}{Caption}{/block:Caption}
  708. {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}
  709. {block:Date}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/M4Nnj46j1/timeago.png"> {TimeAgo}, {MonthNumber}/{DayOfMonth}/{Year}.</div>{/block:Date}
  710. {block:NoteCount}<div id="lpermalink"><img src="http://static.tumblr.com/5u1fog0/NDRnj46jg/notecount.png"> {NoteCountWithLabel}.</div>{/block:NoteCount}
  711. {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}
  712. {block:PostNotes}<div class="lnotes">{PostNotes-64}</div>{/block:PostNotes}
  713. {/block:PermalinkPage}
  714.  
  715. </div> <!-- end single post -->
  716. {block:ContentSource}
  717. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  718. {/block:ContentSource}
  719. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  720. {/block:Posts}
  721. </div> <!-- end content -->
  722. <div class="loading"></div>
  723. </div> <!-- end containing div -->
  724. {block:IndexPage}{block:IfInfiniteScroll}
  725. {block:Pagination}<ul id="pagination">
  726. {block:PreviousPage}
  727. <li><a href="{PreviousPage}"></a></li>
  728. {/block:PreviousPage}
  729. {block:JumpPagination length="5"}
  730. {block:CurrentPage}
  731. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  732. {/block:CurrentPage}
  733. {block:JumpPage}
  734. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  735. {/block:JumpPage}
  736. {/block:JumpPagination}
  737. {block:NextPage}
  738. <li><a id="nextPage" href="{NextPage}"></a></li>
  739. {/block:NextPage}
  740. </ul>{/block:Pagination}
  741. <script type="text/javascript">
  742. $(window).load(function () {
  743. var $content = $('#content');
  744. $content.infinitescroll({
  745. navSelector : '#pagination',
  746. nextSelector : '#pagination a#nextPage',
  747. itemSelector : '.post, .loading',
  748. loading: {
  749. finishedMsg: '',
  750. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  751. },
  752. bufferPx : 200,
  753. debug : false,
  754. });
  755. });
  756. </script>
  757. {/block:IfInfiniteScroll}
  758. {/block:IndexPage}
  759.  
  760.  
  761.  
  762. </body>
  763.  
  764. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement