Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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" xml:lang="en" lang="en">
- <!--
- THEME #20 made by
- thehiddenwill-themes.tumblr.com
- -->
- <html>
- <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}
- <meta name="image:Background" content=""/>
- <meta name="if:Show Captions" content="1"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <!-- END DEFAULT VARIABLES -->
- <style type="text/css">
- /* CSS */
- .photo {
- filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(1);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .photo:hover{
- filter: none;
- -webkit-filter: grayscale(0.8);
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- iframe#tumblr_controls {position: fixed!important;z-index: 9999;opacity:0;-webkit-filter: invert(100%);-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
- iframe#tumblr_controls:hover {opacity:1;-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
- ::selection {
- background: #000;
- color: #fff;
- }
- ::-moz-selection {
- background: #000;
- color: #fff;
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar-thumb:vertical {
- background: #fff;
- background-image:url(http://static.tumblr.com/aegsbm3/2GHmxesdf/dot.png);
- border: 5px solid #fff;
- height: 60px;
- }
- ::-webkit-scrollbar-thumb:vertical:hover {
- background: #fff;
- background-image:url(http://static.tumblr.com/aegsbm3/2GHmxesdf/dot.png);
- border: 5px solid #fff; }
- ::-webkit-scrollbar {
- height: 10px;
- width: 15px;
- background: #fff;
- }
- ::-webkit-scrollbar-button:end:increment {
- background-color:#fff;
- display:block;
- height:0px;
- }
- /*FONT-FACES*/
- @font-face {font-family: 'pix';font-style: normal;font-weight: normal;src: local('pix'), url('http://static.tumblr.com/s4afcug/sJzmj12zk/pix-webfont.woff') format('woff');}
- @font-face { font-family:'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf'); }
- /*BODY*/
- body {
- background:#fff;
- font-family:pix;
- color:#000;
- font-size:9px;
- background-attachment:fixed;
- background-repeat:repeat;
- background-image:url('{image:Background}');
- }
- a {
- text-decoration:none;
- -webkit-transition:all 0.2s ease-in-out;
- -moz-transition:all 0.2s ease-in-out;
- -o-transition:all 0.2s ease-in-out;
- transition:all 0.2s ease-in-out;
- color:#000;
- }
- a:hover {
- color:#fff;
- }
- a:active {
- color:#000;
- -webkit-transition:all 0.02s ease-in-out;
- -moz-transition:all 0.02s ease-in-out;
- -o-transition:all 0.02s ease-in-out;
- transition:all 0.02s ease-in-out;
- }
- blockquote {
- width:90%;
- border-left:4px solid #000;
- padding-left:10px;
- line-height: 120%;
- margin: 0.75em 0 .75em .75em;
- }
- img {
- border:none;
- }
- big {
- font-size:10px;
- }
- small {
- font-size:8px;
- letter-spacing:1px;
- }
- pre {
- width:85%;
- white-space:pre-wrap;
- word-wrap:break-word;
- background:transparent;
- color:#000;
- font-size:9px;
- line-height:120%;
- padding:5px;
- }
- b, strong {
- color:#000;
- font-weight:bold;
- }
- i, em {
- color:#444;
- font-style:italic;
- }
- /*POSTS*/
- #postcontainer{
- float:left;
- position:relative;
- font-family:pix;
- font-size:9px;
- color:#000;
- top:89px;
- left:310px;
- width:270px;
- background:#fff;
- overflow-y:scroll;
- overflow-x:hidden;
- height:400px;
- border-top:5px solid #000;
- }
- #dots{
- position:fixed;
- left:240px;
- top:40px;
- width:400px;
- height:510px;
- background:repeat;
- background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
- }
- .post {
- width:150px;
- padding:20px;
- margin:40px;
- background:#fff;
- }
- .post img{
- max-width:150px;
- }
- /*TITLES*/
- h1 { margin-bottom:-3px;
- font-family:pix;
- font-size:25px;
- color:#000;
- text-align:left;
- font-style:none;
- text-transform:normal;
- text-decoration:none;
- letter-spacing:1px;
- line-height:100%;
- font-weight:normal;
- padding:0px;
- text-shadow: 2px 0px 0px #eee;
- }
- h1 a{
- text-decoration:none;
- color:#000;
- }
- h1 a:hover{
- color:#000;
- }
- h2 {
- font-family:pix;
- font-size:10px;
- letter-spacing:0px;
- font-style:none;
- text-transform:normal;
- font-weight:normal;
- text-align:center;
- line-height:120%;
- }
- .qsource {
- font-family:pix;
- font-size:8px;
- letter-spacing:1px;
- font-style:none;
- text-align:left;
- line-height:120%;
- text-transform:normal;
- margin-top:0px;
- margin-bottom:0px;
- }
- #h3{
- font-family:pix;
- font-size:10px;
- letter-spacing:0px;
- font-style:none;
- text-transform:normal;
- font-weight:normal;
- text-align:center;
- line-height:120%;
- }
- /*SIDEBAR*/
- #description{
- position:fixed;
- top:23px;
- left:20px;
- font-family:pix;
- font-size:10px;
- color:#000;
- font-style:normal;
- text-transform:normal;
- text-align:left;
- padding:10px;
- width:100px;
- background:#fff;
- }
- #description a{
- text-decoration:none;
- }
- #description-dots{
- width:140px;
- border-top:5px solid #000;
- padding:20px;
- background:repeat;
- background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
- }
- /*LINKS*/
- #bx {
- position:fixed;
- margin-top:30px;
- margin-left:-20px;
- width:173px;
- height: 10px;
- border-top:2px solid #000;
- padding:3px;
- overflow: hidden;
- background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
- transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #bx:hover {
- height: 70px;
- background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
- transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- /*PERMALINK INFO*/
- #permalink{
- font-family:pixel;
- font-size:8px;
- color:#000;
- text-transform:uppercase;
- text-align:left;
- font-style:normal;
- padding:2px;
- margin-top:2px;
- }
- #permalink a{
- text-decoration:none;
- color:#000;
- }
- .tags{
- font-family:pix;
- font-size:9px;
- color:#000;
- letter-spacing:0px;
- text-transform:uppercase;
- text-align:left;
- font-style:normal;
- opacity:0.95;
- }
- .tags a{
- text-decoration:none;
- }
- /*CHAT*/
- #chat{
- line-height:120%;
- }
- /*VIDEO*/
- #video{
- width:150px;
- overflow:hidden;
- }
- /*ASKS*/
- #question{
- background-color:#fff;
- font-family:pix;
- font-size:9px;
- color:#000;
- font-style:none;
- text-transform:normal;
- text-align:left;
- padding:8px;
- line-height:130%;
- background: url('http://static.tumblr.com/aegsbm3/bfrmxes9r/dots.png');
- }
- #asker{
- font-family:pix;
- font-size:9px;
- color:#000;
- padding-bottom:3px;
- text-align:right;
- border-bottom:1px solid #eee;
- }
- #asker a{
- color:#000;
- }
- /*AUDIO*/
- #musicart {
- position: absolute;
- height: 40px;
- width: 40px;
- }
- #musicart img {
- height: 40px;
- width: 40px;
- -moz-border-radius: 35px;
- -webkit-border-radius: 35px;
- border-radius: 35px;
- }
- #player {
- opacity: 1;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- }
- .post:hover #player {
- opacity: 1;
- }
- /*TOOLTIP*/
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:15px;
- margin-left:12px;
- padding-left:1px;
- padding-right:1px;
- z-index:999999999;
- background-color:#fff;
- color:#000;
- font-family:pix;
- font-size:9px;
- padding-right:2px;
- padding-bottom:1px;
- padding-left:4px;
- font-style:none;
- letter-spacing:1px;
- text-transform:lowercase;
- line-height:13px;
- border-right:1px solid #eee;
- border-bottom:1px solid #eee;
- border-radius: 0px;
- }
- /*NOTES*/
- ol.notes {
- max-height:100px;
- overflow:auto;
- font:8px pix;
- text-transform:uppercase;
- font-style:none;
- line-height:1.6em;
- margin:5px 0 0 0;
- text-align:left;
- padding:10px;
- margin-top:5px;
- list-style-type: none;
- }
- ol.notes li.note {
- padding:3px;
- }
- img.avatar {
- display:none;
- }
- /*PAGINATION*/
- #pagi {
- margin:auto;
- margin-top:0px;
- margin-bottom:40px;
- background:#fff;
- font-family:pixel;
- color:#000;
- text-align:center;
- font-size:8px;
- letter-spacing:1px;
- opacity:0.9;
- text-transform:uppercase;
- font-style:none;
- padding-bottom:7px;
- padding-top:5px;
- -webkit-transition:all 0.3s ease-in-out;
- -moz-transition:all 0.3s ease-in-out;
- -o-transition:all 0.3s ease-in-out;
- transition:all 0.3s ease-in-out;
- }
- #pagi a{
- font-weight:normal;
- font-style:none;
- text-decoration:none;
- color:#000;
- }
- /*CREDIT*/
- #cred{
- position:fixed;
- right:5px;
- bottom:5px;
- color:#000;
- font-family:pix;
- font-size:9px;
- text-transform:lowercase;
- font-style:none;
- }
- #cred a{
- color:#000;
- font-style:none;
- text-decoration:none;
- }
- /* END CSS */
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:250,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript">
- /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = 150;
- var newSrc = $(this).attr('src').replace('500',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/500;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- </head>
- <body>
- <div id="dots"></div>
- <div id="description">
- <h1> <a href="/">{Title}</a></h1>
- <div id="description-dots">
- <span style="color:#000; background:#fff; line-height:150%;">
- {Description}
- </span>
- <div id="bx">
- <a style="margin-top: 20px;"><span style="color:#000; background:#fff;">NAVIGATE</span></a>
- <div style="margin-top:5px; text-align:right;" class="substuff">
- <span style="color:#000; background:#fff;">
- This is a <i>personal/multifandom</i> blog.<br>
- → <a href="{text:link 1 url}">001;</a><br>
- → <a href="{text:link 2 url}">002;</a><br>
- → <a href="{text:link 3 url}">003;</a><br>
- → <a href="{text:link 4 url}">004;</a>
- </span>
- </div>
- </div>
- </div>
- </div>
- <!-- POSTS -->
- <div id="postcontainer">
- {block:Posts}
- <div class="post">
- <!-- TEXT -->
- {block:Text}
- <h3>{block:Title}{Title}{/block:Title}</h3>
- {Body}
- {/block:Text}
- <!-- PHOTO -->
- {block:Photo}
- {block:IndexPage}
- <div class="photo">
- <img style="opacity:0.8;" src="{PhotoURL-250}" width="150px;">
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-250}">
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- <!-- PHOTOSET -->
- {block:Photoset}
- {block:IndexPage}
- <div style="opacity:0.8;"><div class="photo"{Photoset-500}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- <!-- QUOTE -->
- {block:Quote}
- <h2>{Quote}</h2>
- {block:Source}<div class="qsource"> — {source}</div>
- {/block:Source}
- {/block:Quote}
- <!-- LINK -->
- {block:Link}
- <h3><a href="{URL}" {Target}>{Name}</a></h3>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- CHAT -->
- {block:Chat}
- <div id="chat">
- {block:Title}<h3>{Title}</h3>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}{Line}<br>{/block:Lines}
- </div>
- {/block:Chat}
- <!-- AUDIO -->
- {block:Audio}
- <div id="player"><div style="position: absolute; margin-top: 0px; margin-left: 3px; border:1px solid #fff; background: #fff; padding:3px;">
- <div style="width: 27px; height: 27px; overflow: hidden;">
- {AudioPlayerWhite}
- </div></div></div>
- <div style="text-transform:lowercase; letter-spacing:0px; font-family:pix; font-size:8px; margin-left: 52px; line-height: 9px;">
- <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
- <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
- ({PlayCountWithLabel})<br>
- </div>
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- <!-- VIDEO -->
- {block:Video}
- {block:IndexPage}
- <div id="video">{Video-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="video">{Video-250}</div>
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- <!-- MESSAGE -->
- {block:Answer}
- <div id="question">
- <span style="background:#fff;">
- {Question}
- </span>
- </div>
- <br>
- <div id="asker">
- {Asker}
- </div>
- {Answer}
- {/block:Answer}
- <!-- PERMALINK -->
- <div id="permalink">
- {block:IndexPage}
- <img style="width:15px; height:7px;" src="http://static.tumblr.com/aegsbm3/5ySmxevvr/tumblr_lm6ovviidy1qfoi4t.gif"/>
- <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- {block:RebloggedFrom}
- <div style="float:right;">
- <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a>
- <a title="{ReblogRootTitle}" href="{ReblogRootURL}">src</a>
- </div>
- {/block:RebloggedFrom}
- <br>
- <a href={ReblogURL} target="_blank" title="reblog?" class="details">[R]</a> // {12Hour}:{Minutes} {AmPm} // {NoteCount}
- {/block:IndexPage}
- <!-- Tags -->
- {block:IndexPage}{block:IfShowTags}
- <img title="{block:Tags}#{Tag} {/block:Tags}" style="width:8px; height:8px; float:right;" src="http://static.tumblr.com/aegsbm3/QO4mxeups/untitled-2.png"/>
- {/block:IfShowTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} {AmPm} <br> {block:RebloggedFrom}
- >> <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a><br>
- >> <a title="{ReblogRootTitle}" href="{ReblogRootURL}">source</a><br>
- {/block:RebloggedFrom}
- {NoteCountWithLabel}<br>
- {block:HasTags}filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
- {block:PermalinkPagination}
- <div style="margin-top:0px;">
- {block:PreviousPost}
- <a href="{PreviousPost}">last post</a>
- {/block:PreviousPost}
- {block:NextPost}
- //
- <a href="{NextPost}">next post</a>
- {/block:NextPost}
- </div>
- {/block:PermalinkPagination}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- <!-- Other -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- {/block:Posts}
- {block:IndexPage}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">{lang:Previous}</a> -
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">{lang:Next}</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- </div>
- <!-- END POSTS -->
- <div id="cred">
- <a title="theme is made by thehiddenwill-themes" href="http://the-hidden-will.tumblr.com/">theme</a>
- </div>
- </body>
- </html>
- <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment