Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- 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 -
- - - - - - - - - - - - - - - ---->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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>
- <meta name="color:background" content="#fff" />
- <meta name="color:link" content="#929191" />
- <meta name="color:text" content="#8B8682" />
- <meta name="color:bghover" content="#fdf2ce" />
- <meta name="color:linkshover" content="#cfcfce" />
- <meta name="color:links" content="#7a7a7a" />
- <meta name="color:text desc" content="#bdbdbd " />
- <meta name="color:borda" content="#d5d3d3" />
- <meta name="color:borda2" content="#cfa594" />
- <meta name="color:bordaimg" content="#d6b98c" />
- <meta name="color:abc" content=" #cfba9e" />
- <meta name="color:italico" content="#a8a776" />
- <meta name="color:post" content="#fff" />
- <meta name="color:sidebar" content="#fdf2ce" />
- <meta name="color:scrollbar" content="#fdf2ce" />
- <meta name="color:frase" content="#bdbdbd " />
- <meta name="color:tags" content="#FDB5CE" />
- <meta name="color:sombra" content="#747474" />
- <meta name="color:bgask" content="#f5f3f3" />
- <meta name="color:pag" content="#f3bcbe" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="http://static.tumblr.com/4f2ebc902f19294b103d74235ab325dc/2bh9bxo/XrKmj3eba/tumblr_static_tumblr_static_tumblr_mhk6mllef21rmo5pro1_500.jpg" />
- <meta name="text:frase" content="Small Delicate Girl" />
- <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" />
- <!----------------FONTES-------♥-------->
- <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Life+Savers' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400,700t" rel="stylesheet" type="text/css">
- <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' 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'>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Akronim' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Vibur' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="http://static.tumblr.com/5dbytsa/VYmmcwtwj/entrada.css" media="screen"/>
- <!------------------eita duh--------------------->
- <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Emilys+Candy|Butterfly+Kids|Federo|Quicksand|Antic+Didone|Josefin+Slab|Raleway+Dots|Cedarville+Cursive|Damion|Dawning+of+a+New+Day|Rancho|Marvel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,300italic|Exo:300,400|Alegreya+SC|Gafata' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Stalemate' rel='stylesheet' type='text/css'>
- <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: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:text}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
- #be-barbie {text-align: center; width: 835px; margin: 20px auto 20px auto; padding: 0px}
- #omdg {float: left; margin-left: 285px; margin-top:10px; z-index:10}
- .baseduh {width: 400px; padding: 6px; z-index:10; margin-bottom: 1px; text-align: justify; font-family: calibri; font-size: 11px; position: relative; background-color: {color:post};border: 1px solid {color:borda};-webkit-border-radius: 5px 5px 5px 5px;}
- .baseduh:hover #baseduh1 {opacity:1}
- h1 {font:13px Muli; text-align: center; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 14px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;text-shadow: 0px 1px 1px {color:sombra};}
- h1 a:hover {text-align: center; font-size: 14px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
- #baseduh1 {font:10px calibri; text-transform: uppercase; margin-left:410px; opacity: 0; position: absolute; margin-top:5px; padding:3px; background-color: transparent; width: 150px; height: auto; border-left: 2px solid {color:post};}
- #baseduh1 a {font:9px calibri; text-transform: uppercase;color:{color:links};}
- .image {text-align: center; border: 0px}
- .image img {max-width: 400px; margin-bottom: 2px}
- .xquote {font-family: georgia; text-align: center; font-size: 12px; line-height: 15px; padding: 3px;}
- .xquotesource {text-align:center; font:10px verdana; text-transform: none; margin-bottom: 5px}
- .xquotesource a, a:hover{text-transform: none;}
- .xquote:first-letter {color:{color:borda2};font-family:rochester;font-size:20px;}
- /*-------------NEGRITO ITALICO E SUBLINHADO------♥-------*/
- b {color: {color:abc};text-decoration: none;}
- i {color:{color:italico};text-decoration: none;}
- u {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:borda2}; DO SUBLINHADO;}
- /* asker */
- .asker {background: {color:bgask}; color: {color:text}; padding: 2px; line-weight: 7px; opacity:0.85;-moz-opacity: 0.85; filter: alpha(opacity=85); }
- .asker img {width:30px; height:30px; margin:3px; padding: 4px; background: {color:bgask2}; opacity:0.99;-moz-opacity: 0.99; filter: alpha(opacity=99); }
- .asker a {color:{color:text};}
- .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 {background-color:{color:background}; color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text};}
- .player {background-color: #000; text-align: left; display:block;}
- .question {color: {color:PostFont}; text-align: center; background-color: #ff; margin-bottom: -10px; }
- #cap {width: 400px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 512px; padding: 0px; margin-top: 1px; margin-bottom: 1px; 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: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- /***-------------- TITULOS------------------♥--------***/
- #duka {margin-left:35px;margin-top: 79px; height:20px; line-height:28px;float:left; position:fixed; width:244px; font-family:Muli font-size:13px; text-align: center;
- color:{color:frase} ;letter-spacing:-1px; z-index:11; text-transform: none; -webkit-border-radius: 0px 0px 10px 10px;-webkit-transform: rotate(0deg);border-bottom: 0px dashed {color:borda2};text-shadow: 0px 1px 1px {color:sombra};} /**--OMDG---♥---**/
- /**--OMDG---♥---**/
- #duka a:hover {color:{color:linha};-webkit-transform: rotate(3deg);}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- .imsureduh {width:255px;
- margin-top:69px;
- color:{color:frase};
- opacity:0.999;
- text-align:center;
- position:fixed;
- font-family:'Stalemate', cursive;
- font-size:39px;
- letter-spacing:1px; /**--OMDG---♥---**/
- margin-left:25px;-webkit-transform: rotate(0deg);text-shadow: 0px 1px 1px {color:sombra};}
- .imsureduh:first-letter {color:{color:borda2};font-family:rochester;font-size:20px;}
- /**---Imagem da sidebar {OMDG}-----------♥--------**/
- #imgduh {width:208px;}
- #imgduh img {width: 194px; height:220px; float: left; border: 2px solid {color:bordaimg};-webkit-border-radius: 55px 55px 55px 55px; }
- #imgduh img:hover {opacity: 0.8;}
- #sidebar {width: 200px; float: left; margin-left:44px; margin-top:118px; padding: 5px; background-color: {color:bordaimg}; text-align: center; position: fixed;-webkit-border-radius: 55px 55px 55px 55px;}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #faixa2 {margin-top: 105px; margin-left: 30px; position: fixed; background:{color:sidebar}; height: 346px; width:236px;-webkit-border-radius: 5px 5px 5px 5px;border: 1px solid {color:borda};}/***detalhes by o-mundo-de-uma-garota***/
- #faixa3 {margin-top: 140px; margin-left: 26px; position: fixed; background:{color:bordaimg}; height: 176px; width:25px;border-left: 1px dashed {color:borda2};-webkit-border-radius: 25px 25px 25px 25px;}/***detalhes by o-mundo-de-uma-garota***/
- .chick{position: fixed; width: 192px; margin-left:116px; margin-top: 425px; padding-right: 3px; text-align: center; z-index:3;}
- .chick a {float: left; display: block; letter-spacing: 0px; font-size:9px; font-family:Muli; color:{color:links};text-align: center; margin-right: 1px; margin-bottom:1px; width: 44px; line-height:17px; height: 17px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.4s ease-out; background-color:{color:linkshover};border: 1px dashed {color:bordaimg};}/***omdg***/
- .chick a:hover{box-shadow: inset 44px 0px {color:sidebar}; color: {color:links};}
- /******----------------DESCRIÇÃO--------♥--------******/
- #notinholaduda {background:transparente;margin-left: 44px; margin-top: 366px; width:208px; font-size: 10px; height:53px; text-align: right; transparent; font-family:Muli; color: {color:text desc};position: fixed;z-index:99;padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px; /**--OMDG---♥---**/
- -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1; border-top: 3px dotted transparent;padding: 2px 2px 2px 2px;border-top: 0px solid {color:bordaimg};-webkit-transform: rotate(0deg);text-shadow: 0px 1px 1px {color:sombra};} /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #dj3 {width: 29px; position: fixed; padding: 8px; background-color: transparent; margin-left: 179px; margin-top: 330px; color:{color:bordaimg}; font-size: 25px; -webkit-transform: rotate(-2deg); z-index: 1000;}
- /**--OMDG---♥---**/ /**--OMDG---♥---**/ /**--OMDG---♥---**/
- #paginal {font-family: verdana; font-size: 8px; text-align: center;}
- #paginal a { margin: 0 1px 0 0; padding: 2px 4px; background:{color:bordaimg};color: {color:pag};opacity:1; -webkit-border-radius: 0px 0px 20px 20px;border: 1px dashed {color:borda};} /**--OMDG---♥---**/
- #paginal a:hover {background: {color:borda2}; color: {color:text};}
- #paginal span.pagina_atual {background: {color:bordaimg}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;-webkit-border-radius: 0px 0px 20px 20px;} /**--OMDG---♥---**/
- .ps {position: fixed; padding: 2px; width: 148px; margin-left: 32px; margin-top: 456px; height: auto; color: {color:text};opacity:1;-webkit-border-radius: 0px 0px 20px 20px; }
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- ::-webkit-scrollbar{width:14px;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};border: 3px solid {color:bordaimg};}
- ::-webkit-scrollbar-thumb:vertical{height:30px; background-color: {color:scrollbar}; -webkit-border-radius: 0px 0px 0px 0px;}
- ::-webkit-scrollbar-thumb:horizontal{width:30px; background-color:{color:scrollbar}; -webkit-border-radius: 0px 0px 0px 0px;}
- #nossadudex {font-family: tinytots; background-color:{color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 20px;text-shadow: 0px 0px 9px {color:sombra}; margin-top: 340px; margin-left: 10px; z-index: 1; position: fixed; text-align: center; height: 21px; border:1px solid {color:borda} ; text-transform: none;}/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- #nossadudex1 {font-family: tinytots; background-color:{color:sidebar} ; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 20px;text-shadow: 0px 0px 9px {color:duda}; margin-top: 374px; margin-left: 10px; z-index: 1; position: fixed; text-align: center; height: 21px; border:1px solid {color:borda} ; text-transform: none; }/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- #nossadudex2 {font-family: tinytots; background-color: {color:sidebar}; color: {color:omdg}; font-size: 14px; padding: 3px 5px 5px 5px; width: 20px;text-shadow: 0px 0px 9px {color:duda}; margin-top: 408px; margin-left: 10px; z-index: 1; position: fixed; text-align:center; height: 21px; border:1px solid {color:borda}; text-transform: none; }/*links o-mundo-de-uma-garota*/
- #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:omdg}; }/*links o-mundo-de-uma-garota*/
- </style>
- <body ondragstart="return false" onkeydown="return false">
- <!---------------------EPA NÃO MEXA AQUI----♥---------->
- <!--------------------play aqui embaixo---♥------------>
- <div id="be-barbie">
- <div id="dj3">◤</div><div id="faixa2"></div>
- <div id="sidebar">
- <div id="imgduh"><img src="{image:sidebar}"/></div></div>
- <div class="imsureduh">{text:frase}</div>
- <div class="chick">
- <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 id="nossadudex" title="{text:Link1 Title} "><a href="{text:Link1}"><img height="20"src="http://static.tumblr.com/bpaio6t/YwMm1exvz/msoi1.png" width="21"class="home"title="{text:Link1 Title} "></div>
- <div id="nossadudex1" title="{text:Link2 Title} "><a href="{text:Link2}"><img height="19"src="http://static.tumblr.com/bpaio6t/9jLm1ez5e/msoi4.png" width="20"class="ask"title="{text:Link2 Title} "></div>
- <div id="nossadudex2" title="{text:Link3 Title} "><a href="{text:Link3}"><img height="17"src="http://static.tumblr.com/bpaio6t/2q4m1ezcq/msoi3.png" width="22"class="amor"title="{text:Link3 Title}"></div>
- <!--------DESCRIBILE----(OMDG)------------->
- <div id="notinholaduda">{Description}</div>
- <!-------------PAGINATION-----------♥---------->
- <div class="ps"><div id="paginal">
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </div></div>
- <!-------------CRÉDITOS-----------------♥------------->
- <div style="margin-left:52px;-webkit-border-radius: 5px 5px 5px 5px;-webkit-transform: rotate(0deg); width:120px;background:{color:sidebar};font-family:tahoma;font-size:11px; margin-top: -5px; height:18px;position:fixed; "><a href="http://o-mundo-de-uma-garota.tumblr.com/"title="Theme by: o-mundo-de-uma-garota not copie"><small>All Themes by OMDG </small></a>
- <font color="{color:tags}">©</font> </a></div>
- <div id="omdg">
- {block:Posts}
- <div class="baseduh">
- <div id="baseduh1">
- <a href="{Permalink}">{TimeAgo} ♡</a> <br>
- {block:IndexPage}<a href="{ReblogUrl}" target="_blank"><b>reblog</b> <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a>{/block:IndexPage}<br>
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <br>
- {block:RebloggedFrom} (<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <font color="{color:tags}"><b>/</b></font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
- {block:HasTags}{block:Tags}<font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {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="xquote">“{Quote}”</div>
- {block:Source}<div class="xquotesource">
- <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-350}{/block:Video}
- {block:Answer}
- <div style="padding: 4px;">
- <div class="asker">{asker} sussurrou: <div align="left"><img src="{AskerPortraitURL-48}" align="left" />{Question}<br/></div></div> <div align="left"> {Answer}</div>
- </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>
- </div>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment