Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by cyrusnigga
- -->
- <head>
- {block:ifshowsnow}
- <script type="text/javascript">
- // <![CDATA[
- var speed=20; // lower number for faster
- var flakes=50; // number of flakes
- var colour="#fff"; // colour of flakes
- var slush=0; // set to '0' for no slush or otherwise set to height at which slush melts
- /***************************\
- * Let It Snow Effect *
- *(c)2004-12 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- \***************************/
- var flks=new Array();
- var flkx=new Array();
- var flky=new Array();
- var fldy=new Array();
- var slss=new Array();
- var slsh=new Array();
- var swide, shigh, boddie;
- function addLoadEvent(funky) {
- var oldonload=window.onload;
- if (typeof(oldonload)!='function') window.onload=funky;
- else window.onload=function() {
- if (oldonload) oldonload();
- funky();
- }
- }
- addLoadEvent(baby_its_cold_outside);
- function baby_its_cold_outside() { if (document.getElementById) {
- var i;
- boddie=document.createElement("div");
- boddie.style.position="fixed";
- boddie.style.top="0px";
- boddie.style.left="0px";
- boddie.style.overflow="visible";
- boddie.style.width="1px";
- boddie.style.height="1px";
- boddie.style.backgroundColor="transparent";
- document.body.appendChild(boddie);
- set_width();
- for (var i=0; i<flakes; i++) {
- flks[i]=createDiv(3, 3, colour);
- flkx[i]=3*Math.floor(Math.random()*swide/3);
- flky[i]=Math.floor(Math.random()*shigh);
- fldy[i]=2+Math.floor(Math.random()*4);
- flks[i].style.left=flkx[i]+"px";
- flks[i].style.top=flky[i]+"px";
- boddie.appendChild(flks[i]);
- }
- setInterval("let_it_snow()", speed);
- }}
- function createDiv(height, width, colour) {
- 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);
- }
- window.onresize=set_width;
- function set_width() {
- var sw_min=999999;
- var sh_min=999999;
- if (document.documentElement && document.documentElement.clientWidth) {
- if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
- if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
- }
- if (typeof(self.innerWidth)=='number' && self.innerWidth) {
- if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
- if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
- }
- if (document.body.clientWidth) {
- if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
- if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
- }
- if (sw_min==999999 || sh_min==999999) {
- sw_min=800;
- sh_min=600;
- }
- swide=sw_min-3;
- shigh=sh_min;
- if (slush) {
- if (swide/3>slss.length) for (i=slss.length; i<swide/3; i++) {
- if (!slsh[i]) slsh[i]=3;
- slss[i]=createDiv(slsh[i], 3, colour);
- boddie.appendChild(slss[i]);
- }
- for (i=0; i<swide/3; i++) {
- slss[i].style.height=slsh[i]+"px";
- slss[i].style.top=shigh-slsh[i]+"px";
- slss[i].style.left=3*i+"px";
- }
- if (i<slss.length && slss[i].style.left!="-3px") for (; i<slss.length; i++) slss[i].style.left="-3px";
- }
- }
- function let_it_snow(c) {
- var i, x, o=0, z=0;
- for (i=0; i<flakes; i++) {
- flky[i]+=fldy[i];
- x=Math.floor(flkx[i]/3);
- if (slush) {
- o+=slsh[x];
- if (flky[i]>=shigh-slsh[x]) {
- if (x<swide && slsh[x]>slsh[x+1]+3) x++;
- else if (x>0 && slsh[x]>slsh[x-1]+3) x--;
- slss[x].style.top=shigh-(slsh[x]+=3)+"px";
- slss[x].style.height=slsh[x]+"px";
- flky[i]=shigh;
- }
- }
- if (flky[i]>=shigh || flkx[i]>swide) {
- flky[i]=0;
- fldy[i]=2+Math.floor(Math.random()*4);
- flkx[i]=3*Math.floor(Math.random()*swide/3);
- flks[i].style.left=flkx[i]+"px";
- z++;
- }
- flks[i].style.top=flky[i]+"px";
- }
- if (o>flakes*slush) for (i=0; i<slsh.length; i++) if (slsh[i]>3) slsh[i]--;
- if (z || o>flakes*slush) set_width();
- }
- // ]]>
- </script>
- {/block:ifshowsnow}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript"
- src="http://static.tumblr.com/xek1qzw/EmKmn4b8i/document.txt"></script>
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#FFFFFF"/>
- <meta name="color:text" content="#130C11"/>
- <meta name="text:blogtitle" content=""/>
- <meta name="color:hover" content="#ffffff"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:title" content="#aaaaaa"/>
- <meta name="color:scrollbar" content="#dadada"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <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="" />
- <meta name="text:link five" content="" />
- <meta name="text:link five title" content="" />
- <meta name="if:show snow" content="1" />
- <style type="text/css">
- a {color:{color:link};text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .wrapper{
- margin:1px 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};
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- ::-webkit-scrollbar {width: 5px; height: 3px; background-color:transparent; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 5px; border: 1px #dadada !important;}
- 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: swag;
- font-size: 8px;
- letter-spacing: 0px;
- line-height: 12px;
- }
- body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
- }
- body, a, a:hover {http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
- @font-face { font-family: "swag"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- 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-shadow: 0px 0px 9px #000000;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .entry {
- float:left;
- padding:6px;
- margin: 3px;
- padding-bottom: 4px;
- overflow:hidden;
- border: 4px double #ddd;
- background-color: #ffffff;
- {block:IndexPage}
- width: 400px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:400px;
- {/block:PermalinkPage}
- }
- .entry:hover{
- {block:iffadedimages}opacity: 1.0;{/block:iffadedimages}
- -webkit-transition: opacity 0.9s linear;
- }
- div#sidebar{
- position:fixed !important;
- width: 220px;
- opacity: 1.0;
- height:auto;
- margin-top: 160px;
- margin-left: -80px;
- padding: 2px;
- line-height:12px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color:#ffffff;
- letter-spacing: 0px;
- }
- #posts {
- width:500px;
- margin-left:189px;
- margin-top: 10px;
- background-color: {color:background};
- background-image:url({image:Background});
- {block:PermalinkPage}
- margin-left:189px;
- {/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-size: 18px;
- line-height:14px;
- color: {color:Title};
- font-family: cedarville cursive;
- }
- .title2{
- font-size: 25px;
- line-height:14px;
- color: {color:Title};
- font-family: cedarville cursive;
- }
- #pagination{
- display:none;
- }
- #sidepicture {
- padding:6px;
- border: 4px double #ddd;
- padding-bottom: 4px;
- }
- #snow{
- opacity:1.0;
- position:fixed;
- margin-left:-114px;
- margin-top:119px;
- z-index:1;
- }
- #snow img{
- width:90px;
- position: fixed;
- }
- .entry .perma a{
- color:{color:text};}
- .entry .perma{
- width:400px;
- position: absolute;
- line-height: 13px;
- margin-left:0px;
- padding-bottom:1px;
- padding-top:1px;
- text-align: center;
- overflow:hidden;
- opacity: 0;
- height:0px;
- background-color:{color:background};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.8s ease-out;
- }
- .entry:hover .perma{
- text-align: center;
- overflow:visible;
- opacity:0.8;
- height:14px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- padding-top:1px;
- padding-bottom:2px;
- margin-top:3px;
- border-top:1px solid #dadada;
- text-decoration: none;
- }
- blockquote{
- padding:3px3px 2px 5px;
- margin:2px 2px 2px 10px;
- border-left: 1px trans #555555;
- }
- #sidebardesc{
- opacity:0;
- z-index:1;
- position:fixed;
- width:210px;
- height:157px;
- padding-top:60px;
- margin-top: 6px;
- margin-left:5px;
- line-height:10px;
- background-color: white;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #sidebar:hover #sidebardesc{
- opacity:0.8;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- {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">
- </span>
- </div>
- <div id="snow"><a href="/"><img src="http://24.media.tumblr.com/tumblr_mehg90XTbk1r43iyto1_250.png" width=100px></a></div>
- <div id="sidebar">
- <center><div id="sidebardesc"><div class="title2"><center>{text:blogtitle}</div><div style="margin-top:1px;border-bottom:1px dashed #ccc;padding-bottom:2px; padding: 4px;margin-bottom:2px;">{description}</div>{block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
- {block:IfLinktwotitle} ❈ <a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
- {block:IfLinkthreetitle} ❈ <a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
- {block:IfLinkfourtitle} ❈ <a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
- {block:IfLinkfivetitle} ❈ <a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}</div>
- <center><div id="sidepicture"><img src="{image:sidebar}" width=200px height= 210px></div>
- </div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:ContentSource}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- {block:IndexPage}
- {/block:IndexPage}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>
- {block:Link}
- {block:Photo}
- <div class="perma">
- <a href="{permalink}">{NoteCountWithLabel}</a> / {TimeAgo} / <a href="{ReblogURL}" target="_blank"> reblog this post </a> </span></div>
- {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a></div>
- {LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>
- {LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="perma">
- <a href="{permalink}">{NoteCountWithLabel}</a> / {TimeAgo} / <a href="{ReblogURL}" target="_blank"> reblog this post </a> </span></div>
- {Photoset-400}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-400}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="text">
- "{Quote}"
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>
- {/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><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>
- {/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><br>
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>
- {/block:Audio}
- {block:Video}
- <div class="perma">
- <a href="{permalink}">{NoteCountWithLabel}</a> / {TimeAgo} / <a href="{ReblogURL}" target="_blank"> reblog this post </a> </span></div>
- {block:IndexPage}
- {Video-400}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-400}
- {/block:PermalinkPage}
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>
- {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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement