Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme por 40kmdevoce | não copie ou estará fodido. -->
- <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=Cookie' rel='stylesheet' type='text/css'>
- <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>
- <head>
- <script type="text/javascript">
- function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
- </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;
- }
- }
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f5f5f5" />
- <meta name="color:link" content="" />
- <meta name="color:text" content="#000000" />
- <meta name="color:entry" content="" />
- <meta name="color:sidebar" content="" />
- <meta name="color:linksid" content="" />
- <meta name="color:blinks" content="" />
- <meta name="color:barra" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="text:Link1" content=" appearance" />
- <meta name="text:Link1 Title" content=" appearance" />
- <meta name="text:Link2" content="appearance" />
- <meta name="text:Link2 Title" content="appearance" />
- <meta name="text:Link3" content="appearance" />
- <meta name="text:Link3 Title" content="appearance" />
- <meta name="text:Link4" content="ap" />
- <meta name="text:Link4 Title" content="ap" />
- <meta name="text:Link5" content="ap" />
- <meta name="text:Link5 Title" content="ap" />
- <meta name="text:Link6" content="ap" />
- <meta name="text:Link6 Title" content="ap" />
- <meta name="text:Link7" content="ap" />
- <meta name="text:Link7 Title" content="ap" />
- <meta name="text:titulo" content="" />
- <html>
- <head>
- <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}
- </head>
- <style type="text/css">
- ::-webkit-scrollbar{width:4px;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: #fafafa; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px; border: 1px solid #b5b5b5;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000000;-webkit-border-radius:px;}
- body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size:15px; text-align:center; background-image:url(''); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:linkhover}; background-color:{color:post}; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote{border-left: 3px solid {color:text}; margin:5px 5px 2px 2px; padding-left:2px; border-bottom:0px;}
- /* navigation */
- #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}; padding: 0px;}
- #entries{float: left; margin-left: 470px; margin-top: 41px;}
- .posts {width: 500px; background-color: {color:entry}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-top: -4px;}
- 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:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; 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: 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}}
- .player {background-color: #000; text-align: left; display:block;}
- #ask_form{width: 500px; }
- /* asker */
- #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
- .answer {padding: 2px}
- .answer img {max-width: 470px;}
- #date {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
- #date a {font-size: 9px;}
- .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
- .tags a {font-size: 9px; color: verdana; 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}
- .page {font-family: georgia; position: fixed; margin-left: 200px; margin-top: 200px; font-size: 25px; z-index: 0;}
- .page a {color: {color:link}; margin-left: 0px; background-color: transparent;}
- .page a:hover {color:linkhover}
- .imagem {float: left; padding: 0px; position: fixed;}
- .imagem img {display: block; width:162px; margin-left: 224px; margin-top: 58px; height: 145px; text-align:center; margin-bottom: 0px; border: 2px solid {color:sidebar}; position: fixed;}
- #paginal {font-family: verdana; font-size: 8px; text-align: center;}
- #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
- #paginal a:hover {background: {color:background}; color: {color:link};}
- #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
- .ps {position: fixed; margin-left: 390px; padding: 5px; width: 69px; height: auto; top: 45px; background-color: {color:sidebar}; color: {color:text};}
- /* DESCRIÇÃO */
- .sdescri {text-align: center; height: auto; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; letter-spacing: -1px; position: fixed; margin-left: 224px; height: 132px; width: 233px; background-color: {color:sidebar}; color: #000; padding: 6px; margin-top: 63px; background-attachment: fixed; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
- .sdescri:hover {background-color: {color:sidebar}; -webkit-transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out;}
- .yourdescri {text-align: center; padding: 5px; font-family: verdana; margin-top: 12px; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; }
- #hoverrr {margin-top:0px; position:fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
- #hoverrr:hover {margin-top: 145px;}
- #frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width: 241px; height:16px; line-height: 15px; position: absolute; margin-left: 0px; font-family: georgia; margin-top: 208px; margin-left: 224px; text-transform: uppercase; position: fixed; padding: 2px; font-size: 14px;}
- /* barra */
- #barraone {margin-top: 12px; margin-left: 215px; position: fixed; color: {color:text}; width:2px; height: 175px; background-color: {color:barra};}
- #barratwo {margin-top:15px; margin-left: -15px; position: fixed; color: {color:text}; width:211px; height: 2px; background-color: {color:barra};}
- #barrathree {margin-top:33px; margin-left: 208px; position: fixed; color: {color:text}; width:2px; height: 180px; background-color: {color:barra};}
- #barrafour {margin-top:20px; margin-left: 223px; position: fixed; color: {color:text}; width:210px; height: 2px; background-color: {color:barra};}
- /* LINKS */
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #menu{left: 398px; top: 66px; width: 79px; float: left; background-color: {color:sidebar}; position: fixed; height: 149px;}
- #links {width: 100px; margin-left:2px; margin-top:2px; padding: 0px; text-align: center;}
- #links a {float: left; margin-right: 1px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 75px; background-color: {color:blinks}; color:{color:linksid}; text-decoration: none; text-transform: none; line-height: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- #credit {top: 45px; width: 155px; height: 10px; margin-left: 224px; padding: 5px; background-color:{color:sidebar}; color:{color:text}; text-align: center; position: fixed; font-family: verdana; font-size:10px;}
- </style>
- <body>
- <body onkeydown="return false">
- <div id="hoverrr">
- <div class="sdescri">{Description}</div>
- <div id="frase">{text:titulo}</div>
- </div>
- <div id="credit">
- theme by <a href="http://40kmdevoce.tumblr.com"><b>40kmdevoce</b>;<small> <a href="http://chasing69.tumblr.com/">+</a> <a href="http://umapequenapoeta.tumblr.com">+</a></small></div>
- <div id="menu">
- <div id="links">
- <a href="{text:Link1}">{text:Link1 Title}
- <a href="{text:Link2}">{text:Link2 Title}
- <a href="{text:Link3}">{text:Link3 Title}
- <a href="{text:Link4}">{text:Link4 Title}
- <a href="{text:Link5}">{text:Link5 Title}
- <a href="{text:Link6}">{text:Link6 Title}
- <a href="{text:Link7}">{text:Link7 Title}
- </a></div></div>
- <div id="barraone"><div id="barratwo"></div></div>
- <div id="barrathree"></div><div id="barrafour"></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 class="imagem"><img src="{image:sidebar}"></div>
- </div></div>
- <div id="entries">
- {block:Posts}
- <div class="posts">
- {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="oiqqtt">“{Quote}”</div>
- {block:Source}<div class="oiqqtts"> — {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-500}{/block:Video}
- {block:Answer}
- <div class="asker"> <b>{Asker} disse: </b>{Question}</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="date">
- {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<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} · <a href="{ReblogUrl}" target="_blank"><b>reblog this fuck!</b></a>{/block:IndexPage}
- {block:RebloggedFrom}<br>originally <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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment