Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- theme by jaebium (amyspond.co.vu)
- ---------------------------------
- pls follow the rules and thank u for using!!
- ---->
- <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="#f9f9f9" />
- <meta name="color:Text" content="#6b6b6b" />
- <meta name="color:Links" content="#474545" />
- <meta name="color:Hover" content="#a0a0a0" />
- <meta name="color:Sidebar BG" content="#ffffff" />
- <meta name="color:Border" content="#dadada" />
- <meta name="color:Scrollbar" content="#b8b8b8" />
- <meta name="text: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="/" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 URL" content="/" />
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- font-size:7px;
- position:absolute;
- margin-top:-30px;
- margin-left:10px;
- z-index:9999999;
- background:{color:sidebar bg};
- padding:3px 6px 3px 6px;
- text-transform:uppercase;
- letter-spacing:1.5px;
- color:{color:Links};
- }
- ::selection {color: {color:Hover}; background: {color:Sidebar bg};}
- ::-moz-selection {color: {color:Hover}; background: {color:Sidebar bg};}
- ::-webkit-selection {color: {color:Hover}; background: {color:Sidebar bg};}
- ::-webkit-scrollbar {
- width: 6px; height: 3px; background: {color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- /*BASICS*/
- body {
- margin:0;
- font-size:10px;
- letter-spacing:.5px;
- font-family: arial;
- line-height:170%;
- background:{color:Background};
- color:{color:Text};
- }
- a {
- color:{color:Links};
- text-decoration:none;
- -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.3s all;
- -moz-transition:0.3s all;
- -o-transition:0.3s all;
- transition:0.3s all;
- }
- h1 {
- text-align:left;
- font-size:11px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- blockquote {
- margin-left:30px;
- padding:2px 20px 2px 20px;
- border-left:1px solid {color:Border};
- }
- li {
- list-style-type:square;
- }
- img {max-width:100%;}
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- #center {
- position:relative;
- margin:0px auto;
- width:400px;
- }
- /*SIDEBAR*/
- #sidebar {
- position:fixed;
- width:150px;
- text-align:center;
- bottom:10%;
- margin-left:380px;
- }
- #title {
- font-size:10px;
- letter-spacing:3px;
- text-transform:uppercase;
- text-align:center;
- font-weight:bold;
- }
- #title a {
- padding:5px 7px 5px 4px;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- #title a:hover {
- letter-spacing:4px;
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- #description {
- font-size:9px;
- letter-spacing:1px;
- margin-top:5px;
- margin-left:-4px;
- width:119px;
- text-align:justify;
- background:{color:Sidebar BG};
- border:1px solid {color:border};
- padding:15px;
- }
- #links {
- font-size:7px;
- font-weight:bold;
- word-spacing:0px;
- text-transform:uppercase;
- margin-left:-7px;
- }
- #links a {
- display:inline-block;
- width:59px;
- margin-top:5px;
- margin-left:1px;
- letter-spacing:2px;
- background:{color:Sidebar BG};
- padding:6px;
- border:1px solid {color:border};
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- #links a:hover {
- color:{color:Links};
- background:{color:Background};
- -webkit-transition:0.6s all;
- -moz-transition:0.6s all;
- -o-transition:0.6s all;
- transition:0.6s all;
- }
- /*PAGINATION*/
- #pagination {
- padding:5px;
- margin-left:-4px;
- margin-top:5px;
- text-align:center;
- background:{color:Background};
- text-transform:uppercase;
- letter-spacing:2px;
- width:140px;
- font-size:7px;
- word-spacing:3px;
- bottom:0%;
- border-top:0px solid {color:Border};
- }
- /*POSTS*/
- #posts {
- margin-top:110px;
- margin-left:-140px;
- }
- .entry {
- width:400px;
- margin-bottom:70px;
- }
- /*INFO*/
- .info {
- {block:IndexPage}
- text-align:center;
- {/block:IndexPage}
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- padding:2px 8px 8px 0px;
- border-top:0px solid {color:Border};
- margin-top:10px;
- }
- #perm {
- text-align:center;
- font-weight:bold;
- text-transform:lowercase;
- font-style:italic;
- font-size:8px;
- }
- .tags {
- {block:IndexPage}
- opacity:0;
- margin-left:-5px;
- font-size:7px;
- {/block:IndexPage}
- text-transform:none;
- text-align:center;
- font-style:italic;
- font-size:8px;
- margin-top:3px;
- -webkit-transition:0.3s all;
- -moz-transition:0.3s all;
- -o-transition:0.3s all;
- transition:0.3s all;
- }
- .entry:hover .tags {
- {block:IndexPage}
- opacity:1;
- margin-left:1px;
- {/block:IndexPage}
- -webkit-transition:0.3s all;
- -moz-transition:0.3s all;
- -o-transition:0.3s all;
- transition:0.3s all;
- }
- /*QUOTE POSTS*/
- #quote {
- font-size:11px;
- font-style:italic;
- padding:2px;
- letter-spacing:1px;
- }
- #source {
- padding:10px;
- text-align:center;
- }
- /*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;
- width:305px;
- height:50px;
- margin-left:71px;
- margin-top:-77px;
- padding:10px 10px 10px 15px;
- border:1px solid {color:Border};
- background:{color:Sidebar bg};
- font-size:7px;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- /*ASK POSTS*/
- #ask {
- background:{color:sidebar bg};
- border:1px solid {color:Border};
- margin-top:0px;
- padding:6px 10px 10px 10px;
- text-transform:lowercase;
- }
- #asker {
- font-weight:bold;
- letter-spacing:1px;
- font-size:9px;
- display:inline;
- }
- /*PERMALINK*/
- .notes {
- width:400px;
- text-transform:lowercase;
- font-weight:bold;
- }
- .notes li {
- padding:7px;
- list-style-type:decimal-leading-zero;
- }
- .notes img {
- display:none;
- }
- /*CREDIT*/
- #credit {
- position:fixed;
- bottom:20px;
- right:20px;
- padding:1px 6px 1px 6px;
- text-align:right;
- font-size:11px;
- letter-spacing:1px;
- text-transform:uppercase;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- {CustomCSS}</style></head><body>
- <div id="center">
- <div id="sidebar">
- <div id="title"><a href="/">{text:Title}</a></div>
- <div id="description">{Description}</div>
- <div id="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>
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {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}
- </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: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}<a href="{URL}">{Name}</a> {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 id="ask"><div id="asker">{Asker}</div> inquired: {Question}</div>
- {Answer}
- {block:Answerer}{Answerer}{/block:Answerer}
- {/block:Answer}
- {block:Date}
- <div class="info">
- {block:IndexPage}
- <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>
- {block:NoteCount} / {NoteCount}{/block:NoteCount}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:Permalink}
- <div id="perm">
- posted on {Month} {DayOfMonthWithZero} at {24Hour}:{Minutes}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- <br>via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:Permalink}
- </div>
- {/block:Date}
- </div>
- {/block:Posts}
- {block:PermalinkPage}<div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
- </div>
- </div>
- <!------dont touch this ty------>
- <div id="credit">
- <a href="http://jaebium.tumblr.com" title="jaebium" target="_blank">+</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment