Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----------------------------------------------------------------------
- theme by band-themes, don't steal or I will eat you
- ------------------------------------------------------------------------>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--IMAGES-->
- <meta name="image:Sidebar" content="https://40.media.tumblr.com/c0b8eaa78b5fb9a4595fd3cb3a19ee74/tumblr_ncf9jaa71q1qgy1evo1_r2_500.png">
- <meta name="image:Background" content="http://33.media.tumblr.com/tumblr_lz7ek3UzXX1qlhvfoo1_1280.gif">
- <!--COLORS-->
- <meta name="color:Background" content="#fff">
- <meta name="color:Post" content="#fff">
- <meta name="color:Text" content="#898989">
- <meta name="color:Emphasis Text" content="#444">
- <meta name="color:Link" content="#fabbbb">
- <meta name="color:Link Hover" content="#000">
- <meta name="color:Sidebar" content="#fff">
- <meta name="color:Description" content="#848484">
- <meta name="color:Title" content="#ccc">
- <meta name="color:Title Hover" content="#aaa">
- <meta name="color:Sidebar Link" content="#000">
- <meta name="color:Sidebar Link Hover" content="#000">
- <meta name="color:Sidebar Link BG" content="#eec1ff">
- <meta name="color:Sidebar Link BG Hover" content="#9cdfed">
- <meta name="color:Permalink" content="#fabbbb">
- <meta name="color:Permalink Hover" content="#ccc">
- <meta name="color:Permalink BG" content="#eec1ff">
- <meta name="color:Scrollbar" content="#ccc">
- <meta name="color:Scrollbar BG" content="#fff">
- <meta name="color:Text Post Title" content="#ccc">
- <meta name="color:Link Post" content="#ed9e9e">
- <meta name="color:Link Post Hover" content="#666">
- <!--TEXT-->
- <meta name="text:Link 1" content="Link 1">
- <meta name="text:Link 1 URL" content="/">
- <meta name="text:Link 2" content="Link 2">
- <meta name="text:Link 2 URL" content="/">
- <meta name="text:Link 3" content="Link 3">
- <meta name="text:Link 3 URL" content="/">
- <meta name="text:Link 4" content="Link 4">
- <meta name="text:Link 4 URL" content="/">
- <!--OPTIONS (0 means the option is OFF-->
- <meta name="if:400 Post" content="0">
- <meta name="if:Captions" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <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">
- @font-face {
- font-family: "economica";
- src: url('https://dl.dropboxusercontent.com/u/81174604/economica-regular.ttf');
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:2px 7px;
- border:1px solid #898989;
- border-radius:4px;
- background:#FFF;
- color:#898989;
- z-index:999999;
- font-size:11px;
- text-transform:lowercase;
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height: 30px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};
- width: 30px;
- }
- ::-webkit-scrollbar {
- background-color:{color:Scrollbar BG};
- height: 5px;
- width: 5px;
- }
- .nav {
- display:none!important;
- }
- /*ENTIRE PAGE*/
- body {
- left: 0px;
- background-attachment: fixed; /*makes the background not move*/
- background-repeat:repeat;
- color: {color:Text};
- font-size: 11px;
- font-family:consolas;
- }
- /*LINKS*/
- a:link, a:active, a:visited {
- text-decoration: none; /*no underline*/
- color: {color:Link};
- /*the stuff below allows a smooth transition*/
- -webkit-transition: all 0.4s ease-in-out; /*for chrome*/
- -moz-transition: all 0.4s ease-in-out; /*for firefox*/
- -o-transition: all 0.4s ease-in-out; /*for opera*/
- }
- /*LINK HOVER*/
- a:hover {
- color: {color:Link Hover};
- }
- /*FOLLOW/REBLOG/LIKE/DASH BUTTON*/
- iframe#tumblr_controls{
- position: fixed;
- right: 0px;
- top: 0px;
- opacity: 0.8;
- }
- /*BOLD*/
- b, strong, .strong {
- color: {color:Emphasis Text};
- }
- /*ITALICS*/
- i, em, .em {
- color: {color:Emphasis Text};
- }
- blockquote {
- border-left: 2px solid {color:Text};
- padding: 3px 5px;
- margin: 0;
- margin-top: 20px;
- margin-bottom: 20px;
- margin-left: 25px;
- }
- /*SIDEBAR*/
- #sidecont {
- position: fixed;
- width: 200px;
- padding: 10px;
- margin-left: 75px;
- margin-top: 50px;
- }
- #sidebar {
- width: 200px;
- border: 10px solid {color:Sidebar};
- border-radius:10px;
- background: {color:Sidebar};
- }
- #sidebar img {
- width:200px;
- border-radius:10px;
- }
- .desc {
- margin-top: 7px;
- color: {color:Description};
- font-family:consolas;
- font-size: 11px;
- text-align:center;
- }
- /*TITLE*/
- #title {
- width: 200px;
- padding: 0px 10px;
- text-align: center;
- font-family: 'Press Start 2P', cursive;
- font-size: 23px;
- margin-bottom: 5px;
- }
- #title a {
- color: {color:Title};
- }
- #title a:hover {
- color: {color:Title Hover};
- }
- /*NAVIGATION*/
- #nav {
- width: 200px;
- margin-left: 12px;
- margin-top: 10px;
- }
- .navi {
- display: inline-block; /*keeps it in a row*/
- text-align: center;
- background-color: {color:Sidebar Link BG};
- width: 50px;
- border: 1px solid #898989;
- border-radius:5px;
- line-height: 15px;
- margin-bottom: 7px;
- margin-right: 8px;
- }
- .navi:hover {
- background-color: {color:Sidebar Link BG Hover};
- }
- .navi a {
- color: {color:Sidebar Link};
- }
- .navi a:hover {
- color: {color:Sidebar Link Hover};
- }
- /*POST CONTAINER*/
- #content {
- margin-left: 400px;
- margin-top: 50px;
- margin-bottom: 50px;
- {block:if400Post}
- width: 420px;
- {/block:if400Post}
- {block:ifnot400Post}
- width: 520px;
- {/block:ifnot400Post}
- }
- /*POSTS*/
- .posts {
- {block:if400Post}
- width: 400px;
- {/block:if400Post}
- {block:ifnot400Post}
- width: 500px;
- {/block:ifnot400Post}
- background: {color:Post};
- color: {color:Text};
- font-family: Calibri;
- font-size: 11px;
- margin-bottom: 20px;
- border-radius:10px;
- padding: 10px;
- }
- /*POST TITLES*/
- .posttitle {
- font-family: 'Press Start 2P', cursive;
- font-size: 18px;
- color: {color:Text Post Title};
- }
- /*LINK TITLES*/
- .posttitle a {
- color: {color:Link Post};
- }
- .posttitle a:hover{
- color: {color:Link Post Hover};
- }
- /*QUOTE*/
- .quote {
- font-family: economica;
- font-size: 18px;
- }
- /*AUDIO POST*/
- /*MUSIC PLAYER*/
- .player {
- width: 10px;
- height: 10px;
- overflow: hidden;
- padding: 4px 21px 21px 4px;
- margin-top: 33px;
- margin-left: 33px;
- position: absolute;
- background-color: #fff;
- opacity: 0.8;
- z-index: 10;
- }
- /*ALBUM*/
- .album {
- position: absolute;
- width: 100px;
- height: 100px;
- overflow: hidden;
- }
- .album img {
- width: 100px;
- height: 100px;
- overflow: hidden;
- }
- /*AUDIO INFO*/
- .track {
- min-height: 90px;
- max-height: 100px;
- overflow: auto;
- margin-left: 100px;
- padding: 5px 10px;
- color: {color:Text};
- text-transform: UPPERCASE;
- letter-spacing: 1px;
- font-size: 9px;
- }
- /*ANSWER*/
- .question {
- font-family: economica;
- font-size: 18px;
- color: {color:Text Post Title};
- }
- /*CAPTION*/
- .caption {
- line-height: 12px;
- text-align: left;
- margin-top: -5px;
- }
- /*PERMALINK*/
- #perm {
- font-family:consolas;
- font-size: 10px;
- border-radius:5px;
- border:1px #898989 solid;
- padding: 3px 10px;
- text-transform: lowercase;
- letter-spacing: 1px;
- text-align: center;
- margin-top: 5px;
- color: {color:Permalink};
- background-color: {color:Permalink BG};
- {block:if400Post}
- width: 380px;
- {/block:if400Post}
- {block:ifnot400Post}
- width: 480px;
- {/block:ifnot400Post}
- }
- #perm a {
- color: {color:Permalink};
- }
- #perm a:hover {
- color: {color:Permalink Hover};
- }
- #backg {bottom:-10px;
- position:fixed;
- left:00px;
- z-index:-1;
- }
- #backg img {width:1400px;
- height:670px;
- }
- #bli img {
- width:75px;
- position:fixed;
- padding:3px;
- opacity: .9;
- bottom:5px;
- right:5px;
- z-index:999999999999999999999999999999999999999999;
- }
- #bli img:hover {
- opacity:1;
- }
- </style>
- <body>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- {block:ifInfiniteScroll}
- {block:IndexPage}
- <div class="nav">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a> ·
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- {/block:ifInfiniteScroll}
- <div id="backg"><img src="{image:Background}"></div>
- <div id="sidecont">
- <div id="sidebar">
- <a href="/"><img src="{image:Sidebar}"></a>
- {block:Description}
- <div class="desc">{Description}</div>
- {/block:Description}
- <div id="nav">
- <a href="/"><div class="navi">Home</a></div>
- <div class="navi"><a href="/ask">Inbox</a></div>
- <div class="navi"><a href="{text:Link 1 URL}">{text:Link 1}</a></div>
- <div class="navi"><a href="{text:Link 2 URL}">{text:Link 2}</a></div>
- <div class="navi"><a href="{text:Link 3 URL}">{text:Link 3}</a></div>
- <div class="navi"><a href="{text:Link 4 URL}">{text:Link 4}</a></div>
- </div>
- {block:ifnotInfiniteScroll}
- {block:Pagination}
- <center>
- <br>
- {block:PreviousPage}
- <a class="jump_page" href="{PreviousPage}">« back</a> 
- {/block:PreviousPage}
- {block:NextPage}
- <a class="jump_page" href="{NextPage}">next »</a>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- {/block:ifnotInfiniteScroll}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="posts">
- {block:Text}
- {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>
- {block:if400Post}
- <img src="{PhotoURL-400}" width="400px">
- {/block:if400Post}
- {block:ifnot400Post}
- <img src="{PhotoURL-500}" width="500px">
- {/block:ifnot400Post}
- {block:IndexPage}
- {block:ifCaptions}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:ifCaptions}
- {block:ifnotCaptions}
- <div style="margin-bottom: -3px;"></div>
- {/block:ifnotCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- </center>
- {/block:Photo}
- {block:Photoset}
- {block:if400Post}
- {Photoset-400}
- {/block:if400Post}
- {block:ifnot400Post}
- {Photoset-500}
- {/block:ifnot400Post}
- {block:IndexPage}
- {block:ifCaptions}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:ifCaptions}
- {block:ifnotCaptions}
- <div style="margin-bottom: -3px;"></div>
- {/block:ifnotCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- {Source}:
- <div class="quote">{Quote}</div>
- {/block:Quote}
- {block:Link}
- <div class="posttitle"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div style="margin-top: -8px;"></div>
- {Description}
- <div style="margin-bottom: -8px;"></div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="posttitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {block:if400Post}
- {Video-400}
- {/block:if400Post}
- {block:ifnot400Post}
- {Video-500}
- {/block:ifnot400Post}
- {block:IndexPage}
- {block:ifCaptions}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:ifCaptions}
- {block:ifnotCaptions}
- <div style="margin-bottom: -4px;"></div>
- {/block:ifnotCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- <div class="album">
- {block:AudioPlayer}
- <div class="player">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="track">
- {block:TrackName}
- Title: {TrackName}<br>
- {/block:TrackName}
- {block:Artist}
- Artist: {Artist}<br>
- {/block:Artist}
- {block:Album}
- Album: {Album}
- {/block:Album}
- </div>
- {block:IndexPage}
- {block:ifCaptions}
- {block:if400Post}
- {block:Caption}
- <div class="caption"> <div style="margin-top:0px;"></div>
- {Caption}
- <div style="margin-bottom: -10px;"></div>
- </div>
- {/block:Caption}
- {/block:if400Post}
- {block:ifnot400Post}
- {block:Caption}
- <div class="caption"> <div style="margin-top:0px;"></div>
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:ifnot400Post}
- {/block:ifCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption"> <div style="margin-top:0px;"></div>
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="question">
- {Asker}: “{Question}”
- </div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}<!--only shows up on the front page"-->
- <div id="perm">
- <a href="{Permalink}">{NoteCount} notes</a>
- • <a href="{ReblogURL}">reblog</a>
- • via:<a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- <br> filed under:
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>  
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="line-height:25px; text-align:center;">
- {block:Date}
- posted {24Hour}:{Minutes} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- {/block:Date}
- {block:RebloggedFrom}
- <center>
- src: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- |
- via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- </center>
- {/block:RebloggedFrom}
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>  
- {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
- {/block:IfInfiniteScroll}
- </div>
- <div id="bli"><a href="http://band-themes.tumblr.com" title="theme credit"><img src="http://gerardwaygpic.com/images/g-img.png"/></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment