Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---- THEME MADE BY NIALLJHOREN ---->
- <!---- DO NOT: USE AS A BASE CODE, CLAIM AS YOUR OWN, OR REMOVE CREDIT --->
- <!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">
- <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}
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#666464" />
- <meta name="color:link" content="#6b6868" />
- <meta name="color:linkhovercolor" content="#fcfcfc" />
- <meta name="color:scrollbar" content="#000000"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link5" content="/" />
- <meta name="text:title1" content="the heart is a lonely hunter." />
- <meta name="if:onelinetitle" content="0"/>
- <meta name="if:twolinetitle" content="1"/>
- <meta name="image:sidebar" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar {width:7px; height:6px;}
- ::-webkit-scrollbar-track {border-right:3px solid #fff; border-left:3px solid #fff; background-color:{color:scrollbar};}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-size:9px;
- line-height:100%;
- font-family:times;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- cursor: help;
- }
- a:hover {
- color:{color:linkhovercolor};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- text-transform:lowercase;
- font-weight:bold;
- padding:4px 4px 0px 0px;
- color:#000;
- text-decoration:underline;
- }
- #entries {
- position:absolute;
- width:500px;
- margin-left:410px;
- margin-top:60px;
- }
- #post {
- padding-top:15px;
- margin-top:30px;
- width:500px;
- }
- #sidebartop {
- position:fixed;
- z-index:9999999;
- width:940px;
- margin-left:0px;
- margin-top:0px;
- height:75px;
- background-color:#000;
- }
- #sidebarside {
- position:fixed;
- height:100%;
- width:100px;
- background-color:#000;
- margin-left:940px;
- }
- #sidebar {
- position:fixed;
- margin-top:230px;
- margin-left:150px;
- width:175px;
- height:120px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebar:hover {
- margin-left:170px;
- margin-top:240px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebarbg1 {
- background-color:#000;
- position:fixed;
- width:175px;
- height:120px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebar:hover #sidebarbg1 {
- background-color:transparent;
- margin-top:0px;
- margin-left:0px;
- width:0;
- height:0;
- border-right:175px solid transparent;
- border-top:120px solid #000;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebarbg2 {
- background-color:#f3f3f3;
- margin-left:20px;
- margin-top:20px;
- position:fixed;
- width:175px;
- height:120px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebar:hover #sidebarbg2 {
- background-color:transparent;
- margin-top:0px;
- margin-left:0px;
- width:0;
- height:0;
- border-left:175px solid transparent;
- border-bottom:120px solid #f3f3f3;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebarimage img {
- z-index:1;
- position:fixed;
- width:175px;
- height:120px;
- opacity:1;
- margin-top:10px;
- margin-left:10px;
- opacity: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;
- }
- #sidebar:hover #sidebarimage img {
- margin-left:250px;
- margin-top:0px;
- opacity:0;
- transform:rotate(27deg);
- -ms-transform:rotate(27deg);
- -webkit-transform:rotate(27deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #description {
- position:fixed;
- z-index:2;
- width:140px;
- height:82px;
- font-size:10.5px;
- margin-top:10px;
- margin-left:10px;
- line-height:135%;
- color:#f3f3f3;
- text-transform:lowercase;
- font-style:italic;
- letter-spacing:1.5px;
- background-color:#000;
- padding:7px 7px 9px 7px;
- border:1px dashed #f3f3f3;
- text-align:center;
- overflow:hidden;
- opacity:0;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebar:hover #description {
- opacity: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;
- }
- #title1 {
- position:fixed;
- width:175px;
- height:30px;
- margin-left:0px;
- font-size:25px;
- line-height:55%;
- color:#000;
- {block:ifonelinetitle}
- margin-top:-20px;
- {/block:ifonelinetitle}
- {block:iftwolinetitle}
- margin-top:-33px;
- {/block:iftwolinetitle}
- }
- #links {
- position:fixed;
- z-index:999999999999999;
- width:500px;
- height:20px;
- font-size:8px;
- margin-top:50px;
- margin-left:410px;
- text-align:center;
- color:#fff;
- letter-spacing:2px;
- }
- #links a{
- color:#DEE0DF;
- padding:0px 6px 0px 6px;
- }
- #pagination {
- position:fixed;
- height:17px;
- width:150px;
- text-align:right;
- margin-left:45px;
- margin-top:140px;
- font-size:7px;
- letter-spacing:1px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #sidebar:hover #pagination {
- margin-top:120px;
- margin-left:25px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #pagination a {
- display:inline-block;
- border-radius:100%;
- width:11px;
- padding:3px 3px 2px 4px;
- line-height:180%;
- margin-top:3px;
- color:#000;
- text-align:center;
- border-top:1px solid #bbb9b9;
- border-bottom:1px solid #000;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #pagination a:hover {
- background-color:#000;
- border-bottom:1px solid #000;
- border-top:1px solid #000;
- color:#fff;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -moz-transform: scaleY(-1);
- -o-transform: scaleY(-1);
- -webkit-transform: scaleY(-1);
- transform: scaleY(-1);
- filter: FlipV;
- -ms-filter: “FlipV”;
- }
- i, em{color:{color:italic}; font-style:italic;}
- b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
- #question {
- letter-spacing:1px;
- position:relative;
- font-size:10px;
- margin-left:0px;
- text-align:left;
- padding:5px 5px 5px 6px;
- line-height:130%;
- }
- #askername {
- z-index:-1;
- font-size:20px;
- font-style:italic;
- text-align:left;
- width:492px;
- letter-spacing:-1px;
- padding:14px 2px 5px 6px;
- background-color:#000;
- color:#fff;
- }
- #askername a {color:#fff;}
- #answer {
- position:relative;
- font-size:10px;
- margin-left:0px;
- text-align:left;
- padding:5px;
- line-height:130%;
- background-color:#f3f3f3;
- }
- .chat {
- border-bottom:1px solid #d5d5d5;
- padding:5px;
- margin-bottom:0px;
- background-color:#f3f3f3;
- }
- .quote {
- font-size:15px;
- line-height:120%;
- padding:2px 4px 2px 4px;
- background-color:#f3f3f3;
- }
- .quotesource {
- font-size:10px;
- text-align:right;
- margin-bottom:0px;
- padding:2px;
- background-color:#f3f3f3;
- }
- .notes {
- list-style:upper-roman;
- padding:5px;
- margin-top:7px;
- margin-left:0px;
- padding-left:28px;
- text-transform:uppercase;
- font-size:8px;
- text-align:left;
- letter-spacing:1px;
- background-color:#f3f3f3;
- }
- .notes img {
- width:10px;
- height:17px;
- opacity:0;
- }
- #info {
- text-align:left;
- margin-top:1px;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:0px;
- padding:4px 5px 3px 4px;
- background-color:#000;
- color:#fff;
- }
- #info a {
- display:inline-block;
- color:#fff;
- }
- .info {
- text-align:left;
- padding-right:3px;
- margin-top:-4px;
- letter-spacing:0px;
- font-size:17px;
- text-transform:uppercase;
- }
- #tags {
- color:#000;
- padding-top:2px;
- margin-top:0px;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:0px;
- }
- .audioplayer {
- overflow:hidden;
- display:block;
- float:left;
- margin-top:8px;
- margin-left:8px;
- width:27px;
- height:27px;
- opacity:.5;
- }
- .audioplayercontainer {
- width:70px;
- height:70px;
- position:absolute;
- }
- #audioinfo {
- font-size:9px;
- letter-spacing:0px;
- padding:14px 2px 13px 10px;
- margin-left:45px;
- background-color:#000;
- color:#fff;
- text-transform:uppercase;
- }
- .audiotext {
- font-size:7px;
- background-color:#f3f3f3;
- padding:2px 3px 1px 3px;
- margin-top:-1px;
- }
- #audioimg img {border: 2px solid #000;}
- .piccap {
- padding:2px;
- background-color:#f3f3f3;
- margin-top:-1px;
- }
- .textpost {
- background-color:#f3f3f3;
- padding:4px;
- }
- #n a{
- position:fixed;
- overflow:hidden;
- right:5px;
- bottom:5px;
- width:15px;
- height:10px;
- text-transform:uppercase;
- text-align:center;
- font-size:7px;
- padding:6px 4px 4px 3px;
- border:1px solid #e4e3e2;
- background-color:#f3f3f3;
- color:#b5b5b5;
- font-size:10px;
- font-style:italic;
- border-left:1px solid #b5b5b5;
- border-top:1px solid #b5b5b5;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- display:block;
- }
- #n a:hover {
- background-color:#000;
- color:#fff;
- border-right:1px solid #000;
- border-bottom:1px solid #000;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebartop"></div>
- <div id="sidebarside"></div>
- <div id="sidebar">
- <div id="sidebarbg1"></div>
- <div id="sidebarbg2"></div>
- <div id="description">{Description}</div>
- <div id="title1">{text:title1}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="pagination">
- {block:Pagination}{block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page" style="border-radius:100%; padding-top:5px; padding-bottom:4px; padding-left:6px; padding-right:6px; line-height:180%; margin-top:3px; color:#000; border-top:1px solid #bbb9b9; border-bottom:1px solid #000;">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {/block:Pagination}
- </div></div>
- <div id="links">
- <a href="{text:Link1}">I.</a>
- <a href="{text:Link2}">II.</a>
- <a href="{text:Link3}">III.</a>
- <a href="{text:Link4}">IV.</a>
- <a href="{text:Link5}">V.</a>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><div class="textpost">{Body}</div>{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- <div class="piccap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
- {block:Photoset}{Photoset-500}<div class="piccap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
- {block:Quote}<div class="quote"><div style="bottom:-3px;">{Quote}</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}</div>{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}{Label}{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div id="audioimg">{block:AlbumArt}<img src="{AlbumArtURL}" width="40px" height="40px" align="left" />{/block:AlbumArt}</div>
- <div class="audioplayercontainer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
- <div id="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}<i><small>{Artist}</small></i>{/block:Artist}</div>
- <div class="audiotext">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-500}<div class="piccap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
- {block:Answer}
- <div id="askername"><a href="{AskerURL}">{Asker} sent</a>
- <div id="question"> {Question}</div>
- </div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <div id="info">
- {block:Date}{TimeAgo}{/block:Date}
- <a href="{Permalink}" > -
- {NoteCountWithLabel}</a>
- <div style="margin-top:-9px; text-align:right;">
- {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">// source</a>{/block:ContentSource} -
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div></div>
- {block:HasTags}<div id="tags" style="display:inline-block;">tagged as:
- {block:Tags} <a href="{TagURL}">{Tag}.</a> {/block:Tags}</div>{/block:HasTags} </div>
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts} </div></div>
- </div></div>
- <div id="n"><a href="http://nialljhoren.tumblr.com">N</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment