Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme 005 by soumeii and you shall not pass, go
- -->
- <!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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:description}<meta name="description" content="{metadescription}" />
- {/block:description}
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <meta name="image:background" content=""/>
- <meta name="color:bg" content="#ffffff"/>
- <meta name="color:text" content="#ffffff"/>
- <meta name="color:link" content="#918787"/>
- <meta name="color:title" content="#ffffff"/>
- <meta name="color:title bg" content="#111111"/>
- <meta name="color:desc" content="#ffffff"/>
- <meta name="color:desc bg" content="#111111"/>
- <meta name="color:hover" content="#d3cccc"/>
- <meta name="color:navi link" content="#ffffff"/>
- <meta name="color:navi link hover" content="#111111"/>
- <meta name="color:post bg" content="#111111"/>
- <meta name="color:border" content="#ffffff"/>
- <meta name="color:tooltip" content="#222222"/>
- <meta name="color:tooltip bg" content="#ffffff"/>
- <meta name="color:tooltip border" content="#222222"/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 1 title" content=""/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 title" content=""/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 title" content=""/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 4 title" content=""/>
- <meta name="text:grayscale lvl" content="50%"/>
- <meta name="text:opacity lvl" content="0.7"/>
- <meta name="text:hover time" content="0.3s"/>
- <meta name="if:grayscale" content="0"/>
- <meta name="if:opacity" content="1"/>
- <meta name="if:2 columns" content="1"/>
- <meta name="if:3 columns" content="0"/>
- <meta name="if:4 columns" content="0"/>
- <style type="text/css">
- ::-webkit-scrollbar {background-color:{color:bg}; height:0px; width:3px}
- ::-webkit-scrollbar-thumb:vertical {background-color:#111; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#111; height:3px!important}
- body {
- background:{color:bg} url('{image:background}') fixed no-repeat bottom right;
- font:10px courier;
- color:{color:text};
- text-align:justify;
- font-weight:100;
- line-height:150%;
- }
- h1 {
- font:12px courier;
- text-transform:lowercase;
- text-align:center;
- margin-bottom:-5px;
- }
- h2 {
- font:12px courier;
- text-align:center;
- font-weight:400;
- margin-top:-96px;
- }
- h3 {
- font:9px courier;
- text-align:right;
- padding-right:3px;
- font-weight:400;
- }
- h69 {
- opacity:0.5;
- font:113px georgia;
- margin-left:10px;
- margin-top:-10px;
- color:#c9c1c1;
- z-index:-999999;
- line-height:90%;
- }
- a:link, a:visited, a:active {
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- a:hover{
- color:{color:hover};
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- #pset {
- overflow:hidden;
- }
- #pset img {
- {block:indexpage}
- width:200px;
- {/block:indexpage}
- }
- #content {
- top:55px;
- background:{color:post bg};
- left:48%;
- margin:0 0 0 -106px;
- width:612px;
- padding:0 0 15px 0;
- {block:indexpage}
- {block:if2columns}
- top:75px;
- left:48%;
- margin:-20px 0 0 -212px;
- width:624px;
- {/block:if2columns}
- {block:if3columns}
- top:75px;
- left:50%;
- margin:-20px 0 0 -319px;
- width:638px;
- {/block:if3columns}
- {block:if4columns}
- top:75px;
- left:50%;
- margin:-20px 0 0 -424px;
- width:848px;
- {/block:if4columns}
- {/block:indexpage}
- {block:permalinkpage}
- left:60%;
- margin:-20px 0 0 -230px;
- width:460px;
- {/block:permalinkpage}
- }
- .entry {
- margin:30px;
- overflow:hidden;
- background:{color:post bg};
- {block:indexpage}
- padding:10px 10px 5px 10px;
- border:1px dotted {color:border};
- width:200px;
- {block:ifgrayscale}
- -webkit-filter:grayscale(0%);
- {/block:ifgrayscale}
- {block:ifopacity}
- opacity:1;
- {/block:ifopacity}
- {/block:indexpage}
- {block:permalinkpage}
- width:400px;
- {block:ifgrayscale}
- -webkit-filter:grayscale(0%);
- {/block:ifgrayscale}
- {block:ifopacity}
- opacity:1;
- {/block:ifopacity}
- {/block:permalinkpage}
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- .entry img:hover {
- {block:indexpage}
- {block:ifgrayscale}
- -webkit-filter:grayscale({text:grayscale lvl});
- {/block:ifgrayscale}
- {block:ifopacity}
- opacity:{text:opacity lvl};
- {/block:ifopacity}
- {/block:indexpage}
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- {block:permalinkpage}
- #bg {
- position:fixed;
- left:50%;
- margin:-20px 0 0 -240px;
- height:150%;
- width:480px;
- background:{color:post bg};
- }
- {/block:permalinkpage}
- #tits {
- position:fixed;
- width:110%;
- height:65px;
- top:0px;
- left:0px;
- background:{color:title bg};
- z-index:1;
- }
- #tit {
- font:15px courier;
- margin:35px 20px 0 0;
- text-align:center;
- float:right;
- width:300px;
- padding:5px 10px 5px 10px;
- color:{color:title};
- opacity:0;
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- #tits:hover #tit {
- opacity:1;
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- #linksies {
- top:5px;
- left:20px;
- position:fixed;
- width:120px;
- text-align:center;
- opacity:0;
- }
- #linksies a {
- color:{color:navi link};
- }
- #linksies a:hover {
- color:{color:navi link hover};
- }
- #tits:hover #linksies {
- opacity:1;
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- .link {
- font:12px courier;
- line-height:150%;
- text-align:center;
- display:inline;
- padding:5px 10px 5px 10px;
- }
- #descs {
- position:fixed;
- bottom:0px;
- left:0px;
- width:110%;
- height:23px;
- z-index:99;
- background:{color:desc bg};
- }
- #desc {
- position:fixed;
- width:900px;
- left:50%;
- margin:7px 0 0 -460px;
- height:9px;
- font:9px courier;
- text-align:center;
- color:{color:desc};
- z-index:99;
- }
- #pagi {
- position:fixed;
- left:-10px;
- bottom:-10px;
- display: none;
- }
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:0px 3px 1px 3px;
- font:10px courier;
- line-height:10px;
- text-transform:lowercase;
- letter-spacing:1px;
- color:{color:tooltip};
- border:1px solid {color:tooltip border};
- background:{color:tooltip bg};
- box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
- -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
- -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- #notes {
- font:10px courier;
- width:440px;
- height:163px;
- overflow:scroll;
- text-transform:lowercase;
- line-height:120%;
- margin-top:3px;
- margin-left:-40px;
- color:{color:text};
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- #notes li {
- list-style-type:none;
- text-align:left;
- padding:5px;
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- }
- #notes ol.notes li.note img.avatar {
- width: 0px;
- height: 0px;
- margin-bottom:2px;
- border:1px solid {color:text};
- }
- #pp {
- text-align:center;
- padding:10px 0px 10px 0px;
- margin-top:-13px;
- }
- #perma {
- text-align:right;
- }
- iframe#tumblr_controls {
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity:0.3;
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- -webkit-filter: invert(100%)
- }
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity:1;
- -webkit-transition: all {text:hover time} ease;
- -moz-transition: all {text:hover time} ease;
- -o-transition: all {text:hover time} ease;
- -webkit-filter: invert(100%)
- }
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#content');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div#pagi",
- nextSelector : "#pagi a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:indexpage}
- </head>
- <body>
- <div id="descs">
- <div id="desc">{description}</div>
- </div>
- <div id="tits">
- <div id="tit">{title}</div>
- <div id="linksies">
- <div class="link"><a href="/" title="index">001</a></div>
- <div class="link"><a href="/ask" title="contact">002</a></div>
- {block:iflink1}
- <div class="link"><a href="{text:link 1}" title="{text:link 1 title}">003</a></div>
- {/block:iflink1}
- {block:iflink2}
- <div class="link"><a href="{text:link 2}" title="{text:link 2 title}">004</a></div>
- {/block:iflink2}
- {block:iflink3}
- <div class="link"><a href="{text:link 3}" title="{text:link 3 title}">005</a></div>
- {/block:iflink3}
- {block:iflink4}
- <div class="link"><a href="{text:link 4}" title="{text:link 4 title}">006</a></div>
- {/block:iflink4}
- </div>
- </div>
- <div id="bg"></div>
- <div id="pagi">
- {block:pagination}
- {block:previouspage}
- <a href="{previouspage"}>prev</a>
- {/block:previouspage}
- {block:nextpage}
- <a href="{nextpage}" id="next">next</a>
- {/block:nextpage}
- {/block:pagination}
- </div>
- </div>
- <div id="content">
- {block:posts}
- <div class="entry">
- {block:text}
- {block:title}
- <h1>{title}</h1>
- {/block:title}
- {body}
- {block:indexpage}
- <div id="perma"><a href="{permalink}" title="{NoteCountWithLabel}">{12hour}:{minutes}{ampm}</a></div>
- {/block:indexpage}
- {block:permalinkpage}
- {block:caption}{caption}{/block:caption}
- {/block:permalinkpage}
- {/block:text}
- {block:quote}
- <h69>“</h69>
- <h2>{quote}</h2>
- {block:source}
- <h3>— {source}</h3>
- {/block:source}
- {block:indexpage}
- <div id="perma"><a href="{permalink}" title="{NoteCountWithLabel}">{12hour}:{minutes}{ampm}</a></div>
- {/block:indexpage}
- {block:permalinkpage}
- {block:caption}{caption}{/block:caption}
- {/block:permalinkpage}
- {/block:quote}
- {block:photo}
- <div id="img">
- {linkopentag}
- <a href="{permalink}">
- <img src="{photoURL-400}" alt="{photoalt}" {block:indexpage}width="200px"{/block:indexpage}{block:permalinkpage}width="400px"{/block:permalinkpage}/>
- </a>
- {linkclosetag}
- </div>
- {block:permalinkpage}
- {block:caption}{caption}{/block:caption}
- {/block:permalinkpage}
- {/block:photo}
- {block:Photoset}
- <div id="pset">
- {block:indexpage}
- {block:Photos}
- <img src="{PhotoURL-250}">
- {/block:Photos}
- <div id="perma"><a href="{permalink}" title="{NoteCountWithLabel}">{12hour}:{minutes}{ampm}</a></div>
- {/block:indexpage}
- {block:permalinkpage}
- {photoset-400}
- {block:caption}{caption}{/block:caption}
- {/block:permalinkpage}
- </div>
- {/block:Photoset}
- {block:link}
- <a href="{URL}"><h1>{name}</h1></a>
- {block:description}{description}{/block:description}
- {block:indexpage}
- <div id="perma"><a href="{permalink}" title="{NoteCountWithLabel}">{12hour}:{minutes}{ampm}</a></div>
- {/block:indexpage}
- {/block:link}
- {block:chat}
- {block:title}<h1>{title}</h1>{/block:title}
- {block:lines}
- {block:Label}<font color="{color:link}">{label}</font> {line}<br>{/block:label}
- {/block:lines}
- {block:indexpage}
- <div id="perma"><a href="{permalink}" title="{NoteCountWithLabel}">{12hour}:{minutes}{ampm}</a></div>
- {/block:indexpage}
- {/block:chat}
- {block:audio}
- {audioplayerwhite}
- <br>
- {block:trackname}title: {trackname}<br>{/block:trackname}
- {block:artist}artist: {artist}<br>{/block:artist}
- played: {playcount} times<p>
- {block:indexpage}
- <div id="perma"><a href="{permalink}" title="{NoteCountWithLabel}">{12hour}:{minutes}{ampm}</a></div>
- {/block:indexpage}
- {block:permalinkpage}
- {block:caption}{caption}{/block:caption}
- {/block:permalinkpage}
- {/block:audio}
- {block:video}
- {block:indexpage}
- {video-250}
- <div id="perma"><a href="{permalink}" title="{NoteCountWithLabel}">{12hour}:{minutes}{ampm}</a></div>
- {/block:indexpage}
- {block:permalinkpage}
- {video-400}
- {block:caption}{caption}{/block:caption}
- {/block:permalinkpage}
- {/block:video}
- {block:answer}
- <a href="{reblogparentURL}">{asker}</a>: {question}
- {answer}
- {block:indexpage}
- <div id="perma"><a href="{permalink}" title="{NoteCountWithLabel}">{12hour}:{minutes}{ampm}</a></div>
- {/block:indexpage}
- {/block:answer}
- {block:permalinkpage}
- <div id="pp">
- {block:hastags}{block:tags}#<a href="{tagURL}">{tag}, </a>{/block:tags}{/block:hastags}
- </div>
- {/block:permalinkpage}
- {block:postnotes}<div id="notes">{PostNotes}</div>{/block:postnotes}
- </div>
- {/block:posts}
- </div>
- <a href="http://soumeii.tumblr.com" title="credit" style="position:fixed; bottom:25px; left:10px; opacity:0.5;"><img src="http://static.tumblr.com/xi259rm/OMImnh739/tumblr_m7oja1fuf81r95frro1_500.jpg"></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment