Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---- theme made by nialljhoren ---->
- <!---- do not use as base code, remove credit, or claim as your own --->
- <!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="#a3a3a3" />
- <meta name="color:link" content="#b3b2b1" />
- <meta name="color:linkhovercolor" content="#f3f3f3" />
- <meta name="color:linkborder" content="#f3f3f3" />
- <meta name="color:linkhoverborder" content="#c2c2c2" />
- <meta name="color:linkhoverbg" content="#d6d5d5" />
- <meta name="color:navlink" content="#b3b2b1" />
- <meta name="color:big" content="#b9aeac" />
- <meta name="color:bold" content="#f3e6e3" />
- <meta name="color:scrollbar" content="#b1b1b1" />
- <meta name="color:italic" content="#cec2c0" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link 4" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebackground" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:100px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height:10px !important;}
- ::-webkit-scrollbar {height:9px; width:9px; background-color: {color:background};}
- body {
- background:{color:background};
- font-family:consolas;
- margin:0px;
- color:{color:text};
- font-size:10px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:10px;
- font-family:cambria;
- text-transform:uppercase;
- padding-bottom:5px;
- }
- a:hover {
- opacity:10;
- color:{color:linkhovercolor};
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:500px;
- margin-top:70px;
- }
- #post {
- width:500px;
- padding-bottom:20px;
- padding:15px;
- margin-top:30px;
- }
- #sidebar {
- z-index:5;
- position:fixed;
- width:170px;
- height:250px;
- margin-left:20px;
- margin-top:320px;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #sidebarlbg {
- z-index:2;
- position:fixed;
- opacity:0;
- background-image: url('{image:sidebackground}');
- width:450px;
- height:650px;
- margin-top:25px;
- margin-left:-350px;
- -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), color-stop(0.3, rgba(0,0,0,.6)), to(rgba(0,0,0,0)));
- webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #hoverarea:hover #sidebarlbg {
- opacity:.7;
- margin-left:-270px;
- webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #sidebarbg {
- z-index:1;
- position:fixed;
- height:700px;
- opacity:1;
- margin-left:-10px;
- width:210px;
- background-color:#fff;
- background-color:#fcfcfc;
- border-right:1px solid #ececec;
- border-left:1px solid #ececec;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #hoverarea:hover #sidebarbg {
- opacity:1;
- width:200px;
- margin-left:0px;
- border-left:none;
- -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,1)), color-stop(0.5, rgba(0,0,0,1)), to(rgba(0,0,0,0)));
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #hoverarea {
- position:fixed;
- margin-top:-100px;
- margin-left:260px;
- width:200px;
- height:750px;
- }
- #sidebarimage {
- position:fixed;
- margin-left:11px;
- margin-top:10px;
- height:187px;
- width:137px;
- }
- #hoverarea:hover #sidebarimage {
- background-color:#fff;
- height:187px;
- width:137px;
- -webkit-transition: all 0.1s ease-in;
- -moz-transition: all 0.1s ease-in;
- -o-transition: all 0.1s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #sidebarimage img {
- position:fixed;
- width:125px;
- height:175px;
- padding:3px;
- border:1px solid #e4e3e2;
- opacity:.6;
- -webkit-transition: all 0.1s ease-in;
- -moz-transition: all 0.1s ease-in;
- -o-transition: all 0.1s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #hoverarea:hover #sidebarimage img{
- border:3px solid #e4e3e2;
- -webkit-transition: all 0.1s ease-in;
- -moz-transition: all 0.1s ease-in;
- -o-transition: all 0.1s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #description {
- font-family:cambria;
- font-size:9px;
- position:fixed;
- padding:5px;
- width:115px;
- margin-top:140px;
- margin-left:15px;
- text-align:center;
- background-color:#fff;
- opacity:.9;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #hoverarea:hover #description {
- opacity:.9;
- background-color:#ffffff;
- border:1px solid #ececec;
- margin-top:200px;
- margin-left:17px;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #links {
- z-index:5;
- position:fixed;
- margin-left:20px;
- margin-top:148px;
- width:58px;
- height:15px;
- line-height:150%;
- font-family:calibri;
- font-size:7.5px;
- text-align:center;
- text-transform:uppercase;
- opacity:0;
- font-weight:bolder;
- display:block;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #links2 {
- z-index:5;
- position:fixed;
- margin-left:81px;
- margin-top:148px;
- width:58px;
- height:15px;
- line-height:150%;
- font-family:calibri;
- font-size:7.5px;
- text-align:center;
- text-transform:uppercase;
- font-weight:bolder;
- opacity:0;
- display:block;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #links a {
- display:block;
- margin-bottom:-5px;
- padding-bottom:2px;
- padding-top:2px;
- padding-left:3px;
- padding-right:3px;
- border:1px solid {color:linkborder};
- background-color:#fff;
- color:{color:navlink};
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #links2 a {
- display:block;
- margin-bottom:-5px;
- padding-bottom:2px;
- padding-top:2px;
- padding-left:3px;
- padding-right:3px;
- background-color:#fff;
- border:1px solid {color:linkborder};
- color:{color:navlink};
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #hoverarea:hover #links {
- opacity:.85;
- }
- #hoverarea:hover #links2 {
- opacity:.85;
- }
- #links a:hover{
- opacity:1;
- font-style:italic;
- background-color:{color:linkhoverbg};
- letter-spacing:1px;
- color:#fff;
- border:1px solid {color:linkhoverborder};
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #links2 a:hover{
- opacity:1;
- font-style:italic;
- background-color:{color:linkhoverbg};
- letter-spacing:1px;
- color:#fff;
- border:1px solid {color:linkhoverborder};
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #pagination {
- position:fixed;
- font-family:cambria;
- font-size:8px;
- text-align:center;
- margin-top:214px;
- margin-left:380px;
- padding:3px;
- text-transform:uppercase;
- opacity:1;
- color:#afaaaa;
- }
- #info {
- width:500px;
- font-family:cambria;
- text-align:left;
- text-transform:lowercase;
- font-size:8px;
- margin-top:10px;
- border-top:1px solid #e7e7e7;
- border-left:1px solid #e7e7e7;
- padding-left:3px;
- padding-top:3px;
- }
- #tags {
- text-align:left;
- font-family:cambria;
- font-size:8px;
- text-transform:lowercase;
- }
- #question{
- font-size:9px;
- background-color:#ffffff;
- padding:7px;
- text-align:center;
- background-color:#fcfcfc;
- border-bottom:1px solid #cecccc;
- }
- #heyo {
- font-family:cambria;
- position:fixed;
- text-align:center;
- bottom:10px;
- right:7px;
- font-size:6.5px;
- text-transform:uppercase;
- display:block;
- background-color:#fff;
- letter-spacing:1px;
- }
- #heyo a{
- color:#b3b2b1;
- border: 1px solid #e4e3e2;
- padding: 3px 5px 3px 5px;
- border-radius:500px;
- background-color:#fff;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #heyo a:hover{
- color:#fff;
- background-color:#969194;
- border: 1px solid #7a7979;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- i, em{color:{color:italic}; font-style:italic;}
- b, strong{color:{color:bold}; font-weight:bolder;}
- #audioinfo {
- font-size:8px;
- letter-spacing:1px;
- padding-bottom:2px;
- text-transform:lowercase;
- }
- .audioplayer {
- overflow:hidden;
- display:block;
- float:left;
- margin-top:7px;
- margin-left:7px;
- width:27px;
- height:27px;
- opacity:.5;
- }
- .audioplayercontainer {
- width:70px;
- height:70px;
- position:absolute;
- }
- {CustomCSS}</style></head><body>
- <div id="hoverarea">
- <div id="sidebarlbg"></div>
- <div id="sidebarbg"></div>
- <div id="sidebar">
- <div id="links">
- <a href="{text:Link1}">{text:Link1 Title}</a> <p>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- </div>
- <div id="links2">
- <a href="{text:Link2}">{text:Link2 Title}</a> <p>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- </div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">{Description}</div>
- </div></div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {CurrentPage}<small> of </small>{TotalPages}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/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}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}
- {block:AlbumArt}<img src="{AlbumArtURL}" width="40px" height="40px" align="left" />{/block:AlbumArt}
- <div class="audioplayercontainer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
- <div id="audioinfo">
- {block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}<br>
- {block:Album}<b>Album:</b> {Album}{/block:Album}<br>
- <b>Plays:</b> {PlayCount}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <a href="{AskerURL}"><img align="left" src="{AskerPortraitUR-24}"></a> <div id="question" style="width:485px;">{Asker}: {Question}</div> <BR>
- {Answer}
- {/block:Answer}
- <div id="info">
- {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom} via <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}
- + <a href="{ReblogURL}" target="_blank">reblog</a>
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts} </div></div></div>
- <div id="heyo"><a href="http://nialljhoren.tumblr.com">n</a></div>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment