Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--BASE CODE BY BAND-THEMES-->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <meta name="image:sidebar" content="http://cutestcats.us/wp-content/uploads/2014/07/Best-15-Very-cute-baby-cat-photos-571x571.jpg">
- <meta name="color:background" content="#fff">
- <meta name="color:posts" content="">
- <meta name="color:sidebar" content="">
- <meta name="color:text" content="#000">
- <meta name="color:link" content="#cc0000">
- <meta name="color:link hover" content="#000">
- <meta name="color:link background" content="#fff">
- <meta name="color:link background hover" content="">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 1 title" content="link">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 2 title" content="link">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 3 title" content="link">
- <meta name="text:link 4 url" content="/">
- <meta name="text:link 4 title" content="link">
- <!--FONTS-->
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <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>
- /*HOVER TITLES*/
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- background:{color:background};
- border: 1px solid black;
- padding:3px;
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar{width: 15px;}
- ::-webkit-scrollbar-thumb{background-color:{color:background}; border: 1px solid black;}
- ::-webkit-scrollbar-thumb:hover{background-color:{color:background };border: 1px solid black;}
- ::-webkit-scrollbar-track{background-color:{color:background}
- ;border-left: 1px solid black;border-right: 1px solid black;}
- ::-webkit-scrollbar-button:vertical:increment {
- background-color:{color:background};border: 1px solid black;}
- ::-webkit-scrollbar-button:vertical:increment:hover {
- background-color:{color:background};border: 1px solid black;}
- ::-webkit-scrollbar-button:vertical:decrement {
- background-color:{color:background};border: 1px solid black;}
- ::-webkit-scrollbar-button:vertical:decrement:hover {
- background-color:{color:background};border: 1px solid black;}
- /*BASICS*/
- body {
- background: {color:background};
- color:{color:text};
- font-family:inconsolata;
- font-size:13px;
- }
- a {
- color: {color:link};
- text-decoration:none;
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- a:hover {
- color: {color:link hover};
- }
- /*SIDEBAR*/
- #sidebar {
- width:200px;
- height:auto;
- top:100px;
- left:100px;
- position:fixed;
- border: 1px solid black;
- background-color:{color:sidebar};
- }
- #sidebarim img {
- width:190px;
- padding:5px;
- }
- .blog-title {
- text-align:center;
- padding:5px;
- font-weight:bold;
- font-size:16px;
- }
- #description {
- text-align:center;
- padding:5px;
- margin-top:-5px;
- font-size:12px;
- }
- #links {
- margin-top:10px;
- }
- #links a {
- border:1px solid black;
- width:52px;
- margin-left:5px;
- text-align:center;
- float:left;
- padding:3px;
- margin-bottom:5px;
- background-color:{color:link background};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #links a:hover {
- background-color:{color:link background hover};
- }
- /*POSTS*/
- #entries {
- width:510px;
- height:auto;
- margin-left:400px;
- margin-top:100px;
- }
- #posts {
- width:500px;
- padding:5px;
- margin-bottom:20px;
- border: 1px solid black;
- background-color:{color:posts};
- }
- #posts img {
- max-width:500px;
- }
- /*POST TYPES*/
- .post-title {
- font-size:16px;
- font-weight:bold;
- }
- #audioplayer {
- padding:10px;
- }
- #audioinfo {
- margin-left:100px;
- margin-top:-45px;
- position:relative;
- }
- #question {
- padding:10px;
- border:1px solid black;
- }
- #quote {
- text-align:right;
- font-size:25px;
- }
- /*PERMALINK*/
- #perm {
- padding-top:10px;
- padding-bottom:4px;
- }
- #perm a {
- border:1px solid black;
- width:52px;
- margin-left:1px;
- text-align:center;
- padding:3px;
- background-color:{color:link background};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- #perm a:hover {
- background-color:{color:link background hover};
- }
- .tags {
- padding-top:10px;
- }
- /*PAGINATION*/
- #pagination {
- text-align:center;
- padding-top:-15px;
- font-size:25px;
- margin-top:0px;
- }
- /*CREDIT*/
- #credit {
- bottom:5px;
- right:5px;
- position:fixed;
- }
- #credit a {
- border:1px solid black;
- padding:3px;
- text-align:center;
- background-color:{color:link background};
- }
- #credit a:hover {
- background-color:{color:link background hover};
- }
- /*NOTES*/
- #pagenotes a {
- border:none;
- }
- /* Custom CSS */
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div class="blog-title"><a href="/">{Title}</a></div>
- <div id="sidebarim"><img src="{image:sidebar}"></div>
- <div id="description">{Description}</div>
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="{text:link 1 url}">{text:link 1 title}</a>
- <a href="{text:link 2 url}">{text:link 2 title}</a>
- <a href="{text:link 3 url}">{text:link 3 title}</a>
- <a href="{text:link 4 url}">{text:link 4 title}</a>
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}" title="previous page">←</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="next page">→</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}
- <div class="post-title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}<img scr="{PhotoURL-Panorama}"/>{LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Panorama}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="quote"> "{Quote}"</div>
- {block:Source}
- - {Source}
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}">{Name}</a>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div id="posttitle">{Title}</div>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div id="audioplayer">
- {AudioPlayer}
- </div>
- <div id="audioinfo">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}<br>
- {block:Album}
- {Album}
- {/block:Album}<br>
- {block:Artist}
- {Artist}
- {/block:Artist}
- </div>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="question">
- {Asker} said:<br>
- {Question}<br></div>
- {Answer}
- {/block:Answer}
- {block:Date}
- <div id="perm">
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- <a href="{Permalink}">{NoteCount} notes</a>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {block:HasTags}
- <div class="tags">
- filed under:
- {block:Tags}
- <a href="{TagUrl}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- <div id="credit">
- <a href="http://band-themes.tumblr.com/">credit</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment