Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by biebinator originally by s0pas <3
- -->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#000000"/>
- <meta name="color:text" content="#ddd"/>
- <meta name="color:title" content="#ddd"/>
- <meta name="color:blog title" content="#ddd"/>
- <meta name="color:link" content="#ddd"/>
- <meta name="color:hover" content="#fa73a2"/>
- <meta name="image:sidebar" content="http://static.tumblr.com/macm0tr/FDBm6tsj3/tumblr_m6tqkqkq6k1qg2kiro1_500.jpg"/>
- <meta name="image:sidebar2" content="http://static.tumblr.com/macm0tr/FDBm6tsj3/tumblr_m6tqkqkq6k1qg2kiro1_500.jpg"/>
- <meta name="image:sidebar3" content="http://static.tumblr.com/macm0tr/eTBm6tsj5/tumblr_m6tpmvcadf1rr68l1o1_500.jpg"/>
- <meta name="image:sidebar4" content="http://static.tumblr.com/macm0tr/FDBm6tsj3/tumblr_m6tqkqkq6k1qg2kiro1_500.jpg"/>
- <meta name="image:sidebar5" content="http://static.tumblr.com/macm0tr/eTBm6tsj5/tumblr_m6tpmvcadf1rr68l1o1_500.jpg"/>
- <meta name="image:Background" content=""/>
- <meta name="text:music code" content=""/>
- <meta name="text:Link one" content="link"/>
- <meta name="text:Link one Title" content="link"/>
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="link"/>
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Three Title" content="link"/>
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Title" content=""/>
- <meta name="text:Link Five" content="" />
- <meta name="text:Link Five Title" content=""/>
- <style type="text/css">
- iframe#tumblr_controls {right:3px !important; position: fixed !important;}
- body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.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;}
- body, a, a:hover {cursor: url(http://i56.tinypic.com/2589ppu.png), progress;}
- ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 0ex; border: 1px solid black;}
- #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};
- }
- @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- @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');}
- body {
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;}
- body, div, p, textarea, submit, input{
- font-family: handy00;
- font-size: 8px;
- line-height: 11px;
- letter-spacing: 1px;
- color:{color:Text};
- }
- 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};
- -webkit-transition: color 0.2s ease-out;
- -moz-transition: color 0.2s ease-out;
- }
- .entry {
- float:left;
- {block:IndexPage}
- width: 200px;
- padding-bottom: 0px;
- padding-top: 2px;
- padding-left: 2px;
- padding-right: 2px;
- margin: 2px;
- border: 1px #dadada solid;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- background-color: #fff;
- opacity: 1.0;
- }
- .permalink{
- display: block;
- line-height: 13px;
- text-transform: none;
- font-family: littlefont;
- font-size: 8px;
- text-align:right;
- margin-top: 1px;
- background-color: transparent;
- opacity: 0.8;
- text-transform: uppercase;
- border-top: 1px dashed #aaa;
- }
- .entry .blanket{
- position:absolute;
- width:200px;
- height:0px;
- overflow:hidden;
- margin-top:0px;
- opacity:0.0;
- top: 0px;
- color: #fff;
- text-align: center;
- background-color:#000;
- -webkit-transition: all .5s linear;
- -moz-transition: all .5s linear;
- transition: all .5s linear;
- }
- .entry:hover .blanket{
- height:20px;
- opacity: 0.9;
- -webkit-transition: all .5s linear;
- -moz-transition: all .5s linear;
- transition: all .5s linear;
- }
- .entry .blanket .permalink2{
- text-transform:uppercase;
- width:198px;
- height:25px;
- font-family:pixel;
- font-size:8px;
- color:#fff;
- font-decoration:none;
- text-align:center;
- margin-top:5px;
- opacity:0.0
- background-color:#000;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- }
- .entry:hover .blanket .permalink2{
- opacity:1;
- -webkit-transition: all .4s linear;
- -moz-transition: all .4s linear;
- transition: all .4s linear;
- }
- .entry .blanket .permalink2 a{
- color:#fff;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- }
- .entry:hover .blanket .permalink2 a:hover {
- color:#888;
- -webkit-transition: all .3s linear;
- -moz-transition: all .3s linear;
- transition: all .3s linear;
- }
- @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- #thing {
- opacity:0.20;
- margin-left:208px;
- margin-top:155px;
- width: 152px;
- height: 212px;
- font-family: handy00;
- font-size:8px;
- color:#000;
- background-color:#fff;
- border: 1px solid #ddd;
- text-align:left;
- padding:3px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- position:fixed;
- line-height: 10px;
- }
- #thing:hover {
- opacity:.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #lol {
- opacity:0.3;
- margin-left: 153px;
- margin-top:96px;
- width: 95px;
- height:auto;
- font-family: handy00;
- font-size:8px;
- color:#000;
- background-color:#fff;
- border-radius: 0px 0px 0px 0px;
- text-align:left;
- padding:3px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- position:fixed;
- line-height: 4px;
- -webkit-transform: rotate(-6deg);
- -moz-transform: rotate-(-12deg);
- }
- #lol:hover {
- opacity:.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #yo {
- opacity:0.3;
- margin-left:260px;
- margin-top:85px;
- width: 95px;
- height: 57px;
- font-family: handy00;
- font-size:8px;
- color:#000;
- background-color:#fff;
- border-radius: 0px 0px 0px 0px;
- text-align:left;
- padding:3px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- position:fixed;
- line-height: 13px;
- -webkit-transform: rotate(7deg);
- -moz-transform: rotate-(-12deg);
- }
- #yo:hover {
- opacity:.7;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #nigga {
- opacity:1.0;
- margin-left:130px;
- margin-top:375px;
- width: 95px;
- height: 57px;
- font-family: impsum;
- font-size:8px;
- color:#fff;
- background-color:transparent;
- border-radius: 0px 0px 0px 0px;
- text-align:left;
- padding:3px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- position:fixed;
- line-height: 13px;
- }
- #nigga:hover {
- opacity:1.0;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- @font-face { font-family: "impsum"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
- @font-face { font-family: "lorem"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- div#entry{
- margin-top:-2px;
- padding: -2px ;
- }
- div#sidebar{
- position:fixed !important;
- width: 160px;
- height: auto;
- padding:2px;
- margin-top: 109px;
- margin-left: 116px;
- font-family: handy00;
- }
- div#sidebar2{
- position: fixed !important;
- width: 50px;
- height:50px;
- background-color: transparent;
- margin-left:132px;
- margin-top: 153px;
- border: 1px solid #ddd;
- padding: 1px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- -webkit-transform: rotate(-12deg);
- -moz-transform: rotate-(-12deg);
- }
- div#masjkhf2{
- position: fixed !important;
- width: 160px;
- height:220px;
- background-color: transparent;
- margin-left:206px;
- margin-top: 153px;
- border: 1px solid #ddd;
- padding: 1px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- }
- div#sidebar3{
- position: fixed !important;
- width: 50px;
- height:50px;
- background-color: transparent;
- margin-left:132px;
- margin-top: 203px;
- border: 1px solid #ddd;
- padding: 1px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- -webkit-transform: rotate(12deg);
- -moz-transform: rotate-(-12deg);
- }
- div#sidebar4{
- position: fixed !important;
- width: 50px;
- height:50px;
- background-color: transparent;
- margin-left:132px;
- margin-top: 259px;
- border: 1px solid #ddd;
- padding: 1px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- -webkit-transform: rotate(-12deg);
- -moz-transform: rotate-(-12deg);
- }
- div#sidebar5{
- position: fixed !important;
- width: 50px;
- height:50px;
- background-color: transparent;
- margin-left:132px;
- margin-top: 313px;
- border: 1px solid #ddd;
- padding: 1px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- -webkit-transform: rotate(6deg);
- -moz-transform: rotate-(-12deg);
- }
- @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
- @font-face {
- font-family: "dawning";
- src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
- }
- #posts {
- width: 527px;
- margin-left:410px;
- {block:PermalinkPage}
- margin-left:410px;
- {/block:PermalinkPage}
- float:left;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .title{
- font-family: impsum;
- font-size: 12px;
- line-height:14px;
- color: {color:Title};
- font-weight: normal;
- }
- .title2{
- font-family: impsum;
- font-size: 32px;
- line-height:34px;
- color: {color:Title};
- font-weight: normal;
- }
- .blogtitle{
- font-family: impsum;
- font-size: 60px;
- line-height:35px;
- letterspacing: 0px;
- color: {color:title};
- font-color: {color:blog title};
- font-weight: italic;
- z-index: 1000px;
- margin-right: 30px;
- position: fixed !important;
- text-shadow: #fff 0px 1px 2px;
- }
- @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 id="cage">
- <div id="center">
- <div id="sidebar">
- </div>
- <div id="sidebar2">
- <img src="{image:sidebar2}" width=50px; height=50px;></div>
- <div id="sidebar3">
- <img src="{image:sidebar3}" width=50px; height=50px></div>
- <div id="masjkhf2"><img src="{image:sidebar}" width=160px; height=220px;></div>
- <div id="sidebar4"><img src="{image:sidebar5}" width=50px; height=50px;></div>
- <div id="sidebar5"><img src="{image:sidebar4}" width=50px; height=50px;></div>
- <div id="thing">
- <br>
- <span class=title2><a title="" href="/">
- <center>ABOUT</center>
- </a></span><br>
- <div style=" overflow:auto; font-family: pixel; margin-left:0px; margin-top: -3px; width:148px; height: 200px;background-color: transparent;font-size: 8px; text-align: center;">{Description}
- <span class=title2><a title="" href="/">
- <center>LINKS</center>
- </a></span><br>
- <a href="{text:link one}">{text:link one title}</a> + <a href="{text:link two}">{text:link two title}</a> + <a href="{text:link three}">{text:link three title}</a> + <a href="{text:link four}">{text:link four title}</a> + <a href="{text:link five}">{text:link five title}</a>
- </div>
- </div>
- <div id="nigga">
- <br>
- <span class=blogtitle><a title="" href="/">
- {Title}
- </a></span><br></div>
- <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="permalink">
- <a href="{permalink}">{timeago} / {NoteCountWithLabel}<font color="#fa8f8f">♥</font></a></a></div>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- <div class="permalink">
- <a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}<font color="#fa8f8f">♥</font></a>
- </a></a></span></div>
- {block:Link}
- {block:Photo}
- <div class="blanket">
- <div class="permalink2">
- <center><center><a href="{permalink}"><font color="{color:side2}">♥</font></a> <a href="{permalink}"> {timeago} <font color="{color:side2}">♥</font></a> {notecount} notes</a> <font color="{color:side2}">♥</font></a> <a href="{ReblogURL}" target="_blank">reblog</a><font color="{color:side2}">♥</font></a></span></center></div></center>
- </div>
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></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-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- <div class="permalink">
- <a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} with {notecountwithlabel}<font color="#fa8f8f">♥</font></a>
- </a></a></span></div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- <div class="permalink">
- <a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}<font color="#fa8f8f">♥</font></a>
- </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="permalink">
- <a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}<font color="#fa8f8f">♥</font></a>
- </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="permalink"a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}<font color="#fa8f8f">♥</font></a>
- </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="permalink">
- <a href="{permalink}">Posted at {12Hour}:{Minutes} {AMPM} / {notecountwithlabel}<font color="#fa8f8f">♥</font></a>
- </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>
- </html>
- <div style="position:fixed; bottom:10px; right:10px;">
- <a href="biebinator.tumblr.com">credit</a></center>
- {text:music code}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement