Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- original theme by inhalingtrust.
- edited by witheredtrust.
- if you delete the credit, i swear i'll poop on you. jk but seriously, have some dignity.
- -->
- <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>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Rouge+Script::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <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="#777"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="color:scrollbar" content="#ddd" />
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="if:show photo" content="1"/>
- <meta name="if:show blog title" content="1"/>
- <meta name="if:scrollbar" content="1"/>
- <meta name="if:show photo" content="0"/>
- <meta name="color:Sidebar Title" content="#717171"/>
- <meta name="text:text box" content="">
- <meta name="text:Sidebar Title" content="Beautiful"/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:link one title" content="" />
- <meta name="text:link two title" content="" />
- <meta name="text:link three title" content="" />
- <meta name="text:link four title" content="">
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Rouge+Script);
- {block:ifscrollbar}
- ::-webkit-scrollbar {width: 4px; height: 4px; border-left:1px solid #ccc; background: #fff;}
- ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
- {/block:ifscrollbar}
- iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- .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;
- }
- @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: ronda;
- font-size: 8px;
- line-height:9px;
- letter-spacing:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- color: {color:Link};
- }
- a:hover {
- text-decoration: none;
- font-style: none;
- color: {color:Hover};
- }
- div#center{
- margin:auto;
- position:relative;
- width:1600px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- .entry {
- float:left;
- display: block;
- margin: 1px;
- margin-bottom:0px;
- padding:2px;
- border:1px solid #bbb;
- overflow:hidden;
- width:350px;
- {block:PermalinkPage}
- width:500px;
- text-align:left;
- {/block:PermalinkPage}
- background: white;
- background-image:URL();
- }
- #permalink {
- position: absolute;
- margin-top: 14px;
- margin-left: 69px;
- opacity: 0;
- -webkit-transition: all .0s ease;
- -moz-transition: all .0s ease;
- -o-transition: all .0s ease;
- transition: all .0s ease;
- }
- .entry:hover #permalink {
- margin-top: 14px;
- margin-left: 69px;
- opacity: 1;
- -webkit-transition: all .0s ease;
- -moz-transition: all .0s ease;
- -o-transition: all .0s ease;
- transition: all .0s ease;
- }
- .countreblog {
- color: #fff;
- height: 20px;
- padding: 2px;
- font-weight:bold;
- font-family:arial;
- font-size:11px;
- line-height:10px;
- font-style: none;
- margin-left:-20px;
- background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
- background-repeat:repeat;
- border:1px solid rgba(0,0,0,0.1);
- -webkit-border-radius:2px;
- moz-border-radius:2px;
- -o-border-radius:2px;
- border-radius:2px;
- -webkit-transition: all .0s ease;
- -moz-transition: all .0s ease;
- -o-transition: all .0s ease;
- transition: all .0s ease;
- }
- .countreblog a { color: #FFF; }
- .perma{
- position:absolute;
- width: 60px;
- height: 30px;
- margin-top: 9px;
- margin-left: -15px;
- z-index:9999991;
- opacity: 0.0;
- filter: alpha(opacity = 0);
- -webkit-transition: all .0s ease;
- -moz-transition: all .0s ease;
- -o-transition: all .0s ease;
- transition: all .0s ease;
- }
- .entry:hover .perma {
- -webkit-transition: opacity 0.6s linear;
- margin-top: 9px;
- margin-left: 0px;
- opacity: 1;
- -webkit-transition: all .0s ease;
- -moz-transition: all .0s ease;
- -o-transition: all .0s ease;
- transition: all .0s ease;
- }
- .likep {
- display: inline;
- overflow: hidden;
- position: relative;
- float: right;
- width: 21px;
- height: 20px;
- margin-left:-4px;
- z-index: 9999999;
- }
- .likep a {
- background-image:
- url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
- background-position: 0px 0px;
- display: block;
- z-index: 9999991;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .likep img {
- width: 21px;
- height: 20px;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .rep img{
- display: inline;
- width: 24px;
- height: 20px;
- }
- #posts {
- width:740px;
- margin-top: 1px;
- margin-left:395px;
- right:auto;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- #sidebar{
- position:fixed;
- width:250px;
- height:320px;
- margin-top:120px;
- margin-left:130px;
- padding: 1px;
- border:1px solid #bbb;
- z-index:0;
- }
- div#desc{
- position:fixed;
- opacity: 0.6;
- width: 250px;
- height: 30px;
- padding-top: 1px;
- padding-bottom: 7px;
- font color: #000;
- margin-top: -70px;
- background-color:white;
- margin-left: -1px;
- font-size: 12px;
- overflow: auto;
- line-height: 12px;
- font-family: didact gothic;
- z-index:0;
- text-align: center;
- border: 0px solid #aaa;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- #desc:hover{
- opacity: 0.9;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- .title{
- font-family:didact gothic;
- font-size: 14px;
- line-height: 10px;
- color:{color:Title};
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- @font-face {
- font-family: "sweetly";
- src: url('http://static.tumblr.com/z5o2pr2/vpWm0rjxz/sweetly_broken.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');}
- @font-face { font-family: "arsenalewhite"; 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'); }
- @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
- @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/pwgdr2n/yAkm3iisd/a_s_black_swan.ttf'); }
- @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
- @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
- @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
- div#titlebar{
- position: fixed !important;
- width: 250px;
- margin-top:-110px;
- margin-left: -50px;
- z-index:1;
- color:{color:Sidebar Title};
- text-shadow: 1px 1px 1px #fff;
- font-family: "Rouge Script", cursive;
- font-size: 50px;
- line-height:10px;
- letter-spacing:0px;
- background-color: transparent;
- text-transform: normal;
- text-align: center;
- }
- div#links{
- opacity:0.6;
- position: fixed !important;
- border: 0px solid #000000;
- width: 250px;
- height: auto;
- margin-top:-30px;
- margin-left:0px;
- line-height:11px;
- padding-top:2px;
- padding-bottom: 6px;
- font-size: 13px;
- font-family: didact gothic;
- background-color: white;
- overflow: auto;
- text-align: center;
- color: {color:link};
- -webkit-transform: rotate(0deg);
- -moz-transform: rotate(0deg);
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- #links:hover {
- opacity:.9;
- -webkit-transform: rotate(0deg);
- -moz-transform: rotate(0deg);
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
- .permalink{
- text-transform: normal;
- display: block;
- font-family: pixel;
- letter-spacing: 1px;
- text-align: right;
- text-decoration: none;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- #postnotes{
- text-align: justify;}
- #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://th839.photobucket.com/albums/zz313/galacutie_bucket/th_mini-graphics-bows-835317.gif" />
- <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"><center>
- {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=250px; height=320px></a>{/block:ifshowphoto}
- <div id="titlebar">
- <h3 style="font-size: 11pt; line-height: 12px; z-index: 1; text-align: right; margin-top: 20px;"></h3>
- {text:Sidebar Title}
- </div>
- <div id="desc">
- <center>{Description}</center>
- </div>
- <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>
- </center></div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Answer}
- <div style="border-radius:5px; border: 1px solid #aaaaaa; margin: 3px; min-height:30px; padding: 3px; background-color: transparent; box-shadow: 0px 0px 3px 0px #aaa; font-family: ronda; font-size: 8px;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #ddd; border-top-right-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-bottom-left-radius:3px;"/>
- {Asker} was like: {Question}</div>
- <div style="font-family: ronda; font-size: 8px;">
- {Answer} <br>
- </div>
- <center><span class="permatext"><div class="peeta"><a href="{permalink}"> </a></div></span>
- {/block:Answer}
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}">posted {TimeAgo} </a> <a href="http://tinypic.com?ref=n2c2a8" target="_blank"><img src="http://i50.tinypic.com/n2c2a8.gif" border="0" alt="Image and video hosting by TinyPic"></a></a><br>{/block:HasTags}</span></align>
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink">posted {TimeAgo} </a>
- <a href="http://tinypic.com?ref=n2c2a8" target="_blank"><img src="http://i50.tinypic.com/n2c2a8.gif" border="0" alt="Image and video hosting by TinyPic"></a> <a href="{Permalink}"></span></align>{block:Link}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
- </div>
- <div id="permalink">
- <span class="countreblog"><a href="{Permalink}">{notecount}</a></span></div>
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500px"/></a></div>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-250}</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><span class="permalink"><a href="{Permalink}">posted {TimeAgo} </a></a> <a href="http://tinypic.com?ref=n2c2a8" target="_blank"><img src="http://i50.tinypic.com/n2c2a8.gif" border="0" alt="Image and video hosting by TinyPic"></a> <a href="{Permalink}"> </span>{/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}
- <p align=right><span class="permalink">
- {/block:Chat}
- {block:Audio}
- <div style="width:400px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <p align=right><span class="permalink"> <a href="{Permalink}"> </a><a href="{Permalink}">posted {TimeAgo} </a></a> <a href="http://tinypic.com?ref=n2c2a8" target="_blank"><img src="http://i50.tinypic.com/n2c2a8.gif" border="0" alt="Image and video hosting by TinyPic"></a>
- </span>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/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}
- reloved 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>
- <div style="position:fixed; bottom:5px; right:5px;">
- <a href="http://witheredtrust.tumblr.com/">theme</a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment