Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--THEME BY BAND-THEMES.TUMBLR.COM-->
- <!--DO NOT REMOVE CREDIT-->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <meta name="image:sidebar" content="https://secure.static.tumblr.com/643a731ec9d1febaa65703fba0ca0373/fgbufhe/fofo0jvx8/tumblr_static_d3l68qxifns48c44k0c4wgsgc.gif">
- <meta name="if:sidebar image" content="1"/>
- <meta name="if:curved corners" content="1"/>
- <meta name="color:background" content="#fff">
- <meta name="color:posts" content="#fff">
- <meta name="color:borders" content="#000">
- <meta name="color:sidebar" content="#fff">
- <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">
- <meta name="text:link 5 url" content="/">
- <meta name="text:link 5 title" content="link">
- <meta name="text:link 6 url" content="/">
- <meta name="text:link 6 title" content="link">
- <meta name="text:link 7 url" content="/">
- <meta name="text:link 7 title" content="link">
- <meta name="text:link 8 url" content="/">
- <meta name="text:link 8 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 {color:borders};
- {block:ifcurvedcorners}
- border-radius:8px;
- {/block:ifcurvedcorners}
- padding:3px;
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar-thumb:vertical {
- height:10px; border:2px solid {color:background}; background-color:{color:borders};}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:background};border:2px solid {color:borders};}
- ::-webkit-scrollbar {
- width:11px; height:5px; border:5px solid {color:background}; background-color:{color:borders};}
- ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{display:block; height:7px; border-right:2px solid {color:background}; border-left:2px solid {color:background}; background-color:{color:borders};}
- iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; right:3px !important; position: fixed !important;}
- /*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:150px;
- height:auto;
- {block:ifsidebarimage}
- margin-top:115px;
- {/block:ifsidebarimage}
- {block:ifnotsidebarimage}
- top:100px;
- {/block:ifnotsidebarimage}
- left:120px;
- position:fixed;
- border: 1px solid {color:borders};
- background-color:{color:sidebar};
- {block:ifcurvedcorners}
- border-radius:8px;
- {/block:ifcurvedcorners}
- }
- #sidebar2 {
- width:150px;
- height:100px;
- top:100px;
- left:120px;
- position:fixed;
- margin-bottom:10px;
- border: 1px solid {color:borders};
- background-color:{color:sidebar};
- {block:ifcurvedcorners}
- border-radius:8px;
- {/block:ifcurvedcorners}
- }
- #sidebarim img {
- width:140px;
- height:90px;
- padding:5px;
- {block:ifcurvedcorners}
- border-radius:12px;
- {/block:ifcurvedcorners}
- margin-bottom:-2px;
- }
- #description {
- text-align:center;
- padding:5px;
- margin-bottom:-10px;
- font-size:12px;
- }
- #links {
- margin-top:10px;
- padding: 5px;
- }
- /*POSTS*/
- #entries {
- width:510px;
- height:auto;
- margin-left:400px;
- margin-top:100px;
- }
- #posts {
- width:500px;
- padding:5px;
- margin-bottom:20px;
- border: 1px solid {color:borders};
- {block:ifcurvedcorners}
- border-radius:8px;
- {/block:ifcurvedcorners}
- 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 {color:borders};
- {block:ifcurvedcorners}
- border-radius:8px;
- {/block:ifcurvedcorners}
- }
- #quote {
- text-align:right;
- font-size:25px;
- }
- /*PERMALINK*/
- #perm {
- padding-top:10px;
- padding-bottom:4px;
- }
- #perm a {
- border:1px solid {color:borders};
- {block:ifcurvedcorners}
- border-radius:5px;
- {/block:ifcurvedcorners}
- 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:8px;
- line-height:28px;
- }
- /*PAGINATION*/
- #pagination {
- text-align:center;
- {block:PreviousPage}
- margin-left:-12px;
- {/block:PreviousPage}
- padding:-30px;
- font-size:14px;
- {block:ifnotsidebarimage}
- margin-top:10px;
- {/block:ifnotsidebarimage}
- {block:ifsidebarimage}
- margin-top:20px;
- {/block:ifsidebarimage}
- margin-bottom:-12px;
- left:135px;
- position:fixed;
- }
- #pagination a {
- border:1px solid {color:borders};
- {block:ifcurvedcorners}
- border-radius:5px;
- {/block:ifcurvedcorners}
- 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;
- }
- /*NOTES*/
- #pagenotes a {
- border:none;
- }
- /* Custom CSS */
- {CustomCSS}
- </style>
- </head>
- <body>
- {block:ifsidebarimage}
- <div id="sidebar2">
- <div id="sidebarim"><img src="{image:sidebar}"></div></div>
- {/block:ifsidebarimage}
- <div id="sidebar">
- <div id="description">{Description}</div>
- <div id="links">
- <select onChange="location.href=this.options[this.selectedIndex].value;" style="background:{color:sidebar}; border:1px solid {color:borders}; width:100%; color:{color:text}; font-family:consolas; font-size:10px; letter-spacing:1px;" >
- <option value="">navigation</option>
- <option value="/">refresh</option>
- <option value="/ask">ask</option>
- <option value="{text:link 1 url}">{text:link 1 title}</option>
- <option value="{text:link 2 url}">{text:link 2 title}</option>
- <option value="{text:link 3 url}">{text:link 3 title}</option>
- <option value="{text:link 4 url}">{text:link 4 title}</option>
- <option value="{text:link 5 url}">{text:link 5 title}</option>
- <option value="{text:link 6 url}">{text:link 6 title}</option>
- <option value="{text:link 7 url}">{text:link 7 title}</option>
- <option value="{text:link 8 url}">{text:link 8 title}</option>
- <option value="http://band-themes.tumblr.com/">theme credit</option>
- </select></div><!--ds-->
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {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}">»</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 id="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment