Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <! Theme 5 por Affecting You | não copie ou disponibilize !>
- <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>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head> <!-- DEFAULT VARIABLES -->
- <meta name="font:body" content="georgia" />
- <meta name="font:title" content="georgia" />
- <meta name="color:background" content="" />
- <meta name="color:text" content="" />
- <meta name="color:sidebar" content="#F5F5F5" />
- <meta name="color:bgsidebarlinks" content="#000000" />
- <meta name="color:links" content="" />
- <meta name="color:entry" content="#F5F5F5" />
- <meta name="color:bold" content="" />
- <meta name="color:bgfrase1" content="" />
- <meta name="color:bgfrase2" content="" />
- <meta name="if:Enable endless scrolling" content="0"/>
- <meta name="if:Show tags" content="1"/>
- <meta name="if:Show userpic" content="1"/>
- <meta name="if:Show sidebar image" content="1"/>
- <meta name="if:Show post author" content="1"/>
- <meta name="image:sidebar1" content="http://static.tumblr.com/jrxhs0w/cXDlufov0/tumblr_lub5rvx1wg1r63449o1_250.png"/>
- <meta name="image:sidebar2" content="http://static.tumblr.com/jrxhs0w/Iiglufov1/tumblr_lub5rvx1wg1r63449o2_250.png"/>
- <meta name="image:sidebar3" content="http://static.tumblr.com/jrxhs0w/pDVlufov3/tumblr_lub5rvx1wg1r63449o3_250.png"/>
- <meta name="image:sidebar4" content="http://static.tumblr.com/jrxhs0w/q7Nlufov5/tumblr_lub5rvx1wg1r63449o4_250.png"/>
- <meta name="image:sidebar5" content="http://static.tumblr.com/jrxhs0w/yu2lufov8/tumblr_lub5rvx1wg1r63449o5_250.png"/>
- <meta name="image:sidebar6" content="http://static.tumblr.com/jrxhs0w/HPNlufov9/tumblr_lub5rvx1wg1r63449o6_250.png"/>
- <meta name="image:background" content=""/>
- <meta name="text:titulo" content="Mude no appearance" />
- <meta name="text:subtitulo" content="Mude no appearance" />
- <meta name="text:frase1" content="Mude no appearance" />
- <meta name="text:frase2" content="Mude no appearance" />
- <meta name="text:Link1" content="http://www.tumblr.com" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="http://www.tumblr.com" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="http://www.tumblr.com" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="http://www.tumblr.com" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="http://www.tumblr.com" />
- <meta name="text:Link5 Title" content="link5" />
- <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 {
- color:#252525;
- background-color: {color:background};
- background-image:url('{image:background}');
- color:{color:text};
- font-family: verdana;
- font-size: 11px;
- text-align: center;
- background-attachment: fixed;
- background-position: bottom right;
- line-height:110%;
- text-align:justify
- }
- a:link, a:active, a:visited {
- color: {color:links};
- text-decoration:none;
- }
- a:hover {
- color: #DDDDDD;
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- }
- .spic img{
- max-width: 150px;
- text-align:center;
- margin-top: 2px
- }
- #simag {
- margin-bottom:2px;
- margin-top:2px
- }
- .simage {
- float: left;
- padding: 0px;
- }
- .simage img {
- display: inline;
- margin-right:-3px;
- height:100px;
- width: auto;
- text-align:left;
- margin-bottom: 1px;
- }
- #sidebar {
- width:340px;
- height: 450px;
- margin-left:90px;
- margin-top:20px;
- position:fixed;
- overflow:hidden;
- background-color: {color:sidebar};
- border-left:0px solid;
- border-right:0px solid;
- padding:3px
- }
- #box1 {
- height:auto;
- background-color: {color:sidebar};
- margin-top: 2px;
- padding:4px;
- font-family: verdana;
- font-size:9px;}
- #box2 {
- height:auto;
- background-color: {color:sidebar};
- margin-top: 2px;
- padding:4px;
- font-family: verdana;
- font-size:9px;}
- #title {
- font-size: 20px;
- text-align: center;
- margin-left: 0px;
- text-transform: none;
- line-height:5px;
- padding:10px;
- font-family: georgia;
- color: (color:sidebartext);
- background-color: #ffffff;
- }
- #subtitle {
- margin-left: 0px;
- font-size: 9px;
- line-height:0px;
- text-align: center;
- text-transform: none;
- color: #9e9e9e;
- background-color: #ffffff;
- padding:0px;
- font-family: verdana;
- margin-top: -1px;
- }
- #subtitle {
- margin-left: 0px;
- font-size: 9px;
- line-height:15px;
- text-align: center;
- text-transform: lowercase;
- letter-spacing: 2px;
- }
- #sidelinks {
- position: fixed;
- float: left;
- margin-top: 13px;
- margin-left: 10px;
- width: 70px;
- text-align: justify;
- font-size: 9px;
- background-color: {color: background};
- color: #FFFFFF;
- font-family: verdana;
- padding: 10px;}
- .sidel {
- margin-top: 0px;
- text-align: center;
- }
- .sidel a {
- display: block;
- font-family: verdana;
- font-size: 9px;
- text-align: center;
- margin-bottom: 3px;
- height: 20px;
- width: 50px;
- background-color: {color:bgsidebarlinks};
- color:#FFFFFF;
- text-decoration: none;
- text-transform: lowercase;
- padding: 20px 5px 2px 5px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .sidel a:hover{
- text-align: right;
- letter-spacing: 3px;
- background-color: #FFFFFF;
- color:#000000;
- }
- .transp {opacity: 1}
- .transp2 {opacity: 0.7}
- .transp3 {opacity: 0.5}
- .transp4 {opacity: 0.3}
- .sidebarpages {
- margin: 120px 0 0 0;
- text-align: center;
- }
- .sidebarpages a {
- text-decoration: none;
- color: #000000
- }
- .sidebarpages a:hover {
- color:{color: #666666};
- background-color: transparent
- }
- #creditos {
- width: 340px;
- float: center;
- font-size: 9px;
- text-align: center;
- color:#252525;
- margin-top: 75px;
- margin-left: -3px;
- position: fixed;
- }
- #creditos a {color:#5F1F2B;}
- #frase1 {
- position: left;
- margin-left: 0px;
- top: 350px;
- width: 338px;
- height: 25px;
- background-color:{color:bgfrase1};
- text-align: center;
- position: fixed;
- }
- #frasea1 {
- color:#ffffff;
- width: 338px;
- margin-top: 5px;
- font-size: 9px;
- font-family: verdana;
- text-align: center;
- letter-spacing: 5px;
- margin-bottom: 5px;
- opacity: 0.8;
- }
- #frase2 {
- position: right;
- margin-left: 0px;
- top: 378px;
- width: 338px;
- height: 25px;
- background-color: {color:bgfrase2};
- text-align: center;
- position: fixed;
- }
- #frasea2 {
- color:#ffffff;
- width: 338px;
- margin-top: 5px;
- font-size: 9px;
- font-family: verdana;
- text-align: center;
- letter-spacing: 5px;
- margin-bottom: 5px;
- }
- #icon {
- text-align: center;
- width: 100px;
- display: block;
- padding: 8px;
- }
- #container {
- background-color:transparent;
- width: 465px;
- position: absolute;
- top: 0px;
- left: 481px;
- padding-bottom: 80px
- }
- #entries {margin: -5px 0 10px 0}
- #entry {
- width: 500px;
- background-color:{color:entry};
- text-align: justify;
- padding: 20px;
- margin: 0px 0 5px 0
- }
- .image{text-align: center; margin: 0 0 5px 0}
- .image img{border: 0px; margin: 0; padding: 0}
- #ask_form{width: 500px}
- .search_result{font-size: 12px; text-align: center}
- .source{display:none}
- h1{
- font-family: georgia;
- font-size:20px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- font-weight: normal;
- margin: 0 0 5px 0;
- text-align: center
- }
- h1 a{
- font-size:20px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- font-weight: normal;
- margin: 0 0 5px 0;
- text-decoration: none;
- text-align: center
- }
- .qqmarks{
- font-size: 80px;
- font-weight: bold;
- line-height: 80px;
- opacity: 0.2;
- filter:alpha (opacity=20)
- }
- .qquote{
- font-family: georgia;
- font-size: 20px;
- letter-spacing: -1px;
- line-height: 20px;
- text-transform: none;
- margin-top: -70px;
- margin-left: 45px
- }
- .qsource{
- margin: 5px 15px 0 0;
- text-align: right}
- .chat{
- line-height: 12px;
- list-style: none
- }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height: 20px;
- }
- .person1 {
- background-color: {color:link};
- color: {color:background}
- }
- .person1 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color: {color: text}
- }
- .person2 {
- background-color: {color:background};
- color: {color: text}
- }
- .person2 .label {
- font-weight: bold;
- padding: 0px;
- margin-left: 5px;
- color: {color: text}
- }
- .audioimage{
- float:left;
- text-align: center;
- margin: 0 10px 5px 0;
- width: 205px;
- border: 15px solid {color:background};
- }
- .audioimage img{
- max-width: 205px;
- height: auto;
- margin: 0 0 2px 0
- }
- .playcount {font-style: italic}
- .asker {
- width: 480px;
- background-color: {color:background};
- color:{color:text};
- padding: 10px
- }
- .asker img{
- float: left;
- margin: 0px 4px 2px 0
- }
- .asker a{
- font-size: 20px;
- color:{color:link};
- text-transform: lowercase;
- line-height: 27px;
- padding: 0; margin: 0;
- font-family: georgia;
- }
- .asker a:hover{
- font-size: 20px;
- color:{color:link};
- text-transform: lowercase;
- line-height:27px;
- padding: 0;
- margin: 0;
- font-family: georgia;
- }
- .answer {padding: 5px 0 0 0}
- #cap {
- padding: 2px 0 0 0;
- width: 500px;
- margin: 0 0 0 5px
- }
- .info {
- margin-top: 10px;
- border-left: 0px solid {color:sidebarlinks};
- padding: 5px;
- background-color: {color:background};
- text-align: center;
- font-size: 9px;
- font-family: verdana;
- text-transform: lowercase;
- }
- .info a {font-size: 9px;}
- .info2 {
- padding: 2px;
- border-bottom: 1px dotted {color:background};
- text-align: right;
- }
- .tags {
- color: {color:text};
- font-size: 9px;
- font-family: verdana;
- display: inline;
- list-style: none;
- text-transform: none;
- }
- .tags a {
- font-size: 9px;
- color: {color:text};
- display: inline;
- list-style: none;
- text-transform: none;
- }
- #nts {
- width: 500px;
- margin-left: 95px;
- padding: 10px;
- margin-top: 5px;
- font-size: 10px;
- text-align: left
- }
- #nts img{display: none; border:0px}
- #clear{
- clear: both;
- width: 50px;
- height: 0px;
- background-color: transparent
- }
- #prevnextlinks{
- text-align: center;
- width: 500px;
- background-color:{color:entry};
- padding: 7px 20px 7px 20px;
- margin: 0 0 2px 0;
- font-size: 10px
- }
- #notes {
- width: 500px;
- margin: 0px;
- margin-left: 0px;
- padding: 5px;
- text-align: left
- }
- ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
- ol.notes li {margin: 0px; padding: 2px;}
- #notes img{border:0px}
- #notes a{font-size: 10px}
- #tumblr_controls{position: fixed!important}
- ::-webkit-scrollbar{width:8px;height:8px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
- <script>
- var mensagem=" FRASE QUE VOCÊ QUISER PRA BLOCK O TECLADO";
- function bloqueio()
- {alert(mensagem);}
- document.onkeydown=bloqueio;
- </script>
- <script language="javascript">
- var mensagem="don't copy!";
- function clickIE() {if (document.all) {(mensagem);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- </script>
- <meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/>
- </head>
- <body>
- <div id="container">
- <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:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
- {block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
- {block:Photoset}{Photoset-500}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photoset}
- {block:Quote}
- <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
- {block:Source}<div class="qsource">{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="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {AudioPlayerWhite}
- <div class="playcount">{PlayCountWithLabel}</div>
- <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
- {block:Answer}
- <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
- <div class="answer">{Answer}</div>
- <br>
- {/block:Answer}
- <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 id="clear"></div>
- <div class="info">
- {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
- </div></div>
- {/block:Posts}
- {block:PostNotes}
- <div id="nts"><div id="ntstext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- </div>
- <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
- <div id="sidelinks"><div class="sidel">
- <div class="transp1"><div class="sidel">
- <a href="/">home</a></div></div>
- <div class="transp2"><div class="sidel">
- <a href="/ask">ask box</a></div></div>
- <div class="transp3"><div class="sidel">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}</div></div>
- <div class="transp4"><div class="sidel">
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}</div></div>
- <div class="transp3"><div class="sidel">
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}</div></div>
- <div class="transp2"><div class="sidel">
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}</div></div>
- <div class="transp1"><div class="sidel">
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}</div></div></div></div>
- <div id="sidebar">
- <div id="title">{block:iftitulo}{text:titulo}{/block:iftitulo}</div>
- <div id="subtitle">{block:ifsubtitulo}{text:subtitulo}{/block:ifsubtitulo}</div>
- <div id="box1">
- <pre><div style="border: 0px; solid rbg(000, 000, 000); margin-right: 1px; padding: 4px; margin-bottom: 1px; overflow: auto; height: 100; backgroud-color: rbg(000, 000, 000);"><div class="simage"><img src="{image:sidebar1}" width= "100px;"><img src="{image:sidebar2}" width= "100px;"><img src="{image:sidebar3}" width= "100px;"><img src="{image:sidebar4}" width= "100px;"><img src="{image:sidebar5}" width= "100px;"><img src="{image:sidebar6}" width= "100px;"></div></div></pre>
- </div>
- <div id="frase">{block:iffrase}{text:frase}{/block:iffrase}</div>
- <div style="border: 1px (230, 230, 250); overflow: auto; color: #000000; background-color: #FFFFFF; width: 329px; text-align: justify; font-family: verdana; height: 100px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%">{block:Description}{Description}{/block:Description} </div><div id="frase1">
- <div id="frasea1"><center>{block:iffrase1}{text:frase1}{/block:iffrase1}</center></div></div>
- <div id="frase2">
- <div id="frasea2"><center>{block:iffrase2}{text:frase2}{/block:iffrase2}</center></div></div>
- <div id="creditos">
- <pre><div style="; padding: 5px; overflow: auto; background-color: #E6E6E6; font-family: verdana; font-size:9px;"> theme por <a href="http://affectingyou.tumblr.com"><b>affectingyou</b></a>, inspirado em <a href="http://keepcal-m.tumblr.com"><b>keepcal-m</b></a>, links por <a href="http://im-mutable.tumblr.com"><b>im-mutable</b></div></div></pre>
- {block:Pagination}<div class="sidebarpages">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div> {/block:Pagination}
- </div>
- </div>
- </div></div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment