Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme 6 by n0ds
- do nor remove the credit, at least put it in your faq xoxo
- -->
- <!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=Amatic+SC' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="#ffffff"; // background colour
- var fgcolour="#69add0"; // foreground colour
- var speed=50; // speed of bubbling, lower is faster
- var shades=20; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <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="color:Scrollbar" content="#130C11"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="if:show photo" content="0"/>
- <meta name="if:Show Blog Title" content=""/>
- <meta name="if:no right click" content="1"/>
- <meta name="if:tiny scrollbar" content="1"/>
- <meta name="if:link 1" content="0"/>
- <meta name="if:link 2" content="0"/>
- <meta name="if:link 3" content="0"/>
- <meta name="if:link 4" content="0"/>
- <meta name="if:link 5" content="0"/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Title" content="" />
- <style type="text/css">
- @font-face {
- font-family: "kg luck of the irish";
- src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
- }
- {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
- <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: Short Stack;
- font-size: 11px;
- 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;
- }
- .entry {
- margin:2px;
- padding: 1px;
- float:left;
- background-color: white;
- font-family: Short Stack;
- font-size: 11px;
- line-height:10px;
- {block:IndexPage}
- width:340px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:550px;
- margin-left: 358px;
- {/block:PermalinkPage}
- }
- .entry #permalink {
- position: absolute;
- margin-top: 9px;
- margin-left: 500px;
- opacity: 0;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .entry:hover #permalink {
- margin-top: 9px;
- margin-left: 6px;
- opacity: 1;
- }
- .countreblog {
- letter-spacing:1px;
- font-family: short stack;
- font-size:9px;
- color: #fff;
- line-height:5px;
- margin: 2px;
- background: #000;
- background-repeat:repeat;
- border:1px solid rgba(0,0,0,0.1);
- padding:2px 5px;
- -webkit-border-radius:2px;
- moz-border-radius:2px;
- -o-border-radius:2px;
- border-radius:2px;
- }
- .countreblog a { color: #fff; }
- div#corner{
- position:fixed !important;
- width:auto;
- height:auto;
- margin-top:0px;
- margin-left:0px;
- padding:1px;
- padding-right:2px;
- background-color:{color:sidebar background};
- }
- div#sidebar{
- position:fixed !important;
- width: 230px;
- height:auto;
- margin-top:240px;
- margin-left: -160px;
- padding: 0px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color: transparent;
- }
- div#sidebar2{
- width: 223px;
- height:auto;
- position: fixed;
- text-align:center;
- margin-left:-187px;
- margin-top:-250px;
- z-index:100;
- color:{color:text};
- font-family: 'Short Stack', cursive;
- font-size: 8px;
- line-height:9px
- padding: 0px;
- background-color: ;
- }
- #nav
- {float:right;
- padding-right:7px;
- margin-top:290px;
- margin-right: 20px;
- letter-spacing:0px;
- color:white;
- text-transform: uppercase;
- }
- .button
- {text-align:right;
- margin-top:-15px;}
- .nav
- {background-color: {color:Button};
- color:{color:Link};
- border: 1px solid black;
- padding-left:10px;
- border 1px solid black;
- border-radius:10px;
- padding-right:10px;
- -webkit-transition: opacity 0.3s linear;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
- .nav:hover
- {background-color: ;
- padding-right:30px;
- color: transparent;}
- #posts {
- width: 800px;
- margin-left:120px;
- margin-top:2px;
- float:left;
- font-family: cambria;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .title{
- font-family: 'Amatic SC';
- font-size: 30px;
- line-height:28px;
- color: black;
- font-weight: normal;
- }
- div#goaway{
- font-family: "kg luck of the irish";
- font-size: 35px;
- line-height: 20px;
- text-shadow:0px 0px 10px {color:shadows};
- letter-spacing: 0px;
- font-weight: normal;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- }
- div#goaway:hover{
- font-size:20px;
- text-shadow:0px 0px 10px #ffffff;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- }
- @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
- {CustomCSS}
- </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}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="sidebar">
- <div id="sidebar2">
- <div id="nav">
- <br><a href="/"><div class="button"><span class="nav">home</span></div></a>
- <br>
- <br><a href="/ask"><div class="button"><span class="nav">ask</span></div></a>
- <br>
- {block:ifLinkOne}<br><a href="{text:Link One}"><div class="button"><span class="nav">{text:Link One Title}</span></div></a>
- <br>{/block:ifLinkOne}
- {block:ifLinkTwo}<br><a href="{text:Link Two}"><div class="button"><span class="nav">{text:Link Two Title}</span></div></a>
- <br>{/block:ifLinkTwo}
- {block:ifLinkThree}<br><a href="{text:Link Three}"><div class="button"><span class="nav">{text:Link Three Title}</span></div></a>
- <br>{/block:ifLinkThree}
- {block:ifLinkFour}<br><a href="{text:Link Four}"><div class="button"><span class="nav">{text:Link Four Title}</span></div></a>
- <br>{/block:ifLinkFour}
- <br><a href="http://n0ds.tumblr.com/"><div class="button"><span class="nav">theme</span></div></a>
- <br>
- </div>
- </div>
- <center><div id="goaway"><center><span id="bubble">{Title}
- </span></div>
- <center><br>{/block:ifshowblogtitle}{block:ifshowphoto}<center><a title="" href="/"><img src="{image:sidebar}" width=210px height=auto></a></center>{/block:ifshowphoto}
- <center><br>{Description}<p></center></div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- <div id="permalink">
- <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}
- {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
- <span class="entrytext">{Body}</span>
- <P ALIGN=Right><a href="{Permalink}">{notecountWithLabel}</a>
- {/block:Text}
- {block:Link}
- <div class="entry">
- <span class="post_title"><a href="{URL}">{Name} ↘</span></a>{block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}"" width="15" style="padding-right:8px;"/></a><a href="{ReblogURL}""/></a></div>{/block:IndexPage}
- <P ALIGN=Right><a href="{Permalink}">{notecountWithLabel}</a>
- </div>
- {block:Link}
- {block:Photo}
- <center>
- {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=340px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=550px/>{LinkCloseTag}{/block:PermalinkPage}</center>
- {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
- {/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>
- <P ALIGN=Right><a href="{Permalink}">{notecountWithLabel}</a>
- {/block:Chat}
- {block:Audio}
- <div style="width:400px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <P ALIGN=Right><a href="{Permalink}">{notecountWithLabel}</a>
- </span>{/block:IndexPage}
- {/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><div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:short stack;position:fixed;background-color: transparent;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://n0ds.tumblr.com/">ally</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment