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 por what-whatever, nao copie esta bosta seu efedepê!!!!!!!!! -->
- <html xmlns="http://www.wd3.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>
- <head> <!-- DEFAULT VARIABLES -->
- <meta name="font:body" content="verdana" />
- <meta name="font:body2" content="verdana" />
- <meta name="font:title" content="georgia" />
- <meta name="color:background" content="#EBEBEB" />
- <meta name="color:background2" content="#000000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:entry" content="#FFFFFF" />
- <meta name="color:linkbackground" content="#000000" />
- <meta name="color:quote" content="#6D6D6D" />
- <meta name="color:link" content="#000000" />
- <meta name="color:linkhover" content="#949494" />
- <meta name="color:boxborder" content="#949494" />
- <meta name="color:boxtext" content="#000000" />
- <meta name="color:boxbackground" content="#EBEBEB" />
- <meta name="color:scroll" content="#6D6D6D" />
- <meta name="color:scrollbackground" content="#FFFFFF" />
- <meta name="if:Show tags" content="1"/>
- <meta name="if:Show Search" content="0"/>
- <meta name="if:Enable endless scrolling" content="0"/>
- <meta name="if:Show Pages" content="1"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:title" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type="text/css">
- body {background-color:{color:background}; color:{color:text};
- 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:link, a:active, a:visited{color: {color:link}; text-decoration:none; font-size:11px}
- a:hover{color:{color:linkhover};}
- p{margin-top: 1px}
- blockquote{margin-left:5px; margin-right: 0px; border-left: 3px solid {color:quote}; padding-left:5px; margin-top: 4px; background-color:{color:background}; padding: 2px;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scroll};
- height: 50px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scroll};
- height: 10px;
- }
- ::-webkit-scrollbar {
- height: 2px;
- width: 2px;
- background-color: {color:scrollbackground};
- }
- #content{width: 725px; text-align: center; margin: 25px auto 0 auto; padding-bottom: 140px; background-color: transparent; color:{color:text}; padding: 0px;}
- #entries{float: right; background-color: transparent; text-align: center; margin-right: 20px;}
- .post{width: 500px; padding: 7px; text-align: justify; background-color:{color:entry}; margin-bottom: 1px; line-height: auto;}
- .post img{margin: 2px 0 2px 0}
- h1 {font-family:{font:title}; font-size: 22px; letter-spacing: -1px; text-transform: none; line-height: 18px; text-align:center; font-style: none; font-weight: normal; margin-top: 3px; margin-bottom: 10px}
- h1 a{font-size: 22px; letter-spacing: -1px; text-transform: none; line-height: 18px; text-align:center; margin-top: 3px; margin-bottom: 10px}
- .image img{text-align: center; height: auto; margin-bottom: 2px; border: 0px}
- .qqmarks{font-size: 77px; font-family: {font:title}; font-weight: bold; line-height: 80px; color:{color:quote}}
- h2{font-size: 10px; display: block; width: 277px; color:{color:text}; background-color: {color:quote}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: none; text-decoration: none; font-weight: normal}
- .link {font-family:{font:title}; font-size: 22px; letter-spacing: -1px; text-transform: none; line-height: 18px; text-align:center; font-style: none; font-weight: normal; margin-top: 3px; margin-bottom: 10px}
- .link a{font-size: 22px; letter-spacing: -1px; text-transform: none; line-height: 18px; text-align:center; margin-top: 3px; margin-bottom: 7px}
- .qquote{font-family:{font:title}; font-size: 22px; letter-spacing: 0px; line-height: 24px; text-transform: none; margin-top: -70px; text-indent: 45px; font-style: none}
- .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
- .chat{line-height: 12px; list-style: none }
- .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
- .person1 {color: {color:text}; background-color: {color:background};}
- .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: left; margin-bottom: 0px; width: 100%; background-color: {color:entry}}
- .iaudio img{max-width: 100px; height: auto; padding: 0 20px 0 20px; display:inline;}
- .icap{margin-top: 1px}
- .source{display:none}
- .asker {font-size: 11px; background-color: transparent; color:{color:text} ; text-transform: none; line-height: 10px;}
- .asker a{color:{color:text};}
- .asker a:hover{color:{color:linkhover}; }
- .q {padding:10px; font-style: italic; text-indent: 20px}
- .a {padding-top: 3px}
- .cap {padding-top: 5px; width: 500px;}
- .xquote {font-family: {font:title}; text-align: center; font-size: 13px; line-height: 15px; padding: 4px; padding-top: 13px;}
- .xquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
- .xquotesource a, a:hover{text-transform: none;}
- .info{margin: 0px 20px 0 0; font-family: {font:body2};}
- .tags{font-size: 9px; display: inline; {font:body2}; text-transform: lowercase;}
- .tags a{font-size: 9px; text-transform: lowercase;}
- .origin{font-size: 9px; font-family: {font:body2}; }
- .origin a{font-size: 9px;}
- .ibottom{font-size: 9px; font-family: {font:body2}; text-transform: lowercase;}
- .ibottom a{font-size: 9px; text-transform: lowercase;}
- .date{font-size: 9px; font-family: {font:body2}; }
- .permalink{float:left; text-transform: none; font-size: 9px; font-family: {font:body2}; }
- .permalink a{font-size: 9px;}
- #notes {width: 500px; padding: 5px; margin: 0px; font-size: 10px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0; padding: 0px}
- ol.notes li {margin: 0px; padding: 2px;}
- #notes img{border:0px}
- #left{
- position:fixed;
- top:426px;
- left:349px;
- z-index:500;
- }
- #sidebar{
- text-align:center;
- position:relative;
- width:150px;
- height: 230px;
- overflow:hidden;
- z-index:100;
- border: 5px solid {color:entry};
- }
- #simg{
- width:150px;
- height: 230px;
- position:absolute;
- top:0px;
- left:0px;
- z-index: 1000;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #simg img{
- width:150px;
- height: 230px;
- -moz-user-select: none;
- -webkit-user-select: none;
- /* this will work for QtWebKit in future */
- -webkit-user-drag: none;
- }
- #sidebar:hover #simg{
- margin-top:230px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- .stext{
- text-align:center;
- width: 100%;
- height: 100%;
- color:{color:text};
- background-color:{color:entry};
- top: 0px;
- font-family: verdana;
- font-size:9px;
- border-top: 2px solid {color:background}
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #sidebar:hover .stext{
- margin-left:0px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #title{
- font-family: verdana;
- font-size:18px;
- color:{color:text};
- padding: 80px 15px 5px 15px;
- line-height:105%;
- text-align:center;
- }
- .links {position: absolute; width: 150px; margin-left:0px; margin-top:0px; padding: 0px; text-align: center;}
- .links a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-right: 1px; margin-bottom:1px; width: 75px; background-color: {color:background}; color:{color:links}; text-decoration: none; text-transform: none; line-height: 24px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links a:hover{text-align: center; background-color: {color:linkbackground}; color:{color:linkhover}; font-weight: bold;}
- .linkes {position: absolute; width: 150px; margin-left:76px; margin-top:0px; padding: 0px; text-align: center;}
- .linkes a {float: left; display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-right: 1px; margin-bottom:1px; width: 75px; background-color: {color:background}; color:{color:links}; text-decoration: none; text-transform: none; line-height: 24px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .linkes a:hover{text-align: center; background-color: {color:linkbackground}; color:{color:linkhover}; font-weight: bold;}
- .sdbaronpage{position: fixed; font-family: verdana; background-color: {color:entry}; color: {color:text}; font-size: 20px; text-align: center; width: 141px; margin-left: 368px; margin-top: 621px; z-index: 2500; height: 20px; position: fixed;}
- .sdbaronpage a{font-family: verdana; font-size: 20px; color: {color:text}; z-index: 2000;}
- .ashley{font-size: 8px; font-family: georgia; position: fixed; margin-left: 349px; width: 100px; background-color: {color:entry}; padding:5px; margin-top: 621px; background-attachment: fixed; background-image:url(''); height: 10px; text-transform: lowercase; z-index: 2500;}
- .victoria {text-align: left; font-family: georgia; font-size: 8px; color: ; letter-spacing: 0px; text-transform: lowercase;}
- /*** Paginação by madlyluv.com ***/
- #paginacaoml {font-size: 8px; font-family: {font:body2}; line-height: 16px; margin-top: 2px; border-left: 2px solid {color:background};}
- #paginacaoml a {font-size: 8px; font-family: {font:body2}; background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
- #paginacaoml a:hover {font-size: 8px; font-family: {font:body2}; background: transparent; border: none;}
- #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none; font-weight: bold;}
- #paginacaoml span.info {background: {color:entry}; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
- #clear{width: 500px; height: 30px}
- #tumblr_controls{position: fixed!important}
- {CustomCSS}
- </style></head>
- <body onkeydown="return false">
- <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="xquote">“{Quote}”</div>
- {block:Source}<div class="xquotesource"> — {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="link"><a href="{URL}" {Target}>{Name}</a></div>
- {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"></div> {AudioPlayerBlack}
- <br>
- <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div class="asker"><b>{Asker}</b> asked: <i>{Question}</i></div>
- <br>
- <div class="a">{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 class="info">
- <div class="origin">{block:RebloggedFrom} via <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> · originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}</div></div>
- <div class="ibottom">{block:Date}<span class="date"><a href="{Permalink}">{TimeAgo} </a>· {DayOfMonthWithZero}/{MonthNumberWithZero}/{Year}</span>{/block:Date}
- · <a href="{ReblogURL}" target="_blank">reblog</a>{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}</span>{/block:NoteCount} </div>
- {block:IfShowTags}{block:HasTags}<div class="ibottom"> {block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div>
- {/block:Posts}
- {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
- {block:PostNotes}
- <div id="notes"><div id="notestext">{PostNotes}</div></div>
- {/block:PostNotes}
- </div>
- <div id="left">
- <div id="sidebar">
- <div id="simg"><img src="{image:sidebar}"></div>
- <div class="stext">
- <div class="links">
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a></div>
- <div class="linkes">
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link6}">{text:Link6 Title}</a></div>
- <div id="title">{text:title}</div>
- <div class="desc">{Description}</div>
- <div class="sdbaronpage"><div id="paginacaoml">{block:JumpPagination length="5"}
- {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></div></div></div></div>
- </div>
- <div class="ashley">
- <div class="victoria">
- <a href="http://what-whatever.tumblr.com/"> ©</a></div></div>
- <div class="sdbaronpage"><div id="paginacaoml">{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>
- </div></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment