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 12: Elegance by lunecerise aka sxriusblack
- -keep the credit intact
- -don't steal any code
- -don't use as a basecode
- -don't claim this as your own
- thank you :) xx
- -->
- <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:Title" content="#777777"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Tags" content="#cccccc"/>
- <meta name="color:Hover" content="#f1f1f1"/>
- <meta name="color:Line" content="#f2f2f2"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="if:Popup Ask" content="1"/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Your URL" content="put your url here for the popup ask to work"/>
- <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="/">
- <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>
- <style type="text/css">
- *, body, a, a:hover, a:active {cursor:url(http://static.tumblr.com/vmteopo/3Bkn5qfil/cursor2.png), auto;}
- #s-m-t-tooltip {
- max-width:300px;
- padding: 5px 7px;
- margin:10px;
- background-color:{color:background};
- font-family:calibri;
- font-size:8px;
- border:double {color:border};
- font-style:bold;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:Text};
- z-index:10000000000000000000000000000000000000000000000000000000000000;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- ::-webkit-scrollbar {width:7px; height:auto; background:{color:background};}
- ::-webkit-scrollbar-corner {background:{color:background};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- ::-webkit-scrollbar-increment {width:7px; height:7px; background-color:#fff;}
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:9px;
- line-height:110%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- transition:0.5s ease-in-out;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- opacity:1;
- text-decoration:line-through;
- }
- img {
- border:none;
- max-width:100%;
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- }
- h1 a:hover {
- letter-spacing:2px;
- font-style:italic;
- }
- h2 {
- font-family:times;
- font-style:italic;
- font-size:15px;
- text-align:center;
- line-height:123%;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- pre {
- padding:3px 5px;
- background-color:#f1f1f1;
- }
- b, strong {
- font-weight:700;
- }
- ul {
- list-style:square;
- }
- ol {
- list-style:upper-roman;
- line-height:115%;
- }
- li {
- line-height:115%;
- }
- #sidebar {
- position:fixed;
- width:220px;
- margin-left:200px;
- margin-top:100px;
- opacity:1;
- 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:hover .links {
- opacity:1;
- }
- #sidebarimage {
- height:320px;
- overflow:hidden;
- top:100px;
- position:fixed;
- width:220px;
- z-index:-1;
- }
- #sidebarimage img {
- height:320px;
- width:220px;
- padding:6px;
- }
- #title {
- position:fixed;
- z-index:444;
- margin-top:60px;
- margin-bottom:-50px;
- font-size:15px;
- width:200px;
- padding:5px 10px;
- text-align:center;
- color:#777;
- font-family:times;
- font-style:italic;
- 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 {
- color:{color:Title};
- text-shadow:2px 2px 0.1em #777;
- text-decoration:none;
- letter-spacing:1px;
- 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 {
- letter-spacing:2px;
- }
- .desc {
- z-index:444;
- position:fixed;
- margin-left:2px;
- font-family:cambria;
- line-height:110%;
- margin-top:90px;
- font-size:9px;
- font-style:italic;
- width:200px;
- padding:10px;
- text-align:justify;
- color:{color:text};
- background:rgba(255,255,255,0.8);
- 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;
- }
- .links {
- opacity:0;
- z-index:444;
- position:fixed;
- margin-top:30px;
- width:200px;
- padding: 5px 10px;
- word-spacing:2px;
- font-family:calibri;
- text-align:center;
- text-transform:uppercase;
- 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;
- }
- .links a {
- text-decoration:none;
- font-size: 9px;
- padding:4px 6px;
- border:double {color:border};
- background:rgba(255,255,255,0.8);
- }
- .links a:hover {
- color:{color:Hover};
- }
- #pagi {
- width:220px;
- font-size:8px;
- text-align:center;
- margin-top:210px;
- font-family:cambria;
- letter-spacing:0px;
- 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;
- }
- #pagi a {
- color:{color:background};
- text-decoration:none;
- }
- #all {
- padding:10px;
- width:500px;
- margin-left:520px;
- margin-top:50px;
- font-size:10px;
- }
- #posts {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:30px;
- background-color:{color:Post};
- }
- #details {
- text-align:center;
- margin-top:8px;
- text-transform:uppercase;
- font-size:8px;
- font-style:none;
- border-top:1px solid {color:Line};
- }
- .caption {
- line-height:110%;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -webkit-hyphens: auto;
- -moz-hyphens: auto;
- -ms-hyphens: auto;
- hyphens: auto;
- }
- #tags {
- font-family:cambria;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:10px;
- font-style:italic;
- margin-top:2px;
- text-align:center;
- }
- #tags a {
- display:inline-block;
- padding:-3px;
- text-align:right;
- color:{color:Tags};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -transition: all 0.6s ease-in-out;
- }
- #tags .comma:last-child {
- display:none;
- }
- #question {
- padding:8px;
- font-family:times;
- letter-spacing:2px;
- text-align:center;
- border-bottom:1px {color:border} solid;
- color:{color:text};
- background-color:{color:background}
- }
- /*CHAT POSTS*/
- .chat li {
- list-style:none;
- line-height:105%;
- }
- .line.odd {
- background-color:#f2f2f2;
- padding:4px 5px;
- }
- .line.even {
- padding:0 5px;
- }
- .cover {
- position: relative;
- z-index: 1;
- width:100px;
- margin-bottom:30px;
- background-color:{color:background};
- }
- .playbutton {
- width: 20px;
- height: 30px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- margin: 12px 20px 10px 12px;
- }
- .playbox {
- width:50px;
- height:50px;
- background-color: #000;
- position: absolute;
- z-index: 1000;
- margin-top:25px;
- margin-left:24px;
- opacity:0.6;
- transition-duration:0.5s;
- -o-transition-duration:0.5s;
- -ms-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- }
- .playbox:hover {
- opacity:1;
- transition-duration:0.5s;
- -o-transition-duration:0.5s;
- -ms-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- }
- .thepopup {
- display: none;
- padding: 20px 40px 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- color:{color:text};
- font-family:calibri;
- background-color:{color:background};
- border:double {color:border};
- font-size:11px;
- line-height:112%;
- height:400px;
- width:400px;
- overflow-y:scroll;
- overflow-x:hidden;
- z-index: 9999999999999999999999999999999999999999;
- }
- *html #fade {
- position: absolute;
- }
- *html .thepopup {
- position: absolute;
- }
- #fade {
- display: none;
- position: fixed; left: 0; top: 0; width: 100%; height: 100%;
- opacity: 1;
- z-index: 9999;
- }
- img.btn_close {
- float: right;
- margin: -15px -35px 0 0;
- }
- #credit, #credit a {
- text-decoration:none;
- position:fixed;
- bottom:4px;
- right:4px;
- padding:5px 4px;
- font-family: helvetica;
- text-transform:uppercase;
- color:#fff;
- font-size:10px;
- background-color:#000;
- -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 {
- text-decoration:none;
- font-family: helvetica;
- color:#000;
- background-color:#fff;
- text-shadow:#aaa 2px 2px;
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- -ms-transition-duration:0.4s;
- }
- {CustomCSS}</style></head><body>
- <!--- START POPUP ASK --->
- <div id="popupask" class="thepopup">
- <h2>FAQ</h2>
- <h1>April</h1>
- <p>April, hold up all you have and let me down I don't ever want to wonder about you now
- <h1>A Little Death</h1>
- <p>Dancing through the night, a vodka and a sprite, a glimpse of the silhouettes, a night that they never forget</p>
- <h1>Crystalised</h1>
- <p>You've applied the pressure to have me crystallized and you've got the faith that I could bring paradise</p>
- <p><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:Your URL}.tumblr.com" style="background-color:transparent; overflow:hidden; border-bottom:1px solid #000; padding-bottom:15px" id="ask_form"></iframe></p>
- </div>
- <!--- END POPUP ASK --->
- <div id="sidebar">
- <div id="title"><a href="/">{text:blog title}</a></div>
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- {block:IfLinkA}
- <a href="{text:linkA url}" style="padding:4px 8px" title="{text:linkA}">i</a>
- {/block:IfLinkA}
- {block:IfLinkB}
- <a href="{text:linkB url}" style="padding:4px 7px" 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:ifPopupAsk}
- <a href="#?w=500" style="padding:4px 7px" rel="popupask" class="poplight" title="message">v</a>
- {/block:ifPopupAsk}
- </div>
- {block:Pagination}<div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}" title="return">◀</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}" title="advance">▶</a>{/block:NextPage}
- </div>{/block:Pagination}
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- </div>
- <div id="all">{block:Posts}<div id="posts">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{block:More}<a href="{Permalink}" style="text-align:center; display:inline-block; width:500px; padding:8px 0; color:#fff; background-color:{color:text}; line-height:115%">READ MORE</a>{/block:More}{/block:Text}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-500}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Photoset}
- {block:Quote}<h2 style="text-shadow:2px 2px 0px #f2f2f2; text-align:center">“{Quote}”</h2><br> <center>—{Source}</center>{/block:Quote}
- {block:Audio}<div class="playbox">
- <div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- <div style="margin-left:110px; margin-top:-130px; line-height:160%; margin-bottom:40px"><br>
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- {block:Album}{Album}<br>{/block:Album}
- {/block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
- {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}<span class="caption">{Caption}</span>{/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:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> {Answer}</left>{/block:Answer}
- <div id="details">
- <br>{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} {12Hour} {CapitalAMPM}</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}<a href="{ReblogURL}" target="_blank">reblog</a>
- {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="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <!--- yo don't touch any of this ok --->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript">
- var scrolltotop={
- setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
- controlHTML: '<img src="https://31.media.tumblr.com/58628c84be970330b50d14caaa35aad8/tumblr_n7he8023x51sekzjlo1_75sq.png" style="filter:alpha(opacity=70); -moz-opacity:0.7;" width="10"/>', //link for button there//
- controlattrs: {offsetx:10, offsety:30}, //positioning//
- anchorkeyword: '#top',
- state: {isvisible:false, shouldvisible:false},
- scrollup:function(){
- if (!this.cssfixedsupport)
- this.$control.css({opacity:0})
- var dest=isNaN(this.setting.scrollto)? this.setting.scrollto : parseInt(this.setting.scrollto)
- if (typeof dest=="string" && jQuery('#'+dest).length==1)
- dest=jQuery('#'+dest).offset().top
- else
- dest=0
- this.$body.animate({scrollTop: dest}, this.setting.scrollduration);
- },
- keepfixed:function(){
- var $window=jQuery(window)
- var controlx=$window.scrollLeft() + $window.width() - this.$control.width() - this.controlattrs.offsetx
- var controly=$window.scrollTop() + $window.height() - this.$control.height() - this.controlattrs.offsety
- this.$control.css({left:controlx+'px', top:controly+'px'})
- },
- togglecontrol:function(){
- var scrolltop=jQuery(window).scrollTop()
- if (!this.cssfixedsupport)
- this.keepfixed()
- this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
- if (this.state.shouldvisible && !this.state.isvisible){
- this.$control.stop().animate({opacity:1}, this.setting.fadeduration[0])
- this.state.isvisible=true
- }
- else if (this.state.shouldvisible==false && this.state.isvisible){
- this.$control.stop().animate({opacity:0}, this.setting.fadeduration[1])
- this.state.isvisible=false
- }
- },
- init:function(){
- jQuery(document).ready(function($){
- var mainobj=scrolltotop
- var iebrws=document.all
- mainobj.cssfixedsupport=!iebrws || iebrws && document.compatMode=="CSS1Compat" && window.XMLHttpRequest
- mainobj.$body=(window.opera)? (document.compatMode=="CSS1Compat"? $('html') : $('body')) : $('html,body')
- mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>')
- .css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, cursor:'pointer'})
- .attr({title:'back to top'})
- .click(function(){mainobj.scrollup(); return false})
- .appendTo('body')
- if (document.all && !window.XMLHttpRequest && mainobj.$control.text()!='')
- mainobj.$control.css({width:mainobj.$control.width()})
- mainobj.togglecontrol()
- $('a[href="' + mainobj.anchorkeyword +'"]').click(function(){
- mainobj.scrollup()
- return false
- })
- $(window).bind('scroll resize', function(e){
- mainobj.togglecontrol()
- })
- })
- }
- }
- scrolltotop.init()</script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/bmdsqsc/NoFm7hr5m/close.png" class="btn_close" title="Close Window" alt="Close" /></a>');
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend;
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 90) / 2;
- var popMargLeft = ($('#' + popID).width() + 90) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .thepopup').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!-- DON'T TOUCH ANYTHING HERE -->
- <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,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- <div id="credit"><a href="http://lunecerise.tumblr.com" title="lunecerise">LC</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment