- <!--
- theme by k4rla, please keep credit on your blog!
- -->
- <!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">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <meta name="color:Background" content="#EEEEEE"/>
- <meta name="color:Text" content="#130C11"/>
- <meta name="color:Hover" content="#130C11"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="if:show photo" content="0"/>
- <meta name="text:Custom Link One Title" content= >
- <meta name="text:Custom Link One" content="http://" />
- <meta name="text:Custom Link Two Title" content= >
- <meta name="text:Custom Link Two" content="http://" />
- <meta name="text:Custom Link Three Title" content= >
- <meta name="text:Custom Link Three" content="http://" />
- <meta name="text:Custom Link Four Title" content= >
- <meta name="text:Custom Link Four" content="http://" />
- <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
- <style type="text/css">
- a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #000000;
- height: 30px;}
- ::-webkit-scrollbar {
- height: 30px;
- width: 4px;
- background-color: #aaaaaa;}
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed of wobbling, lower is faster
- var height=3; // height of wobbling in pixels
- var alink="http://heyidc.tumblr.com"; // page to link text to (set to ="" for no link)
- /****************************
- * Wobbly Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
- {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
- <script type=”text/javascript”>
- //
- 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>
- {/block:Ifnorightclick}
- #tumblr_controls{
- position:fixed !important;
- }
- .wrapper{
- margin: 0px auto;
- width: 802px;
- }
- .header{
- float: left;
- width: 100%;
- }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .right{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: 'Happy Monkey', cursive;
- font-size: 10px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- color:{color:Hover};
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- text-shadow:0px 0px 1px #696969;
- }
- .links1{
- color: #000;
- float: left;
- font-family:codystar;
- margin-bottom: 4px;
- text-transform:uppercase;
- font-size: 11px;
- line-height: 9px;
- letter-spacing:2px;
- margin: 2px;
- background-color:{color:navigation};
- width: 88px;
- padding: 4px;
- text-align:center;
- }
- .links1:hover{
- background-color: {color:navigation hover};
- }
- .entry {
- margin:2px;
- padding: 1px;
- float:left;
- text-align: center;
- background-color: #ffffff;
- border: 5px solid transparent;
- font-family: 'Happy Monkey', cursive;
- font-size: 12px;
- line-height:10px;
- {block:IndexPage}
- width:340px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:550px;
- margin-left: 357x;
- {/block:PermalinkPage}
- }
- .entry .permalink{
- position: absolute;
- margin-top: 5px;
- margin-left: 250px;
- opacity: 0;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- .entry:hover .permalink{
- margin-top: 5px;
- margin-left: 5px;
- opacity: 1;
- }
- .countreblog {
- color: #000000;
- letter-spacing:1px;
- font-family: 'Happy Monkey', cursive;
- font-size:10px;
- line-height:14px;
- margin: 2px;
- background: #ffffff;
- background-repeat:repeat;
- border:1px solid rgba(0,0,0,0.1);
- padding:3px 5px;
- -webkit-border-radius:2;
- moz-border-radius:2px;
- -o-border-radius:2px;
- border-radius:2px;
- }
- div#sidebar{
- z-index:999999999999999;
- position:absolute !important;
- position:fixed !important;
- top:110px;
- right: 160px;
- width:225px;
- font-family: 'Happy Monkey', cursive;
- font-size: 12px;
- background-color:#ffffff;
- position:fixed !important;
- width:225px;
- height:auto;
- margin-top:110px;
- margin-left:140px;
- padding:2px;
- background-color:#ffffff;
- background-color:#ffffff;
- z-index:10;
- overflow:hidden;
- }
- div#sidebar:hover{
- -webkit-transition-duration: 1.5s;
- -moz-box-shadow: 0px 0px 15px #808080;
- -webkit-box-shadow: 0px 0px 15px #808080;
- box-shadow: 0px 0px 15px #808080;
- moz-border-radius: 15px 15px 15px 15px;
- border-radius:0px 15px 0px 50px;
- width:225px;
- }
- #links {
- letter-spacing:0px;
- font-family: 'Happy Monkey', cursive;
- font-size:11px;
- height:auto;height:auto;
- }
- #links a {
- display:relative;width:100px;letter-spacing:0px;height:auto;
- }
- #links .links2 {
- filter: alpha(opacity = 0);
- opacity:0;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;transition: all 1s ease-out;
- text-align:center;
- margin-left:-150px;
- position:relative;
- height:auto;
- }
- #links:hover .links2 {
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- filter: alpha(opacity = 80);
- filter: alpha(opacity = 100);
- opacity:100;
- margin-left:0;
- position:static; display:clear;
- text-align:center;height:auto;
- }
- .hi a:hover {
- background-color:; padding:0px; border-radius:0px;opacity:50;filter: alpha(opacity=50);height:auto;
- }
- #posts {
- width: 500px;
- margin-left:110px;
- padding-left: 4px;
- padding-right: -10px;
- padding-top:-10px;
- margin-top: 10px;
- float:left;
- font-family:'Happy Monkey', cursive;
- }
- div#bottombar a{
- color: #fff;
- }
- div#bottombar{
- width:340px;
- z-index:1;
- position:fixed !important;
- text-align:center;
- bottom:-4px;
- height:auto;
- line-height: 13px;
- background-color:black;
- color: white;
- font-family: Happy Monkey;
- font-size: 12px;
- padding-top: 6px;
- padding-bottom: -4px;
- padding-left:8px;
- padding-right:8px;
- margin-left:112px;
- opacity: 0.8;
- border-top-left-radius:20px;
- border-top-right-radius:20px;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- transition: all 0.7s linear;
- }
- .title{
- font-family:'Happy Monkey', cursive;
- font-size: 14px;
- line-height:11px;
- color: black;
- font-weight: normal;
- }
- div#wobble{
- font-size:30px;
- text-align: center;
- line-height:50px;
- font-family:codystar;
- color:{color:text};
- text-transform:uppercase;
- }
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p></center>
- </div></div></div>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div class="wrapper">
- <div class="header">
- <div id="bottombar">
- {description}
- </center></a></div>
- </div>
- <div id="sidebar">
- <center>
- {block:ifshowphoto}<center><a title="" href="/"><img src="{image:sidebar}" width=225px height=auto></a></center>{/block:ifshowphoto}
- <center>
- <div id="bite">
- <a href="/"><div id="wobble">{title}</div></a>
- <div class="death">
- <div align="center">
- <center><a href="/ask" class="links1">message</a>
- {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="links1">{text:Custom Link One Title}</a> {/block:ifCustomLinkOneTitle}
- {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="links1">{text:Custom Link Two Title}</a> {/block:ifCustomLinkTwoTitle}
- {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="links1">{text:Custom Link Three Title}</a> {/block:ifCustomLinkThreeTitle}
- {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="links1">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}
- <center><a href="http://okusuck.tumblr.com" class="links1">theme</a>
- </div>
- </div>
- </div>
- </center></div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- <div class="permalink">
- <span class=""><a href="" target="_blank"></a></span>
- <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span>
- <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span> </div>
- {/block:IndexPage}
- {block:Text}
- <div style="padding-top:10px; padding-bottom:0px; padding-left:10px; padding-right:10px;">
- {block:Title}
- <a href="{permalink}"><span class="title">{Title}</span></a>
- {/block:Title}
- <span class="entrytext" style="line-height:12px;">{Body}</span>
- <a href="{Permalink}"></a></div>
- {block:IndexPage}
- {/block:Date}{/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="340"/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550"/></a>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-340}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-550}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:340px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-340}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-550}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- <center>
- <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"> →</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">← </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- </body>
- <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://okusuck.tumblr.com">okusuck</a></div>
- </html>