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 #10 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:Description Text" content="#8b8b8b"/>
- <meta name="color:Links" content="#848484"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Border" content="#f0f0f0"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Accent" content="#000000"/>
- <meta name="select:Post Width" content="post-width-500" title="500px">
- <meta name="select:Post Width" content="post-width-400" title="400px">
- <meta name="select:Post Width" content="post-width-250" title="250px">
- <meta name="select:Caption" content="caption-one" title="Show Caption">
- <meta name="select:Caption" content="caption-two" title="Hover Caption">
- <meta name="select:Caption" content="caption-three" title="No Caption">
- <meta name="select:Title" content="title-option-one" title="Trebuchet ms">
- <meta name="select:Title" content="title-option-two" title="Arial">
- <meta name="select:Title" content="title-option-three" title="No Title">
- <meta name="if:Inverted Tumblr Controls" content="1"/>
- <meta name="text:Short Title" content=""/>
- <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="/"/>
- <!----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;
- }
- .tmblr-iframe {
- 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:20px;
- margin-left:10px;
- max-width:300px;
- z-index:9999999999;
- font-style:italic;
- font-size:7px;
- padding:0px 5px;
- text-transform:lowercase;
- border-left:0px solid {color:Border};
- 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: #f9f9f9;}
- ::-moz-selection {color: {color:text}; background: #f9f9f9;}
- ::-webkit-selection {color: {color:text}; background: #f9f9f9;}
- /*---basics--*/
- body {
- margin:0;
- line-height:16px;
- background:white;
- color:{color:Text};
- font-size:9px;
- font-family:arial, trebuchet ms, calibri;
- }
- 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;
- }
- h1, h2 {
- font-family:trebuchet ms, arial;
- font-weight:bold;
- letter-spacing:1px;
- font-size:13px;
- color:{color:Links};
- }
- h1::first-letter {
- text-transform:uppercase;
- }
- 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%}
- #center {
- width:400px;
- position:relative;
- margin:0px auto;
- }
- #sidebar {
- font-family:trebuchet ms;
- margin-top:163px;
- width:200px;
- position:fixed;
- margin-left:-200px;
- }
- .title1 {
- border:1px solid {color:Border};
- text-transform:uppercase;
- font-size:8px;
- margin-top:10px;
- font-weight:bold;
- letter-spacing:2px;
- padding:5px 10px;
- text-align:left;
- -webkit-transition:0.3s all;
- -moz-transition:0.3s all;
- -o-transition:0.3s all;
- transition:0.3s all;
- }
- .title1:hover {
- border:1px solid transparent;
- background:{color:Accent};
- color:white;
- -webkit-transition:0.3s all;
- -moz-transition:0.3s all;
- -o-transition:0.3s all;
- transition:0.3s all;
- }
- .title1:hover a {
- color:white;
- }
- #title2 {
- font-size:13px;
- font-family:arial;
- font-weight:bold;
- letter-spacing:1px;
- padding-bottom:15px;
- text-transform:lowercase;
- }
- .title-option-one .title-option-two,
- .title-option-two .title-option-one,
- .title-option-three .title-option-one,
- .title-option-three .title-option-two {display:none;}
- .title-option-one #description {
- padding-top:15px;
- }
- .title1, #title2 {
- color:{color:Title};
- }
- .links {
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- padding:0px 0px;
- width:130px;
- }
- .links a {
- padding:1px 5px 1px 0px;
- border-bottom:0px solid {color:Border};
- }
- .links a:hover {
- font-style:italic;
- }
- #description {
- text-align:left;
- padding:0px 0px 10px 0px;
- width:140px;
- font-size:10px;
- color:{color:description text};
- }
- /*---posts---*/
- #posts {
- padding-top:160px;
- margin-left:100px;
- }
- .post-width-500 .entry { width:500px; }
- .post-width-400 .entry { width:400px; }
- .post-width-250 .entry { width:250px; }
- .post-width-500 .element-width-400,
- .post-width-500 .element-width-250,
- .post-width-400 .element-width-500,
- .post-width-400 .element-width-250,
- .post-width-250 .element-width-500,
- .post-width-250 .element-width-400 {display:none;}
- .entry {
- {block:IndexPage}
- margin-bottom:120px;
- {/block:IndexPage}
- position:relative;
- }
- .info {
- padding-top:5px;
- padding-left:0px;
- font-size:8px;
- font-family:trebuchet ms, arial;
- text-align:left;
- text-transform:uppercase;
- }
- .info a {
- {block:IndexPage}
- margin-right:10px;
- {/block:IndexPage}
- }
- /*---caption---*/
- .caption {
- position:absolute;
- background-color:rgba(255,255,255, 0.96);
- overflow-y:auto;
- word-wrap: break-word;
- padding:6px 20px;
- top:5px;
- left:5px;
- right:5px;
- max-height:60%;
- opacity:0;
- -webkit-transition:0.9s all;
- -moz-transition:0.9s all;
- -o-transition:0.9s all;
- transition:0.9s all;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .entry:hover .caption {
- opacity:1;
- -webkit-transition:0.3s all;
- -moz-transition:0.3s all;
- -o-transition:0.3s all;
- transition:0.3s all;
- }
- .caption-one .caption,
- .caption-three .caption,
- .caption-three .element-option-one,
- .caption-two .element-option-one {display:none;}
- /*---link posts---*/
- #source {
- font-family:'cousine', sans-serif;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- font-weight:bold;
- text-align:right;
- padding-bottom:5px;
- }
- #quote {
- font-weight:bold;
- font-size:11px;
- text-align:center;
- padding:15px 15px;
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- }
- /*---audio posts---*/
- #audio-wrap {
- background:#f8f8f8;
- padding:10px;
- border-bottom:1px solid {color:Border};
- }
- #player {
- width:30px;
- height:30px;
- overflow:hidden;
- float:left;
- background:white;
- border:0px solid {color:Border};
- }
- #track {
- margin-left:50px;
- text-transform:lowercase;
- font-style:italic;
- font-weight:bold;
- }
- /*---link posts---*/
- #linkurl {
- background:#f8f8f8;
- padding:10px 15px;
- font-size:10px;
- font-family:courier;
- font-weight:bold;
- }
- #linkurl a {
- border-bottom:1px solid {color:Border};
- }
- #linkurl::first-letter {
- text-transform:uppercase;
- }
- /*---ask posts----*/
- #question, #asker {
- text-align:left;
- font-family:trebuchet ms, arial;
- }
- #question {
- font-size:10px;
- font-style:italic;
- padding-left:10px;
- padding:8px 10px 15px 10px;
- border-bottom:1px dotted {color:Border};
- }
- #asker {
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:1px;
- }
- /*---permalink notes---*/
- .notes {
- text-transform:lowercase;
- list-style-type:circle;
- font-size:9px;
- margin-top:10px;
- padding-bottom:100px;
- margin-left:-20px;
- padding-top:10px;
- }
- .notes img {
- display:none;
- }
- /*---pagination---*/
- #pagination {
- padding-bottom:100px;
- text-align:left;
- font-size:7px;
- letter-spacing:1px;
- font-family:courier;
- text-transform:uppercase;
- border-top:0px solid {color:Border};
- padding-top:20px;
- }
- /*---credit---*/
- #credit {
- position:fixed;
- bottom:15px;
- right:15px;
- font-weight:bold;
- font-size:6px;
- text-transform:lowercase;
- letter-spacing:1px;
- text-align:right;
- }
- {CustomCSS}</style></head><body>
- <div id="center">
- <div id="sidebar" class="{select:Title}">
- <div class="title-option-one"><span class="title1"><a href="/">{text:Short Title}</a></span></div>
- <div id="title2" class="title-option-two">{text:Short Title}</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="posts" class="{select:Post Width}">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img class="element-width-500" src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- <img class="element-width-400" src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- <img class="element-width-250" src="{PhotoURL-250}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- <div class="element-width-500">{Photoset-500}</div>
- <div class="element-width-400">{Photoset-400}</div>
- <div class="element-width-250">{Photoset-250}</div>
- {/block:Photoset}
- {block:Quote}
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- <div id="quote">"{Quote}"</div>
- {/block:Quote}
- {block:Link}
- <div id="linkurl"><a href="{URL}">{Name}</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:Video}
- <div class="element-width-500">{Video-500}</div>
- <div class="element-width-400">{Video-400}</div>
- <div class="element-width-250">{Video-250}</div>
- {/block:Video}
- {block:Audio}
- <div id="audio-wrap"><div id="player">{AudioPlayerWhite}</div>
- <div id="track">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- - {Artist}
- {/block:Artist}
- {block:PlayCount}<br>{PlayCountWithLabel}{/block:PlayCount}
- </div></div>
- {/block:Audio}
- {block:Answer}
- <div id="asker">— {Asker}:</div> <div id="question"> {Question}</div>
- <div id="answer">{Answer}</div>
- {/block:Answer}
- <div class="{select:Caption}">
- <div class="element-option-one">{block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}</div>
- {block:Caption}<div class="caption" style="{block:Text}display:none;{/block:Text}{block:Quote}display:none;{/block:Quote}{block:Link}display:none;{/block:Link}{block:Chat}display:none;{/block:Chat}{block:Video}display:none;{/block:Video}{block:Audio}display:none;{/block:Audio}{block:Answer}display:none;{/block:Answer}">{block:IndexPage}{Caption}{/block:IndexPage}</div>{/block:Caption}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {block:Date}
- <div class="info">
- {block:IndexPage}
- <a href="{Permalink}" title="{TimeAgo}">Permalink</a>
- {block:NoteCount}<a href="{Permalink}">( {NoteCountWithLabel} )</a> {/block:NoteCount}
- {block:HasTags}
- <a title="{block:Tags}{Tag}, {/block:Tags}">Tags</a>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- Posted {Month} {DayOfMonth},
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>,{/block:RebloggedFrom}
- {block:NoteCount} {NoteCountWithLabel}, {/block:NoteCount}
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">{Tag}, </a>{/block:Tags}
- {/block:HasTags}
- {/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}
- </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