- <!--------
- THEME BY HIPOCRIT-A , NÃO COPIE, NÃO DISPONIBILIZE!
- THEME BY HIPOCRIT-A , NÃO COPIE, NÃO DISPONIBILIZE!
- THEME BY HIPOCRIT-A , NÃO COPIE, NÃO DISPONIBILIZE!
- THEME BY HIPOCRIT-A , NÃO COPIE, NÃO DISPONIBILIZE!
- HIPOCRIT-ATHEMES
- -------->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#FFF"/>
- <meta name="color:post" content="#F5F5F5"/>
- <meta name="color:text" content="#EEE"/>
- <meta name="color:link" content="#FFF"/>
- <meta name="color:sidebar" content="#000"/>
- <meta name="color:scroll" content="#777"/>
- <meta name="color:bglinks" content="#DDD"/>
- <meta name="color:links" content="#DDD"/>
- <meta name="color:title" content="#DDD"/>
- <meta name="color:coracaopost" content="#DDD"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content="/"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <title>{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
- <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
- <script>
- jQuery(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- singleMode: true,
- columnWidth: 308,
- itemSelector: '#space'
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#space',
- },
- function( newElements ){
- $(newElements).hide();
- setTimeout(function(){
- $wall.masonry({ appendedContent: $(newElements) });
- },2000);
- setTimeout(function(){
- $(newElements).fadeIn('slow');
- },2100);
- },1000);
- });
- </script>
- <script>
- $.fn.imagesLoaded = function(callback){
- var elems = this.find('img'),
- len = elems.length,
- _this = this;
- if ( !elems.length ) {
- callback.call( this );}
- elems.bind('load',function(){
- if (--len <= 0){
- callback.call( _this );}
- }).each(function(){
- // cached images don't fire load sometimes, so we reset src.
- if (this.complete || this.complete === undefined){
- var src = this.src;
- // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
- // data uri bypasses webkit log warning (thx doug jones)
- this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
- this.src = src;}
- });
- return this;};
- </script>
- {/block:Indexpage}
- <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}
- <link href='http://fonts.googleapis.com/css?family=Homenaje'rel='stylesheet' type='text/css'>
- <style type="text/css">
- body{margin:0px; background-color:{color:background}; background-image:url({image:Background});
- background-attachment: fixed; background-repeat: repeat; font-family: verdana; font-size: 09px; color:{color:Text};text-align: justify;}
- a:link, a:active, a:visited{color: {color:Link}; text-decoration: none; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out;}
- a:hover{color:{color:link hover}; text-decoration: none;}
- #posts{margin-left: 260px; margin-top:17px; width: 640px;height: auto;margin-bottom: 20px; }
- #space{float: left; width: 280px; padding: 3px; margin: -2px; background-color: {color:post};border-top:8px solid {color:post};border-left:8px solid {color:post};border-right:8px solid {color:post};border-bottom:8px solid {color:post};margin-bottom: 5px;}
- #space img{max-width:280px; border: 1px solid{color:background};padding: 2px;margin-left: -3px;}
- #space:hover .nothing {opacity:1.2; margin-top:0px; height: 13px; line-height: 10px;margin-top: 4px; }
- .permalink{display: block; font: normal 9px Helvetica, Arial, Sans Serif; text-align: right; text-transform: none; padding: 1px;}
- .permalink a{color:#999;}
- .title{font-family: georgia; font-size: 15px; line-height: 12px; color: {color:Title}; font-weight: normal;}
- h1 {font-family: georgia; text-align: center; font-size: 12px; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 12px; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 12px; color: {color:text}; font-weight: normal; line-height: 18px;}
- .xquote { text-align: justify; georgia; font-size: 11px; line-height: 15px; padding: 3px;margin-left: 02px; margin-bottom:3px; margin-top:-60px;}
- .xquotesource {text-align: right; text-transform: none; margin-bottom: 5px; font-size: 11px; font-weight: bold;}
- .xquotesource a, a:hover{text-transform: none;}
- #quote {position:relative; top:-17px; left:-3px; font-size:60px; opacity:0.3;}
- @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
- .video embed, .post div.video object {width:300px !important; height:200 !important;}
- blockquote{padding:0px 0px 2px 3px; margin:0px 0px 2px 1px; border-left: 1px solid {color:background};}
- {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
- {/block:ifFadedImages}
- {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
- {/block:ifInvertedFade}
- ::-webkit-scrollbar {width:10px;height:auto;background:transparent;}
- ::-webkit-scrollbar-corner {background:{color:scroll};}
- ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scroll};}
- ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:text links};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:text links}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:text links};}
- ::-webkit-scrollbar-thumb {background: {color:scroll}}
- ::-webkit-scrollbar-track-piece {background:transparent; border-top: 1pt solid {color:background}; border-bottom: 1pt solid {color:background}; width:4pt;}
- ::moz-selection {color:{color:title}; background:{color:text};}
- ::selection {color:{color:title}; background:{color:text};}
- @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
- .question1 {
- color:{color:text};
- font-size: 12px;
- font-family: cambria;
- text-align:left;
- font-weight: normal;
- line-height:95%;
- background:{color:background};
- position: relative;
- min-height:70px;
- padding:10px 15px;
- margin-bottom:2px;
- margin-right:-10px;}
- .questionarrow {
- font-size:30px;
- color:#ececec;
- vertical-align:middle;
- margin-left:-5px!important;}
- .asker {width:250px; text-align:right; text-transform:lowercase; color:{color:text};}
- .asker a {color:{color:text};}
- .asker img {float:left; margin-left:238px; vertical-align:top; margin-right:3px; max-height:15px;}
- .asking {text-align:center; color:{color:text}; font:9px calibri; text-transform:none;}
- .asking a{color:{color:text};}
- .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
- .question {color: ; text-align: center; background-color: #ff; margin-bottom: -10px; }
- #infu {text-align: center; font-size: 9px; font-family: calibri; text-transform: uppercase; z-index: 11; opacity:0.2; margin-top:12px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;color:{color:background};border-top:1px solid {background}}
- #infu a {font-size: 9px; text-transform:uppercase; color:#979797;}
- #infu {opacity:1}
- #fotoft {float: left; margin-top: 127px; margin-left: 97; position: fixed; padding: 0px; border: 3px solid {color:sidebar};width: 153px; height:199px;}
- #fotoft {margin-top: -2px; margin-bottom: 0px;opacity:8;}
- #fotoft img{width: 230px; margin-left: 0px; z-index: 1; opacity:0.7}
- #ftfoto {margin-top: 5px; margin-left:0px; margin-bottom: 0px;}
- #ftfoto img{width: 153px; height: 199px; margin-left: 0px;margin-top: -5px;}
- #ftfoto img:hover{ z-index: 1; opacity:0.8}
- #sidebar {margin-top: 221px ; margin-left:97px; position: fixed; background-color:{color:sidebar}; font-family: verdana; font-size:9px; width:155px; font-style: none; color: {color:text}; height:80px; line-height:130%; padding: 2px; text-align: center;
- ; }
- .sidebar {margin-top: 0px; margin-left:38px; position: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; background-color:#000; font-family: verdana; font-size:9px; width:80px; font-style: none; color: #666; height:84px; line-height:130%; padding: 3px; text-align: right; }
- #sdescri {color:{color:text}; background-color:transparent;
- ; font-size: 9px; font-family: verdana; margin-left: 98px; margin-top:230px; position: fixed; padding: 3px; height: 24px; width: 150; text-align: center; line-height: 12px; font-style: normal; z-index:900000;
- }
- #justin {width:161px; height: auto; float: left; margin-left:96px; margin-top:205px; padding: 0px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; background-color: transparent; position: fixed; opacity:1;
- }
- #justin:hover{opacity: 1;}
- .justin1 { margin-left: 0px; margin-top:0px;}
- .justin1 a {float: left; font-size:10px; font-family:'Homenaje'; text-align: center; height: 13px; margin-left:2px; width: 28px; background-color: {color:sidebar}; color:{color:links};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: uppercase; padding: 1px; line-height: 13px;
- }
- .justin1 a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; background-color:{color:sidebar}; color:{color:bglinks};}
- .justin { margin-left: 0px; margin-top:0px;}
- .justin a {float: left; font-size:10px; font-family:'Homenaje'; text-align: center; height: 13px; margin-left:2px; width: 34px; background-color: {color:bglinks}; color:{color:sidebar} ;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: uppercase; padding: 1px; line-height: 13px;}
- .justin a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;
- }
- #pagination {width:105px; margin:auto!important; font:10px consolas,monospace; color: {color:text}; text-align:center; padding-top:2px;}
- #pagination a {color: {color:text};}
- #pagination a:hover{color: {color:text};}
- .ps {position: fixed; margin-left:120px; margin-top: 310px;}
- @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- iframe#tumblr_controls {
- position: fixed !important;
- top: 0 !important;
- right: 0 !important;
- opacity: 1.0 !important;
- -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
- }
- iframe#tumblr_controls:hover {
- position: fixed !important;
- top: 0 !important;
- right: 0 !important;
- opacity: 1.0 !important;
- -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
- }
- </style>
- <script language='JavaScript'>
- //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
- function checartecla (evt)
- {if (evt.keyCode == '17')
- {alert("Comando Desativado")
- return false}
- return true}
- </script>
- <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
- <a style="font-size: 12px; font-family:calibri;position:fixed;bottom:7px;left:927px;" href="http://hipocrit-a.tumblr.com/" title="hipocrit-a"><b>THEME </b></a>
- <div id="fotoft"><div id="ftfoto">
- <img src="{image:sidebar}"/>
- </div></div>
- <div id="sidebar"><div></div></div>
- </div>
- </div></div></div></div>
- <div id="sdescri"> {description}</div>
- <div class="ps">{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" title="previous">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}" title="next">»</a>{/block:NextPage}</div>{/block:Pagination}</div>
- </div>
- <div id="justin">
- <div class="justin1">
- <a href="{text:link1}">{text:link1 title}</a>
- <a href="{text:link2}">{text:link2 title}</a>
- <a href="{text:link3}">{text:link3 title}</a>
- <a href="{text:link4}">{text:link4 title}</a>
- <a href="{text:link5}">{text:link5 title}</a>
- </div class> </div></div></div>
- <div id="posts">
- {block:Posts}
- <div id="space">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Text}
- {block:Answer}
- <table width="240px" cellspacing="0" cellpadding="0">
- <tr>
- <td width="100px" class="question1">{Question}</td>
- <td width="30px"><span class="questionarrow">◤</span></td>
- <td width="1px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
- </tr>
- </table>
- <div class="answer">{Answer}</div>
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Source}{/block:Answer}
- {block:Link}
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- <center><div style="padding-top: 10px; padding-bottom: 10px; background-color:{color:post};">{Photoset-250}</div></center>
- {/block:Photoset}
- {block:Quote}
- <div id="quote">❝</div><div class="xquote">{Quote}</div>
- {block:Source}<font style="color:{color:coracaopost}"><div class="xquotesource"> — {Source}</font></div>
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Source}
- {/block:Quote}
- {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>
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerGrey}</div>
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> <font style="color:{color:coracaopost}">+</font> <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} <font style="color:{color:coracaopost}">+</font> <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </center></div>
- </div>
- </body>
- </html>

