Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <! theme by Thelifeofagirlinlove !>
- <! Theme base by En-torpecente !>
- <head>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
- <script type="text/javascript">
- function slideSwitch() {
- var $active = $('#slideshow2 img.active');
- $active.addClass('last-active');
- // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
- var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
- $next.css({opacity: 0.0})
- .addClass('active')
- .animate({opacity: 1.0}, 1000, function() {
- $active.removeClass('active last-active');
- });
- }
- $(function() {
- //Executa a função a cada 2 segundos
- setInterval( "slideSwitch()", 2500 );
- });
- </script>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#000000" />
- <meta name="color:linkhover" content="#696969" />
- <meta name="color:text" content="#000000" />
- <meta name="color:post" content="#ccc" />
- <meta name="color:border" content="#ffffff" />
- <meta name="color:fundinho" content="#ffffff" />
- <meta name="color:scroll" content="#000000" />
- <meta name="color:ask" content="#ebebeb" />
- <meta name="color:bgdescription" content="#ebebeb" />
- <meta name="color:textdescription" content="#000" />
- <meta name="color:links" content="#000" />
- <meta name="color:linkbg" content="#ffffff" />
- <meta name="color:linktext" content="#000" />
- <meta name="color:linkbghover" content="#000" />
- <meta name="color:linktexthover" content="#fff" />
- <meta name="color:bgpage" content="#EEEEEE" />
- <meta name="color:coracao" content="#000" />
- <meta name="image:background" content="" />
- <meta name="image:fotinha" content="http://static.tumblr.com/ylxfgce/UXem3k97f/hyhy.jpg"/>
- <meta name="font:text" content="verdana" />
- <meta name="font:title" content="georgia" />
- <meta name="text:titulo" content="Maybe a addictive drug. " />
- <meta name="text:Linkhome" content="/" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type="text/css">
- body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
- blockquote img{max-width: 470px!important}
- blockquote blockquote img{max-width: 450px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 410px!important}
- #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
- #entries{float: left; margin-left:435px; margin-top: 30px; position: relative; border-left: 1px solid {color:background} }
- #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
- .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: tahoma; font-size: 11px;}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
- .oiqqtts a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #000; text-align: left; display:block;}
- #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
- .answer {padding: 2px}
- .answer img {max-width: 470px;}
- #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
- #oidata a {font-size: 9px;}
- .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
- .notes img{display: none; border:0px}
- .question {
- color: {color:text};
- font-size: 9px;
- font-weight: normal;
- font-family: {font:body};
- line-height:95%;
- background: {color:ask};
- margin: 0 0 10px 0;
- padding: 10px 15px;
- position: relative;}
- .questionarrow {
- width: 13px;
- height: 7px;
- font-size:30px;
- font-family: verdana;
- position: absolute;
- color: {color:ask};
- bottom: -3.5px;
- left: 240px;}
- .asker {width:500px; text-align:center; text-transform:uppercase; color:{color:text};}
- .asker a {color: {color:text};}
- .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
- .answer {color: {color:text};}
- .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15;-moz-opacity: 0.15; filter: alpha(opacity=15);}
- .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #sideimg {display: block; margin-left: 296px; float: right; margin-top: 194px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
- .simg1 img {width: 130px; height: 180px; margin-bottom: 2px; border: 3px solid {color:fundinho};}
- #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
- #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
- #pgs a {background: {color:fundinho}; margin: 30 0px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
- #pgs a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
- #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
- .pg { position:fixed !important; clear: both; float: left; margin-top: 200px; margin-left: 240px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
- .li {opacity: 1}
- .li2 {opacity: 0.8}
- .li3 {opacity: 0.6}
- .li4 {opacity: 0.8}
- .li5 {opacity: 1}
- #linkslindos {margin-top: 268px; margin-left: 34px; position:fixed; width: auto; z-index:100;}
- #linkslindos a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 100px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px; text-shadow: 1px 1px 9px #000000; }
- #linkslindos a:hover{color: {color:linktexthover}; }
- #linkslindos1 {margin-top: 140px; margin-left: 120px; position:fixed; width: auto; z-index:100;}
- #linkslindos1 a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 100px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px;}
- #linkslindos1 a:hover{color: {color:linktexthover}; }
- #faixaawn {margin-top: 260px; margin-left: 50px; position: fixed; background-color: {color:fundinho}; height: 125px; width:382px;}
- #faixaawn2 {margin-top: 240px; margin-left: 1005px; position: fixed; background-color: {color:cruz}; height: 3px; width:40px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
- @font-face {
- font-family: 'Give You Glory';
- font-style: normal;
- font-weight: norAmal;
- src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
- }
- .titlemo {text-align: center; margin-top: 200px; margin-left: 70px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 6px; font-family: 'Give You Glory'; color:{color:text}; padding: 10px; background-attachment: fixed; width:120px; height: 65px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; opacity:8; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: none; position: fixed; z-index:7777777; background-color: transparent;}
- .titlemohihi{font-size: 17px; font-family: ; line-height: 20px; letter-spacing: 1px; text-transform: none; margin-top:30px; text-align: ;}
- #core {position: fixed; margin: 200px 0px 0px 60px; }
- #ocore {width: 39px; position: absolute; margin-left: 150px; margin-top: 20px; color: {color:coracao}; font-size: 60px; -webkit-transform: rotate(20deg);}
- #ocore:hover { -webkit-transform: rotate(0deg);}
- #description {position: fixed; margin-top: 267px; margin-left: 115px; width: 180px; height: 110px; background-color: {color:background}; z-index:2; font-family: Verdana}
- .opdescription{color: {color:textdescription}; clear: both; font-size:9px; height: 83px; text-align: center; background-color:transparent; padding: 8px; margin-top: -3px; font-family: Verdana}
- .opdescription a{font-size:9px}
- #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: arial}
- #credithihi{width: auto; height: auto; margin-left:430px; margin-top: 10px; position:fixed; overflow:hidden; background: {color:background}; height: 20px; width: 550px; -moz-border-radius-topleft: 20px; -webkit-border-left-radius: 20px; -moz-border-bottom-left-radius: 10px;}
- .msubtitulo {font-family: verdana; font-size: 9px; padding: 4px}
- .credit {
- position:fixed !important;
- margin-left: 1028px;
- margin-top: 1000px;
- margin-bottom: -5px;
- font-size: 9px;
- width: 49px;
- height: 15px;
- padding: 1px 3px 3px 2px;
- font-family: verdana;
- color: #000000;
- text-align: center;
- background-color: {color:sidebar};
- -webkit-transition: all 0.5s ease;
- }
- ::-webkit-scrollbar{width:5px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- </style>
- </head>
- <body>
- <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
- <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
- <script type="text/javascript">
- SCMMusicPlayer.init("{'skin':'http://static.tumblr.com/kwaqeuc/Qmblzys0s/skinplay.css','playback':{'autostart':'true','shuffle':'false','volume':'50'},'playlist':[{'title':'','url':'http://www.youtube.com/watch?v=-lLvtydTM78'},{'title':'','url':'http://www.youtube.com/watch?v=y0RB0f8tay4'},{'title':'','url':'http://www.youtube.com/watch?v=QnVOw-nECaw'},{'title':'','url':'http://www.youtube.com/watch?v=YUJP9Zt5ZaE'},{'title':'','url':'http://www.youtube.com/watch?v=Ij9NtI3xh8Y'},{'title':'','url':'http://www.youtube.com/watch?v=fEGI9NbH-mk'},{'title':'','url':'http://www.youtube.com/watch?v=ih56lpzMcdo'},{'title':'','url':'http://www.youtube.com/watch?v=Nba3Tr_GLZU'},{'title':'','url':'http://www.youtube.com/watch?v=EH6atHxFCtE'},{'title':'','url':'http://www.youtube.com/watch?v=uOIhzCCQIec'},{'title':'','url':'http://www.youtube.com/watch?v=itqya8YjIKA'},{'title':'','url':'http://www.youtube.com/watch?v=NqjfvD-qbmw'},{'title':'','url':'http://www.youtube.com/watch?v=cGs8vtjDxxY&feature=related'},{'title':'','url':'http://www.youtube.com/watch?v=Sg0CeRog-yQ'},{'title':'','url':'http://www.youtube.com/watch?v=xIOWD6svN6w'},{'title':'','url':'http://www.youtube.com/watch?v=wVL4rTcIib4'},{'title':'','url':'http://www.youtube.com/watch?v=I7u1A5V8NcU'},{'title':'','url':'http://www.youtube.com/watch?v=QCub4Vi-1KI'},{'title':'','url':'http://www.youtube.com/watch?v=Hexhm0rrv-o'},{'title':'','url':'http://www.youtube.com/watch?v=A0IIjG4-IcY'},{'title':'','url':'http://www.youtube.com/watch?v=Fd9yaC1ebU4'},{'title':'','url':'http://www.youtube.com/watch?v=AKfCG9tn3J0&feature=related'},{'title':'','url':'http://www.youtube.com/watch?v=St9YWSFe4Uo'},{'title':'','url':'http://www.youtube.com/watch?v=20Ov0cDPZy8'},{'title':'','url':'http://www.youtube.com/watch?v=EQi7n0ilOQg'},{'title':'','url':'http://www.youtube.com/watch?v=RKwIHfZcU9A'}],'placement':'bottom','showplaylist':'false'}");
- </script>
- <!--End of SCM Music Player script-->
- <div id="tudo">
- <div id="msd">
- </div>
- <div id="sideimg"><div class="simg1">
- <img src="{image:fotinha}">
- </div></div>
- <div id="linkslindos">
- <a href="{text:link1}">{text:link1 title}</a>
- <a href="{text:link2}">{text:link2 title}</a>
- <a href="{text:link3}">{text:link3 title}</a>
- <a href="{text:link4}">{text:link4 title}</a>
- <a href="{text:link5}">{text:link5 title}</a>
- <a href="{text:link6}">{text:link6 title}</a>
- <a href="{text:link7}">{text:link7 title}</a>
- </div>
- <div id="faixaawn"></div>
- <div id="description">
- <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
- </div>
- <div id="core">
- <div id="ocore">♥</div>
- </div>
- <div class="titlemo"><div class="titlemohihi">{text:titulo}</div></div>
- <div class="pg"><div id="pgs"> <center>
- {block:JumpPagination length="6"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </center></div></div>
- </div>
- <div id="credithihi"><div class="msubtitulo"><center> theme by <b><a href="http://thelifeofagirlinlove.tumblr.com/"> Thelifeofagirlinlove</a></b> <b><a href="http://i-ngenuidade.tumblr.com"> </a></b> + <b><a href="http://en-torpecente.tumblr.com/">Base</a></b></center></div></div>
- </a></div>
- <div id="entries">
- {block:Posts}
- <div class="danpost">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:quote}
- <o class="fj">“</o><div class="jf">{quote}</div><br>
- <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
- {/block:quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div class="question">
- <div class="questionarrow">?</div>
- {Question}
- </div>
- <div class="asker">{Asker}</div>
- <div class="answer">{Answer}</div>
- {/block:answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div></div>
- <br>
- <div id="oidata">
- {block:Date}<div class="tags">{block:HasTags}{block:Tags}in<b>diretas</b>: #<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b>reblog</b> reblog baby </a>{/block:IndexPage}
- {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment