Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!-- theme by amando-loucos -->
- <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'>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
- <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>
- <meta name="font:body" content="georgia" />
- <meta name="color:link" content="#999999" />
- <meta name="color:linkhover" content="#e4e4e4" />
- <meta name="color:text" content="#999999" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:tags" content="#FFB8D5"/>
- <meta name="color:bgside" content="#FFFFFF" />
- <meta name="color:source" content="#FF85B8"/>
- <meta name="color:likeit" content="#FF85B8"/>
- <meta name="color:linksdakah" content="#00000"/>
- <meta name="color:bglinks" content="#FF85B8"/>
- <meta name="color:linkshover" content="#00000"/>
- <meta name="color:faixinhalinks" content="#FF85B8"/>
- <meta name="color:border" content="#FF85B8"/>
- <meta name="color:sidelinks" content="#FFFFFF" />
- <meta name="color:bgscrollbar" content="#ffffff"/>
- <meta name="color:scrollbar" content="#e4e4e4"/>
- <meta name="if:Show tags" content="1"/>
- <meta name="if:Show sidebar image" content="1"/>
- <meta name="if:Show people I follow" content="0"/>
- <meta name="if:Enable endless scrolling" content="0"/>
- <meta name="if:Show pic" content="1"/>
- <meta name="if:Show search" content="1"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link6" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link7" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type="text/css">
- body {background-color:#ffffff
- font-family: {font:body}; font-size:11px; line-height:110%;
- margin:0 auto 0 auto; text-align:center;
- background-image:url('{image:background}') ;
- ; background-attachment:
- fixed; }
- a {color: {color:link}; text-decoration: none; font-size: 10px; text-transform: none}
- a:hover {color: {color:linkhover}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; }
- p{margin-top: 1px}
- blockquote{margin-left:3px; margin-right: 0px; border-left: 3px solid #000000; padding-left:3px;
- margin-top: 4px;}
- #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
- #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
- text-align: center; font-size: 85px;}
- .left{float:left; margin-left: 10px; width: 40px}
- .left a{text-decoration: none; font-size: 75px; line-height: 75px}
- .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
- .right{float:right; margin-right: 10px; width: 40px}
- .right a{text-decoration: none; font-size: 75px; line-height: 75px}
- .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
- #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color: transparent; color:{color:text}; position: absolute; }
- #entries{float: right; background-color: transparent; text-align: center}
- .post{ width: 503px; margin: 4px 0 4px 260px; padding: 12px; text-align: justify; background-color:{color:entry}; margin-right:-100px; margin-top:25px; margin-bottom:-24px; padding-bottom:9px; padding-top:25px; padding-left:9px; padding-right:9px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
- .post img{margin: 1px 0 1px 0; -webkit-border-radius: 0px 0px 0px 0px; max-width: 500px;}
- h1{font-family: verdana; font-style: none; font-size: 14px; font-weight:normal; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
- h1 a{font-size: 14px; font-weight:normal; font-style: none; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
- h3{font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; margin-bottom:-15px; text-align:center}
- h3 a{ font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; text-align:center;}
- .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px;
- margin: 1px;
- border: none;
- filter: alpha(opacity=100);
- moz-opacity:1.0;
- opacity:1.0;}
- .image:hover{
- filter: alpha(opacity=75);
- moz-opacity:.80;
- opacity:.80 ;
- -webkit-transition-duration: .50s}
- .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
- h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:linkbackground}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: uppercase; text-decoration: none; font-weight: normal}
- .aspas{ position:relative; top: 15px; font-size: 80px; opacity:0.1; filter: alpha(opacity = 10); color: {background};}
- .qquote{font-family: tahoma; font-size: 14px; letter-spacing: 0px; line-height: 12px; text-transform: none; text-align: center;
- }
- .qsource{margin-top: 5px; margin-right: 15px;text-align: right; height:20px;}
- .chat{line-height: 12px; list-style: none }
- .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
- .person1 {color: {color:text} }
- .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
- .person2 {color: {color:text} }
- .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
- .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:linkbackground}}
- .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
- .icap{margin-top: 1px}
- .source{display:none}
- .source {display:none}
- div#source {text-align: right; font-size: 9px}
- .source {display:none}
- div#source {text-align: right; font-size: 9px}
- #info{margin-top: 10px; }
- #info a{color: {color:link} !important}
- #info a:hover{color:{color:menutexthover}!important; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
- .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
- .line2{font-size:10px; text-transform:lowercase; clear: both}
- .line3{font-size:10px; text-transform:lowercase; clear: both}
- .ileft{float: left}
- .iright{float: right}
- .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
- .post:hover #information {opacity:1;}
- #information{position:absolute; font: 9px georgia; text-transform:none; color:{color:link}; margin-left:515px; opacity:0; height:auto; width: 120px; margin-bottom:0px; background-color: {color:bgside}; margin-top:-100px; background-color:#trans; display:block; text-align:left; padding:0px 0px 0px 7px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; border-left:3px solid #e4e4e4; font-family: tahoma; padding: 5px; -webkit-border-radius: 10px 10px 10px 10px;}
- #information a{text-transform:lowercase; color:{color:text}; font-style:none; }
- #information a:hover {color: {color:text}; }
- .notes a{ font:11px calibri!important; color:{color:permalink}!important; letter-spacing:0px; text-transform:none!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important; }
- .notes a:hover {color: {color:text}!important; }
- .date {font:9px calibri; text-transform:uppercase; color:{color:text};}
- .tags a{ font:9px verdana; color:{color:permalink}!important; letter-spacing:0px; text-transform:none!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important; }
- .tags a:hover {color: {color:text}!important; }
- .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
- .asker img{float: left; padding: 0px 5px 0px 0px}
- .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
- .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
- .question {font-size: 10px;}
- .answer {padding: 4px}
- .answer img {max-width: 470px;}
- #side{position: fixed;
- width:0px;
- height: 0px;
- background-color:{color:bgside};
- padding:6px;
- margin-top: -1009px;
- margin-left: 200px;}
- #sideimg {display: block; margin-left: 220px; float: right; margin-top: 90px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
- .simg1 img {width:145px; height: 210px; margin-bottom: 2px; border: 5px solid {color:border}; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
- #sid1 {width: 320px; margin-left: 220px; height: 25px; margin-top: 50px; float:left; text-align: center; background-color: trasparent; font-size: 16px; position:transparent; padding: 5px; overflow: hidden; -webkit-transition: 1.3s ease-in;
- -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
- .ttle {margin-top: 0px; letter-spacing: 0px; text-align: center; font-family: Just Me Again Down Here, sans-serif; font-size: 24px; color: {color:likeit}; padding-left:90px; margin-left:-270px; }
- #description {position: fixed; margin-top: 270px; margin-left: 235px; width: 130px; height: 50px; background-color: transparent; z-index:2}
- .opdescription{color: {color:text}; clear: both; font-size:9px; height: 83px; text-align: center; background-color: transparent; padding: 8px; margin-top: -3px;}
- .opdescription a{font-size:9px}
- #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: uppercase;}
- #link11 {font-family: verdana; background-color: {color:bgside}; color: #999; font-size: 9px; padding: 3px 5px 5px 5px; width: 152px; margin-top: 310px; margin-left: 216px; z-index: 1; position: fixed; text-align: center; height: 10px; border:0px ; text-transform: none; }
- #link11 a{font-family: verdana; font-size: 9px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; }
- .oizinho {font-family: georgia; position: fixed; margin-left: 320px; margin-top: 330px; font-size: 38px; z-index: 0;}
- .oizinho a {color: ; background-color: transparent;}
- .oizinho a:hover {color: {color:linkhover};}
- .oizinho2 {font-family: georgia; position: fixed; margin-left: 295px; margin-top: 330px; font-size: 38px; z-index: 0;}
- .oizinho2 a {color: ; background-color: transparent;}
- .oizinho2 a:hover {color: {color:linkhover};}
- #meus{text-align: justify; font-size: 9px; font-family: verdana; position: fixed; margin-left: 213px; width:150px; height: 30px; background-color: {color:bgside}; color: #999999; padding: 2px; margin-top: 50px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
- #links {text-align: center; margin-top:270px; margin-bottom: -2px; font-family: verdana; font-size: 9px; color: #000000; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;}
- ::-webkit-scrollbar{width:8px;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:bgscrollbar};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:{color:scrollbar};-webkit-border-radius:px;}
- </style>
- <script language='JavaScript'>
- //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
- function checartecla (evt)
- {if (evt.keyCode == '17')
- {alert("Comando Desativado")
- return false}
- return true}
- </script>
- </head>
- <body onkeydown="return false">
- <div id="sid1">
- <div class="ttle"> I'm a bad girl</div>
- </div>
- <div id="side"></div>
- <div id="sideimg"><div class="simg1">
- <img src="{image:sidebar}">
- </div></div>
- </div></div>
- <div id="description">
- <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
- </div>
- <div id="meus">
- <div id="links">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}x
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}x
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}x
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}x
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}x
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}x
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
- </div></div>
- <div class="oizinho">{block:NextPage}<a href="{NextPage}"><big<big><big><big><big><big><big>→</big></big></big></big></big></a>{/block:NextPage}</div>
- <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}"><big<big><big><big><big><big><big>←</big></big></big></big></big></a>{/block:PreviousPage}</div>
- <div id="link11" title="não copie"><b><a href="http://amando-loucos.tumblr.com">theme by amando-loucos</a>, </b> </div>
- <div id="content">
- <div id="entries">
- {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
- <script type="text/javascript"
- src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
- {block:Posts}
- <div class="post">
- {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="qquote">"{Quote}"</div>
- {block:Source}<div class="qsource"><font color="{color:source}">— {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="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {AudioPlayerGrey}
- <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div id="asker"><b>{Asker} disse para a <b>Ká</b>:</b> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div class="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 id="bg">
- <div id="info">
- </div></div>
- <div id="information">
- <span class="notes"><a href="{Permalink}">{NoteCountWithLabel}</a></span><br>
- <span class="date">{block:Date}{block:NewDayDate}{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear} ♡ {12HourWithZero}:{Minutes}{AmPm}{/block:NewDayDate}{block:SameDayDate} ♡ {12HourWithZero}:{Minutes}{AmPm}{/block:SameDayDate}{/block:Date}</span><br>
- <a href="{ReblogURL}" target="_blank">Reblog this ♡</a>
- {block:RebloggedFrom}
- <div class="tagtitle">
- <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}" border="0" title="rebloguei de"></a>
- <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" border="0" title="original"></a>
- </div>
- {/block:RebloggedFrom}
- {block:IfShowTags}{block:HasTags}<div class="tags">In(directs): <br />{block:Tags} <a
- href="{TagURL}"><font color="{color:tags}">#</font> {Tag} <br /></a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
- </div></div>
- {/block:Posts}
- {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
- {block:PostNotes}
- <div id="notes"><div id="notestext">{PostNotes}</div></div>
- {/block:PostNotes}
- <div id="pagina"><div id="paginacaoml"> <center>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</center>
- </div></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment