Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#644F92"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:link" content="#684B64"/>
- <meta name="color:hover" content="#000000"/>
- <meta name="color:menu" content="#000000"/>
- <meta name="color:fontmenu" content="#ffffff"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Sidebar Image" content=""/>
- <meta name="if:Show Title" content="1"/>
- <meta name="if:Show caption" content=""/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 Title" content="Home"/>
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Title" content="Ask"/>
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Title" content="About"/>
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Title" content="Archive"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
- <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
- <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
- <script>
- jQuery(window).load(function(){
- var $wall = $('#content');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- singleMode: true,
- columnWidth: 553,
- itemSelector: '#entry'
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#entry',
- },
- function( newElements ){
- $(newElements).hide();
- setTimeout(function(){
- $wall.masonry({ appendedContent: $(newElements) });
- },2000);
- setTimeout(function(){
- $(newElements).fadeIn('slow');
- },2100);
- },1000);
- });
- </script>
- <script>
- $.fn.imagesLoaded = function(callback){
- var elems = this.find('img'),
- len = elems.length,
- _this = this;
- if ( !elems.length ) {
- callback.call( this );}
- elems.bind('load',function(){
- if (--len <= 0){
- callback.call( _this );}
- }).each(function(){
- // cached images don't fire load sometimes, so we reset src.
- if (this.complete || this.complete === undefined){
- var src = this.src;
- // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
- // data uri bypasses webkit log warning (thx doug jones)
- this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
- this.src = src;}
- });
- return this;};
- </script>
- {/block:Indexpage}
- <style type="text/css">
- 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: trebuchet ms;
- font-size: 10px;
- line-height: 10px;
- letter-spacing:0px;
- color:{color:Text};
- }
- p {
- margin:0px;
- margin-top:5px;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- 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;
- }
- a:hover {
- color:{color:Hover};
- text-shadow:0 0 8px #333333;
- 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;
- }
- #center {
- margin:auto;
- position:relative;
- width: 816px;
- overflow:auto;
- overflow-y:hidden;
- overflow-x: hidden;
- }
- #content {
- width:1106px;
- }
- #entry {
- margin-top:5px;
- padding:5px;
- border: 1px solid #eee;
- background: white;
- {block:indexpage}width: 250px;{/block:indexpage}
- {block:permalinkpage}width: 500px;{/block:permalinkpage}
- }
- .h1 {
- font-family: verdana;
- font-size: 12px;
- color: {color:text};
- }
- #entry .perma {
- height: 15px;
- line-height: 15px;
- border-bottom-right-radius: 15px;
- border-top-right-radius: 15px;
- margin-left: 0px;
- background: white;
- opacity: 0;
- padding: 5px;
- position: absolute;
- margin-top: -50px;
- padding-left: 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;
- }
- #entry .perma a{
- color: black;
- }
- #entry:hover .perma {
- opacity: .8;
- 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;
- }
- #entry .perma:hover{
- padding-left: 50px;
- 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;
- }
- #permalink {
- display: block;
- margin-top: 5px;
- border-top: 1px solid #eee;
- text-align: center;
- padding-top: 2px;
- }
- #permalink a{
- color: black;
- }
- #sidebar {
- position:fixed !important;
- width: 180px;
- height: auto;
- background-color:white;
- padding:5px;
- border: 1px solid #eee;
- z-index: 1000;
- {block:indexpage}margin: 200px 0px 0px 312px;
- {/block:indexpage}
- {block:permalinkpage}margin: 200px 0px 0px 562px;
- {/block:permalinkpage}
- }
- #postnotes{
- text-align: left;
- }
- #postnotes blockquote{
- border: 0px;
- }
- .title{
- font-size: 15px;
- line-height: 15px;
- display: block;
- font-style: italic;
- text-align: center;
- color: {color:Title};
- letter-spacing: 0;
- }
- .blogtitle {
- font-family: 'great vibes';
- font-size: 34px;
- line-height: 34px;
- letter-spacing: 1px;
- color: {color:Title};
- border-bottom: 1px solid #eee;
- text-shadow:0 0 8px #333333;
- }
- .blogtitle .linkbox {
- position: absolute;
- width: 50px;
- height: 50px;
- margin-left: 115px;
- margin-top: -4px;
- background: {color:menu};
- 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;
- }
- .blogtitle .linkbox a{
- color: {color:fontmenu};
- text-transform: uppercase;
- font-size: 8px;
- text-align: center;
- line-height: 12px;
- text-shadow:0 0 0px #333333;
- }
- .arrow_box2 {
- position: absolute;
- margin-top: 20px;
- margin-left: 115px;
- 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;
- background: {color:fundomenu};
- }
- .arrow_box2:after {
- right: 100%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
- .arrow_box2:after {
- border-right-color: {color:menu};
- color:#fff;
- border-width: 15px;
- top: 50%;
- margin-top: -15px;
- }
- .blogtitle:hover .linkbox {
- opacity: .8;
- 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;
- }
- .blogtitle:hover .arrow_box2 {
- opacity: .8;
- 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;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:2px 0px 2px 1px;
- border-left: 1px solid {color:Text};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- .chat .line{
- background-color:#ffffff;
- margin: 0 0 1px;
- padding: 5px;
- }
- .chat .line.odd{
- background-color:#F0F0F0;
- }
- .label {
- font-weight:bold;
- color:{color:text};
- }
- a img{
- border: 0px;
- }
- .p {
- padding-top: 5px;
- }
- .ol, ul {
- margin-left: 10px;
- padding: 5px;
- }
- .ul {
- list-style-type: square;
- }
- .audio {
- background: #e4e4e4;
- height: 27px;
- {block:indexpage}width: 250px;{/block:indexpage}
- {block:permalinkpage}width: 500px;{/block:permalinkpage}
- }
- .arrow_box {
- position: relative;
- color: #fff;
- background: #e4e4e4;
- }
- .arrow_box:after {
- top: 100%;
- border: solid transparent;
- content: " ";
- height: 0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
- .arrow_box:after {
- border-top-color: #e4e4e4;
- border-width: 10px;
- left: 10%;
- margin-left: -10px;
- }
- .notes img{
- width:10px;
- position:left;
- top:3px;
- }
- {font-size: 100%;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- ::-webkit-scrollbar{width:8px;height:8px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:#000; background-color: #000;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:#666666; background-color:#000;-webkit-border-radius:px;}
- {CustomCSS}
- </style>
- <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="center">
- <div id="sidebar">
- <div class="blogtitle"><div class="arrow_box2"></div><div class="linkbox"><center><a href="{text:Link 1}">{text:Link 1 Title}</a><br>
- <a href="{text:Link 2}">{text:Link 2 Title}</a><br>
- <a href="{text:Link 3}">{text:Link 3 Title}</a><br>
- <a href="{text:Link 4}">{text:Link 4 Title}</a><br>
- </center></div><center><a href="/">{Title}</a></center></div>{block:ifshowsidebarimage}<a href="/"><img style="margin-top: 0px;" src="{image:sidebar}" width=180px></a>{/block:ifshowsidebarimage}
- <div style="overflow: auto; auto; height: 120px; margin-top: 2px;">{Description}</div><br>
- <big><center><a href="http://w-hisperss.tumblr.com" title="theme by w-hisperss, do not copy.">©</a></center></big>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<h1>{Body}</h1>{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{timeago}</a> with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}{/block:text}
- {block:Link}<a href="{URL}" class="title">{Name} »</a>{block:Description}{Description}{/block:Description}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{timeago}</a> with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}{/block:link}
- {block:Photo}{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{block:indexpage}<div class="perma"><a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
- {block:Photoset}{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:indexpage}<div class="perma"><a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
- {block:Quote}<span class="title">❝ {Quote} ❞</span>{block:Source}<div style="text-align: right;"><br> - {Source}</div>{/block:Source}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{timeago}</a> with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}{/block:Quote}
- {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{timeago}</a> with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}{/block:Chat}
- {block:Audio}<div class="audio">{AudioPlayerGrey}</div><div class="arrow_box"></div><BR>{block:TrackName}<span>
- "{TrackName}"{/block:TrackName}
- {block:Artist}by
- {Artist}{/block:Artist}<br>{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{timeago}</a> with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}
- {/block:Audio}
- {block:Video}{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{block:indexpage}<div id="permalink">Posted <a href="{permalink}">{timeago}</a> with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:indexpage}{/block:Video}
- {block:PermalinkPage}
- <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>{/block:Posts}
- </div></div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment