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">
- <!--
- THEME 15: HARMONY BY LUNECERISE AKA ROMULVS
- Edit as much as you want, as long as you:
- -keep the credit intact
- -don't steal any code
- -don't use as a base code
- <3
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#bbbbbb"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Accent" content="#A987E2"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Tags" content="#cccccc"/>
- <meta name="color:Hover" content="#b3b3b3"/>
- <meta name="color:Line" content="#f2f2f2"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="color:Scrollbar" content="#eeeeee"/>
- <meta name="image:Header" content=""/>
- <meta name="image:Title" content=""/>
- <meta name="image:Favicon" content=""/>
- <meta name="if:Captions" content="0"/>
- <meta name="text:Blog Title" content="">
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <meta name="text:linkD" content="">
- <meta name="text:linkD url" content="/">
- <meta name="text:linkE" content="">
- <meta name="text:linkE url" content="/"/>
- <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]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:40,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript">
- $(window).scroll(function() {
- if ($(this).scrollTop() > 680) {
- $( ".sidebar" ).fadeIn();
- } else {
- console.log('there');
- $( ".sidebar" ).fadeOut();
- }
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/3dkvxpf/bj5n7g6q6/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/3dkvxpf/pqpn7g6qs/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='http://fonts.googleapis.com/css?family=Raleway:400,200,300' rel='stylesheet' type='text/css'>
- <script>
- $(document).ready(function(){
- $('a[href^="#"]').on('click',function (e) {
- e.preventDefault();
- var target = this.hash,
- $target = $(target);
- $('html, body').stop().animate({
- 'scrollTop': $target.offset().top
- }, 900, 'swing', function () {
- window.location.hash = target;
- });
- });
- });
- </script>
- <style type="text/css">
- @font-face {
- font-family: 'FontAwesome';
- src: url('http://static.tumblr.com/vmteopo/vE2nik209/fontawesome-webfont.ttf');
- }
- ::-webkit-scrollbar {width:4px; height:auto; background:{color:Background};}
- ::-webkit-scrollbar-corner {background:transparent;}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; width:4px;}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar}; height:4px!important;}
- ::-webkit-scrollbar-increment {width:5px; height:5px; background-color:#fff;}
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1s;
- -moz-animation-duration:1s; animation-duration:1s; }
- .fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
- iframe#tumblr_controls {
- top:10px;
- position: fixed;
- right:20px !important;
- opacity: 0.4;
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- -moz-transition: all 0.4s ease-in-out;
- -webkit-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- opacity:.7;}
- #s-m-t-tooltip {
- max-width:300px;
- padding: 3px 5px;
- margin:10px;
- background-color:{color:background};
- font-family:calibri;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- box-shadow:2px 2px 0.2em {color:border};
- color:{color:text};
- z-index:10000000000000000000000000000000000000000000000000000;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- ::selection {
- background-color:{color:Accent};
- color:white;
- text-shadow:none;
- }
- ::-moz-selection {
- background-color:{color:accent};
- color:white;
- text-shadow:none;
- }
- ::-o-selection {
- background-color:{color:accent};
- color:white;
- text-shadow:none;
- }
- *, body, a, a:hover, a:active, iframe#like, iframe#like:hover { cursor:url(https://31.media.tumblr.com/4b32a8c60c9e7a01890827f616c6ed74/tumblr_inline_n7563jM9Gt1qcs1bb.png), auto;}
- html, body {
- height:100%;
- width:100%;
- }
- body {
- background:{color:background} url({image:background}) no-repeat fixed center;
- background-size:cover;
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:9px;
- line-height:130%;
- -moz-font-smoothing:subpixel-antialiased;
- -webkit-font-smoothing:subpixel-antialiased;
- font-smoothing:subpixel-antialiased;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- transition:0.5s ease-in-out;
- }
- a:hover {
- color:{color:hover};
- text-decoration:underline;
- }
- img {border:none;max-width:100%;height:auto;}
- h1 {
- font-size:13px;
- text-transform:uppercase;
- overflow: hidden;
- display: inline-block;
- }
- h1 a, h1 a:hover {text-decoration:none;}
- h1 a:after, #sidebar .title:after {
- content: "";
- margin-left: -400px;
- margin-top:3px;
- display: block;
- width: 100%;
- height: 1px;
- background-color: {color:text};
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #sidebar .title:after {background-color:{color:border};}
- h1 a:hover:after, #sidebar .title:hover:after {margin-left: 0;}
- h2 {font-size:17px;}
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- pre {
- font-family:consolas;
- text-transform:uppercase;
- padding:3px 5px;
- background-color:#f1f1f1;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- b, strong {font-weight:700;}
- small, sub {font-size:7px;}
- big {font-size:13px;}
- ol {
- list-style:lower-roman;
- line-height:123%;
- }
- #header {
- width:100%;
- height:100%;
- left:0;
- top:0;
- background:{color:background} url({image:header}) no-repeat fixed center;
- background-size:cover;
- }
- #positioning, #centered {
- width:620px;
- height:auto;
- margin:auto;
- }
- #headerthings {
- width:620px;
- margin-top:-83%;
- height:110px;
- text-align:center;
- }
- #title {
- font-size:54px;
- text-align:center;
- font-family:'Raleway', sans-serif;
- font-weight: 100;
- text-transform:uppercase;
- padding:20px;
- letter-spacing:1px;
- width:500px;
- margin-left:40px;
- color:{color:title};
- z-index:-4;
- line-height:110%;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #title a {
- letter-spacing:2px;
- text-decoration:none;
- }
- #title a:hover {
- letter-spacing:0.5em;
- text-decoration:none;
- text-align:center;
- }
- #title a:after {
- font-family:'FontAwesome';
- content:"\f0d7";
- display:block;
- color:transparent;
- -webkit-text-fill-color: none;
- background:transparent;
- -webkit-background-clip: none;
- -webkit-background-clip: none;
- background-size:cover;
- background-position:center;
- margin-top:-10px;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #title a:hover:after {
- margin-top:0;
- color:#fff;
- letter-spacing:2px;
- margin-left:-20px;
- }
- #pagi{
- width:300px;
- font-size:9px;
- text-align:center;
- margin-top:50px;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:2px;
- position:fixed;
- bottom:50px;
- z-index:-1;
- }
- #pagi a {
- background-color:{color:background};
- color:{color:scrollbar};
- padding:10px;
- margin:5px;
- border:3px solid transparent;
- }
- #pagi a:hover {
- text-decoration:none;
- border:3px solid {color:background};
- color:{color:background};
- background:transparent;
- }
- #sidebar {
- width:200px;
- height:auto;
- position:fixed;
- margin-left:200px;
- margin-top:-120px;
- z-index:2;
- display:none;
- }
- #sidebar .title {
- font-family:'Raleway', sans-serif;
- font-weight:100;
- font-size:30px;
- width:300px;
- margin-left:-50px;
- color:{color:link};
- overflow:hidden;
- line-height:110%;
- padding:10px 0;
- text-align:center;
- -webkit-text-fill-color: transparent;
- background: -webkit-linear-gradient(transparent, transparent), url({image:title});
- background: -o-linear-gradient(transparent, transparent);
- -webkit-background-clip: text;
- -webkit-background-clip: text;
- background-size:cover;
- background-position:left center;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #sidebar #desc {
- width:200px;
- text-transform:uppercase;
- font-family:calibri;
- font-size:9px;
- padding:0 0 5px;
- text-align:center;
- color:{color:text};
- }
- #sidebar #links {
- width:180px;
- padding:5px 10px;
- text-align:center;
- font-size:12px;
- }
- #sidebar #links a {padding:0 2px;}
- .everything {
- height:auto;
- width:100%;
- top:100%;
- position:absolute;
- background:{color:background};
- margin-bottom:200px;
- z-index:1;
- padding:100px 0;
- }
- #empty {
- height:100px;
- width:100%;
- bottom:0;
- margin-top:50px;
- }
- #all {
- padding:10px 50px;
- width:400px;
- font-size:10px;
- z-index:2;
- top:300px;
- margin-bottom:20px;
- }
- #post {
- width:400px;
- padding-bottom:20px;
- padding:10px 0;
- margin-top:30px;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- #post:hover #tags {
- opacity:1;
- -webkit-filter:blur(0);
- transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- -ms-transition-duration:0.5s;
- }
- #details {
- text-align:center;
- padding-top:7px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-top:1px solid {color:Line};
- }
- #tags {
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:10px;
- margin-top:2px;
- text-align:center;
- width:400px;
- height:30px;
- opacity:0;
- -webkit-filter:blur(3px);
- transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- -ms-transition-duration:0.5s;
- }
- #tags a {
- display:inline-block;
- padding:3px;
- text-align:center;
- color:{color:Tags};
- }
- #tags a:hover {
- text-decoration:none;
- font-style:italic;
- color:{color:hover};
- }
- #tags .comma:last-child {display:none;}
- .lbutton {display:inline-block;}
- .like_button {
- position:relative;
- display:inline-block;
- overflow:hidden;
- margin-top:2px;
- margin-bottom:-2px;
- }
- .like_button iframe {
- position:absolute;
- opacity:0;
- top:0;
- left:0;
- width:100%;
- height:100%;
- }
- .like_button:before {
- content:"\2665";
- padding:1px;
- position:relative;
- font-size:10px;}
- .like_button:hover:before, .like_button.liked:before {
- color:#ff0000;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #question {
- padding:10px;
- letter-spacing:2px;
- text-align:center;
- border:1px {color:border} dotted;
- color:{color:text};
- background-color:{color:background};
- }
- #akport {
- width:380px;
- text-align:center;
- height:12px;
- padding:5px 0;
- color:#444;
- opacity:1;
- background-color:{color:background};
- z-index:99999;
- margin-bottom:3px;
- }
- #akport a {text-align:center;text-decoration:none;}
- #akport a:hover {text-decoration:none;letter-spacing:0.8em;}
- .tumblr_audio_player {width:100%;position:relative;}
- .audio {
- width:380px;
- padding:10px;
- margin:5px 0;
- margin-top:20px;
- height:auto;
- }
- #playbutton {
- width:20px;
- height:30px;
- position:relative;
- overflow:hidden;
- margin:2px 10px 0 5px;
- }
- #audioplayer {
- width:30px;
- height:30px;
- padding:10px;
- border-radius:100%;
- border:double 1px {color:border};
- float:left;
- position:absolute;
- overflow:hidden;
- margin-top:-25px;
- background-color:white;
- }
- #audiotrack, #audioart {
- width:300px;
- display:inline-block;
- float:right;
- text-align:center;
- padding:5px 10px;
- border-bottom:dotted 1px {color:border};
- margin-top:-20px;
- margin-right:30px;
- }
- #audioart {
- text-transform:uppercase;
- font-style:none;
- font-size:10px;
- border-bottom:none;
- margin-top:-2px;
- }
- #audcap {margin-top:20px;}
- .chat li {
- list-style:none;
- line-height:105%;
- }
- .line.odd {
- border:solid 1px {color:border};
- padding:3px 5px;
- }
- .line.even {
- border:solid 1px transparent;
- padding:3px 5px;
- }
- #caption {
- width:400px;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- #notecontain {
- width:300px;
- padding:20px 49px;
- text-align:center;
- border:dotted 1px {color:border};
- }
- #notes {
- width:300px;
- height:150px;
- padding:5px 10px;
- overflow-y:scroll;
- overflow-x:hidden;
- text-align:justify;
- line-height:125%;
- }
- #notes img {display:none;}
- #notes ol, #notes li {
- list-style:circle;
- line-height:125%;
- }
- #credit, #credit a {
- position:fixed;
- bottom:5px;
- right:5px;
- padding:5px 4px;
- font-family: helvetica;
- text-transform:uppercase;
- color:#ababab;
- z-index:555;
- text-shadow:1px 1px 0.2em #fff;
- font-size:8px;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -ms-transition-duration:0.3s;
- }
- #credit a {border:solid 1px #fff;}
- #credit:hover, #credit a:hover {
- font-family: helvetica;
- text-decoration:none;
- color:#000;
- text-shadow:1px 1px 0.2em #666;
- background-color:#fff;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- -ms-transition-duration:0.4s;
- }
- {CustomCSS}</style></head><body>
- <div id="header"></div>
- <div id="positioning"><div id="headerthings">
- <div id="title"><a href="#that">{text:Blog Title}</a></div>
- </div></div>
- <div id="sidebar" class="sidebar">
- <div class="title">{text:Blog Title}</div>
- <div id="desc">{Description}</div>
- <div id="links">
- {block:iflinkA}<a href="{text:linkA URL}" title="{text:linkA}">i.</a>{/block:iflinkA}
- {block:iflinkB}<a href="{text:linkB URL}" title="{text:linkB}">ii.</a>{/block:iflinkB}
- {block:iflinkC}<a href="{text:linkC URL}" title="{text:linkC}">iii.</a>{/block:iflinkC}
- {block:iflinkD}<a href="{text:linkD URL}" title="{text:linkD}">iv.</a>{/block:iflinkD}
- {block:iflinkE}<a href="{text:linkE URL}" title="{text:linkE}">v.</a>{/block:iflinkE}
- </div>
- </div>
- <div class="everything">
- <div id="that"></div>
- <div id="centered" style="width:500px"><div id="all" class="box fade-in one">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}<center>{Photoset-400}</center>{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Photoset}
- {block:Quote}<h2 style="text-shadow:2px 2px 0px #f1f1f1; text-align:center; line-height:115%">“{Quote}”</h2><br> <div style="text-align:center">↳ {Source}</div><br>{/block:Quote}
- {block:Audio}
- <div class="audio">
- <div id="audioplayer"><div id="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div id="audiotrack">{block:TrackName}<span style="font-size:15px; font-style:italic">{TrackName}</span></div>{/block:TrackName}
- <div id="audioart">{block:Artist}{Artist}{/block:Artist}{block:Album} ◇ {Album}{/block:Album}</div></div><br>
- <div id="audcap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
- {block:Video}{Video-400}{block:ifCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifCaptions}{/block:Video}
- {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li class="line {Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</li><br>{/block:Lines}</div>{/block:Chat}
- {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:10px; padding-bottom:10px"><div id="akport">{Asker}</div></span>{Question}</div><left>{Answer}</left>{/block:Answer}
- {block:PermalinkPage}{block:ifnotCaptions}
- {block:Text}{block:Caption}{Caption}{/block:Caption}{/block:Text}
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {/block:ifnotCaptions}{/block:PermalinkPage}
- <div id="details">{block:Date}<a href="{Permalink}" title="{TimeAgo}">{ShortMonth} {DayOfMonthWithZero}</a> {/block:Date}{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}" title="{SourceTitle}">©</a> {/block:ContentSource} {block:NoteCount}<a href="{Permalink}">+{NoteCount}</a> {/block:NoteCount}<a href="{ReblogURL}">reblog</a> <div class="lbutton">{LikeButton color="grey" size="10"}</div>
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a><span class="comma">,</span> {/block:Tags}</div>{/block:HasTags}
- </div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notecontain"><div id="notes">{PostNotes}</div></div>{/block:PostNotes}
- {/block:Posts}
- </div></div></div></div>
- {block:Pagination}<div id="centered" style="width:300px"><div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div></div>{/block:Pagination}
- <div id="credit"><a href="http://lunecerise.co.vu" title="lunecerise">LC</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment