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 18.5: ANGEL BY LUNECERISE AKA ROMULVS
- *dedicated to rachelle aka sehuneu for her birthday c: ily <3
- -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: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:Background" content=""/>
- <meta name="if:2 Columns" content="1"/>
- <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="//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>
- <link href='http://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,600|Roboto:400,500' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar {width:4px; height:auto; background:{color:Background};}
- ::-webkit-scrollbar-corner {background:transparent;}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; width:2px; border:1px solid {color:background};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};height:4px !important;}
- ::-webkit-scrollbar-increment {width:4px; height:4px; background-color:#fff;}
- iframe#tumblr_controls {
- 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;
- }
- iframe#ask_form {
- padding-bottom:10px;
- overflow-y:scroll;
- height:260px;
- }
- #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;}
- *, 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; }
- body {
- background:{color:background} url({image:background}) repeat fixed left top;
- margin:0px;
- color:{color:text};
- font-family:'Open Sans', sans-serif;
- font-size:9px;
- line-height:112%;
- }
- 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};}
- img {border:none;max-width:100%;height:auto;}
- 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:circle;line-height:123%;}
- blockquote {padding-left:5px;border-left:1px solid {color:line};margin-right:0;}
- blockquote blockquote {padding-left:5px;border-left:1px solid {color:line};margin-right:0;}
- 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:240px;
- height:auto;
- border:1px dashed {color:border};
- background:{color:background};
- right:200px;
- top:150px;
- opacity:1;
- padding:20px;
- z-index:2;
- }
- .title {
- font-size:10px;
- width:220px;
- text-transform:uppercase;
- padding:5px 10px;
- text-align:center;
- line-height:110%;
- }
- .title span {
- letter-spacing:1px;
- margin-left:1px;
- text-decoration:none;
- padding:5px 8px;
- background:rgba(255,255,255,0.9);
- border:1px dotted #eee;
- color:#777;
- }
- .desc {
- margin-top:-10px;
- line-height:110%;
- font-size:8.5px;
- font-style:italic;
- width:220px;
- height:auto;
- padding:10px;
- text-align:center;
- color:{color:text};
- }
- .links {
- margin-top:2px;
- width:200px;
- padding:10px 20px;
- word-spacing:1em;
- text-align:center;
- font-size:9px;
- text-transform:lowercase;
- }
- .links a:hover {color:{color:Hover};}
- .links a, #details a {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- position: relative;
- overflow: hidden;
- }
- .links a:before, #details a:before {
- content: "";
- position: absolute;
- z-index: -1;
- left: 50%;
- right: 50%;
- bottom: 0;
- background:{color:hover};
- height: 1px;
- -webkit-transition-property: left, right;
- transition-property: left, right;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- .links a:hover:before, .links a:focus:before, .links a:active:before, #details a:hover:before, #details a:focus:before, #details a:active:before {
- left: 0;
- right: 0;
- }
- .pagi{
- font-size:8px;
- text-align:center;
- padding:5px;
- width:250px;
- letter-spacing:0px;
- background:#fff;
- z-index:99;
- }
- .jump_page {height:10px;width:20px;padding:5px;}
- .current_page {height:10px;width:20px;padding:3px 5px;text-decoration:underline;}
- #all {
- padding:10px 70px;
- {block:ifnot2Columns}width:270px;margin-left:450px;{/block:ifnot2Columns}
- {block:if2Columns}width:750px;margin-left:150px;{/block:if2Columns}
- font-size:8.5px;
- z-index:2;
- margin-bottom:90px;
- padding-bottom:70px;
- letter-spacing:0.5px;
- }
- #thing {margin-bottom:50px;padding-bottom:50px;}
- #posts {
- width:250px;
- padding:10px;
- position:relative;
- float:left;
- margin-top:50px;
- {block:if2columns}margin:50px 50px 0;{/block:if2columns}
- background-color:rgba(255,255,255,0.5);
- 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;
- }
- {block:ifnot2columns}#posts:last-child {margin-bottom:100px;}{/block:ifnot2columns}
- #caption {
- width:250px;
- padding:5px 5px 0;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- #posts:hover #details {opacity:1;margin-left:-10px;}
- #details {
- opacity:0;
- max-width:50px;
- text-align:left;
- margin-top:-17px;
- margin-left:-30px;
- text-transform:uppercase;
- padding:3px 3px 3px 10px;
- font-size:8px;
- font-style:italic;
- background:{color:background};
- 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:inline-block;padding:0px;}
- #dets {padding:5px;border-top:1px solid {color:border};font-size:8px;}
- #dets a {display:inline-block;}
- #tags {display:inline-block;opacity:0.9;}
- #tags a {display:inline-block;}
- #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.6em;}
- .tumblr_audio_player {width:100%;margin-top:2px;}
- .player {
- width:30px;
- height:30px;
- padding:10px;
- border:dotted 1px transparent;
- overflow:hidden;
- margin:0;
- display:inline-block;
- }
- .audioinfo {
- color:{color:accent};
- display:inline-block;
- padding:15px;
- text-align:left;
- font-size:10px;
- background:#fbfbfb;
- width:160px;
- float:right;
- margin:0px 0 -54px -2px;
- border:dotted 1px #aaa;
- }
- .chat li {list-style:none;line-height:110%;}
- .line.odd {border-left:1px solid {color:line};padding:3px 5px;}
- .line.even {border-left:1px solid transparent;padding:3px 5px;}
- .webs {font-size:12px;text-transform:uppercase;padding-top:10px;text-align:center;}
- .webs a:before, .webs a:after {
- display: inline-block;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
- -moz-transition: -moz-transform 0.3s, opacity 0.2s;
- transition: transform 0.3s, opacity 0.2s;
- }
- .webs a:before {
- margin-right: 10px;
- content: '[';
- -webkit-transform: translateX(20px);
- -moz-transform: translateX(20px);
- transform: translateX(20px);
- }
- .webs a:after {
- margin-left: 10px;
- content: ']';
- -webkit-transform: translateX(-20px);
- -moz-transform: translateX(-20px);
- transform: translateX(-20px);
- }
- .webs a:hover:before, .webs a:hover:after, .webs a:focus:before, .webs a:focus:after {
- opacity: 1;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- transform: translateX(0px);
- }
- #notescontain {
- top:60px;
- left:600px;
- width:auto;
- height:auto;
- border:1px dashed {color:accent};
- position:fixed;
- }
- .notes {
- width:200px;
- max-height:150px;
- padding:5px 10px;
- margin:10px 15px 10px 5px;
- overflow-y:scroll;
- overflow-x:hidden;
- text-align:left;
- font-size:8px;
- 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 class="title"><span>{text:Blog Title}</span></div>
- <div class="links">
- {block:iflinkA}<a href="{text:linkA url}">{text:linkA}</a>{/block:iflinkA}
- {block:iflinkB}<a href="{text:linkB url}">{text:linkB}</a>{/block:iflinkB}
- {block:iflinkC}<a href="{text:linkC url}">{text:linkC}</a>{/block:iflinkC}
- {block:iflinkD}<a href="{text:linkD url}">{text:linkD}</a>{/block:iflinkD}
- {block:iflinkE}<a href="{text:linkE url}">{text:linkE}</a>{/block:iflinkE}
- </div>
- <div class="desc">
- {Description}
- </div>
- {block:ifnot2Columns}
- {block:Pagination}<div class="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}
- {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>
- <div id="thing">
- <div id="all" class="box fade-in one">
- {block:Posts}<div id="posts">
- {block:IndexPage}<div id="details">
- {block:Date}<a href="{Permalink}" title="{12HourWithZero}:{Minutes}{AmPm}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>{/block:Date}
- </div>
- {/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:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
- {block:Link}<div class="webs"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}<center>{Photoset-250}</center>{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/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 id="caption">{Caption}</div>{/block:Caption}{/block:Audio}
- {block:Video}{Video-250}{block:Caption}<div id="caption">{Caption}</div>{/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}
- {block:PermalinkPage}
- <div id="dets">{block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}{/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} +{NoteCount}{/block:NoteCount}{block:HasTags}<br> <i>— filed under:</i> {block:Tags}<div id="tags"><a href="{TagURL}">{Tag} </a></div>{/block:Tags}{/block:HasTags}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:PostNotes}<div id="notescontain"><div class="notes">{PostNotes}</div></div>{/block:PostNotes}
- {/block:Posts}
- </div></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