Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <! - - - - - - - - - - - - - - - - - - - - - - - - - -
- theme feito por mim, psicoter
- - - - - - - - - - - - - - - - - - - - - - - - - - - !>
- <html><script>
- function click() {
- if (event.button==2||event.button==3) {
- oncontextmenu='return false';
- }
- }
- document.onmousedown=click
- document.oncontextmenu = new Function("return false;")
- </script>
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#b5b5b5" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:post" content="#fff" />
- <meta name="color:textside" content="#585757" />
- <meta name="color:bordaft" content="#777" />
- <meta name="text:Link1" content="Link1" />
- <meta name="text:Link1 Title" content="Text1" />
- <meta name="text:Link2" content="Link2" />
- <meta name="text:Link2 Title" content="Text2" />
- <meta name="text:Link3" content="Link3" />
- <meta name="text:Link3 Title" content="Text3" />
- <meta name="text:Link4" content="Link4" />
- <meta name="text:Link4 Title" content="Text4" />
- <meta name="text:frase" content="" />
- <meta name="color:linkhover" content="#b5b5b5" />
- <meta name="color:linkside" content="#000000" />
- <meta name="color:hoverlinks" content="#b5b5b5" />
- <meta name="image:sidebar" content=""/>
- <meta name="font:text" content="verdana" />
- <meta name="color:link" content="#000000" />
- <meta name="color:titulo" content="#1a1818" />
- <meta name="color:barraposts" content="#f0f0f0" />
- <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}
- <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>
- <style type="text/css">
- #vizinha {width:30px;position: fixed;font-style:bold; font-family:consolas; font-size:25px; line-height:10px; text-align:center; color:#e0dfdf; padding:5px;margin-top:1px;margin-left: -53px;border:0px solid ;padding: 0px;text-transform:uppercase;}
- iframe#tumblr_controls {white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.5;}
- #tumblrcontrols2 {position:fixed; top:50px; right:4px; z-index:999;}
- #tumblrcontrols2 a {opacity:2; white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.5;}
- body {background-color: {color:background}; background-image:url('{image:background}'); color: {color:text}; font:11px calibri; text-align: center;}
- a {color: {color:text}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:hover};}
- p {margin: 6px 0 0 0}
- blockquote {margin: 3px; 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: 3px solid {color:background}; }
- blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
- 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}
- #container {width: 935px; margin:50px auto: 50px auto;}
- #entry {float:left; margin-left:520px;margin-top:5px; }
- .posts {width: 400px; color:#88868; padding: 3px; text-align: justify; margin-bottom:-13px; position: relative; font-family:consolas; font-size:11px; border-bottom: 0px solid color:#ececec}
- h1 {font-family: consolas; font-size: 11px; line-height: 18px; text-align: left; font-weight: normal; color:#888686}
- h1 a {color: {color:text};}
- h1 a:hover {color: {color:lhover};}
- .image {text-align: center; border:0px;-webkit-filter: grayscale(50%);}
- .image img : {
- max-width: 400px; margin-bottom: -5px;
- }
- .quote {font-family:consolas;color:#88868 font-size: 11px; line-height: 15px; padding: 5px; text-align:justify; }
- .quotesource {text-align:center;font-size:12px;color:#88868 font-family:consolas; padding:5px; margin-top:-5px; text-transform: none; background-color: {color:post};}
- .chat ul {line-height: 11px; list-style: none; padding: 1px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: {color:background} ; text-align: left; display:block;}
- /** scordarti**/
- .question {
- background:#fff; font-family:consolas; font-size:10px; width:390px;padding:5px; text-align:left; text-transform:italic; color:#636161; margin-left:-3px; border:1px solid #ccc;line-height:110%;
- }
- .answer { font-family:consolas; font-size:10px;text-align:left;padding:6px;color:#636161;}
- .questionarrow {font-size:30px; color:#FFFFFF; vertical-align:middle; margin-left:-5px!important;}
- .asking {text-align:center; color:#000; font:9px trebuchet ms; text-transform:none;}
- .asking a{color:#000;}
- .asking img {width:58px; vertical-align:middle; background-color:; padding:3px;}
- .answer {color:#000;}
- .posts:hover #date{opacity:0.8;}
- #date {position:absolute; width:50px; text-align: left; font: 2px consolas; text-transform: lowercase; margin-left:55px; -webkit-transition-duration: 0.4s; opacity:0;}
- #date a {font-size: 11px; text-transform: lowercase;}
- .tags {position:absolute; width:80px; text-align:center; font: 10px consolas; font-style:none; text-transform: lowercase; margin-left:405px; -webkit-transition-duration: 0.2s; opacity:0;}
- .tags a {font-size: 10px; text-transform: lowercase;}
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- background-image: url();
- background-attachment: fixed;
- background-size:contain;
- background-position: left;
- padding: 20px;
- text-style: bold;
- border: 1px solid #f2f2f2;
- float: left;
- font-size: 10px;
- text-align:left;
- font-family: consolas;
- line-height:15px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
- img.btn_close {
- float: left;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;}
- .posts:hover #date {opacity:1;}
- #date{background-color: transparent; position:absolute; width:70px; text-align:left; font-size:2px; font-family:consolas; text-transform: lowercase; margin-left:402px; -webkit-transition-duration: 0.4s; opacity:0; -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;}
- #date a{text-transform:lowercase; color:{color:link}; }
- #date a:hover {color:{color:lhover};}
- #cap {width: 450px; margin-top: -6px;}
- .source {display: none;}
- .notes {width: 416px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 12px; text-align:center;}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- .posts:hover .tags{opacity:0.8;}
- .tags {position:absolute; width:150px; text-align:left; font: 11px consolas; font-style:italic; text-transform: lowercase; margin-left:535px; -webkit-transition-duration: 0.4s; opacity:0;}
- .tags a {font-size: 11px; text-transform: lowercase;}
- #sidebar {position:fixed; width: auto; padding: 3px; margin-left:400px; margin-top:100px; -webkit-transition-duration: 0.4s; background: #fff;}
- #fotosidebar {position:fixed; height:130px; width:130px;opacity: 1;-webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;border:0px solid #eee; }
- #fotosidebar{ margin-left: -39px; margin-top: -151px;opacity:0.7;}
- .imgs {margin-top:20px; margin-left:-42px; margin-bottom:-3px; padding:1px;border-left:0px solid {color:border}; border-right:0px solid {color:border}; border-bottom:0px solid {color:border}; border-top:0px solid {color:border};; height:auto; width:160px; -webkit-transition: all 1.2s ease-out; opacity:1.0;}
- .imgs img {display: inline; height:auto;width: 140px; height:140px;opacity:1.0;}
- .imgs img:hover {
- opacity:0.9;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out; }
- #links {position: fixed; background: #eee; height: 21; width: 132; margin-left:7px; margin-top:155px; padding: 3px; text-align: left; -webkit-transition-duration: 0.6s; border: 2 solid #eee; border-bottom: 4 solid #eee; font:9px cambria; letter-spacing: 1px; overflow: hidden}
- img {-webkit-filter: grayscale(40%);}
- </style>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <body onkeydown=”return false”>
- <a style="width:120px; font-size:9px; color:#000; font-family:consolas;position:fixed;font-style;bottom:30px;right:-20px;" href="http://psicoter.tumblr.com/" title="feito pelo paulo, nao copie crlh"><b>(c)</b></a></div></div>
- <div id="sidebar">
- <div class="imgs"><img src="{image:sidebar}"/></div>
- <div id="fotosidebar">
- <div id="links"><b>{text:frase} <big>✖ ✖</big></b>
- <a href="{text:Link1}"><font color=#555>{text:Link1 Title}</font></a>
- <a href="{text:Link2}"><font color=#555>{text:Link2 Title}</font></a>
- <a href="{text:Link3}"><font color=#555>{text:Link3 Title}</font></a>
- <a href="{text:Link4}"><font color=#555>{text:Link4 Title}</font></a>
- </div>
- </div>
- </DIV>
- </div>
- </div>
- </div>
- </div>
- <div class="autopagerize_page_element">
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <div id="entry">
- {block:Posts}
- <div class="posts">
- <div id="date">
- <a href="{Permalink}">{NoteCount}</a><br>
- <a href="{Permalink}">{TimeAgo}</a><br>
- {block:RebloggedFrom}
- <div class="tagtitle">
- <a href="{ReblogRootURL}">source</a><br> <a href="{ReblogParentURL}">via</a>
- </div>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div>
- {/block:IndexPage}
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource"> — {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-400}" width="400px;"/></center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}
- <div class="post chat">
- <div style="margin-bottom: 5px;">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- </div>
- {/block:Chat}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class=question><i>
- {Asker}:</i> {Question}</div><div class=”answer”>
- {Answer}</div>{/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>
- <br>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment