Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!---------THEME BY JAEBIUM
- pls dont steal or use as basecode
- thank you and edit as much as you want!------------->
- <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="image:Background" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#707070" />
- <meta name="color:Links" content="#000000"/>
- <meta name="color:Hover" content="#a2a2a2"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:First Letter" content="#000000"/>
- <meta name="color:Posts BG" content="#ffffff"/>
- <meta name="color:SB Links Hover Background" content="#f8f8f8"/>
- <meta name="color:SB Links Hover Text" content="#000000"/>
- <meta name="color:Border" content="e2e2e2"/>
- <meta name="color:Scrollbar" content="e2e2e2"/>
- <meta name="text:Pop Up Ask Title" content="Ask Me Anything"/>
- <meta name="text:Link URL 1" content="/"/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link URL 2" content="/"/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link URL 3" content="/"/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link URL 4" content="/"/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link URL 5" content="/"/>
- <meta name="text:Link 5" content=""/>
- <meta name="if:250px" content="1"/>
- <meta name="if:Show Caption" content="1"/>
- <meta name="if:Full Background" content="1"/>
- <meta name="if:Pop Up Ask" content="1"/>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <!-----------LAZY LOAD----------->
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/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>
- <!-------JAVASCRIPT-------->
- <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.1/jquery.min.js"></script>
- <!------POP UP ASK------->
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><div id="close" title="close"><i class="fa fa-times"></i></div>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!--------TOOLTIPS-------->
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::selection {color: {color:SB Links Hover Text}; background: {color:SB Links Hover Background};}
- ::-moz-selection {color: {color:SB Links Hover Text}; background: {color:SB Links Hover Background};}
- ::-webkit-selection {color: {color:SB Links Hover Text}; background: {color:SB Links Hover Background};}
- ::-webkit-scrollbar {
- height:5px;
- width: 7px;
- background-color:{color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- /*-------BASICS-------*/
- body {
- margin:0;
- {block:IfFullBackground}
- background:url('{image:Background}') fixed;
- background-size:cover; /*delete this line if you want your background to repeat*/
- {/block:IfFullBackground}
- {block:IfNotFullBackground}
- background:{color:Background};
- {/block:IfNotFullBackground}
- font-family: arial, calibri;
- font-size:10px;
- text-align:justify;
- line-height:170%;
- color:{color:Text};
- }
- h1 {font-size:9px;}
- h2 {font-size:8px;}
- h1, h2 {
- text-transform:uppercase;
- letter-spacing:1px;
- padding:5px 5px 5px 7px;
- border:1px solid {color:Border};
- }
- ul, li {
- list-style-type:square;
- margin-left:0px;
- }
- blockquote {
- border-left:1px solid {color:border};
- padding-left:10px;
- margin-left:5px;
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -webkit-transition: 0.5s all;
- -moz-transition: 0.5s all;
- -o-transition: 0.5s all;
- transition:0.5s all;
- }
- a:hover {
- color:{color:hover};
- -webkit-transition: 0.5s all;
- -moz-transition: 0.5s all;
- -o-transition: 0.5s all;
- transition:0.5s all;
- }
- img {max-width:100%;}
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- /*-----SIDEBAR-----*/
- #sidebar {
- position:fixed;
- padding:50px 30px 0px 50px;
- width:140px;
- height:100%;
- background:{color:Posts BG};
- text-align:right;
- }
- #title {
- width:140px;
- font-size:14px;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:4px;
- }
- #title::first-letter {
- color:{color:First Letter};
- }
- #title a {
- color:{color:Title};
- }
- #description {
- font-size:9px;
- margin-top:-10px;
- padding:15px 0px 10px 0px;
- border:0px solid {color:Border};
- }
- .sblinks {
- margin-left:70px;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:2px;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- .sblinks a {
- padding:3px 3px 3px 5px;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- .sblinks a:hover {
- background:{color:SB Links Hover Background};
- color:{color:SB Links Hover Text};
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- /*-----PAGINATION-----*/
- #pagination a {
- display:inline;
- padding-left:6px;
- }
- /*------POSTS------*/
- #posts {
- padding:50px 0px 0px 50px;
- margin-left:230px;
- }
- .entries {
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:ifNot250px}
- width:400px;
- {/block:ifNot250px}
- margin-bottom:80px;
- padding:14px 14px 10px 14px;
- background:{color:Posts BG};
- }
- /*-------NOTES--------*/
- .info {
- {block:Permalink}
- border-top:1px solid {color:Border};
- padding:5px;
- {/block:Permalink}
- text-align:left;
- margin-top:8px;
- text-transform:uppercase;
- letter-spacing:.5px;
- font-weight:bold;
- word-spacing:4px;
- font-size:8px;
- }
- .tags {
- display:inline;
- text-transform:none;
- font-style:italic;
- font-size:8px;
- }
- /*------QUOTE------*/
- #quote {
- font-size:10px;
- padding:5px 5px 5px 10px;
- border:1px solid {color:Border};
- text-transform:none;
- font-weight:bold;
- }
- #source {
- margin-top:6px;
- text-align:right;
- font-style:italic;
- }
- /*----LINK POSTS----*/
- #link {
- padding:5px 5px 5px 10px;
- border:1px solid {color:Border};
- font-style:italic;
- font-size:11px;
- }
- /*----AUDIO POSTS----*/
- #block {
- {block:If250px}
- width:250px;
- {/block:If250px}
- {block:IfNot250px}
- width:400px;
- {/block:IfNot250px}
- height:30px;
- background:{color:Posts bg};
- border:1px solid {color:Border};
- }
- #play {
- position:absolute;
- z-index:9999;
- opacity:.7;
- width:30px;
- height:30px;
- overflow:hidden;
- margin-top:-30px;
- margin-left:2px;
- -webkit-transition:0.8s all;
- -moz-transition:0.8s all;
- -o-transition:0.8s all;
- transition:0.8s all;
- }
- #play:hover {
- opacity:1;
- -webkit-transition:0.8s all;
- -moz-transition:0.8s all;
- -o-transition:0.8s all;
- transition:0.8s all;
- }
- #details {
- position:absolute;
- {block:If250px}
- width:210px;
- {/block:If250px}
- {block:IfNot250px}
- width:370px;
- {/block:IfNot250px}
- height:10px;
- overflow:hidden;
- font-size:7px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:5px;
- margin-top:-29px;
- margin-left:35px;
- }
- /*------ASK POSTS------*/
- #asker {
- font-weight:bold;
- text-transform:uppercase;
- text-align:left;
- letter-spacing:1px;
- font-size:8px;
- }
- #asker a {
- border-bottom:2px solid {color:Border};
- padding-bottom:4px;
- }
- #ask {
- letter-spacing:.5px;
- padding:10px;
- background:#f8f8f8;
- font-style:italic;
- }
- /*------PERMALINK NOTES------*/
- .notes {
- {block:If250px}
- width:240px;
- {/block:If250px}
- {block:IfNot250px}
- width:390px;
- {/block:IfNot250px}
- height:100%;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:1px;
- background:{color:Posts bg};
- }
- .notes li {
- margin-left:-30px;
- margin-top:10px;
- {block:If250px}
- width:245px;
- {/block:If250px}
- {block:IfNot250px}
- width:395px;
- {/block:IfNot250px}
- padding:5px;
- background:{color:Posts BG};
- margin-top:-1px;
- list-style-type:none;
- }
- .notes img {
- display:none;
- width:0px;
- }
- /*-----POP UP ASK----*/
- .popup_block {
- display: none;
- background: {color:posts bg};
- padding: 15px;
- float: left;
- font-size: 10px;
- position: fixed;
- top: 50%; left: 50%;
- border:1px solid {color:Border};
- z-index: 99999999;
- }
- #close {
- float: right;
- color:{color:Title};
- margin: 10px 8px 0px 0px ;
- }
- *html .popup_block {
- position: absolute;
- }
- *html #fade {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:url('{image:Background}') fixed;
- background-size:cover;
- opacity:1;
- }
- /*------CREDIT-----*/
- #credit {
- position:fixed;
- bottom:20px;
- right:20px;
- font-size:12px;
- }
- #credit a {
- display:block;
- background:{color:posts bg};
- color:{color:Title};
- padding:2px 8px 2px 8px;
- }
- /*----TOOLTIP-----*/
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:1px 5px;
- background:{color:posts bg};
- border:1px solid {color:border};
- color:{color:text};
- z-index:999999999999;
- font-size:9px;
- letter-spacing:1.5px;
- text-transform:lowercase;
- font-style:italic;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div class="sblinks">
- <a href="{text:Link URL 1}">{text:Link 1}</a>
- {block:IfPopUpAsk}
- <a href="#?w=500" rel="box1" class="poplight">inquire</a>
- {/block:IfPopUpAsk}
- {block:IfNotPopUpAsk}
- <a href="{text:Link URL 2}">{text:Link 2}</a>
- {/block:IfNotPopUpAsk}
- <a href="{text:Link URL 3}">{text:Link 3}</a>
- <a href="{text:Link URL 4}">{text:Link 4}</a>
- <a href="{text:Link URL 5}">{text:Link 5}</a>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">backward</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">forward</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="description">{Description}</div>
- <div id="title"><a href="/">{Title}</a></div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entries">
- {block:ContentSource}
- <!------ {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- {block:if250px}
- <img src="{PhotoURL-250}">
- {/block:if250px}
- {block:ifNot250px}
- <img src="{PhotoURL-400}">
- {/block:ifNot250px}
- {LinkCloseTag}
- {block:ifShowCaption}
- {block:IndexPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IndexPage}
- {/block:ifShowCaption}
- {block:Permalink}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Permalink}
- {/block:Photo}
- {block:Photoset}
- {block:if250px}{Photoset-250}{/block:if250px}
- {block:ifNot250px}{Photoset-400}{/block:ifNot250px}
- {block:ifShowCaption}
- {block:IndexPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IndexPage}
- {/block:ifShowCaption}
- {block:Permalink}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Permalink}
- {/block:Photoset}
- {block:Quote}
- <div id="quote">“{Quote}”</div>
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}<div id="link"><a href="{URL}">{URL}</a></div>
- {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}
- <div id="block"></div>
- {block:AudioPlayer}
- <div id="play">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- <div id="details">
- {block:TrackName}
- <i>{TrackName}
- {/block:TrackName}
- {block:Artist}
- by <b>{Artist}</b></i>
- {/block:Artist}
- </div>
- {block:ifShowCaption}
- {block:IndexPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IndexPage}
- {/block:ifShowCaption}
- {block:Permalink}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Permalink}
- {/block:Audio}
- {block:Video}
- {block:if250px}
- {Video-250}
- {/block:if250px}
- {block:ifNot250px}
- {Video-400}
- {/block:ifNot250px}
- {block:ifShowCaption}
- {block:IndexPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:IndexPage}
- {/block:ifShowCaption}
- {block:Permalink}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Permalink}
- {/block:Video}
- {block:Answer}
- <div id="asker">{Asker} asked:</div>
- <div id="ask">{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Date}
- {block:IndexPage}
- <div class="info">
- <a href="{Permalink}">{12Hour}:{Minutes}{CapitalAmPm}</a> -
- <a href="{ReblogURL}">reblog</a> -
- <a href="{Permalink}">more</a>
- </div>
- {/block:IndexPage}
- {block:Permalink}
- <div class="info">
- <b>posted on:</b> {Month} {DayOfMonth}
- {block:NoteCount}
- <br><b>notes:</b> {NoteCount}
- {/block:NoteCount}
- {block:HasTags}<br>tags:
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- </div>
- {/block:HasTags}
- {block:ContentSource}
- <br><b>source:</b> <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}
- </div>
- {/block:Permalink}
- {/block:Date}
- </div>
- {block:Posts}
- <div class="notes">
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- </div>
- <!-----pls dont remove this ty------>
- <div id="credit">
- <a href="http://jaebium.tumblr.com" title="jaebium" target="_blank">+</a>
- </div>
- </body>
- <!------POP UP ASK-------->
- <div id="box1" class="popup_block">
- <center><h1>{text:Pop Up Ask Title}</h1><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center>
- </div>
- </div></div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment