Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----pls don't remove the credit or i'll be very sad---->
- <!----theme by bandthemes.tumblr.com---->
- <!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="http://img3.goodfon.ru/original/1600x900/0/39/planety-sputniki-zvezdy-svet-2569.jpg">
- <meta name="image:Sidebar" content="http://24.media.tumblr.com/f56cb42eb0b39a8da69e2c8713a98470/tumblr_mqrcg6ZAi91sbg2auo1_500.jpg">
- <!--COLORS-->
- <meta name="color:Background" content="#fff">
- <meta name="color:Post" content="#fff">
- <meta name="color:Text" content="#9883ff">
- <meta name="color:Emphasis Text" content="#444">
- <meta name="color:Link" content="#2fc9df">
- <meta name="color:Link Hover" content="#000">
- <meta name="color:Sidebar" content="#000000">
- <meta name="color:Description" content="#ccc">
- <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="#ccc">
- <meta name="color:Sidebar Link BG" content="#ddd">
- <meta name="color:Sidebar Link BG Hover" content="#fff">
- <meta name="color:Permalink" content="#ffffff">
- <meta name="color:Permalink Hover" content="#ccc">
- <meta name="color:Permalink BG" content="#28626b">
- <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:Update" content="Write whatever you think visitors should know here :)">
- <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="/">
- <meta name="text:Network 1" content="Network name 1">
- <meta name="text:Network 1 URL" content="The Network's Blog">
- <meta name="text:Network 2" content="Network name 2">
- <meta name="text:Network 2 URL" content="The Network's Blog">
- <meta name="text:Network 3" content="Network name 3">
- <meta name="text:Network 3 URL" content="The Network's Blog">
- <meta name="text:Network 4" content="Network name 4">
- <meta name="text:Network 4 URL" content="The Network's Blog">
- <!--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 href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}" />
- <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Special+Elite|Megrim' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- // <![CDATA[
- var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
- var sparkles=50;
- /****************************
- * Tinkerbell Magic Sparkle *
- *(c)2005-11 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown && starx[i]>0) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown && tinyx[i]>0) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- return (div);
- }
- function newColour() {
- var c=new Array();
- c[0]=255;
- c[1]=Math.floor(Math.random()*256);
- c[2]=Math.floor(Math.random()*(256-c[1]/2));
- c.sort(function(){return (0.5 - Math.random());});
- return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
- }
- // ]]>
- </script>
- <style type="text/css">
- @font-face {
- font-family: "economica";
- src: url('https://dl.dropboxusercontent.com/u/81174604/economica-regular.ttf');
- }
- /*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-repeat:no-repeat;
- max-width: 100%;
- background-color: {color:Background};
- color: {color:Text};
- font-family: 'Yanone Kaffeesatz', sans-serif;
- font-size: 16px;
- }
- /*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: 5px solid {color:Sidebar};
- background: {color:Sidebar};
- }
- #sidebar img {
- width:200px;
- }
- .desc {
- margin-top: 7px;
- color: {color:Description};
- font-family: Calibri;
- font-size: 11px;
- }
- /*TITLE*/
- #title {
- width: 200px;
- padding: 0px 10px;
- text-align: center;
- font-family: 'Special Elite', cursive;
- font-size: 23px;
- margin-bottom: 5px;
- }
- #title a {
- color: {color:Title};
- }
- #title a:hover {
- color: {color:Title Hover};
- }
- /*NAVIGATION*/
- #t1{
- font-size:14px; color: #75889D;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- background: #448ABD;
- position:fixed;
- left:150px; top:350px; /*THIS IS THE DISTANCE AWAY FROM EACH OTHER*/
- text-align: center;
- padding: 7px;
- bottom: 0px;
- height:20px; width: 20px; /*CHANGE SIZE HERE*/
- overflow:hidden;
- border: 2px solid #000000;/*CHANGE BORDER HERE*/
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:25;
- }
- #t1:hover{
- text-align: center;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- border: 2px solid #000000; /*CHANGE BORDER ON HOVER HERE*/
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:150px; width:120px; /*CHANGE BORDER DIMENSIONS HERE*/
- left:54px; top:224px;
- z-index:25;
- opacity: 2.0;
- background:white;
- }
- .ttitle {
- background: ##448ABD;
- padding: 5px;
- font-size: 12px;
- }
- #t2{
- font-size:14px; color: #75889D;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- background: #448ABD;
- position:fixed;
- left:190px; top:350px;
- text-align: center;
- padding: 7px;
- bottom: 0px;
- height:20px; width: 20px;
- overflow:hidden;
- border: 2px solid #000000;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:24;
- }
- #t2:hover{
- text-align: center;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- border: 2px solid #000000;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:150px;
- width:120px;
- left:190px; top:224px;
- z-index:24;
- opacity: 2.0;
- background:white;
- }
- #t3{
- font-size:14px; color: #75889D;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- background: #448ABD;
- position:fixed;
- left:150px; top:390px;
- text-align: center;
- padding: 7px;
- bottom: 0px;
- height:20px; width: 20px;
- overflow:hidden;
- border: 2px solid #000000;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:23;
- }
- #t3:hover{
- text-align: center;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- border: 2px solid #000000;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:150px;
- width:120px;
- left:54px;
- z-index:23;
- opacity: 2.0;
- background:white;
- }
- #t4{
- font-size:14px; color: #75889D;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- background: #448ABD;
- position:fixed;
- left:190px; top:390px;
- text-align: center;
- padding: 7px;
- bottom: 0px;
- height:20px; width: 20px;
- overflow:hidden;
- border: 2px solid #000000;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:22;
- }
- #t4:hover{
- text-align: center;
- font-family: 'Yanone Kaffeesatz', sans-serif;
- border: 2px solid #000000;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:150px;
- width:120px;
- z-index:22;
- opacity: 2.0;
- background:white;
- }
- /*END OF BUBBLE TAB by htmltutor*/
- #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: 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: Economica;
- 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: 'Megrim', 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};
- }
- #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="title"><a href="/">{Title}</a></div>
- <div id="sidebar">
- <a href="/"><img src="{image:Sidebar}"></a>
- <div class="wrapper">
- <div id="t1">
- <!-- THIS IS WHERE YOU CAN CHANGE THE PIXEL -->
- <b><div style="font-size: 32px;"><img src="http://static.tumblr.com/088fc58c81c13fb8cbc7f7d27894715e/vziagdp/Wr2n8b6e6/tumblr_static_1sedpjgu69lw0w4o0ok084gcw.png"style="width:30px;margin-top:-5px;margin-left:-6px;"></a></div></b><br><p>
- <!-- THIS IS THE HEAING PART -->
- <div style="background: #ffffff; border: 2px dashed #000000; padding: 0px;font-size: 18px;margin-top:-30px;font-family: 'Yanone Kaffeesatz', sans-serif;"><b>Hi</b></div><p>
- <!-- HERE GOES YOUR CONTENT -->
- {Description}
- <br>
- <script language="JavaScript">
- var ref = (''+document.referrer+'');
- var w_h = window.screen.width + " x " + window.screen.height;
- document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4842617&e1=space faerie&e2=space faeries&r=' + ref + '&wh=' + w_h + '"><\/script>');
- </script>
- </p>
- </div>
- <div class="wrapper">
- <div id="t2">
- <b><div style="font-size: 32px;"><img src="http://41.media.tumblr.com/3101f1421849d0cbc6ca15719c3ccd4b/tumblr_nj77ahmf3N1tdoe9ao2_1280.png"style="width:30px;margin-top:-4px;margin-left:-6px;"></a></div></b><br><p>
- <div style="background: #ffffff; border: 2px dashed #000000; padding: 0px;font-size: 18px;margin-top:-30px;"><b>Links</b></div><p>
- <a href="{text:Link 1 URL}">{text:Link 1}</a><br>
- <a href="{text:Link 2 URL}">{text:Link 2}</a><br>
- <a href="{text:Link 3 URL}">{text:Link 3}</a><br>
- <a href="{text:Link 4 URL}">{text:Link 4}</a><br>
- </p>
- </div>
- </div>
- <div class="wrapper">
- <div id="t3">
- <b><div style="font-size: 32px;"><img src="http://www.pictmusic.tk/wp-content/uploads/2014/12/transparentpanicatthediscologobythatnerdyowl-dlklj.png"style="width:30px;margin-top:0px;margin-left:-5px;"></a></div></b><br><p>
- <div style="background: #ffffff; border: 2px dashed #000000; padding: 0px;font-size: 18px;margin-top:-25px;"><b>Networks</b></div><p>
- <a href="{text:Network 1 URL}">{text:Network 1}</a><br>
- <a href="{text:Network 2 URL}">{text:Network 2}</a><br>
- <a href="{text:Network 3 URL}">{text:Network 3}</a><br>
- <a href="{text:Network 4 URL}">{text:Network 4}</a><br>
- </p>
- </div>
- </div>
- <div class="wrapper">
- <div id="t4">
- <b><div style="font-size: 32px;"><img src="http://38.media.tumblr.com/a4daf7e4bba4e1962ab4e73a89da72ce/tumblr_nfftb0C7We1ra8lsho1_400.gif"style="width:25px;margin-top:-6px;margin-left:-4px;"></a></div></b><br><p>
- <div style="background: #ffffff; border: 2px dashed #000000; padding: 0px;font-size: 18px;margin-top:-30px;"><b>Also...</b></b></div><p>
- {text:Update}
- </p>
- </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>
- <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}: “{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