- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <! theme by i-ngenuidade !>
- <head>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
- <script type="text/javascript">
- function slideSwitch() {
- var $active = $('#slideshow2 img.active');
- $active.addClass('last-active');
- // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
- var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
- $next.css({opacity: 0.0})
- .addClass('active')
- .animate({opacity: 1.0}, 1000, function() {
- $active.removeClass('active last-active');
- });
- }
- $(function() {
- //Executa a função a cada 2 segundos
- setInterval( "slideSwitch()", 2500 );
- });
- </script>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:link" content="#000000" />
- <meta name="color:linkhover" content="#696969" />
- <meta name="color:text" content="#000000" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:border" content="#000000" />
- <meta name="color:fundinho" content="#000000" />
- <meta name="color:bobsponja" content="#000000" />
- <meta name="color:scroll" content="#000000" />
- <meta name="color:ask" content="#ebebeb" />
- <meta name="color:bgdescription" content="#ebebeb" />
- <meta name="color:textdescription" content="#000" />
- <meta name="color:links" content="#000" />
- <meta name="color:cruz" content="#ccc" />
- <meta name="color:linkbg" content="#ffffff" />
- <meta name="color:linktext" content="#000" />
- <meta name="color:linkbghover" content="#000" />
- <meta name="color:linktexthover" content="#fff" />
- <meta name="color:bgpage" content="#EEEEEE" />
- <meta name="color:xizinhodoslinks" content="#FF1493" />
- <meta name="image:background" content="" />
- <meta name="image:fotinha" content="http://24.media.tumblr.com/tumblr_m506qgl9Oi1rojnc3o2_250.jpg"/>
- <meta name="font:text" content="verdana" />
- <meta name="font:title" content="georgia" />
- <meta name="text:titulo" content="um frase linda feat fofa aqui " />
- <meta name="text:link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type="text/css">
- body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
- blockquote img{max-width: 470px!important}
- blockquote blockquote img{max-width: 450px!important}
- blockquote blockquote blockquote img{max-width: 430px!important}
- blockquote blockquote blockquote blockquote img{max-width: 410px!important}
- #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; position:fixed; }
- #entries{float: left; margin-left:345px; margin-top: 40px; position: relative; border-left: 1px solid {color:background} }
- #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
- .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: tahoma; font-size: 11px;}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
- .oiqqtts a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #000; text-align: left; display:block;}
- #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
- .answer {padding: 2px}
- .answer img {max-width: 470px;}
- #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
- #oidata a {font-size: 9px;}
- .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
- .notes img{display: none; border:0px}
- .question {
- color: {color:text};
- font-size: 9px;
- font-weight: normal;
- font-family: {font:body};
- line-height:95%;
- background: {color:ask};
- margin: 0 0 10px 0;
- padding: 10px 15px;
- position: relative;}
- .questionarrow {
- width: 13px;
- height: 7px;
- font-size:30px;
- font-family: verdana;
- position: absolute;
- color: {color:ask};
- bottom: -3.5px;
- left: 240px;}
- .asker {width:500px; text-align:center; text-transform:uppercase; color:{color:text};}
- .asker a {color: {color:text};}
- .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
- .answer {color: {color:text};}
- .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15; -moz-opacity: 0.15; filter: alpha(opacity=15);}
- .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #barra2 {width:662px; height:12px; margin-top:-5px; margin-left: 205px; background-color: {color:bobsponja}; position:fixed; padding:4px; font-size: 11px; font-family: tahoma; text-transform: lowercase; color: {color:post}; text-align: right;}
- #sideimg {display: block; margin-left: 205px; float: right; margin-top: 20px; width: auto; height: auto; background-color: transparent; position: fixed; z-index:30;}
- .simg1 img {width: 135px; height: 160px; margin-bottom: 2px; border: 3px solid {color:fundinho};}
- #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
- #cruz {position: fixed; margin: 200px 0px 0px 60px; }
- #acruz {width: 39px; position: absolute; margin-left: -92px; margin-top: -365px; color: {color:cruz}; font-size: 60px; -webkit-transform: rotate(-20deg);}
- #acruz:hover { -webkit-transform: rotate(0deg);}
- #home {width: 24px; position: fixed; float: left; font-size: 9px; font-family: tahoma; color: {color:cruz}; padding: 5px; height: 24px; margin-left: 110px; rotation: 10px; margin-top: 280px; margin-top: 185px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; z-index: 20;}
- #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
- #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
- #pgs a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
- #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
- .pg { position:fixed !important; clear: both; float: left; margin-top: 80px; margin-left: 20px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
- #meus{text-align: justify; font-size: 9px; font-family: calibri; position: fixed; margin-left: 205px; width:130px; height: 35px; background-color: transparent; color: #999999; padding: 2px; margin-top: 185px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
- #links {text-align: center; margin-top:1px; margin-bottom: -2px; font-family: tahoma; font-size: 10px; color: #999999; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in; }
- .li {opacity: 1}
- .li2 {opacity: 0.8}
- .li3 {opacity: 0.6}
- .li4 {opacity: 0.8}
- .li5 {opacity: 1}
- #linkslindos {margin-top: 100px; margin-left: 87px; position:fixed; width: auto; }
- #linkslindos a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; background-color: {color:linkbg}; -moz-transition: all 0.4s ease-out; width: 150px; text-align: left; font-size: 8px; height:14px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px; }
- #linkslindos a:hover{color: {color:linktexthover}; margin-left:15px; }
- #linkslindos1 {margin-top: 140px; margin-left: 120px; position:fixed; width: auto; z-index:100;}
- #linkslindos1 a{text-transform: uppercase; display: block; font-family: tinytots; transition: all 0.5s ease-out; -o-transition-transition: all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 100px; text-align: center; font-size: 8px; height:15px; margin: 1px 0 0px 0; color:{color:linktext}; margin-left: 3px; line-height:10px;}
- #linkslindos1 a:hover{color: {color:linktexthover}; }
- #faixa {margin-top: 50px; margin-left: -10px; position: fixed; background-color: {color:bobsponja}; height: 140px; width:354px; }
- #faixa2 {margin-top: -50px; margin-left: 50px; position: fixed; background-color: {color:bobsponja}; height: 2000px; width:30px; }
- @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');
- }
- #title {width: 215px; height: 55px; position: fixed; background-color:transparent; margin-left: 120px; margin-top: 55px; }
- .optitle{font-family: Give You Glory; font-size: 15px; font-style: none;
- line-height: 15px; font-weight: none; color: #777777; margin-top: 10px; margin-left: -5px; text-transform: none; letter-spacing: 0px}
- #textv {width:190px; height: 100; margin-left:70px; margin-top:100px; position:fixed; overflow:hidden; background-color: {color:bgdescription}; color: {color:textdescription}; font-family: tahoma; font-size:10px;text-transform: lowercase; border-left:0px solid; border-right:0px solid; padding:3px; width: 120px; height:60px; }
- #sdbarsi {font-family: verdana; color: {color:textdescription}; font-size:7px; padding: 3px 3px 4px 3px; width: 110px; height: 7px; margin-top: 400px; margin-left: 220px; font-family: arial; z-index: 200; position: fixed; text-align: center; text-transform: uppercase; letter-spacing: 1px}
- #sdbarsi a{font-family: arial; font-size: 8px; letter-spacing: 1px}
- #credit {width: 158px; margin-left: 50px; height: 11px; margin-top: 170px; float:left; text-align: center; font-size: 16px; position:fixed; padding: 4px;}
- .credittex {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 10px; color:#000; }
- .credittex a{color:{color:link};}
- .credit {
- position:fixed !important;
- margin-left: 1028px;
- margin-top: 1000px;
- margin-bottom: -5px;
- font-size: 9px;
- width: 49px;
- height: 15px;
- padding: 1px 3px 3px 2px;
- font-family: verdana;
- color: #000000;
- text-align: center;
- background-color: {color:sidebar};
- -webkit-transition: all 0.5s ease;
- }
- ::-webkit-scrollbar{width:5px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- </style>
- </head>
- <body>
- <div id="tudo">
- <div id="msd">
- </div>
- <div id="barra2">{text:titulo}</div>
- <div id="barra3"></div>
- <div id="sideimg"><div class="simg1">
- <img src="{image:fotinha}">
- </div></div>
- <div id="meus">
- <div id="links">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} <font color="{color:xizinhodoslinks}">.</font>
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}<font color="{color:xizinhodoslinks}">.</font>
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}<font color="{color:xizinhodoslinks}">.</font>
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}<font color="{color:xizinhodoslinks}">.</font>
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}<font color="{color:xizinhodoslinks}">.</font>
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}<font color="{color:xizinhodoslinks}">.</font>
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}<font color="{color:xizinhodoslinks}">.</font>
- </div></div>
- <div id="textv">{description}</div>
- <div class="pg"><div id="pgs"> <center>
- {block:JumpPagination length="2"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </center></div></div>
- <div id="cruz">
- <div id="acruz">†</div>
- </div>
- <div id="credit">
- <div class="credittex"> <a href="http://i-ngenuidade.tumblr.com">theme</b></a> <font color="{color:xizinhodoslinks}"> +</font><a href="http://amor-compulsivo.tumblr.com/"> inspired </a></b></div>
- </div>
- </a></div>
- <div id="entries">
- {block:Posts}
- <div class="danpost">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:quote}
- <o class="fj">“</o><div class="jf">{quote}</div><br>
- <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
- {/block:quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div class="question">
- <div class="questionarrow">▼</div>
- {Question}
- </div>
- <div class="asker">{Asker}</div>
- <div class="answer">{Answer}</div>
- {/block:answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div></div>
- <br>
- <div id="oidata">
- {block:Date}<div class="tags"><b>in(direct):</b> {block:HasTags}{block:Tags}<font color="{color:tags}"># </font><a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <font color="{color:xizinhodoslinks}">♥</font>. <a href=http://twitter.com/home?status={block:Title}{Title}{/block:Title}{block:Caption}{PlainTextCaption}{/block:Caption} {ShortURL}”><b>tweet</b></a> . <a href="{ReblogURL}" target="_blank"><img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""> reblog this </a>{/block:IndexPage}
- {block:RebloggedFrom}<br>source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} . via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- </div>
- </div>{/block:Date}
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>