- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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>
- <script language="javascript">
- 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>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="font:text" content="georgia" />
- <meta name="font:title" content="georgia" />
- <meta name="color:background" content="#f1f1f1" />
- <meta name="color:link" content="#000000" />
- <meta name="color:linkhover" content="#000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:post" content="#ffffff" />
- <meta name="color:sidebar" content="#000" />
- <meta name="color:sidebartext" content="#ffffff" />
- <meta name="color:borda" content="#000" />
- <meta name="color:bg link" content="#000" />
- <meta name="color:entry" content="#ffffff" />
- <meta name="color:text link" content="#ffffff" />
- <meta name="color:borda" content="#000" />
- <meta name="color:bgps" content="#000" />
- <meta name="color:textt" content="#ffffff" />
- <meta name="image:sidebar" content="http://static.tumblr.com/swv7fmc/eJCm51wo6/tumblr_lo1dvsqpj11qmn3kvo1_400.jpg"/>
- <meta name="text:btitulo" content="um titulo aqui pra ficar legal." />
- <meta name="image:background" content=""/>
- <meta name="text:frase" content="uma frase aqui e tal" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="1st page" />
- <meta name="text:Link2" content="/ask" />
- <meta name="text:Link2 Title" content="ask me" />
- <meta name="text:Link3" content="/submit" />
- <meta name="text:Link3 Title" content="submit a post" />
- <meta name="text:Link4" content="#" />
- <meta name="text:Link4 Title" content="coloque os" />
- <meta name="text:Link5" content="#" />
- <meta name="text:Link5 Title" content="oito links" />
- <meta name="text:Link6" content="#" />
- <meta name="text:Link6 Title" content="se quiser k" />
- <meta name="text:Link7" content="#" />
- <meta name="text:Link7 Title" content="mais links aqui" />
- <meta name="text:Link8" content="#" />
- <meta name="text:Link8 Title" content="mais links aqui" />
- <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}
- {block:IfEnableEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfEnableEndlessScrolling}
- <style type="text/css">
- body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; margin-bottom: 12px;}
- a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
- a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
- p {margin: 6px 0 0 0}
- blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
- blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
- blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
- 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}
- #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
- .posts {width: 500px; background-color: {color:post}; padding: 8px; text-align: justify; font-family: verdana; font-size: 11px; font-size: 9px; border-top: 1px solid {color:background};}
- #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
- #entries {margin-top: 20px; margin-left: 470px;}
- #top {margin-top: 200px;}
- h1 {font-family: georgia; text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
- h1 a {text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
- h1 a:hover {text-align: center; font-size: 13px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 16px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .quote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .quotesource 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:link}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
- .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
- .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
- .source{display:none}
- #questions {background-color: {color:post}; color: {color:text}; padding:10px; margin-bottom:0px; font-family: verdana; font-size: 9px; font-style:normal; border-bottom: 2px solid {color:text};}
- #questions a {color: {color:text};}
- #questions a:hover {color: {color:text};}
- #cap {width: 500px; margin-top: -2px; margin-bottom: 12px;}
- #sookie {margin-left: -97px; color: text; background-color: transparent; color: {color:text}; font-size: 18px; text-transform: lowercase; font-family: georgia; position: fixed; width: 90px; padding: 3px; text-align: right; margin-top: 0px;}
- #oidata {text-align: center; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; padding-right: 9px; padding-left: 9px; padding-top: 6px; width: 500px; margin-left: -8px; text-transform: lowercase; border-top: 1px solid {color:sidebar};}
- #oidata a {font-size: 9px; font-family: verdana; text-transform: lowercase;}
- .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: normal;}
- .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: normal;}
- #nts {width: 500px; font-family: verdana; color: text; margin-left: 470px; background-color: {color:sidebar}; padding: 10px; margin-top: -11px; font-size: 9px; text-align: left; }
- #nts img{display: none; border:0px}
- #aria {position: fixed; margin-left: 199px; width: 240px; height: 89px; background-color: {color:sidebar}; margin-top: 0px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- #sidebar {position:fixed; left:215px; top:58px; width:261px; background-color:{color:sidebar}; color:{color:sidebartext}; border-right:1px solid {color:bg}; z-index:20; border-right:1px solid {color:bg}; border-left:1px solid {color:bg};}
- .frase {padding:3px; font-size:11px; font-family:georgia; text-align:center; border-bottom:1px solid {color:bg}; font-style:italic; height:13px; overflow:hidden;}
- .slideShowContainer {margin-top: 0px; margin-left: 0px; width: 251px; height: 350px; padding: 5px; background-color: {color:sidebar}; position: fixed; overflow: hidden;}
- .slideShow2 {display: block;}
- .slideShow2 img{width: 243px; height: 343px; border: 0px solid {color:background}; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out;}
- .slideShow2 img:hover {opacity: 0.9; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out;}
- #delicia {margin-top: 189px; margin-left: 136px; position:fixed; width: 20px; z-index:80}
- #delicia a{font-size: 8px; color: #fff ; background-color: #000; padding:2px 2px 2px 15px; display:block; margin-bottom: 1px; width: 55px; height:11px; text-align: right; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 6px; font-family: tinytots;text-transform: uppercase;z-index: 89898}
- #delicia a:hover{color: #fff; background-color: #000; letter-spacing: 0px; margin-left: -12px; }
- #titled {margin-left: 470px; margin-top:-21px; width:516px; font-size: 14px; height:23px;padding: 0px;text-align: center; font-family: consolas; line-height: 160%;background-color:#000000;color: #fff; position:fixed; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;z-index:20}
- #titled:hover{}
- #uiui{float: left; position: fixed; margin-top:416px; text-align: center; margin-left:205px;position:fixed; width:267px; height:26px; line-height: 9px; font-family: tinytots; text-transform: uppercase; z-index:1; background-color:#fff}
- #uiui a{float: left; margin-left:3px; margin-right:0px; margin-top:3px; letter-spacing: px; font-family:tinytots; font-size: 8px; text-align: center; text-align: center; margin-bottom: 0px; width:56px; background-color: #000; color:#fff; text-decoration: none; text-transform: lowercase; line-height: 0px; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; padding: 10px 10px ; font-family: tinytots;text-transform: uppercase;-webkit-border-radius: 00px 0px 0px 0px;}
- #uiui a:hover{letter-spacing: 2px;font-family: tinytots;text-transform: uppercase;background-color: #fff; color:#000;}
- #uiui2 a{background-color: #fff; color:#000;width:83px}
- #uiui3 a{background-color: #000; color:#fff;width:56px}
- #uiui3 a:hover{background-color: #fff; color:#000; width:56px}
- #textv {width:255px; height: auto; margin-left:-5px; margin-top:-43px; position:fixed; overflow:hidden; background-color: #000000; color: #ffffff; font-family: tahoma; font-size:10px; border-left:0px solid; border-right:0px solid; padding:3px;-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
- #textv:hover {color: #AAAAAA;
- -moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-o-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg)}
- /* page */
- #paginal {font-family: verdana; font-size: 9px; text-align: center;}
- #paginal a {background: {color:bgps}; margin: 0 1px 0 0; padding: 2px 3px; color: {color:textt}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
- #paginal a:hover {background: {color:borda}; color: {color:textt};}
- #paginal span.pagina_atual {background: {color:borda}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:textt}; font-weight: bold; text-decoration: none;}
- .ps {position: fixed; padding: 4px; width: 15px; height: 75px; line-height: 20px; top: 350px; margin-left: 186px; color: {color:text};}
- ::-webkit-scrollbar{width:7px;height:6px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:{color:sidebar}; -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:text};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:text};-webkit-border-radius:px;}
- .search {letter-spacing: 3px; text-transform: uppercase;}
- .search input{font-family: {font:text}; border: none; background-color: {color:sidebarlinks}; color: {color:text}; text-transform: uppercase; font-size: 9px; text-align: center; padding: 3px; width: 210px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- </style>
- <body onkeydown="return false">
- <div id="sidebar">
- <div class="frase">
- {text:btitulo}
- </div>
- <div class="slideShowContainer">
- <div class="slideShow2">
- <img src="{image:sidebar}"/>
- <div id="textv">{description}</div>
- </div></div></div></div>
- <div id="delicia">
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- </div></div></div></div></div></div>
- <div id="uiui">
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- <div id="uiui2">
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
- <div id="uiui3">
- {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}</div></div></div>
- </div></div>
- <div id="titled">{text:frase}</div></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>
- </body>
- <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="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource"> — {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}
- <br>
- <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}<div id="questions"><b>{Asker}</b> said: "{Question}"</div>
- {Answer}{/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>
- <div id="oidata">
- <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} - <a href="{ReblogUrl}" target="_blank">reblog this <b>fuck!</b></a>{/block:IndexPage} {block:RebloggedFrom}- via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} (© <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>) {/block:RebloggedFrom}<br>
- {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}</div>
- </div>
- </div>{/block:Date}
- {/block:Posts}
- </ br>
- <br clear="all" /></div></div>
- {/block:Posts}
- {block:PostNotes}
- <div id="nts"><div id="ntstext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>

