Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- Theme by: o-mundo-de-uma-garota|tumblr {NÃO USE COMO BASE} só adapte para o seu próprio uso e sem retirar os creditos, aliás não foi voce que fez né?! {NOT COPIE} plágio é crime se eu pegar algo tiro da minha página de themes.
- - - - - - - - - - - - - - -
- - THEME FEITO POR DUDA.R -
- - - - - - - - - - - - - - - ---->
- <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
- <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" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/ifqwhnb/GBsm20q7d/jquery.nivo.slider.pack.js"></script>
- <script type="text/javascript">
- var $nv4wp = jQuery.noConflict();
- $nv4wp(window).load(function() {
- $nv4wp('#slider').nivoSlider({
- effect:'random',
- slices:15, // For slice animations
- boxCols: 4, // For box animations
- boxRows: 2, // For box animations
- animSpeed:500, // Slide transition speed
- pauseTime:3000, // How long each slide will show
- startSlide:0, // Set starting Slide (0 index)
- directionNav:true, //Next & Prev
- directionNavHide:true, //Only show on hover
- controlNav:true, // 1,2,3... navigation
- controlNavThumbs:false, // Use thumbnails for Control Nav
- controlNavThumbsFromRel:false, // Use image rel for thumbs
- controlNavThumbsSearch: '.jpg', // Replace this with...
- controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
- keyboardNav:true, //Use left & right arrows
- pauseOnHover:true, //Stop animation while hovering
- manualAdvance:false, //Force manual transitions
- captionOpacity:0.9, //Universal caption opacity
- prevText: 'Prev', // Prev directionNav text
- nextText: 'Next', // Next directionNav text
- beforeChange: function(){}, // Triggers before a slide transition
- afterChange: function(){}, // Triggers after a slide transition
- slideshowEnd: function(){}, // Triggers after all slides have been shown
- lastSlide: function(){}, // Triggers when last slide is shown
- afterLoad: function(){} // Triggers when slider has loaded
- });
- });
- </script>
- <script type="text/javascript">
- function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
- </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=Raleway+Dots' rel='stylesheet' type='text/css'>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#DCDCDC" />
- <meta name="color:text" content="#8B8989" />
- <meta name="color:link" content="#8B8989" />
- <meta name="color:post" content="#fff" />
- <meta name="color:bg link" content="#fff" />
- <meta name="color:linklink" content="#8B8989" />
- <meta name="color:textdescription" content="#8B8989" />
- <meta name="color:borda2" content="#FF69B4" />
- <meta name="color:frase" content="#8B8989" />
- <meta name="color:duda" content="#000" />
- <meta name="color:borda" content="#CDC5BF" />
- <meta name="color:rll" content="#8B8989" />
- <meta name="color:tags" content="#FF69B4" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="text:frase1" content="Eu você e a nossa casinha"/>
- <meta name="text:frase2" content="eai topa?"/>
- <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/P8rmazqgb/tumblr_m7tv6kcaui1rc52dzo2_400.jpg">
- <meta name="image:fudinho" content="http://static.tumblr.com/2bh9bxo/mwNmazsx7/bgclarinho.png" />
- <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/PPxmazqx7/tumblr_m6n3majzrf1rxmod8o1_500.jpg" />
- <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" />
- <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 */
- body {background: {color:background} 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:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
- 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: 4px 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}
- /* BASE POR DUDA*/
- #content {width:850px; margin: 0px auto 20px auto; }
- #omdg {float:left; margin-left:200px; }
- #baseduh {width:500px;
- border: 4px double {color:borda};
- background-color:{color:post};
- margin-bottom:2px; padding:10px;
- text-align:justify; position: relative; }
- h1 {color:{color:text}; font-family:'Raleway Dots', cursive;font-size:14px; line-height:16px; text-align: center; font-weight:normal;}
- h1 a {color:{color:link}}
- h1 a:hover {color:{color:link hover}}
- .image {text-align:center; border: 0px}
- .image img {max-width: 450px;border: 2px solid {color:borda}; margin-bottom: 2px }
- .quote {font-family: georgia; text-align: center; font-size: 14px; line-height: 16px; padding: 3px;}
- .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .quotesource 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 by o-mundo-de-uma-garota */
- .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
- .asker img{float: left;border: 2px double {color:borda2}; margin: 0px 24px 12px 0; }
- .asker a{font-size: 11px; color:{color:text}; text-transform: none; line-height: 17px; padding: 0; margin: 0; font-family: verdana; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
- .asker a:hover{font-size: 11px; color:{color:text}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
- .answer {padding: 4px}
- .answer img {max-width: 470px;}
- #date {text-align: right; font-size: 8px;border: 1px solid {color:borda}; background:{color:background};font-family:tinytots; text-transform: lowercase; z-index: 11;}
- #date a {font-size: 8px;}
- .tags {color: {color:text}; font-size: 8px; font-family: tinytots; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 8px; color:{color:text}; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: right}
- 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}
- /*ATENCAO DUDA* || imagemduh*/
- .duhimg {float: left; margin-top: 125;
- left: 215px;padding: 0px; position: fixed;}
- .duhimg img {display: inline;
- margin-left:97px; width: 140px;
- margin-left: 0px; margin-top: 87px;
- height: 180px; text-align:center;
- margin-bottom: 0px;box-shadow: 0px 0px 9px {color:duda}; border: 4px solid {color:borda};
- padding:5px;}
- /* ------------------------------------FIM-------------------*/
- /*titulos*/
- #imsureduh1{
- background-color:transparent;
- padding: 0px;
- height:18px;
- line-height:16px;
- float:left;
- position:fixed;
- margin-left:204px;
- margin-top: 50px;
- width:196px;
- font-family: 'LavanderiaRegular';
- font-size:17px;
- letter-spacing:0px;
- text-align: left;
- color:{color:frase}; letter-spacing:-1px;
- z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
- }
- #imsureduh2{
- background-color:transparent;
- padding: 0px;
- height:18px;
- line-height:16px;
- float:left;
- position:fixed;
- margin-left:284px;
- margin-top: 66px;
- width:196px;
- font-family:'LavanderiaRegular' ;
- font-size:16px;
- letter-spacing:0px;
- text-align: left;
- color: {color:frase}; letter-spacing:-1px;
- z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
- }
- /*FONTES AQUI */
- @font-face {
- font-family: 'LavanderiaRegular';
- src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
- src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
- url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
- url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
- font-weight: normal;
- font-style: normal;}
- @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- @font-face {font-family: "Edo"; src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
- /* ============================FIM==========================*/
- /* links by Duda.R*/
- #duh1 {width:129px; height: 23px; float: left; margin-left:205px; margin-top: 338px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda2}; border-right: 0px solid {color:borda2}; border-left: 0px solid {color:borda2}; background-color: transparent}
- #duh1 a {float: left; margin-left: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-top: 3px; height: 18px; width: 43px; color:{color:links}; line-height: 15px; letter-spacing: -1px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:bg link}; text-transform: lowercase; box-shadow: 0px 0px 9px {color:duda}};border-top: 0px solid {color:borda}; border-bottom: 0px solid {color:borda2};}/*theme by o-mundo-de-uma-garota*/
- #duh1 a:hover{text-align: center; color:{color:linkshover}; font-style: bold; background-color: {color:bglinkshover}; letter-spacing: -1px;}
- #duh2 {width:129px; height: 23px; float: left; margin-left:239px; margin-top: 358px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border-bottom: 0px solid {color:borda2}; border-right: 0px solid {color:borda2}; border-left: 0px solid {color:borda}; background-color: transparent}
- #duh2 a {float: left; margin-left: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-top: 3px; height: 18px; width: 43px; color:{color:links}; line-height: 15px; letter-spacing: -1px; text-transform: lowercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color: {color:bg link}; text-transform: lowercase;box-shadow: 0px 0px 9px {color:duda}};border-top: 1px solid {color:borda2}; border-bottom: 0px solid {color:borda2};}/* OMDG*/
- #duh2 a:hover{text-align: center; color:{color:linkshover}; font-style: bold; background-color: {color:bglinkshover}; letter-spacing: -1px;}
- #notinhola{position: fixed; margin-top: 285px;
- margin-left: 205px; width: 160px;
- height: 60px; background-color: z-index:2;
- font-family: swagger;}
- .notinholaduh{color: {color:textdescription};
- clear: both; font-size:12px; height: 83px;
- text-align: center; background-color:transparent;
- padding: 8px; margin-top: -3px; font-family: swagger;}
- .notinholaduh a{font-size:12px}
- #notinhola a:hover{position: fixed;
- margin-top: -3px; margin-left: 50px;
- height: 22px; z-index:2; text-transform: arial}
- /* bordas , linhas etc */
- #estela1 {position: fixed; margin-left: 198px; width:170px; height: 450px; background-color:{color:borda}; background-image: url('{image:fudinho}'); margin-top: -13px; -webkit-transform: rotate(0deg);-webkit-border-radius: 20px 20px 0px 0px; -webkit-transform: rotate(180deg);border: 4px double {color:borda};}
- #tilhadinha {float: left; margin-top: 23px; margin-left: 163px; width: 240px; background-color: transparent; color:{color:borda2} ; padding: 3px; font-size: 11px; font-family: consolas; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; -webkit-transform: rotate(deg)}
- #tilhadinha a{font-size: 9px; color: {color:borda2} }
- #tilhadinha1 {float: left; margin-top: 400px; margin-left:163px; width: 240px; background-color: transparent; color: {color:borda2}; padding: 3px; font-size: 11px; font-family: consolas; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; -webkit-transform: rotate(0deg)}
- #tilhadinha1 a{font-size: 9px; color:{color:borda2}}
- /* paginação by Duda.r (omdg) */
- #pagination {position:fixed; margin-top:425px; margin-left:265px;}
- #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;}
- #credito {
- background-color:{color:bgdescription};
- color: {color:textdescription};
- width: 150px;
- height: 8px;
- padding: 3px 5px 5px 5px;
- position: fixed;
- float: left;
- top: 395px;
- left: 215px;
- font-family: tinytots;
- font-size: 7px;
- }
- #credito a {color: {color:textdescription}; font-weight: bold; opacity: 10;}
- #credito a:hover {opacity: 0.7; border-left: 0px;}
- .seuanonimofofo img { width:220px; height: 250px;left:205px; text-align:center; margin-top: 10px; position: fixed;}
- ::-webkit-scrollbar{width:14px;height:4px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:#f4f4f4;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px;border: 2px solid {color:borda2}; background-color:{color:rll};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:rll};-webkit-border-radius:px;}
- </style>
- </head>
- <body onkeydown="return false">
- <style type="text/css"></style>
- <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
- <div id="estela1"></div>
- <div id="tilhadinha"> ........................</div>
- <div id="tilhadinha1">...........................</div>
- <div class="duhimg"><img src="{image:sidebar}"alt="" title="baby im sure"/>
- </div>
- </div></div></div>
- <div id="imsureduh2">{text:frase2} </div>
- </div>
- <div id="imsureduh1">{text:frase1}</div>
- </div>
- <div id="notinhola">
- <div class="notinholaduh">{block:Description}{Description}{/block:Description}</div>
- </div>
- <div id="duh1">
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- </div>
- </div>
- <div id="duh2">
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a>
- </div>
- </div>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div></div>
- <div id="credito">THEME BY <a href="http://o-mundo-de-uma-garota.tumblr.com/">o-mundo-de-uma-garota</font></a></a></div>
- <div id="omdg">
- <div id="omdg">
- {block:Posts}
- <div id="baseduh">
- {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}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource"> — {Source}</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="asker"><img src="{AskerPortraitURL-30}" class="baby im sure duh"><b>{Asker}</b> sussurou:<br>{Question}</div>
- <div class="answer"><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}
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">. </font> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <font color="{color:tags}">.</font> <a href="{ReblogUrl}" target="_blank">reblog</a><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""> <font color="{color:tags}">..</font>{/block:IndexPage}
- {block:RebloggedFrom}<br> via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}{block:RebloggedFrom} Originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> {ReblogRootName}</a>{/block:RebloggedFrom}<br><div class="tags">{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>
- </body>
- </html>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment