Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----Theme by band-themes.tumblr.com. remove the credit and I'll beat yo ass--------!>
- <!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">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--IMAGES-->
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="http://25.media.tumblr.com/a6f1423f3d96872e49feb4fff690a3e4/tumblr_mu7a2bGIXC1svfpn7o1_250.gif">
- <!--COLORS-->
- <meta name="color:Background" content="#000000">
- <meta name="color:Post" content="#fff">
- <meta name="color:Text" content="#000000">
- <meta name="color:Emphasis Text" content="#444">
- <meta name="color:Link" content="#cc0000">
- <meta name="color:Link Hover" content="#000">
- <meta name="color:Sidebar" content="#cc0000">
- <meta name="color:Description" content="#ccc">
- <meta name="color:Title" content="#000000">
- <meta name="color:Title Hover" content="#cc0000">
- <meta name="color:Sidebar Link" content="#000">
- <meta name="color:Sidebar Link Hover" content="#ccc">
- <meta name="color:Sidebar Link BG" content="#ddd">
- <meta name="color:Sidebar Link BG Hover" content="#fff">
- <meta name="color:Permalink" content="#cc0000">
- <meta name="color:Permalink Hover" content="#ccc">
- <meta name="color:Permalink BG" content="#eee">
- <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="#eee">
- <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">
- <!--- UPDATES TAB COLOURS --->
- <meta name="color:Tab Text" content="#222222"/>
- <meta name="color:Tab Links" content="#b6b6b6"/>
- <meta name="color:Tab Links Hover" content="#000000"/>
- <meta name="color:Tab Line 1 Colour" content="#cb2f66"/>
- <meta name="color:Tab Line 2 Colour" content="#00D118"/>
- <meta name="color:Tab Line 3 Colour" content="#fdd017"/>
- <meta name="color:Tab Line 4 Colour" content="#c648ac"/>
- <meta name="color:Tab Line 5 Colour" content="#faa716"/>
- <!--- UPDATES TAB COLOURS --->
- <link href='http://fonts.googleapis.com/css?family=Crushed|Orbitron:400,900' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <link rel="shortcut icon" href="{Favicon}" />
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/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>
- <style type="text/css">
- /*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-image: url('{image:Background}');
- background-color: {color:Background};
- color: {color:Text};
- font-family: Calibri;
- font-size: 11px;
- }
- /*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: -100px;
- }
- #sidebar:hover {
- color:black;
- }
- #sidebar {
- height:1000px;
- width: 200px;
- color:transparent;
- border: 20px solid {color:Sidebar};
- background: {color:Sidebar};
- }
- #sidebar img {
- margin-top:0px;
- width:200px;
- }
- #sidebar2 img {
- margin-top:0px;
- width:50px;
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- transition-duration: 0.8s;
- -webkit-transition-property: -webkit-transform;
- -moz-transition-property: -moz-transform;
- -o-transition-property: -o-transform;
- transition-property: transform;
- overflow:hidden;
- }
- #sidebar2 img:hover {
- -webkit-transform:rotate(360deg);
- -moz-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- }
- #desc {
- margin-top: 0px;
- margin-left:0px;
- width:200px;
- border:1px;
- border-color:black;
- opacity:0;
- height:100px;
- color: {color:Description};
- font-family: 'Crushed', cursive;
- font-size: 11px;
- -webkit-opacity: 0;
- -moz-opacity: 0;
- opacity: 0;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -ms-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- #desc:hover {
- margin-top: 10px;
- -webkit-opacity: 1;
- -moz-opacity: 1;
- }
- /*TITLE*/
- #title {
- margin-top:130px;
- width: 200px;
- padding: 0px px;
- text-align: center;
- font-family: 'Orbitron', sans-serif;
- font-size: 23px;
- margin-bottom: 5px;
- }
- #title a {
- color: {color:Title};
- }
- #title a:hover {
- color: {color:Title Hover};
- }
- tab1 {
- width:10px;
- height:10px;
- color:black;
- }
- /*NAVIGATION*/
- #nav {
- width: 200px;
- margin-left: 12px;
- margin-top: -700px;
- }
- .navi {
- display: inline-block; /*keeps it in a row*/
- text-align: center;
- background-color: {color:Sidebar Link BG};
- width: 90px;
- line-height: 15px;
- margin-bottom: 7px;
- margin-right: 8px;
- }
- .navi a {
- color: {color:Sidebar Link};
- background-color: {color:Sidebar Link BG};
- }
- .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;
- padding: 10px;
- }
- /*POST TITLES*/
- .posttitle {
- font-family: 'Orbitron', sans-serif;
- 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: 'Orbitron', sans-serif;
- 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: 'Orbitron', sans-serif;
- font-size: 18px;
- color: {color:Text Post Title};
- }
- /*CAPTION*/
- .caption {
- line-height: 12px;
- text-align: left;
- margin-top: -5px;
- }
- /*PERMALINK*/
- #perm {
- font-family:'Crushed', cursive;
- font-size: 12px;
- padding: 3px 10px;
- text-transform: UPPERCASE;
- 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};
- }
- .tooltip-block:hover:after{
- border: 1px solid #fc0;
- padding: 3px 6px;
- background: #fffea1;
- content: attr(data-title);
- position: absolute;
- right: -40px;
- top: -26px;
- }
- #bli img {
- width:50px;
- position:fixed;
- padding:3px;
- opacity: .5;
- bottom:5px;
- left:5px;
- z-index:999999999999999999999999999999999999999999;
- }
- #bli img:hover {
- opacity:1;
- width:100px;
- }
- </style>
- <body>
- {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="sidecont">
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <a href="/"><img src="{image:Sidebar}"></a>
- <div id="sidebar2"style="float: left;"><a href="/" title="home"><img src="http://i1241.photobucket.com/albums/gg516/bitteronyx/ddl3_zps4518c46a.png~original" border="0"></a></div>
- <div id="sidebar2"style="float: left;"><a href="/ask"title="ask"><img src="https://40.media.tumblr.com/7dbff8a35aa33309ebba3aa545d1977e/tumblr_nmlmi2Xqf11twwwjho1_400.png" border="0"></a></div>
- <div id="sidebar2"style="float: left;"><a href="/archive"title="past"><img src="https://40.media.tumblr.com/b81d2e5be2286e22e9ca09ce863bc106/tumblr_nmlmi2Xqf11twwwjho2_400.png" border="0"></a></div>
- <div id="sidebar2"style="float: left;"><a href="/submit" title="submit"><img src="https://41.media.tumblr.com/e0c1757c10d8fe0c9b5ce53e2296532a/tumblr_nmlmi2Xqf11twwwjho4_400.png" border="0"></a></div>
- <br>
- <div id="desc" style="float:left;border:2px dashed #000000;text-align:center;"><br> <br>{Description}</p></div>
- {/block:IfUpdatesTab}
- {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>
- <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">{Title}</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">{Title}</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} appeared and said: “{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>
- </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://41.media.tumblr.com/7ea5ae54c20ea88254540f3103da9714/tumblr_nmc8h1nyYE1twwwjho1_250.png"onmouseover="this.src='https://41.media.tumblr.com/18ec1b00405526120c8c31308d9b5ca9/tumblr_nmcb7zXh7N1twwwjho1_500.png'" onmouseout="this.src='http://41.media.tumblr.com/7ea5ae54c20ea88254540f3103da9714/tumblr_nmc8h1nyYE1twwwjho1_250.png'" /></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment