Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by icy-me0ws
- sidebar hover by DESESPERANCOSO
- links from birth-c0ntrol
- -->
- <head>
- <script type=”text/javascript”>
- // <![CDATA[
- var colour=”#dadada”;
- var sparkles=40;
- /****************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * DON’T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility=”hidden”;
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor=”transparent”;
- rats.style.visibility=”hidden”;
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top=”2px”;
- rlef.style.left=”0px”;
- rdow.style.top=”0px”;
- rdow.style.left=”2px”;
- document.body.appendChild(star[i]=rats);}
- set_width();
- sparkle();}}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+”px”;
- star[c].style.top=(stary[c]=y)+”px”;
- star[c].style.clip=”rect(0px, 5px, 5px, 0px)”;
- star[c].style.visibility=”visible”;
- starv[c]=50;
- break;}}
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);}
- setTimeout(“sparkle()”, 40);}
- function update_star(i) {
- if (—starv[i]==25) star[i].style.clip=”rect(1px, 4px, 4px, 1px)”;
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+”px”;
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+”px”;}
- else {
- star[i].style.visibility=”hidden”;
- starv[i]=0;
- return;}}
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+”px”;
- tiny[i].style.left=(tinyx[i]=starx[i])+”px”;
- tiny[i].style.width=”2px”;
- tiny[i].style.height=”2px”;
- star[i].style.visibility=”hidden”;
- tiny[i].style.visibility=”visible”}}
- function update_tiny(i) {
- if (—tinyv[i]==25) {
- tiny[i].style.width=”1px”;
- tiny[i].style.height=”1px”;}
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+”px”;
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+”px”;}
- else {
- tiny[i].style.visibility=”hidden”;
- tinyv[i]=0;
- return;}}
- else tiny[i].style.visibility=”hidden”;}
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;}
- function set_scroll() {
- if (typeof(self.pageYOffset)==”number”) {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;}
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;}
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;}
- else {
- sdown=0;
- sleft=0;}}
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)==”number”) {
- swide=self.innerWidth;
- shigh=self.innerHeight;}
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;}
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;}}
- function createDiv(height, width) {
- var div=document.createElement(“div”);
- div.style.position=”absolute”;
- div.style.height=height+”px”;
- div.style.width=width+”px”;
- div.style.overflow=”hidden”;
- div.style.backgroundColor=colour;
- return (div);}
- // ]]>
- </script>
- <link href='http://fonts.googleapis.com/css?family=Miniver|Give+You+Glory|Short+Stack|Loved+by+the+King|Coming+Soon|Raleway:100|Handlee|Indie+Flower' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' 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="#aaa"/>
- <meta name="color:text" content="#130C11"/>
- <meta name="color:title" content="#130C11"/>
- <meta name="color:hover" content="#130C11"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:shadow" content="#dadada"/>
- <meta name="color:blog title shadow" content="#dadada"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="if:show photo" content="0"/>
- <meta name="color:boxshadow" content="#ffffff"/>
- <meta name="text:sidebanner" content="one less"/>
- <meta name="text:sidebanner2" content="lonely girl"/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="idkkk" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="ello" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="yooo" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Title" content="myy" />
- <meta name="text:Link Five" content="" />
- <meta name="text:Link Five Title" content="nigga" />
- <meta name="color:Link One" content="#8dcfe0"/>
- <meta name="color:Link Two" content="#94d2c0"/>
- <meta name="color:Link Three" content="#9bd5a1"/>
- <meta name="color:Link Four" content="#a1d781"/>
- <meta name="color:Link Five" content="#a8da62"/>
- <meta name="if:quote 1" content="0"/>
- <meta name="if:quote 2" content="0"/>
- <meta name="text:quote" content="idc what you put here fill it up etc, this little quote box credit goes to s0pas though so i'm not stealing this idea ;o" />
- <style type="text/css">
- #biter
- #bite a {display:block}
- #bite .death {margin-top:85px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.6s ease-out;}
- #bite:hover .death {margin-top:-130px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.4s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
- {block:iffadedimages}img{
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.60;
- }
- img:hover{
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- }{/block:iffadedimages}
- iframe#tumblr_controls {right:3px !important; position: fixed !important;}
- body, a, a:hover {cursor: url(http://i56.tinypic.com/2589ppu.png), auto;} a, a:hover{cursor:url(http://i56.tinypic.com/2589ppu.png), progress;}
- 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;}
- ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 0ex; border: 1px solid #aaa; opacity: 0.6;}
- #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 {
- margin:0px;
- text-decoration: none;
- background-color: {color:background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- color: {color:Text};
- font-family: that one thing;
- font-size: 9px;
- }
- @font-face { font-family: "that one thing"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
- @font-face { font-family: "Arsenale White"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
- @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- div#content{
- padding: 4px;
- }
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration: none;
- -webkit-transition: color 0.2s ease-out;
- -moz-transition: color 0.2s ease-out;
- }
- a:hover{
- color:{color:Hover};
- text-decoration: underline;
- -webkit-transition: color 0.2s ease-out;
- -moz-transition: color 0.2s ease-out;
- text-shadow: {color:shadow} 5px 2px 2px;
- }
- .entry {
- float:left;
- padding: 1px;
- margin: 0px;
- border: 1px solid #aaa;
- {block:IndexPage}
- width: 250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- background-color: #EEEEEE;
- opacity: 1.0;
- font-color: #000000;
- -moz-box-shadow: 0 0 10px #000000;
- -webkit-box-shadow: 0 0 10px #000;
- box-shadow: 0 0 8px #000000;
- }
- .permalink{
- display: block;
- line-height: 13px;
- text-transform: none;
- font-family: littlefont;
- font-size: 8px;
- text-align:center;
- margin-top: 1px;
- background-color: #696969;
- opacity: 0.8;
- text-transform: uppercase;
- font-color: #000000;
- }
- .entry .perma{
- overflow: hidden;
- overflow-y:hidden;
- z-index:1000;
- opacity: 0;
- background-color: white;
- position: absolute;
- text-align:center;
- color: #fff;
- font-size:8px;
- font-family: pixel;
- text-transform:uppercase;
- height: 0px;
- width: 240px;
- padding: 5px 10px 5px 0px;
- -webkit-transition: all 0.2s ease;
- -moz-transition: all 0.2s ease;
- -o-transition: all 0.2s ease;
- font-color: #000000;
- background-color: #000000;
- }
- .entry:hover .perma{
- background-color: #000000;
- height: 10px;
- margin-top:0px;
- overflow:visible;
- -webkit-transition: all 0.2s linear; opacity: 0.8;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- @font-face{
- font-family: 'pixel';font-style: normal;font-weight: normal;src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
- @font-face {font-family:"handy00";src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');}
- #marshallmathers a{
- opacity: 0.6;
- color: black;
- position: fixed;
- background: {color:link one};
- display: inline-block;
- font-family: that one thing;
- font-size: 8px;
- text-align: center;
- text-transform: uppercase;
- line-height: 15px;
- height: 15px;
- width:30px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- margin: 34px 0px 0px -491px;
- border-top-left-radius:5px;
- }
- #marshallmathers a:hover {
- padding-top: 50px;
- opacity: 0.9;
- color:{color:Hover};
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #joshhutcherson a{
- opacity: 0.6;
- color: black;
- position: fixed;
- background: {color:link two};
- display: inline-block;
- font-family: that one thing;
- font-size: 8px;
- text-align: center;
- text-transform: uppercase;
- line-height: 15px;
- height: 15px;
- width: 31px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- margin: 34px 0px 0px -461px;
- }
- #joshhutcherson a:hover {
- padding-top: 50px;
- opacity: 0.9;
- color:{color:Hover};
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #liamhemsworth a{
- opacity: 0.6;
- color: black;
- position: fixed;
- background: {color:link three};
- display: inline-block;
- font-family: that one thing;
- font-size: 8px;
- text-align: center;
- text-transform: uppercase;
- line-height: 17px;
- height: 15px;
- width: 31px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- margin: 34px 0px 0px -430px;
- }
- #liamhemsworth a:hover {
- padding-top: 50px;
- opacity: 0.9;
- color:{color:Hover};
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #octaviaspencer a{
- opacity: 0.6;
- color: black;
- position: fixed;
- background: {color:link four};
- display: inline-block;
- font-family:that one thing;
- font-size: 8px;
- text-align: center;
- text-transform: uppercase;
- line-height: 15px;
- height: 15px;
- width: 32px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- margin: 34px 0px 0px -399px;
- }
- #octaviaspencer a:hover {
- padding-top: 50px;
- opacity: 0.9;
- color:{color:Hover};
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #ilikebigbuttsandicannotlie a{
- opacity: 0.6;
- color: black;
- position: fixed;
- background: {color:link five};
- display: inline-block;
- font-family: that one thing;
- font-size: 8px;
- text-align: center;
- text-transform: uppercase;
- line-height: 15px;
- height: 15px;
- width: 28px;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- margin: 34px 0px 0px -367px;
- border-top-right-radius:5px;
- }
- #ilikebigbuttsandicannotlie a:hover {
- padding-top: 50px;
- opacity: 0.9;
- color:{color:Hover};
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- .likep {
- display: inline;
- width: 40px;
- float: right;
- height: 20px;
- margin-left:10px;
- overflow: hidden;
- position: relative;
- z-index: 9999999;
- background-color: #000000;
- opacity: 1.0;
- border-top-right-radius:10px;
- border-bottom-left-radius:10px;
- }
- .likep a {
- background-position: 0px 0px;
- display: block;
- z-index: 9999999;
- background-color: #000000;
- opacity: 1.0;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- border-top-right-radius:40px;
- border-bottom-left-radius:40px;
- }
- .likep img {
- width: 21px;
- height: 20px;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- margin-left: 190px;
- }
- .rep img{
- width: 24px;
- height: 20px;
- line-height: 30px;
- display: inline;
- margin-left: -110px;
- background-color: #000000;
- opacity: 0.8;
- }
- @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- div#sidebar{
- position:fixed !important;
- width: 260px;
- height:auto;
- margin-top: 30px;
- margin-left: 550px;
- padding: 2px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color: transparent;
- }
- .sidebarpicture {
- image: url({image:sidebar});
- overflow: hidden;
- width: 260px;
- height: 160px;
- margin-right: 0px;
- border: 1px dashed #dadada;
- }
- #sidebarpic {
- width: 200px;
- height: 150px;
- }
- #sidebarpic .desc{
- height: 20px;
- font-size: 12px;
- font-family: give you glory;
- line-height: 24px;
- opacity: 0.3;
- background: white;
- text-align: center;
- width: 267px;
- position: absolute;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.6s linear;
- }
- #sidebarpic:hover .desc{
- opacity: .9;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.7s linear;
- transition: all 0.8s linear;
- }
- #posts {
- width:530px;
- margin-left:230px;
- background-color: {color:background};
- background-image:url({image:Background});
- {block:PermalinkPage}
- margin-left:0px;
- {/block:PermalinkPage}
- float:left;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- div#description{
- margin-top:-100px;
- margin-left: 196px;
- padding: 4px 3px 4px 2px;
- width: 150px;
- height: auto;
- background-color: {color:background};
- background-image:url({image:Background});
- position: fixed;
- text-align: left;
- }
- .title{
- font-family: arsenale white;
- font-size: 28px;
- line-height:14px;
- color: {color:Title};
- font-weight: normal;
- }
- div#blogtitle{
- position:fixed !important;
- font-size: 30px;
- padding: 2px;
- font-family: meow;
- line-height:9px;
- letter-spacing:0px;
- padding-bottom: 0px;
- background:transparent;
- margin-left: 15px;
- }
- .firstletter {
- color: #828282;
- font-family:meow;
- font-size:20px;
- line-height: 20px;
- width:160px;
- text-align: right;
- }
- .firstletter:first-letter {
- color: {color: first letter of title};
- font-size:35px;
- }
- div#sidequote{
- position:fixed !important;
- width: auto;
- height: auto;
- margin-top: 460px;
- margin-left: 0px;
- font-family: littlefont;
- text-transform: uppercase;
- font-size: 8px;
- letter-spacing: 10px;
- line-height: 40px;
- text-align: center;
- font-color: #fff;
- }
- div#sidequote2{
- position:fixed !important;
- width: auto;
- height: auto;
- margin-top: 480px;
- margin-left: -50px;
- background-color: transparent;
- font-family: dawning;
- font-size: 45px;
- line-height: 40px;
- text-align: center;
- text-shadow: 1px 1px 1px {color:blog title shadow}
- font-color: #fff;
- }
- #sidebarimage{margin-left: -500px; margin-top: 30px; width: 170px; float: center; background-color: {color:sidebar}; padding: 0px; height: auto;border-top-left-radius:5px;
- border-top-right-radius:5px;}
- .sidebarimg {height: 103px; text-align: left; margin: 5px; border: 1px dashed #dadada{color:border}; padding: 3px; background-color: {color:background}; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear;border-top-left-radius:5px;
- border-top-right-radius:5px;}
- .sidebarimg img{width: 152px; height: 103px; display: block; overflow: auto; margin-bottom: 3px;-moz-box-shadow: 0 0 10px #000000;
- -webkit-box-shadow: 0 0 10px #000000;
- box-shadow: 0 0 8px #000000;border-top-left-radius:5px;
- border-top-right-radius:5px;}
- #mpic {position: fixed; float: left; margin-top: 266px; margin-left: 384px;}.mpic img{border: 6px solid {color:sidebar}; height: 69px;}
- .mpic img:hover {border: 6px solid {color:picborder hover}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;width: 151px;border-top-left-radius:5px;
- border-top-right-radius:5px;}
- #ssidebarimage{margin-left: 252px; margin-top: 266px; width: 153px; float: left; background-color: {color:post}; padding: 5px; height: 71px;}
- .sdbarimg {padding: 3px; background-color: {color:description}; border: 1px dashed #dadada; {color:border}; width:px; height: 62px;border-top-left-radius:5px;
- border-top-right-radius:5px;}
- .sdbarimg img{max-width: 156px; height: 62px; display: inline; margin-right: 3px; border-top-left-radius:5px;
- border-top-right-radius:5px;}
- #sidebarsimbol { padding: 8px; position:fixed; margin-left:-500px; margin-top: 120px; width: 101px; font-size: 35px; height: 27px; overflow: hidden; text-align: center; font-family: dawning; line-height: 30px; color: {color:text}; position: fixed; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; float:left; z-index: 2; background-color: {color:sidebar}; text-shadow:{color:blog title shadow} 0px 1px 1px;}
- #sidebarsimbol:hover { color:transparent;height: 108px; width:145px; margin-top: 8px; position:fixed; background-color: {color:sidebar}; opacity: 0.8; z-index:1000; padding-top:8px;}
- #sidebardescription {padding: 7px; text-align: justify; font-size: 9px; font-family: verdana; color: {color:text}; line-height:11px; background-color:white; height:108px; width:145px; margin-top:8px; border: 1px dashed #aaa; }
- #sidebardescription a {color: {color:text}; font-weight:none;}
- #sidebardescription:hover {margin-top:8px; margin-left:0px; }
- #barrinha {position:fixed; margin-left: 44px; margin-top: 196px; width: 21px; font-size: 18px; height: 6px; overflow: hidden; text-align: center; background-color: white; font-family: verdana; line-height: 4px; color: transparent; position: fixed; padding: 8px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; float:left; opacity: 0.5;}
- @font-face {
- font-family: "dawning";
- src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
- }
- @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
- @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- {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,
- extraScrollPx: 700,
- 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">
- </span>
- </div>
- <div id="sidebar">
- <div id="marshallmathers">
- {block:IfLinkOneTitle}<a href="{text:Link One}">{text:Link One Title} </a>{/block:ifLinkOneTitle}</div>
- <div id="joshhutcherson">
- {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title}</a>{/block:ifLinkTwoTitle} </div>
- <div id="liamhemsworth">
- {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}</div>
- <div id="octaviaspencer">
- {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle} </div>
- <div id="ilikebigbuttsandicannotlie">
- {block:ifLinkFiveTitle}<a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle} </div>
- <div id="barrinha">.</div>
- <div id="sidebarsimbol">{title}
- <div id="sidebardescription">
- <center>{description}</center></div>
- </div>
- <div id="sidebarimage">
- <div class="sidebarimg">
- <img src="{image:sidebar}"/></div></div>
- </div>
- {block:ifquote1}<div id="sidequote"> {text:sidebanner} </div>{/block:ifquote1}
- {block:ifquote2}<div id="sidequote2"> {text:sidebanner2} </div>{/block:ifquote2}
- <div id="content">
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- {/block:IndexPage}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
- <div class="permadbdbgd">
- <span class="permavffv"><a href="{permalink}">
- <span class="permaffvfv"><a href="{permalink}">{timeago} // {NoteCountWithLabel}</a></div>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- <div class="permadf">
- <span class="permavfvfvd"><a href="{permalink}">
- <span class="permalinkvdcdc"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
- </a></a></span></div>
- {block:Link}
- {block:Photo}
- <div class="perma">
- <div class="permalink2">
- <a href="{permalink}">{timeago} // {NoteCount} notes</a> <a href="{ReblogURL}" target="_blank">//REBLOG</a>
- </div>
- </div>
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-240}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- <div class="perma">
- <span class="permalink"><a href="{permalink}">
- <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
- </a></a></span></div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- <div class="permafvvffvfd">
- <span class="permalinkvfv"><a href="{permalink}">
- <span class="permalinkvfvfvvf"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
- </a></a></span></div>
- {/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><div class="permavvfdx">
- <span class="permalinkfvvff"><a href="{permalink}">
- <span class="permalinkfvff"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
- </a></a></span></div>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- <div class="permadffv">
- <span class="permalink"><a href="{permalink}">
- <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
- </a></a></span></div>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- <div class="perma vvvc">
- <span class="permalink"><a href="{permalink}">
- <span class="permalink"><a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}
- </a></a></span></div>
- {block:Video}
- {block:PermalinkPage}
- <center>
- {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="position:fixed; bottom:10px; right:10px;">
- <div style="overflow:auto; color:#aaa; width: 90px; height: 50px; border: 1px solid #ddd; background-color:transparent; font-family: ronda; font-size: 8px; text-align: center;">{text:quote}</div>
- </div>
- </html>
- <div style="position:fixed; bottom:2px; left:2px;">
- <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement