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 17: MEMOIRS BY LUNECERISE AKA ROMULVS
- -keep credit intact
- -don't steal any code
- -don't use as a basecode/claim as your own
- -->
- <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}
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#bbbbbb"/>
- <meta name="color:Accent" content="#A987E2"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Post" content="#ffffff"/>
- <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:Tooltip" content="#777777"/>
- <meta name="color:Scrollbar" content="#eeeeee"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="if:2 Columns" content="1"/>
- <meta name="if:Black Cursor" content="0"/>
- <meta name="if:Tall Caption" 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:1,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://static.tumblr.com/vmteopo/uMrnjl0jv/nav.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#container');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.char',
- });
- });
- $container.infinitescroll({
- itemSelector : ".char",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- <style type="text/css">
- @import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
- ::-webkit-scrollbar {width:4px; height:auto; background:transparent;}
- ::-webkit-scrollbar-corner {background:transparent;}
- ::-webkit-scrollbar-thumb:vertical {background:rgba(124, 159, 204,0.2); width:2px; border:1px dotted {color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};height:5px !important;}
- ::-webkit-scrollbar-increment {width:4px; height:4px; background-color:#fff;}
- iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding: 3px 5px;
- margin:10px;
- background-color:{color:background};
- font-family:consolas;
- font-size:9px;
- font-style:bold;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:tooltip};
- box-shadow:5px 5px 0.2em #f0f0f0;
- border-top:1px solid #f9f9f9;
- border-left:1px solid #f9f9f9;
- z-index:10000000000000000000000000000000;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- @-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; }
- ::selection {background-color:{color:Accent};color:white;text-shadow:none;}
- ::-o-selection {background-color:{color:accent};color:#fff;text-shadow:none;}
- ::-moz-selection {background-color:{color:accent};color:#fff;text-shadow:none;}
- #infscr-loading img {display:none!important;}
- {block:ifBlackCursor}
- *, body, img { cursor:url(http://static.tumblr.com/vmteopo/yYInjhg6e/small_black_cursor.png), auto;}
- a, a:hover, a:active {cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair; }
- {/block:ifBlackCursor}
- {block:ifnotBlackCursor}
- *, body { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }
- a, a:hover, a:active { cursor:url('http://i.imgur.com/gqnjlwL.png'), crosshair; }
- {/block:ifnotBlackCursor}
- body {
- background:{color:background} url({image:background}) repeat fixed left top;
- margin:0px;
- color:{color:text};
- font-family:consolas;
- font-size:9px;
- line-height:122%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- 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;
- }
- a:hover {color:{color:hover};text-decoration:line-through;}
- img {border:none;max-width:100%;}
- h1 {font-size:12px;text-transform:uppercase;}
- h2 {font-size:15px;text-shadow:2px 2px 0px #f1f1f1;line-height:115%}
- b, strong {font-weight:700;}
- small, sub {font-size:7px;}
- big {font-size:13px;}
- ol {list-style:lower-roman;line-height:123%;}
- li {list-style:square;line-height:123%;}
- blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- pre {
- padding:3px 5px;
- text-transform:uppercase;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- #sidebar {
- position:fixed;
- width:300px;
- left:130px;
- top:100px;
- opacity:1;
- padding-right:70px;
- z-index:2;
- }
- #sidebarimage {width: 300px;height:auto;padding:6px 0;}
- #sidebarimage img {width:300px;z-index:888;opacity:0.8;}
- #title {
- font-size:17px;
- font-family:calibri;
- width:280px;
- text-transform:uppercase;
- padding:5px 10px;
- text-align:center;
- line-height:110%;
- }
- #title a {
- letter-spacing:1px;
- margin-left:1px;
- text-decoration:none;
- padding:2px 5px;
- transition:0.55s ease-in-out;
- -webkit-transition:0.55s ease-in-out;
- -moz-transition:0.55s ease-in-out;
- -ms-transition:0.55s ease-in-out;
- -o-transition:0.55s ease-in-out;
- }
- #title a:hover {
- margin-left:5px;
- letter-spacing:5px;
- text-decoration:none;
- }
- .desc {
- position:fixed;
- margin-top:10px;
- font-family:'Jeju Gothic', consolas;
- line-height:110%;
- font-size:8.5px;
- font-style:italic;
- width:280px;
- height:auto;
- padding:10px;
- text-align:center;
- color:{color:text};
- }
- .links {
- position:fixed;
- margin-top:-6px;
- width:260px;
- padding:10px 20px;
- word-spacing:1em;
- font-family:consolas;
- text-align:center;
- text-transform:uppercase;
- }
- .links a {font-size:9px;}
- .links a:hover {color:{color:Hover};text-decoration:underline;}
- #pagi{
- width:300px;
- font-size:8px;
- text-align:center;
- margin-top:40%;
- letter-spacing:0px;
- }
- .current_page {
- height:10px;
- width:20px;
- padding:5px 7px;
- border:dotted 1px {color:line};
- }
- .jump_page {
- border:none;
- height:10px;
- width:20px;
- padding:5px;
- }
- #all {
- padding:10px 70px;
- {block:ifnot2Columns}width:270px;{/block:ifnot2Columns}
- {block:if2Columns}width:750px;{/block:if2Columns}
- font-size:9px;
- z-index:2;
- margin-left:450px;
- margin-bottom:50px;
- padding-bottom:70px;
- }
- #posts {
- width:250px;
- padding:10px;
- position:relative;
- float:left;
- margin-top:50px;
- {block:if2columns}margin:50px 50px 0;{/block:if2columns}
- background-color:{color:Post};
- border:dotted 1px {color:line};
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- #caption {
- width:250px;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- .boxes {
- display:block;
- position:relative;
- padding:5px;
- font-size:9px;
- width:10px;
- height:10px;
- margin-bottom:-20px;
- text-align:center;
- background-color:{color:post};
- border:1px dotted {color:line};
- float:right;
- top:-11px;
- right:-35px;
- }
- .boxes:hover #details {opacity:1;}
- .boxes a, .boxes a:hover {text-decoration:none;}
- #details {
- opacity:0;
- width:50px;
- text-align:center;
- margin-top:-16px;
- margin-left:20px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-top:1px solid {color:border};
- 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;
- }
- #details a {display:block;padding:0px;}
- #tags a {display:inline-block;}
- #tags .comma:last-child {display:none;}
- #question {
- padding:10px;
- letter-spacing:2px;
- text-align:center;
- border:1px {color:border} dotted;
- color:{color:text};
- background-color:{color:background};
- }
- #akport {
- width:230px;
- text-align:center;
- height:12px;
- padding:5px 0;
- color:#444;
- opacity:1;
- background-color:{color:background};
- z-index:99999;
- margin-bottom:3px;
- }
- #akport a {
- background-color:{color:background};
- text-align:center;
- text-decoration:none;
- }
- #akport a:hover {text-decoration:none;letter-spacing:0.8em;}
- .tumblr_audio_player {width:100%;margin-top:2px;}
- .player {
- width:30px;
- height:30px;
- padding:10px;
- border:dotted 1px #aaa;
- overflow:hidden;
- background:#fbfbfb;
- margin:0;
- display:inline-block;
- }
- .audioinfo {
- color:{color:accent};
- display:inline-block;
- padding:14px 15px;
- text-align:left;
- font-size:10px;
- background:#fbfbfb;
- width:160px;
- float:right;
- margin:-54px 0 -54px -2px;
- border:dotted 1px #aaa;
- }
- .chat li {list-style:none;line-height:110%;}
- .line.odd {background-color:#f2f2f2;padding:3px 5px;}
- .line.even {padding:0;}
- .hover {
- position:absolute;
- top:10px;
- right:0px;
- bottom:10px;
- left:2px;
- padding:2px 8px;
- opacity:0;
- display:block;
- {block:ifTallCaption}background:rgba(255,255,255,0.9);{/block:ifTallCaption}{block:ifnotTallCaption}background:transparent;{/block:ifnotTallCaption}
- 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;
- }
- #posts:hover .hover {opacity:1;}
- .hover #caption {
- width:250px;
- max-height:100%;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- overflow:auto;
- position:absolute;
- color:#666;
- margin:0;
- bottom:0px;
- {block:ifnotTallCaption}background:rgba(255,255,255,0.9);{/block:ifnotTallCaption}{block:ifTallCaption}background:transparent;{/block:ifTallCaption}
- }
- #notecontain {
- width:220px;
- padding:20px 15px;
- text-align:center;
- border:dotted 1px {color:border};
- }
- #notes {
- width:200px;
- height:150px;
- padding:5px 10px;
- overflow-y:scroll;
- overflow-x:hidden;
- text-align:justify;
- font-size:8px;
- margin:0 40px 0px 30px;
- line-height:125%;
- }
- #notes img {display:none;}
- #notes ol, #notes li {list-style:circle;line-height:125%;}
- #credit, #credit a {
- position:fixed;
- bottom:4px;
- right:4px;
- padding:5px 4px;
- font-family: helvetica;
- text-transform:uppercase;
- color:#aaa;
- font-size:8px;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- -ms-transition-duration:0.3s;
- }
- #credit:hover, #credit a:hover {
- font-family: helvetica;
- text-decoration:none;
- color:#000;
- background-color:#fff;
- text-shadow:#aaa 2px 2px 0.2em;
- -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="sidebar">
- <div id="title"><a href="/">{text:Blog Title}</a></div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div class="links">
- <a href="{text:linkA url}">{text:linkA}</a>
- <a href="{text:linkB url}">{text:linkB}</a>
- <a href="{text:linkC url}">{text:linkC}</a>
- <a href="{text:linkD url}">{text:linkD}</a>
- <a href="{text:linkE url}">{text:linkE}</a>
- </div>
- <div class="desc">
- {Description}
- </div>
- {block:ifnot2Columns}
- {block:Pagination}<div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span> {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>{/block:Pagination}
- {/block:ifnot2Columns}
- </div>
- {block:if2Columns}
- {block:IndexPage}<div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>{/block:IndexPage}
- {/block:if2Columns}
- <div id="all" class="box fade-in one">
- {block:Posts}<div id="posts">
- <div class="boxes"><a title="reblog" href="{ReblogURL}">x</a>
- <div id="details">
- <br>{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}" title="{SourceTitle}">src</a>{/block:ContentSource}{block:NoteCount} <a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}{block:HasTags} {block:Tags}<div id="tags"><a href="{TagURL}">-{Tag}</a></div>{/block:Tags}{/block:HasTags}
- </div></div>
- {block:IndexPage}{block:Caption}<div class="hover" style="display:none;{block:photo}display:block;{/block:photo}{block:photoset}display:block;{/block:photoset}">
- <div id="caption">{Caption}</div>
- </div>{/block:Caption}{/block:IndexPage}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}<center>{Photoset-250}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
- {block:Quote}<div style="text-align:center"><h2>“{Quote}”</h2><br>↳ {Source}</div><br>{/block:Quote}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
- {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/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}
- </div>
- {/block:Posts}
- {block:PostNotes}<div id="notecontain"><div id="notes">{PostNotes}</div></div>{/block:PostNotes}
- {/block:Posts}
- </div></div>
- {block:if2Columns}
- {block:IndexPage} <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#all');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#posts',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '#posts',
- loadingImg : "",
- loadingText : " ",
- donetext : " ",
- extraScrollPx : 0,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#all').show(500);
- });
- </script>
- <script language="JavaScript">
- function function1(){
- window.scrollTo(0,5);
- }
- function function2(){
- window.scroll(0,2);
- }
- </script>
- {/block:IndexPage}
- {/block:if2Columns}
- <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