Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-------theme by tweltfh.tumblr.com
- - edit as much as you want but dont remove credit
- - dont use as a basecode
- - ask me if you have a problem
- -------->
- <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:Sidebar" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#707070"/>
- <meta name="color:Links" content="#3e3c3c"/>
- <meta name="color:Hover" content="#797979"/>
- <meta name="color:Ask Background" content="#f5f5f5"/>
- <meta name="color:Post Background" content="#000000"/>
- <meta name="color:Border" content="#b8b3b3"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="if:Post Background" content="1"/>
- <meta name="if:Sticky Links" content="1"/>
- <meta name="if:Header Image" content="1"/>
- <meta name="text:Link 1" content="home"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content="ask"/>
- <meta name="text:Link 2 URL" content="/ask"/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 5" content=""/>
- <meta name="text:Link 5 URL" content="/"/>
- <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>
- <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">
- /*---tumblr controls---*/
- .tmblr-iframe {
- white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:1;
- position:fixed !important;
- -webkit-filter: invert(100%)
- }
- /*---tooltip---*/
- #s-m-t-tooltip{
- font-size:7px;
- position:absolute;
- margin-top:-30px;
- margin-left:10px;
- z-index:9999999;
- {block:IfPostBackground}
- background:{color:Post Background};
- {/block:IfPostBackground}
- {block:IfNotPostBackground}
- background:{color:Background};
- {/block:IfNotPostBackground}
- padding:3px 6px 3px 6px;
- text-transform:uppercase;
- letter-spacing:1.5px;
- color:{color:Text};
- border:1px solid {color:Border};
- }
- /*---selection---*/
- ::selection {color: white; background: black;}
- ::-moz-selection {color: white; background: black;}
- ::-webkit-selection {color: white; background: black;}
- /*---scrolllbar---*/
- ::-webkit-scrollbar {
- width: 6px; height: 3px; background: {color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- /*---basics---*/
- body {
- margin:0;
- line-height:190%;
- background:{color:Background};
- font-family:courier new;
- font-size:8px;
- letter-spacing:.5px;
- color:{color:Text};
- }
- blockquote {
- border-left:1px solid {color:Border};
- margin-left:20px;
- padding-left:20px;
- }
- h1 {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:11px;
- }
- h2 {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- }
- a {
- text-decoration:none;
- color:{color:Links};
- -webkit-transition:0.3s all;
- -moz-transition:0.3s all;
- -o-transition:0.3s all;
- transition:0.3s all;
- }
- a:hover {
- color:{color:Hover};
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- img {max-width:100%;}
- #center {
- width:500px;
- position:relative;
- margin:0px auto;
- {block:IfPostBackground}
- background:{color:Post Background};
- {/block:IfPostBackground}
- }
- /*---header---*/
- #header {
- width:500px;
- text-align:center;
- {block:IfHeaderImage}
- padding:90px 0px 70px 0px;
- {/block:IfHeaderImage}
- {block:IfNotHeaderImage}
- padding:120px 0px 70px 0px;
- {/block:IfNotHeaderImage}
- border-bottom:0px solid black;
- }
- #header img {
- width:50px;
- height:50px;
- border-radius:50px;
- padding:10px;
- }
- #title {
- margin-top:5px;
- font-size:14px;
- font-weight:bold;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #description {
- width:280px;
- margin:0px auto;
- margin-bottom:-5px;
- padding:15px 0px 0px 0px;
- }
- .links {
- margin-left:40px;
- z-index:9;
- width:400px;
- {block:IfPostBackground}
- background:{color:Post Background};
- {/block:IfPostBackground}
- {block:IfNotPostBackground}
- background:{color:Background};
- {/block:IfNotPostBackground}
- padding:20px 10px 20px 10px;
- text-transform:uppercase;
- font-weight:bold;
- font-size:8px;
- word-spacing:9px;
- }
- /*---posts---*/
- #posts {
- width:400px;
- padding:50px;
- }
- .entries {
- width:400px;
- margin-bottom:80px;
- }
- /*---post info---*/
- #in {
- margin-top:5px;
- font-size:8px;
- {block:PermalinkPage}
- opacity:1;
- {/block:PermalinkPage}
- {block:IndexPage}
- text-transform:uppercase;
- opacity:0;
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- {/block:IndexPage}
- }
- .entries:hover #in {
- opacity:1;
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- }
- .entries:hover .tagshover {
- {block:IndexPage}
- opacity:1;
- -webkit-transition:0.9s all;
- -moz-transition:0.9s all;
- -o-transition:0.9s all;
- transition:0.9s all;
- {/block:IndexPage}
- }
- .tagshover {
- opacity:1;
- {block:IndexPage}
- opacity:0;
- -webkit-transition:0.9s all;
- -moz-transition:0.9s all;
- -o-transition:0.9s all;
- transition:0.9s all;
- {/block:IndexPage}
- }
- #right {
- float:right;
- margin-right:4px;
- }
- /*---permalink notes---*/
- .notes li {
- padding:5px 0px 5px 0px;
- list-style-type:decimal-leading-zero;
- }
- .notes img {
- display:none;
- }
- /*---quote posts---*/
- #quote {
- font-size:11px;
- font-weight:bold;
- font-style:italic;
- }
- #source {
- text-align:right;
- padding-top:5px;
- font-size:9px;
- }
- /*---link posts---*/
- #linkie {
- padding:4px 8px 4px 8px;
- background:{color:Ask Background};
- }
- /*---ask posts---*/
- #pc img {
- width:30px;
- border-radius:4px;
- margin-top:0px;
- float:right;
- }
- #ask {
- width:320px;
- background:{color:Ask Background};
- padding:6px 10px 10px 10px;
- text-align:justify;
- border-radius:4px;
- text-transform:none;
- }
- .arrow-right {
- width: 0;
- position:absolute;
- border-top: 9px solid transparent;
- border-bottom: 9px solid transparent;
- margin-left:340px;
- margin-top:7px;
- border-left: 9px solid {color:Ask Background};
- }
- /*---audio posts---*/
- #play {
- position:absolute;
- width:30px;
- height:30px;
- overflow:hidden;
- border-radius:30px;
- opacity:.5;
- margin:19px 19px;
- background:black;
- }
- .pic {
- width:70px;
- height:70px;
- border:1px solid {color:Border};
- }
- #by {
- position:absolute;
- background:{color:Ask Background};
- width:304px;
- height:50px;
- margin-left:71px;
- margin-top:-78px;
- padding:10px 10px 10px 15px;
- border:1px solid {color:Border};
- font-size:7px;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- /*---pagination---*/
- #pagination {
- padding:5px;
- margin-left:-4px;
- margin-top:5px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:2px;
- width:400px;
- font-size:8px;
- word-spacing:3px;
- bottom:0%;
- border-top:0px solid {color:Border};
- }
- /*---credit---*/
- #credit {
- {block:IfNotPostBackground}
- position:fixed;
- right:10px;
- bottom:10px;
- font-size:10px;
- {/block:IfNotPostBackground}
- {block:IfPostBackground}
- font-size:7px;
- text-align:center;
- margin-top:15px;
- padding-top:10px;
- {/block:IfPostBackground}
- letter-spacing:0px;
- text-transform:lowercase;
- }
- #credit a {
- {block:IfPostBackground}
- padding-top:10px;
- border-top:1px dashed {color:Border};
- {/block:IfPostBackground}
- }
- {CustomCSS}</style></head><body>
- <div id="center">
- <div id="header">
- {block:IfHeaderImage}
- <img src="{image:Sidebar}">
- {/block:IfHeaderImage}
- <div id="title"><a href="/">{Title}</a></div>
- <div id="description">{Description} </div>
- <div class="links">
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- <a href="{text:Link 5 URL}">{text:Link 5}</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:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-400}">
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Text}{block:Title}<h1>— {Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<div id="linkie"><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="play">{AudioPlayerBlack}</div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="pic">
- {/block:AlbumArt}
- <div id="by">
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
- {block:PlayCount}<b>{PlayCount} PLAYS </b>{/block:PlayCount}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}{block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}<div class="arrow-right"></div><div id="pc"><img src="{AskerPortraitURL-128}"></div><div id="ask"><b>{Asker}</b> asked: {Question}</div>
- {Answer}
- {block:Answerer}{Answerer}{/block:Answerer}
- {/block:Answer}
- {block:Date}
- <div id="in">
- {block:IndexPage}
- <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>
- {block:NoteCount}/ ♥ {NoteCount}{/block:NoteCount}
- <div id="right">
- <a href="{ReblogURL}">reblog</a>
- {block:RebloggedFrom} /
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Month} {DayOfMonthWithZero} {Year}
- {block:NoteCount} with {NoteCount} Notes{/block:NoteCount}
- {block:RebloggedFrom}<br>Source: <a href="{ReblogRootUrl}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:HasTags}
- <div class="tagshover">
- {block:PermalinkPage}Tags:{/block:PermalinkPage}
- {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:PermalinkPage}
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">— next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <!------dont touch this pls------>
- <div id="credit"><a href="http://jaebium.tumblr.com" title="{block:IfNotPostBackground}theme by tweltfh{/block:IfNotPostBackground}" target="_blank">{block:IfPostBackground}theme by jaebium{/block:IfPostBackground}{block:IfNotPostBackground}▲{/block:IfNotPostBackground}</a></div>
- </div>
- </div>
- <!---sticky links--->
- {block:IfStickyLinks}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function(){
- var stickyRibbonTop = $('.links').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('.links').css({position: 'fixed', top: '0px', opacity: '.98'});
- } else {
- $('.links').css({position: 'static', top: '0px', opacity: '1'});
- }
- });
- });
- </script>
- {/block:IfStickyLinks}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment