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 -
- - - - - - - - - - - - - - - ---->
- <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:frase" content="#8B8989" />
- <meta name="color:tags" content="#FFC0CB" />
- <meta name="color:sidebar" content="#FFFFFF" />
- <meta name="color:linkdafoto" content="#8B8989" />
- <meta name="color:textdesc" content="#8B8989" />
- <meta name="color:linha" content="#FFFFFF" />
- <meta name="color:borda2" content="#FFC0CB" />
- <meta name="color:bgdaask" content="#8B8989" />
- <meta name="text:frase2" content=" amar as vezes doi." />
- <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" />
- <meta name="image:sidebar" content="http://static.tumblr.com/2bh9bxo/Wskmbdrdu/tumblr_m8ebkld9jy1rctbpgo1_500_thumb.jpg" />
- <meta name="image:background" content="http://static.tumblr.com/2bh9bxo/CYpmbe7st/varios_bg.jpg" />
- <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=Source+Sans+Pro' 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:09px; background-image:url('{image:background}'); background-attachment:fixed; }
- iframe#tumblr_controls {right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- a {color: {color:link}; 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 {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: 400px!important}
- blockquote blockquote img{max-width: 400px!important}
- blockquote blockquote blockquote img{max-width: 400px!important}
- blockquote blockquote blockquote blockquote img{max-width: 400px!important}
- /* base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |base por duda o-mundo-de-uma-garota |*/
- #creditosaduda {text-align:center;width:400px;margin: 20px auto 20px auto;z-index:1;}
- /*BOX,ENTRY,FONTES ,NOTES,CHAT E TAGS*/
- .omdg {width:450px; background-color:{color:post};
- padding:5px; text-align:justify;
- font-family:font-family: 'Source Sans Pro', sans-serif;
- font-size:11px;margin-bottom:1px;}
- .omdg:hover{opacity:1}
- h1 {font-family:font-family: 'Source Sans Pro', sans-serif; text-align:center; font-size:14px;color: {color:text};font-weight:normal;line-height:14px;}
- h1 a {text-align: center; font-size: 14px;color:{color:text};font-weight: normal; line-height: 14px;}
- h1 a:hover {text-align:center;font-size: 14px; color:{color:text};font-weight:normal; line-height:14px;}
- #omdg1{float:left; width:460px; margin-left:430px; margin-top:
- 5px; border: 4px solid{color:linha}; z-index:-9; padding:3px;}
- .image {text-align:center; border:0px; opacity:0.8;}
- .image img {max-width:450px;margin-bottom:-1px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
- /*base duh base duh base duh base da Duda.R*/
- .baseduda {text-align:justify;cambria;font-size:11px; line-height:15px; padding:3px;margin-left:02px; border-bottom:1px solid {color:background};margin-bottom:3px; margin-top:-66px;}
- .baseduda1 {text-align: center; text-transform: none; margin-bottom:5px; font-size: 09px; font-weight: bold}
- .baseduda1 a, a:hover{text-transform: none;}
- #quote {position:relative;top:-22px;left:-3px;font-size:60px;opacity:0.3;}
- .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:#000000;text-align:left;display:block;}
- #oidata {text-align:center; font-size:09px; font-family:calibri; text-transform: uppercase; z-index:11; padding:2px; color:{color:text};background:{color:background};}
- #oidata a {font-size:10px; color:{color:text}; text-transform: uppercase;}
- #cap {width:400px; margin-top:-2px;}
- .source {display: none;}
- /*CREDITE*/
- .themedudar {width: 420px;
- padding: 0px;
- margin-lemargin-top: 5px;
- margin-bottom: 10px;
- font-size: 9px;
- text-align: left;
- margin-left:0px;}
- ol.themedudar {list-style: none;
- margin: 0 20px 0 0px;
- padding: 0px; z-index: 11;}
- ol.themedudar li {background-color:{color:post};
- margin-bottom: 1px; padding: 5px; }
- .themedudar img{display: none; border:0px}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- /*** 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:bgdaask}; 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;}
- /* fotinha por duda |fotinha por duda |fotinha por duda|*/
- #atencaoduda {width:195px;
- height:270px;
- margin-top:75px;
- margin-left:225px;
- background-color:{color:sidebar};
- border: 1px double {color:linha};
- font-size:20px;
- font-family:georgia;
- position:fixed;}
- #aiduh {margin-top:5px;
- margin-left:2px;
- width:140px;
- height:auto;
- padding:5px;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;}
- #aiduh img{width:180px;height:253px;}
- #aiduh:hover {padding-bottom:5px;}
- /* ******** DESCRIÇÃO **********/
- #notinholaduda {width:138px;height:75px;padding-bottom:5px; text-align:center;margin-top:5px;margin-left:58px; font-family:Century Gothic;font-size:9px; margin-bottom:5px; background:{color:sidebar}; color:{color:textdesc}; letter-spacing:0px; text-transform: none; -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
- /*******FONTES******/
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: 'Loved by the King'; font-style: normal; font-weight: normal; src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff');}
- @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
- @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- @font-face {font-family: "Edo"; src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
- @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
- @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');
- }
- @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- /****LINK FEITO BY OMDG NOT COPIE***/
- #du1 {width:199px; height: 18px;
- float: left; margin-left:-1px;
- margin-top: -289px; padding: 0px;
- text-align: center; position: fixed;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- border-bottom: 1px dotted {color:borda2};
- background-color: transparent;}
- #du1 a {float: left; margin-left: 0px;
- font-family: georgia; font-size: 10px;
- text-align: center; margin-top: 3px;
- height: 14px; width: 66px; color:{color:links};
- line-height: 14px; letter-spacing: -1px;
- text-transform: lowercase;
- -webkit-transition: all .5s ease-out;
- -moz-transition: all .5s ease-out;
- font-style: normal;background-color: {color:link hover};
- text-transform: lowercase;
- border-top: 1px dotted{color:borda2}; }
- #du1 a:hover{text-align: center;
- color:{color:links}; font-style: bold;
- background-color: {color:bglinkshover}; letter-spacing: -1px;}
- #pqpduh {width:55px;height:15px;
- float:left;-webkit-transition-duration: 0.4s;
- padding:0px;text-align:center; margin-left:-1px;
- margin-top:5px; z-index:99999999;position:fixed;}
- #pqpduh a {float:left;-webkit-transition: all 0.2s ease-out;
- -moz-transition: all .4s ease-out;display:block;
- width:55px; border:1px dotted {color:borda2};
- line-height:18px; color:{color:link};
- background:{color:link hover}; font-family:verdana;
- font-size:9px; text-align:center; text-decoration:none;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- /******CREDITOS PAGINAÇÃO E TITULO*******/
- .dudexcred {margin-top: 235px; margin-left:136px;-webkit-transform: rotate(-90deg); position: fixed; background-color:{color:bglinkshover}; font-family: tahoma; font-size:8px; width:auto; text-align: left; height: auto; font-style: none; color: {color:text}; padding: 1px; -webkit-transition-duration: .2s; -moz-transition-duration: 1.0s; border-bottom:1px solid {color:background}; border-top: 0px solid {color:background}}
- .dudexcred a{color: {color:link};}
- #paginal {font-family: verdana; font-size: 8px; text-align: center;}
- #paginal a {background: {color:text}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:sidebar};opacity:1; box-shadow: 0px 1px 20px rgba(0,0,0,0.35)}
- #paginal a:hover {background: {color:sidebar}; color: {color:text};}
- #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
- .ps {position: fixed; padding: 2px; width: 194px; margin-left: -1px; margin-top: -3px; height: auto; background-color: {color:sidebar}; color: {color:text};opacity:1; }
- #souchick{margin-top: 30px;
- margin-left: 225px;
- position: fixed;
- font-family:swagger;
- font-size:16px;
- color:#aaaaaa;
- width: 189px;
- border-bottom:1px solid {color:sidebar};
- background-color: {color:sidebar};
- -moz-box-shadow: inset 2px 0 0px 0 {color:borda2};
- -webkit-box-shadow: inset 2px 0 0px 0 {color:borda2};
- box-shadow: inset 2px 0 0px 0 {color:borda2};
- padding: 3px 3px 3px 6px;
- -moz-transition: all 0.4s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;-ms-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- #souchick:hover{-moz-box-shadow: inset 550px 0 0px 0 {color:borda2};
- -webkit-box-shadow: inset 550px 0 0px 0 {color:borda2};
- box-shadow: inset 550px 0 0px 0 {color:barrahover};
- color: {color:sidebar};}
- ::-webkit-scrollbar {width:10px;height:auto;background:transparent;}
- ::-webkit-scrollbar-corner {background:{color:text};}
- ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:text};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:text}; border-top: 1px solid #fffcfc; border-bottom: 1px solid #fffcfc;}
- ::-webkit-scrollbar-track-piece {background:#fffcfc; border-top: 1pt solid #fffcfc; border-bottom: 1pt solid #fffcfc; width:4pt;}
- -::moz-selection {color:#fff; background:{color:text};}
- ::selection {color:#fff; background:{color:text};}
- </style>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#entries').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : ".entry",
- nextSelector : "#page a#p",
- itemSelector : ".entry",
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "",
- loadingText : "",
- },
- function() { $('#entries').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script src="http://tumbletricks.webs.com/maquina.js"></script>
- <!-------------INICIO DO <BODY>-------------->
- <body ondragstart="return false" onkeydown="return false">
- <div id="souchick">{text:frase2}</div>
- <div id="atencaoduda">
- <div id="aiduh"><img src="{image:sidebar}" title="Baby Im sure"></div>
- <div id="du1">
- <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 id="pqpduh">
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title} </a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title} </a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title} </a>{/block:ifLink2}
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title} </a>{/block:ifLink7}
- </div>
- <div id="notinholaduda">{Description}</div>
- <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></div>
- <div class="dudexcred"><a href="http://o-mundo-de-uma-garota.tumblr.com" title="Not copie">theme by o-mundo-de-uma-garota</a> <font color="{color:tags}">+</font>Not copie</a></div>
- <!-------NÃO MUDE NADA AQUIÊH (OMDG)-------------->
- <div id="omdg1">
- {block:Posts}
- <div class="omdg">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-400}{/block:Photoset}
- <!-------------BASE DUDA 1 E 2 ---------------->
- {block:Quote}
- <div id="quote">❝</div><div class="baseduda">{Quote}</div>
- {block:Source}<div class="baseduda1"> — {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-400}{/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="oidata">
- {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 baby</a><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title="">{/block:IndexPage}
- {block:RebloggedFrom} <font color="{color:tags}"> . </font>(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> <font color="{color:tags}"> | </font> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="themedudar">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- <!---------------FIM .. PROIBIDA A COPIA PARCIAL DESTE THEME-------->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment