Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!----Theme feito by:o-mundo-de-uma-garota + amor-compulsivo.. proibida a copia total deste theme, ele está protegido {NÃO SUE COMO BASE OKEY} bom uso ----->
- <head>
- <script>
- // <![CDATA[
- var bgcolour="#FFC5DD"; // background colour
- var fgcolour="#999999"; // foreground colour
- var speed=120; // speed of bubbling, lower is faster
- var shades=5; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- <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">
- //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>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#DCDCDC" />
- <meta name="color:link" content="#8B8989" />
- <meta name="color:link hover" content="#FFFFFF" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:post" content="#FFFFFF" />
- <meta name="color:sidebar" content="#FFFFFF" />
- <meta name="color:barrinhas" content="#fff" />
- <meta name="color:border" content="#FFFFFF" />
- <meta name="color:bgside" content="#FFFFFF" />
- <meta name="color:tags" content="#FF69B4" />
- <meta name="color:textdesc" content="#000" />
- <meta name="color:coracao" content="#FF69B4" />
- <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/tkrmb7220/tumblr_m7tv6kcaui1rc52dzo2_400.jpg" />
- <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_m7q654wi9F1qkh4x6o1_250.png" />
- <meta name="text:titulo" content="<i>Baby Stay Strong</i>" />
- <meta name="text:frase" content="<i>me and you forever</i>" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="link6" />
- <meta name="text:Link7" content="" />
- <meta name="text:Link7 Title" content="link7" />
- <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}
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {background: {color:background};background-image: url('{image:Background}');repeat; color:{color:text}; font-family: verdana; font-size:11px; line-height:110%}
- a { text-decoration:none; color:{color:link};}
- a:hover {text-decoration:none; color:{color:link hover};}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
- 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}
- #post {float:left; margin-left:380px;margin-top:20px;border: 5px double {color:barrinhas};}
- #postbox {width:450px; background-color:{color:post}; padding:5px; text-align: justify; position: relative; border-bottom:2px solid {color:background};}
- #postbox:hover .tags{margin-top:20px;opacity:1;-webkit-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- h1 {color:{color:text}; font-family:calibri; font-size:13px; line-height:16px; text-align: center; font-weight:normal; text-transform: uppercase;}
- h1 a {color:{color:link}}
- h1 a:hover {color:{color:link hover}}
- .image {text-align: center; border: 0px}
- .image img {max-width: 440px; margin-bottom: 2px }
- .quote {font-family: tahoma; text-align: center; font-size: 12px; line-height: 16px; padding: 3px;}
- .quotesource {text-align: left; text-transform: none; margin-bottom: 5px; font-size: 10px; font-family: verdana;}
- .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;}
- /*** Stilo da Ask por things-to-help-you **/
- .pergunta {background: {color:background}; padding: 11px; margin-top: 0px; border-bottom: 1px solid #; margin-left: 67px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #;}
- .perguntou {letter-spacing: 1px; text-transform:uppercase;font-family: 'Play', sans-serif; font-size: 12px; background:{color:border}; padding: 9px; margin-top: -11px; border-bottom: 1px solid #; margin-left: -11px;margin-right: -11px;overflow: hidden; text-shadow: 0px 1px 1px #;color: {color:text}; margin-bottom: 7px;}
- .perguntou g {color: {color:text};}
- .perguntou a {color: {color:text}; }
- .askfoto {opacity: 0.7;}
- .askfoto:hover {opacity: 0.9;}
- #date {text-align: right; font-size: 9px; font-family: verdana; z-index: 11;}
- #date a {font-size: 9px;}
- .tags {opacity:0;padding-left:0px;font-family:calibri;font-size:9px; line-height:140%; background-color: {color:background}; color:{color:tags}; text-transform: uppercase; -webkit-transition: all 0.4s ease-out;- -transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;}
- #cap {width: 400px; margin-top: -3px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align:center}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- #sidebar {position: fixed; margin: 110px 0px 0px 240px;}
- #side {position: fixed; width:210px; margin-left:79px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
- .photo {margin-top:160px; margin-left:-100px;position:absolute;}
- .photo img {display: block;width:253px; height:233;border: 3px solid {color:sidebar};}
- #sideimg {display: block; border: 8px double {color:border}; margin-left: 159px; float: right; margin-top: 165px; width: 199px; height:260px; background-color: transparent; position: fixed; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; {opacity: 1.0}}
- .simg1 img {width:188px; height: 250px; margin-bottom: 2px; border: 8px solid {color:border};margin-bottom: 2px; border: 6px solid {color:sidebar}; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; {opacity: 1.0}}
- /*descri by: o-mundo-de-uma-garota (Duda.R) */
- .duka {text-align: justify; margin-top:240px; margin-left: 190px;border: 3px dotted {color:tags} ; overflow: hidden; ; font-size: 9px; font-family: Give You Glory; position: fixed; color:{color:textdesc};background-color:{color:none}; padding: 10px; background-attachment: fixed; width:130px; height: 180px; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase;opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
- .duka {font-size: 9px; font-family:verdana; letter-spacing: -1px; text-transform: none; line-height: 10px;opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- .duka:hover {-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;margin-top:310px;opacity:1;height:70px;opacity:0.6;background-color:{color:sidebar}}
- #duhlink {width:238px; height:35px; float: left; margin-left:150px; margin-top:443px; padding: 0px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; background-color: transparent; position: fixed; opacity:1; text-transform: uppercase; z-index:9000000000000000000000000000000000000000000000000000000000;}
- #duhlink:hover{opacity: 1; text-transform: uppercase;}
- .duhlink1 { margin-left: 9px; margin-top:0px; text-transform: uppercase;}
- .duhlink1 a {float: left; font-size:9px; font-family: calibri; text-align: center; height: 18px; margin-left:1px; width: 40px; background-color: {color:link hover}; color: {color:link};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: uppercase; padding: 1px; line-height: 15px; z-index:9000;}
- .duhlink1 a:hover{ color: {color:link}; text-transform: uppercase; font-size:9px;background-color:{color:tags}; opacity:0.9; };
- @font-face { font-family: "craftygirls"; src: url('http://themes.googleusercontent.com/static/fonts/craftygirls/v0/0Sv8UWFFdhQmesHL32H8o3hCUOGz7vYGh680lGh-uXM.woff'); }
- #title {width: 188px; height: 75px; position: fixed; background-color:transparent; margin-left: 150px; margin-top: 130px; z-index:2}
- .optitle{font-family:Wire One; font-size: 25px;width: 198px; height: 38px; line-height: 20px; color: {color:mytitle};background : margin-top: 40px; margin-left: 19px; text-shadow: -2px 0px #E86060, 2px 0px #54d2cb; letter-spacing: 3px; font-style: italic;}
- /*theme by:o-mundo-de-uma-garota + amor-compulsivo*/
- .dukah {font-family:tinytots; font-size: 8px; font-style: none;
- height: 10px;color: {color:mytitle}; margin-left:183px;margin-top:149px; text-transform: none; letter-spacing: 0px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:204px;z-index:8000000000000000;line-height:17px; text-transform:uppercase;}
- @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- /* detalhes originais por hugm-e*/
- #ninha3 {text-align: justify; margin-top:
- 470px; margin-left: 312px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-family: georgia; position: fixed; color: {color:coracao}; padding: 10px; background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; -webkit-transform: rotate(-28deg); z-index: 8000000000000000000000000;}
- #ninha2{font-size: 20px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
- #ninha23 {text-align: justify; margin-top:
- 476px; margin-left: 292px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-family: georgia; position: fixed; color: {color:coracao}; padding: 10px; background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; -webkit-transform: rotate(-22deg); z-index: 8000000000000000000000000;}
- #ninha22{font-size: 20px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
- #ninha31 {text-align: justify; margin-top:
- 450px; margin-left: 292px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-family: georgia; position: fixed; color:{color:coracao}; padding: 10px; background-attachment: fixed; width:70px; height: 16px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; -webkit-transform: rotate(-28deg); z-index: 8000000000000000000000000;}
- #ninha21{font-size: 30px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
- #sidet2 {margin-top:-210px; margin-left: -61px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; color: {color:coracao}; background-attachment: fixed; width:4px; height: 840px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: normal; -webkit-transform: rotate(50deg); background-color: #fcfdfd; opacity:0.9;}
- #blabla {position: fixed; float: left; margin-top:180px; margin-left: 315px; z-index: 999999999999999999999999999999999999999999999999999999;}
- #blabla a {display: block; font-family: calibri; font-size: 8px; text-align: center;margin-bottom: 1px; text-transform: uppercase; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s; background-color: {color:link hover}; color:{color:link}; height: 12px; width: 44px; opacity: 1.0;}
- #blabla a:hover{background-color: {color:tags}; color: {color:link}; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;opacity: 0.5;}
- #faixa2 {margin-top: 400px; margin-left: 168px; position: fixed; background-color: {color:border}; height: 3px; width:160px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
- #faixa3 {margin-top: 400px; margin-left: 278px; position: fixed; background-color: {color:tags}; height: 3px; width:50px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
- /* paginação by Duda.r (omdg) */
- #pagination {position:fixed; margin-top: 478px; margin-left:195px;}
- #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:29px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- ::-webkit-scrollbar {width: 5px; height: 5px;}
- ::-webkit-scrollbar-track-piece {background-color: transparent;}
- ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
- ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
- ::moz-selection {color:{color:post}; background:{color:text};}
- ::selection {color:{color:post}; background:{color:text};}
- </style>
- <body ondragstart="return false" onkeydown="return false">
- <div id="faixa2"></div>
- <div id="faixa3"></div>
- <div id="ninha23"><div id="ninha22">♥</div></div></div></div></div>
- <div id="ninha31"><div id="ninha21">♥</div></div></div></div></div>
- <div id="ninha3"><div id="ninha2">♥</div></div></div></div></div>
- <div id="title">
- <div class="optitle"><center>{text:titulo}</center></div></div>
- <center><div class="dukah"><center>{text:frase}</center></div></center>
- <div id="duhlink">
- <div class="duhlink1">
- <a href="{text:Link1}"><b>{text:Link1 Title}</b></a>
- <a href="{text:Link2}"><b>{text:Link2 Title}</b></a>
- <a href="{text:Link3}"><b>{text:Link3 Title}</b></a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- </div></div>
- </div></div></div></div>
- </div>
- <div id="blabla">
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
- </div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">↵</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">↳</a>{/block:NextPage}
- </div></div>
- <div id="sideimg"alt="" title="barbie"><div class="simg1"alt="" title="barbie">
- <img src="{image:sidebar}" alt="" title="barbie" >
- </div></div>
- <div class="duka">
- <br>
- {Description}
- </div></div></div>
- <div style="margin-left:950px;-webkit-transform: rotate(0deg); width:185px;background:{color:sidebar}; font-family:century gothic;font-size:12px; margin-top: 598px;border: 3px double {color:sidebar} ; position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"><small>Theme by :o-mundo-de-uma-garota</small></a><br>
- <font color="{color:tags}">+ </font><a href="http://amor-compulsivo.tumblr.com/"><small>amor-compulsivo</small></a> <font color="{color:tags}">+</font>dtls :hugm-e </a></div>
- <div id="post">
- {block:Posts}
- <div id="postbox">
- {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-400}{/block:Photoset}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource"><font color="{color:tags}">~ {Source}</font></div>
- {/block:Source}
- {/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="caixa">
- <img src="{AskerPortraitURL-64}" align="left" class="askfoto">
- <div class="pergunta">
- <div class="perguntou"><g>{Asker}</g> asked {TimeAgo}</div>
- {Question}
- </div><br>
- {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="date">
- {block:Date}
- <div class="tags"><a href="{Permalink}">{TimeAgo} ♡</a> <font color="{color:tags}">•</font>
- {block:IndexPage}<a href="{ReblogUrl}" target="_blank"><b>reblog</b> <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage} <font color="{color:tags}">•</font>
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} <font color="{color:text}">(</font><a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <font color="{color:tags}"><b>/</b></font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a><font color="{color:text}">)</font>{/block:RebloggedFrom}
- {/block:RebloggedFrom}<br>{block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- </div>
- </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