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
- -dont steal
- -dont remove credit
- -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="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#9f9898"/>
- <meta name="color:Links" content="#a0a0a0"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Border" content="#eaeaea"/>
- <meta name="color:Scrollbar" content="#e0e0e0"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Accent" content="#f0bfb3"/>
- <meta name="color:Selection" content="#f9f9f9"/>
- <meta name="color:Shadow One" content="#eacfc8"/>
- <meta name="color:Shadow Two" content="#c4d7e2"/>
- <meta name="if:Title Shadow" content="1"/>
- <meta name="if:Show Caption" content="1"/>
- <meta name="if:Inverted Tumblr Controls" content="1"/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <!----google fonts---->
- <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cousine' rel='stylesheet' type='text/css'>
- <!----jquery--->
- <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://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!---tooltip--->
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(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:8px;
- position:absolute;
- color:{color:links};
- background:{color:Background};
- margin-top:30px;
- margin-left:10px;
- z-index:9999999999;
- padding:4px 8px 4px 8px;
- text-transform:lowercase;
- letter-spacing:1px;
- }
- /*---scrollbar---*/
- ::-webkit-scrollbar {
- width: 4px; height: 3px; background: {color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- /*---scrollbar---*/
- ::selection {color: {color:text}; background:{color:Selection};}
- ::-moz-selection {color: {color:text}; background: {color:Selection};}
- ::-webkit-selection {color: {color:text}; background: {color:Selection};}
- /*---basics--*/
- body {
- margin:0;
- line-height:16px;
- background:{color:Background};
- color:{color:Text};
- font-size:10px;
- font-family:inconsolata, courier new, arial;
- }
- a {
- text-decoration:none;
- color:{color:Links};
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- }
- a:hover {
- color:{color:Hover};
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- cursor:help;
- }
- h1 {
- font-size:10px;
- font-family:inconsolata, courier new, trebuchet ms;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- blockquote {
- border-left:2px solid {color:Border};
- margin-left:10px;
- padding-left:20px;
- max-width: 100%;
- }
- blockquote blockquote {margin: 0 0 0 12px;}
- img {max-width:100%}
- #middle {
- position:relative;
- width:400px;
- margin:0px auto;
- }
- /*---sidebar---*/
- #sidebar {
- font-family:inconsolata, arial;
- position:fixed;
- width:240px;
- bottom:75px;
- left:75px;
- }
- #title {
- margin-bottom:5px;
- font-size:10px;
- font-weight:bold;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #title a {
- color:{color:Title};
- }
- #title a:hover {
- {block:IfTitleShadow}
- text-shadow: 1px 1px 2px {color:Shadow One}, -1px -1px 2px {color:Shadow Two};
- {/block:IfTitleShadow}
- }
- #description {
- width:220px;
- font-size:10px;
- letter-spacing:1px;
- font-family:cousine, inconsolata, courier new;
- }
- .links {
- margin-top:5px;
- font-size:9px;
- word-spacing:4px;
- letter-spacing:1px;
- font-weight:bold;
- text-transform:uppercase;
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- }
- .links a {
- padding-bottom:2px;
- border-bottom:1px solid transparent;
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- }
- .links a:hover {
- border-bottom:1px solid {color:border};
- }
- /*---posts---*/
- #posts {
- padding-top:120px;
- width:400px;
- margin-left:130px;
- }
- .entry {
- width:400px;
- border:0px solid {color:Border};
- {block:IndexPage}
- margin-bottom:120px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:30px;
- {/block:PermalinkPage}
- }
- /*---info---*/
- .info {
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:inconsolata, arial;
- font-size:8px;
- border-top:1px dashed {color:Border};
- padding:10px 7px;
- margin-top:5px;
- }
- .parent {
- margin-left:15px;
- }
- .tags {
- {block:IndexPage}
- position:absolute;
- margin-top:10px;
- opacity:0;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- {/block:IndexPage}
- }
- .entry:hover .tags {
- opacity:1;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- /*---caption---*/
- .caption {
- padding:7px;
- }
- /*---quote posts---*/
- #quote {
- padding:12px 7px;
- font-size:11px;
- font-family:courier new, trebuchet ms, inconsolata;
- }
- #src {
- font-family:inconsolata, courier, trebuchet ms, arial;
- text-align:right;
- font-size:9px;
- text-transform:uppercase;
- font-weight:bold;
- padding:12px 7px;
- letter-spacing:1px;
- }
- /*---link posts---*/
- #link-posts {
- font-size:10px;
- font-family:inconsolata, courier new;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #link-posts a {
- border-bottom:1px solid {color:Accent};
- }
- /*---audio posts---*/
- #play {
- z-index:9;
- width:30px;
- height:30px;
- position:absolute;
- background:white;
- overflow:hidden;
- border-radius:5px;
- margin-top:7px;
- margin-left:15px;
- }
- #names {
- width:310px;
- height:35px;
- padding:5px 5px;
- margin-left:62px;
- font-family:inconsolata, trebuchet ms;
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- /*---permalink notes---*/
- .notes {
- width:400px;
- margin-left:-15px;
- margin-bottom:70px;
- font-size:10px;
- list-style-type:none;
- font-family:inconsolata, Gill Sans, sans-serif;
- }
- .notes img {
- display:none;
- }
- .notes li {
- padding-bottom:3px;
- }
- /*---answer posts---*/
- #question {
- padding:15px 15px;
- font-size:10px;
- font-family:inconsolata, Gill Sans, sans-serif;
- letter-spacing:1px;
- border-bottom:1px dotted {color:Border};
- margin-top:5px;
- font-weight:bold;
- }
- #answer {
- padding:5px 15px;
- }
- /*---pagination---*/
- #pagination {
- font-size:8px;
- font-family:inconsolata, courier new, arial;
- letter-spacing:1px;
- text-align:center;
- margin-bottom:70px;
- font-weight:bold;
- text-transform:uppercase;
- word-spacing:15px;
- }
- #pagination a {
- border-bottom:1px solid {color:accent};
- }
- /*---credit---*/
- #credit {
- bottom:10px;
- right:10px;
- position:fixed;
- font-size:6px;
- font-family:inconsolata, arial;
- font-weight:bold;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="description">{Description}</div>
- <div class="links">
- <a href="/">index</a>
- <a href="/ask">ask</a>
- <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>
- </div>
- </div>
- <div id="middle">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="caption">{block:Title}<h1>— {Title}</h1>{/block:Title}{Body}</div>
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" >{LinkCloseTag}
- {block:IfShowCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfNotShowCaption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:IfShowCaption}
- {block:IndexPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:IndexPage}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}
- {block:PermalinkPage}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:IfNotShowCaption}
- {/block:Photoset}
- {block:Quote}
- <div id="quote">"{Quote}"</div>
- {block:Source}<div id="src">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="caption">
- <div id="link-posts"><i class="fa fa-tags"></i>: <a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="caption">
- {block:Title}<h1>— {Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b> {/block:Label}
- {Line}<br>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- {Video-400}
- {block:IfShowCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfNotShowCaption}
- {/block:Video}
- {block:Audio}
- <div id="play">{AudioPlayerWhite}</div>
- <div id="names">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- - {Artist}
- {/block:Artist}
- {block:PlayCount}<br>{PlayCountWithLabel}{/block:PlayCount}
- </div>
- {block:IfShowCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfShowCaption}
- {block:IfNotShowCaption}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:IfNotShowCaption}
- {/block:Audio}
- {block:Answer}
- <div id="question">{Asker} asked: {Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="info">
- <div id="perm">
- {block:IndexPage}
- <a href="{Permalink}" title="permalink">posted {DayOfMonthWithZero} {ShortMonth} </a>
- {block:NoteCount} <span class="parent"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{/block:NoteCount}
- {block:RebloggedFrom}<span class="parent"><a href="{reblogparentUrl}" title="{ReblogParentName}">via</a></span>{/block:RebloggedFrom}
- {/block:IndexPage}
- {block:PermalinkPage}
- Posted {Month} {DayOfMonth} on {12Hour}:{Minutes} {CapitalAmPm}
- {block:RebloggedFrom}<br>Reblogged From <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:RebloggedFrom}<br>Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </div>
- {block:IndexPage}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- </div>
- {/block:Date}
- {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}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- </div>
- <!---theme credit (dont remove)--->
- <div id="credit"><a href="http://jaebium.tumblr.com" title="theme credit" target="_blank">th</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment