Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--------------------------------------------------------------------
- theme by jaebium
- ----------------
- dont steal parts of the code
- dont remove credit
- edit as much as you want
- ask me if you have a question
- --------------------------------------------------------------------->
- <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="#f8f8f8"/>
- <meta name="color:Text" content="#7e7e7e"/>
- <meta name="color:Links" content="#b0b0b0"/>
- <meta name="color:Hover" content="#7e7e7e"/>
- <meta name="color:Border" content="#e7e7e7"/>
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:H1 text color" content="#ffffff"/>
- <meta name="color:Accent" content="d6eae9"/>
- <meta name="color:Scrollbar" content="#a0a0a0"/>
- <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="/"/>
- <meta name="if:Tumblr Controls" content="1"/>
- <meta name="if:Grayscale" content="1"/>
- <meta name="if:Show Caption" content="1"/>
- <!------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.4/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:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- {block:IfTumblrControls}
- {block:IndexPage}
- #tumblr_controls{display:none;}
- {/block:IndexPage}
- #controls {
- position:fixed;
- top:11px;
- right:20px;
- font-size:7px;
- text-transform:uppercase;
- word-spacing:14px;
- font-weight:bold;
- letter-spacing:1px;
- z-index:9;
- }
- {/block:IfTumblrControls}
- #s-m-t-tooltip{
- font-size:8px;
- position:absolute;
- margin-top:30px;
- margin-left:10px;
- z-index:9999999;
- background:{color:Posts};
- border-bottom:2px solid {color:Accent};
- border-right:2px solid {color:Accent};
- padding:4px 8px 4px 8px;
- text-transform:lowercase;
- letter-spacing:1px;
- }
- ::selection {color:text}; background: {color:accent};}
- ::-moz-selection {color: {color:text}; background: {color:accent};}
- ::-webkit-selection {color: {color:text}; background: {color:accent};}
- ::-webkit-scrollbar {
- width: 4px; height: 3px; background: {color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- body {
- margin:0;
- line-height:170%;
- font-size:9.5px;
- font-family: arial, trebuchet ms;
- color:{color:Text};
- background:{color:Background};
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -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.3s all;
- -moz-transition:0.3s all;
- -o-transition:0.3s all;
- transition:0.3s all;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- li {
- list-style-type:square;
- }
- blockquote {
- border-left:2px solid {color:Border};
- margin-left:0px;
- padding-left:15px;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- .entry:hover blockquote {
- border-left:2px solid {color:Accent};
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- h1 {
- text-transform:uppercase;
- letter-spacing:1px;
- padding:4px 6px 4px 7px;
- background:{color:Posts};
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- font-size:7px;
- }
- .entry:hover h1 {
- background:{color:Accent};
- color:{color:h1 text color};
- padding:4px 6px 4px 10px;
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- }
- img {
- max-width:100%;
- {block:IndexPage}
- opacity:.75;
- {block:IfGrayscale}
- -webkit-filter: Grayscale(80%); /*you can change this to any percentage*/ {/block:IfGrayScale}
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- transition-duration:0.6s;
- {/block:IndexPage}
- }
- .entry:hover img {
- {block:IndexPage}
- opacity:1;
- -webkit-filter: Grayscale(0%);
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration:0.6s;
- transition-duration:0.6s;
- -o-transition-duration:0.6s;
- {/block:IndexPage}
- }
- .html_photoset {
- {block:IndexPage}
- opacity:.75;
- {block:IfGrayscale}
- -webkit-filter: Grayscale(80%); /*you can change this to any percentage*/
- {/block:IfGrayscale}
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration:0.6s;
- transition-duration:0.6s;
- -o-transition-duration:0.6s;
- {/block:IndexPage}
- }
- .entry:hover .html_photoset {
- {block:IndexPage}
- opacity:1;
- -webkit-filter: Grayscale(0%);
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration:0.6s;
- transition-duration:0.6s;
- -o-transition-duration:0.6s;
- {/block:IndexPage}
- }
- #cen {
- position:absolute;
- margin-left:-319px;
- width:607px;
- left:50%;
- }
- /*-----sidebar-----*/
- #sidebar {
- position:fixed;
- margin-left:-80px;
- width:170px;
- margin-top:149px;
- font-size:8px;
- }
- #sidebar img {
- -webkit-filter: Grayscale(30%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- transition-duration:0.8s;
- opacity:.9;
- width:170px;
- height:110px;
- background:white;
- z-index:1;
- border:1px solid {color:Border};
- }
- #sidebar img:hover {
- opacity:1;
- }
- #title {
- background:{color:Posts};
- padding:11px 20px 11px 10px;
- letter-spacing:2px;
- font-style:italic;
- font-weight:bold;
- width:140px;
- margin-bottom:-1px;
- word-spacing:7px;
- text-align:right;
- text-transform:uppercase;
- font-size:8px;
- border:1px solid {color:Border};
- }
- #links {
- background:{color:Posts};
- position:fixed;
- z-index:8;
- text-transform:uppercase;
- letter-spacing:1px;
- word-spacing:1px;
- text-align:left;
- font-weight:bold;
- height:20px;
- width:100%;
- padding:11px 20px 10px 17px;
- border-bottom:1px solid {color:Border};
- font-size:7px;
- }
- #links a {
- margin-right:9px;
- margin-left:9px;
- }
- #description {
- font-family:trebuchet ms;
- text-align:justify;
- margin-top:-6px;
- width:140px;
- background:{color:Posts};
- font-size:8px;
- padding:10px 15px 10px 15px;
- text-transform:lowercase;
- letter-spacing:1px;
- border:1px solid {color:Border};
- }
- /*-------posts-------*/
- #posts {
- z-index:1;
- margin-top:47px;
- margin-left:170px;
- padding:102px 0px 30px 20px;
- width:400px;
- }
- .entry {
- background:{color:Posts};
- width:400px;
- border:1px solid {color:border};
- margin-bottom:100px;
- padding:14px 14px 8px 14px;
- }
- .info {
- position:absolute;
- word-spacing:1px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:7px;
- font-weight:bold;
- padding:8px 10px 8px 0px;
- margin-top:10px;
- width:400px;
- {block:IndexPage}
- text-align:center;
- opacity:0;
- {/block:IndexPage}
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- .tags {
- {block:IndexPage}
- font-size:7px;
- letter-spacing:1px;
- display:inline;
- font-weight:none;
- {/block:IndexPage}
- {block:PermalinkPage}
- text-transform:uppercase;
- font-size:7px;
- opacity:1;
- {/block:PermalinkPage}
- }
- .entry:hover .info {
- opacity:1;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- /*----text posts----*/
- .text {
- padding:0px 15px 10px 15px;
- }
- /*------quote posts------*/
- #quote {
- padding:8px 12px 8px 12px;
- background:{color:Posts};
- text-align:center;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- }
- #src {
- text-align:center;
- border-top:1px solid {color:Border};
- padding:8px 12px 8px 12px;
- background:{color:Posts};
- text-align:center;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:1px;
- }
- /*-----link posts----*/
- #link-posts {
- padding-top:7px;
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:1px;
- font-size:7px;
- }
- #link-posts a {
- padding-bottom:1px;
- border-bottom:1px solid {color:accent};
- }
- /*------chat posts------*/
- #chat {
- font-size:8.5px;
- }
- #chat:nth-of-type(odd) {
- border:1px solid {color:Border};
- padding:5px 10px 5px 10px;
- margin-top:-1px;
- }
- #chat:nth-of-type(even) {
- padding:5px 10px 5px 10px;
- margin-top:-1px;
- }
- .textc {
- padding:0px 0px 5px 0px;
- }
- /*-------ask posts------*/
- #asker {
- text-align:center;
- text-transform:uppercase;
- font-weight:bold;
- font-size:7px;
- letter-spacing:1px;
- display:inline;
- }
- #question {
- font-size:9px;
- margin-top:-1px;
- display:inline;
- }
- #border-q {
- margin-top:15px;
- width:40px;
- height:2px;
- background:{color:Border};
- -webkit-transition:0.4s all;
- -moz-transition:0.4s all;
- -o-transition:0.4s all;
- transition:0.4s all;
- }
- .entry:hover #border-q {
- background:{color:Accent};
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- #answer {
- padding-top:10px;
- }
- /*-------audio posts-------*/
- #play {
- width:30px;
- height:30px;
- z-index:7;
- opacity:1;
- position:absolute;
- margin-top:-35px;
- margin-left:7px;
- background:#fff;
- overflow:hidden;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- .record:hover #play {
- opacity:1;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- .record {
- position:absolute;
- width:50px;
- height:50px;
- }
- #names {
- height:40px;
- padding:10px 10px 0px 10px;
- margin-left:60px;
- text-transform:uppercase;
- font-weight:bold;
- font-size:7px;
- letter-spacing:1px;
- }
- /*-------pagination--------*/
- #pagination {
- display:inline;
- word-spacing:0px;
- font-size:8px;
- padding-left:5px;
- }
- /*------permalink notes------*/
- .notes {
- text-transform:lowercase;
- font-size:9px;
- letter-spacing:1px;
- list-style-type:none;
- }
- .notes li {
- padding:3px 2px 3px 2px;
- list-style-type:none;
- }
- .notes ol {
- width:400px;
- list-style-type:none;
- margin-top:20px;
- margin-left:-28px;
- }
- .notes img {
- display:none;
- }
- #line {
- margin-top:10px;
- width:200px;
- border:1px solid {color:Border};
- }
- /*-----credit-----*/
- #credit {
- right:20px;
- bottom:20px;
- position:fixed;
- padding:3px;
- font-size:6px;
- text-transform:uppercase;
- text-align:right;
- font-weight:bold;
- }
- {CustomCSS}</style></head><body>
- {block:IfTumblrControls}
- <div id="controls">
- <a href="http://tumblr.com/follow/{Name}">follow</a>
- <a href="http://tumblr.com/dashboard/">dashboard</a>
- </div>
- {/block:IfTumblrControls}
- <div id="links">
- <a href="/">home</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>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}" title="backwards">-</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="forwards">+</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="cen">
- <div id="sidebar">
- <div id="title">{Title}</div>
- <a href="/" title="index"><img src="{image:Sidebar}"></a>
- <div id="description">{Description}</div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {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}<div class="text">{block:Title}<h1>{Title}</h1>{/block:Title}{Body}</div>{/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-400}">
- {LinkCloseTag}
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/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="text"><div id="link-posts"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}</div>{/block:Link}
- {block:Chat}<div class="textc">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines} {block:Label}<div id="chat"><b>{Label}</b> {/block:Label}{Line}</div>{/block:Lines}</div>{/block:Chat}
- {block:Video}{Video-400}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{/block:Video}
- {block:Audio}
- <div id="names">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- - {Artist}
- {/block:Artist}
- {block:PlayCount}<br>{PlayCountWithLabel}{/block:PlayCount}
- </div>
- <div id="play">{AudioPlayerWhite}</div></p>
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Audio}
- {block:Answer}
- <div class="text">
- <div id="answer">
- <div id="asker">{Asker} asked:</div>
- <div id="question">{Question}</div></div>
- <div id="border-q"></div>
- <div id="answer">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Date}
- <div class="info">
- <div id="perm">
- {block:IndexPage}
- <a href="{Permalink}" title="{TimeAgo}">{ShortMonth} {DayOfMonthWithZero}</a>
- {block:NoteCount} <a href="{Permalink}">+ {NoteCount}</a> {/block:NoteCount}
- {/block:IndexPage}
- {block:HasTags}
- <div class="tags"> {block:PermalinkPage}tagged as:{/block:PermalinkPage}
- {block:Tags}
- <a href="{TagURL}">{block:IndexPage}{/block:IndexPage}{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {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:PermalinkPage}
- </div>
- </div>
- {/block:Date}
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- <div class="notes">{block:PostNotes}<div id="line"></div>{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- </div>
- </div>
- <!--------dont remove------->
- <div id="credit"><a href="http://jaebium.tumblr.com" title="theme by jaebium" target="_blank">th</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment