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="#848484"/>
- <meta name="color:Links" content="#606060"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Border" content="#eaeaea"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Accent" content="#f0bfb3"/>
- <meta name="color:Selection" content="#f9f9f9"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="if:Show Caption" content="1"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Inverted Tumblr Controls" content="1"/>
- <meta name="text:Sidebar Title" content="Sidebar Title" />
- <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>
- <!---tooltips--->
- <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:0,
- 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%)
- }
- /*---scrollbar---*/
- ::-webkit-scrollbar {
- height: 2px;
- width: 4px;
- background-color:transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:Scrollbar};
- }
- /*---selection---*/
- ::selection {color: {color:Text}; background: {color:Selection};}
- ::-moz-selection {color: {color:Text}; background: {color:Selection};}
- ::-webkit-selection {color: {color:Text}; background: {color:Selection};}
- /*---tooltip---*/
- #s-m-t-tooltip{
- font-size:7px;
- position:absolute;
- margin-top:30px;
- margin-left:10px;
- z-index:9999999;
- background:{color:Background};
- padding:4px 8px 4px 8px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- /*---basics---*/
- body {
- margin:0px;
- color:{color:Text};
- font-family: cousine, arial, trebuchet ms;
- line-height:16px;
- font-size:10px;
- background:{color:Background};
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- a:hover {
- cursor:help;
- 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%;}
- h1, h2 {
- font-family:trebuchet ms;
- text-transform:uppercase;
- text-align:left;
- background:#3e3e3e;
- padding:10px 15px;
- letter-spacing:1px;
- color:#f4f4f4;
- font-size:8px;
- margin-bottom:-1px;
- }
- blockquote {
- border-left:2px solid {color:Border};
- padding: 0px 20px;
- margin-left:10px;
- max-width: 100%;
- }
- blockquote blockquote {
- margin:0 0 0 12px;
- }
- #center {
- width:400px;
- position:relative;
- margin:0px auto;
- }
- /*---sidebar---*/
- #sidebar {
- position:fixed;
- width:150px;
- margin-left:-215px;
- margin-top:-2px;
- border-radius:0px;
- padding:0px 0px 0px 0px;
- }
- #title {
- font-size:10px;
- font-family:inconsolata, courier new, calibri;
- letter-spacing:1px;
- color:{color:Title};
- text-align:right;
- text-transform:uppercase;
- padding: 2px 0px;
- }
- #description {
- padding:5px 0px;
- font-size:9px;
- text-transform:lowercase;
- text-align:right;
- letter-spacing:1px;
- }
- .links {
- position:fixed;
- font-family:inconsolata, courier new, arial;
- font-size:10px;
- letter-spacing:1px;
- margin-left:460px;
- width:100px;
- text-transform:lowercase;
- text-align:left;
- }
- /*---posts---*/
- #posts {
- width:400px;
- margin-top:160px;
- }
- .entries {
- position:relative;
- padding-bottom:10px;
- width:400px;
- {block:IndexPage}
- margin-bottom:100px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:0px;
- {/block:PermalinkPage}
- }
- /*---captions---*/
- .caption {
- padding:9px 19px;
- border:1px solid {color:Border};
- margin-bottom:4px;
- margin-top:2px;
- word-wrap: break-word;
- }
- /*---info---*/
- #notes {
- padding:10px 15px;
- border:0px solid {color:Border};
- font-size:8px;
- font-family:inconsolata, arial;
- text-align:left;
- letter-spacing:1px;
- margin-top:4px;
- text-transform:uppercase;
- font-weight:bold;
- width:370px;
- }
- .tagz {
- {block:IndexPage}
- display:inline;
- text-transform:uppercase;
- {/block:IndexPage}
- letter-spacing:1px;
- }
- .ncwl {
- margin-top:10px;
- font-family:inconsolata, courier new, trebuchet ms;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- padding-bottom:3px;
- }
- /*---quote posts---*/
- .qmarks {
- display:inline;
- font-size:15px;
- font-weight:bold;
- font-family:inconsolata, arial;
- text-align:center;
- }
- #quote {
- padding:10px 0px 0px 0px;
- font-size:10px;
- font-weight:bold;
- text-align:center;
- display:inline;
- }
- #source {
- margin-bottom:-3px;
- text-align:center;
- text-transform:uppercase;
- padding:5px 10px;
- border:1px solid {color:Border};
- font-size:7px;
- font-family: trebuchet ms, arial ;
- letter-spacing:1px;
- }
- /*---chat posts---*/
- #chat {
- border:1px solid {color:Border};
- }
- #lines {
- padding:10px 15px;
- border-bottom:1px solid {color:Border};
- }
- #lines:nth-of-type(odd) {
- background:#f9f9f9;
- }
- #lines:nth-of-type(even) {
- border:1px solid #f9f9f9;
- }
- /*---link posts---*/
- #link-posts {
- width:373px;
- padding:7px 10px 5px 15px;
- height:17px;
- margin-bottom:-3px;
- overflow:hidden;
- border:1px solid {color:Border};
- }
- #tag-emoji {
- margin-top:-8px;
- margin-left:-16px;
- float:left;
- background:#f9f9f9;
- margin-bottom:1px;
- border:1px solid {color:Border};
- font-size:13px;
- padding:8px 8px;
- }
- #link-posts a{
- border-bottom:1px solid {color:Accent};
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:inconsolata, courier new, trebuchet ms;
- font-size:8px;
- }
- /*---ask posts---*/
- #answer {
- border:1px solid {color:Border};
- }
- #qmark {
- font-family:arial;
- font-weight:bold;
- margin-top:-1px;
- margin-left:-1px;
- font-size:13px;
- width:10px;
- padding:15px 15px;
- border:1px solid {color:border};
- background:#f9f9f9;
- }
- #askr {
- height:30px;
- font-family:courier new, arial;
- position:absolute;
- overflow-y:auto;
- width:330px;
- padding:8px 14px;
- margin-left:41px;
- margin-top:-47px;
- border-bottom:1px solid {color:border};
- }
- #askr::-webkit-scrollbar {
- height: 2px;
- width: 5px;
- background-color:transparent;
- }
- #askr::-webkit-scrollbar-thumb {
- border-radius:20px;
- border:2px solid {color:Background};
- border-right:2px solid transparent;
- background-color:{color:Scrollbar};
- }
- #response {
- padding:10px 13px;
- }
- /*---audio posts---*/
- #audio {
- width:398px;
- height:95px;
- }
- #audioplayer {
- z-index:2;
- position:absolute;
- width:30px;
- height:30px;
- overflow:hidden;
- }
- #block {
- z-index:1;
- height:27px;
- background:#000;
- width:400px;
- }
- #details {
- width:371px;
- font-family:inconsolata, courier new, arial;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- border:1px solid {color:Border};
- padding:13px 13px 13px 14px;
- }
- /*---permalink notes---*/
- .notes {
- list-style-type:circle;
- font-size:8px;
- font-family:inconsolata, trebuchet ms, courier new;
- letter-spacing:1px;
- margin-bottom:80px;
- margin-top:-10px;
- text-transform:uppercase;
- }
- .notes li {
- padding:1px 0px;
- margin-left:-15px;
- }
- .notes img {
- display:none;
- }
- /*---pagination---*/
- #pagi {
- width:250px;
- margin:0px auto;
- margin-bottom:120px;
- border-top:1px solid {color:border};
- text-align:right;
- font-family:trebuchet ms, arial;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- word-spacing:0px;
- padding:15px 10px;
- }
- .current_page {
- border-top:2px solid black;
- padding:17px 8px;
- }
- .jump_page {
- border-top:2px solid transparent;
- padding:17px 8px;
- }
- .jump_page:hover {
- border-top:2px solid {color:Accent};
- }
- /*---credit---*/
- #credit {
- position:fixed;
- bottom:26px;
- right:26px;
- text-transform:lowercase;
- font-size:10px;
- }
- #credit a {
- padding-bottom:1px;
- border-bottom:1px solid #c0c0c0;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- #credit a:hover {
- border-bottom:1px solid {color:Accent};
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- {CustomCSS}</style></head><body>
- <div id="center">
- <div id="sidebar">
- <div id="title">{text:Sidebar Title}</div>
- <div id="description">{Description}</div>
- </div>
- <div class="links">
- <a href="/">index.</a><br>
- <a href="/ask">message.</a><br>
- <a href="{text:Link 1 URL}">{text:Link 1}.</a><br>
- <a href="{text:Link 2 URL}">{text:Link 2}.</a><br>
- <a href="{text:Link 3 URL}">{text:Link 3}.</a>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entries">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="caption">{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: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:Photoset}
- {block:Quote}
- <div id="source">{Source}:</div>
- <div class="caption"><center>
- <div class="qmarks">“</div><div id="quote">{Quote}</div><div class="qmarks">”</div></center><br>
- </div>
- {/block:Quote}
- {block:Link}
- <div id="link-posts">
- <div id="tag-emoji"><i class="fa fa-tags"></i></div>
- <a href="{URL}" {Target}>{Name}</a>
- </div>
- <div class="caption">
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div id="chat">
- {block:Lines}<div id="lines">{block:Label}<b>{Label} </b>{/block:Label}{Line}<br></div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div id="audio">
- <div id="audioplayer">{AudioPlayerBlack}</div>
- <div id="block"></div>
- <div id="details">
- {block:Artist}
- <b>Artist:</b> {Artist}
- {/block:Artist}
- {block:Album}
- <br><b>Album:</b> {Album}
- {/block:Album}
- {block:TrackName}
- <br><b>Track:</b> {TrackName}
- {/block:TrackName}
- </div>
- </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: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:Answer}
- <div id="answer">
- <div id="qmark">?</div>
- <div id="askr">{Asker} asked: {Question}</div>
- <div id="response">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Date}
- <div id="notes">
- {block:IndexPage}
- {block:NoteCount}{NoteCount} - {/block:NoteCount}<a href="{Permalink}">{12Hour}:{Minutes} {CapitalAMPM}</a>
- {block:IfShowTags}
- {block:HasTags}<div class="tagz">/
- {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>
- {/block:HasTags}
- {/block:IfShowTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- posted on {Month} {Dayofmonth}
- {block:HasTags}
- <br>indexed: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}
- {/block:HasTags}
- {block:RebloggedFrom}
- <br>@<a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:NoteCount}
- <br><br><br><div class="ncwl">{NoteCountWithLabel}</div>
- {/block:NoteCount}
- </div>
- {/block:PermalinkPage}
- </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="pagi">
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">previous</a>{/block:PreviousPage}
- {block:JumpPagination length="4"}
- {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}" class="jump_page">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" target="_blank">+</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment