Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by witheredtrst/themes-bymausami
- i made the theme, so it is my right and your responsibility to keep the credit. please put it somewhere on your blog if not on the side.
- -->
- <html lang="en">
- <!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>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!-- DEFAULT VARIABLES -->
- <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#fff"/>
- <meta name="color:link" content=""/>
- <meta name="color:link shadow" content=""/>
- <meta name="color:hover" content=""/>
- <meta name="color:text" content=""/>
- <meta name="color:description" content=""/>
- <meta name="color:title" content=""/>
- <meta name="color:Blog Title" content="">
- <meta name="color:scrollbar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Blog Title 1" content="" />
- <meta name="text:Blog Title 2" content="" />
- <meta name="text:blog title 2 size" content="" />
- <meta name="text:links size" content="" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link One Title" content="Index" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Two Title" content="Inbox" />
- <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="link" />
- <style type="text/css">
- ::-webkit-scrollbar {width: 5px; height: 4px; background: #fff; border-left: 1px transparent #aaaaaa; }
- ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px transparent #aaaaaa; border-top: 1px transparent #aaaaaa; border-left: 1px transparent
- #aaaaaa; border-right: 1px transparent #aaaaaa; }
- #tumblr_controls {
- right:3px !important;
- position: fixed !important;
- }
- .wrapper{
- margin: 0px auto;
- width: 100%;
- }
- .header{
- float: left;
- width: 100%;
- }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .right{
- float: right;
- width: 200px;
- background-color: #fff;
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: handy00;
- line-height: 8px;
- font-size: 8px;
- letter-spacing: 1px;
- 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;
- }
- a:hover {
- color:{color:hover};
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- text-shadow:1px 1px 5px {color:link shadow};
- }
- @font-face { font-family:"Hasteristico"; src: url('http://slutpark-resources.webs.com/Hasteristico.ttf');}
- @font-face { font-family: "handy00"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
- @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
- @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- askk {
- font-family: cedarcursive;
- font-size:17px;
- z-index:1;
- color: {color:link};
- }
- div#center{
- margin:auto;
- position:relative;
- width:900px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#sidebar{
- position:fixed !important;
- width: 180px;
- height:180px;
- margin-top:200px;
- margin-left:620px;
- border: 1px solid #ddd;
- background-color: white;
- padding: 2px;
- z-index:0;
- transition: all 0.5s linear;
- -o-transition-transition: all 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- }
- #sidebar:hover{
- height:210px;
- transition: all 0.5s linear;
- -o-transition-transition: all 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- }
- #blogtitle1{
- position:fixed;
- width:180px;
- margin-top:-25px;
- margin-left:0px;
- font-family:silkscreen;
- opacity:1;
- z-index:1;
- color: {color:Blog Title};
- font-size:8px;
- letter-spacing:0px;
- text-shadow: 2px 2px 2px #000;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- #sidebar:hover #blogtitle1{
- position:fixed;
- opacity:0;
- margin-left:-55px;
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- #blogtitle2{
- position:fixed;
- width:180px;
- margin-top:-15px;
- margin-left:0px;
- text-align:right;
- font-family: cedarcursive;
- opacity:1;
- z-index:1;
- font-size:{text:blog title 2 size}px;
- letter-spacing:0px;
- text-shadow: 2px 2px 2px #000;
- color: {color:Blog Title};
- 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;
- }
- #sidebar:hover #blogtitle2{
- position:fixed;
- margin-left: 30px;
- opacity:0;
- 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;
- }
- #links{
- position:fixed;
- text-align:center;
- width:180px;
- height:auto;
- font-size:8px;
- font-family:silkscreen;
- letter-spacing: 0px;
- color: {color:link};
- margin-top:20px;
- opacity:0;
- 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;
- }
- #sidebar:hover #links{
- opacity:1;
- 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;
- }
- #desc{
- position:fixed;
- text-align:center;
- width:180px;
- font-family:silkscreen;
- font-size: 8px;
- opacity:0;
- margin-top:2px;
- color:{color:description};
- 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;
- }
- #sidebar:hover #desc{
- opacity:1;
- 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;
- }
- #posts {
- width:500px;
- margin-top: 0px;
- margin-left:120px;
- right:auto;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- .title{
- text-align: center;
- font-family: hasteristico;
- font-size: 15px;
- line-height:14px;
- letter-spacing: 2px;
- color: {color:title};
- }
- .entry {
- float:left;
- display: block;
- overflow:hidden;
- width:240px;
- border: 0px solid #ddd;
- padding-top:1px;
- padding-bottom:0px;
- padding-right:1px;
- padding-left:1px;
- margin:1px;
- font-family:handy00;
- font-size: 8px;
- {block:PermalinkPage}
- width:550px;
- margin-left:-50px;
- margin-top: 3px;
- text-align:center;
- {/block:PermalinkPage}
- background: transparent;
- background-image:URL();
- opacity:0.8;
- webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .entry:hover {
- opacity:1;
- webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .entry .permados{
- position:absolute;
- margin-top: 7px;
- margin-left:-10px;
- width:45px;
- height:12px;
- text-transform: none;
- background-color:#ffffff;
- padding:5px;
- overflow:hidden;
- font-family: hasteristico;
- letter-spacing:1px;
- font-size: 10px;
- line-height:10px;
- text-align:center;
- opacity:0.0;
- border: 0px dashed #ddd;
- border-radius: 0px 30px 30px 0px;
- -webkit-transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .entry:hover .permados{
- margin-left: 0px;
- overflow:visible;
- opacity:0.9;
- -webkit-transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .permalinktext {
- display: block;
- padding: 1px;
- margin: 2px 0px 0px 5px;
- text-transform: lowercase;
- font-family:silkscreen;
- font-size: 8px;
- color: #000;
- line-height: 11px;
- text-align: right;
- text-decoration: none;
- border-top: 1px solid #ddd;
- webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .permalinktext:hover{
- margin:2px 4px 0px 5px;
- webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');}
- @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- #postnotes{
- text-align: center;}
- #postnotes blockquote{
- border: 0px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
- .notes img{width:10px; position:relative; top:3px;}
- <--ses-->
- small{font-size: 90%;}
- {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="http://media.tumblr.com/tumblr_m75yov6mnu1rqmdb7.gif">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body onkeydown="return false">
- <body>
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="cage">
- <div id="center">
- <div id="sidebar">
- <a href=""><img src="{image:sidebar}" style="height:180px; width:180px;"></a>
- <div id="blogtitle1">{text:Blog Title 1}</div>
- <div id="blogtitle2">{text:Blog Title 2}</div>
- <div id="desc">{Description}</div><br>
- <div id="links">
- <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> </div>
- </div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Answer}
- <div style="min-height:30px; padding: 3px; border: 1px solid #ddd; background: transparent; color: black; padding:4px;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
- <askk>{Asker}</askk>: {Question}</div>
- <div style="padding:3px; text-align:left;"></div>
- <b>and I whispered:</b>
- {Answer}
- <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> · posted <a href="{permalink}">{timeago} </a> </div>
- {/block:Answer}
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> · posted <a href="{permalink}">{timeago} </a> </div>
- {/block:Text}
- {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> · posted <a href="{permalink}">{timeago} </a> </div>{block:Link}
- {block:Photo}
- {block:IndexPage}
- <div class="permados">
- <a href="{permalink}"><a href="{ReblogURL}" target="_blank">Reblog </a>
- </div><center>
- {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=240px></a>{LinkCloseTag}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=550px/>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-500}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> · posted <a href="{permalink}">{timeago} </a> </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}
- <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> · posted <a href="{permalink}">{timeago}</a> </div>
- {/block:Chat}
- {block:Audio}
- <div style="width:300px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> · posted <a href="{permalink}">{timeago}</a> </div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}{block:indexpage}{block:indexpage}{Video-400}<div class="perma"><a href="{permalink}" target="_blank">{NoteCountwithlabel}</a></div>{/block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> · posted <a href="{permalink}">{timeago} </a> </div>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
- {block:PostNotes}<div align="middle">{caption}</div>
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/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}
- <BODY onselectstart="return false;" ondragstart="return false;">
- </body>
- <div style="position:fixed; bottom: 1px; right:1px;">
- <a href="http://witheredtrust.tumblr.com/">credit</a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment