Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------Theme by band-themes.tumblr.com Hover tabs by iamthemelocked.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">
- <script type="text/javascript">
- // <![CDATA[
- var colour="{color:Mouse Sparkles}";
- var sparkles=120;
- /****************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 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].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) {
- 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";
- 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) {
- 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";
- div.style.backgroundColor=colour;
- return (div);
- }
- // ]]>
- </script>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--IMAGES-->
- <meta name="image:Background" content="http://wallwindow.com/wp-content/uploads/2014/09/tumblr_static_stars-artwork-galaxy-1920x1080.jpg">
- <meta name="image:Sidebar" content="http://33.media.tumblr.com/989f0694bf0224627e01640f93bf367d/tumblr_mtzkk8X0aP1so1ke2o1_500.gif">
- <!--COLORS-->
- <meta name="color:Background" content="#280024">
- <meta name="color:Sidebar" content="#000000">
- <meta name="color:Title" content="#ccc">
- <meta name="color:Title Hover" content="#aaa">
- <meta name="color:Post Background" content="#fff">
- <meta name="color:Text" content="#525252">
- <meta name="color:Link" content="#f58787">
- <meta name="color:Link Hover" content="#000">
- <meta name="color:Permalink" content="#493d97">
- <meta name="color:Permalink Hover" content="#ccc">
- <meta name="color:Permalink BG" content="#eee">
- <meta name="color:Mouse Sparkles" content="#eeaabb"
- <meta name="color:Text Post Title" content="#ccc">
- <meta name="color:Link Post" content="#eee">
- <meta name="color:Link Post Hover" content="#666">
- <meta name="color:Cross Tab Text Colour" content="#F7EFE4"/>
- <meta name="color:Tab Cross 1 Colour" content="#761141"/>
- <meta name="color:Tab Cross 2 Colour" content="#aa2277"/>
- <meta name="color:Tab Cross 3 Colour" content="#eeaabb"/>
- <meta name="text:About" content="cross 1"/>
- <meta name="text:Blog" content="stuff I post about"/>
- <meta name="text:Fave1" content="Fave Name"/>
- <meta name="text:Fave1 URL" content="Fave URL"/>
- <meta name="text:Fave2" content="Fave Name"/>
- <meta name="text:Fave2 URL" content="Fave URL"/>
- <meta name="text:Fave3" content="Fave Name"/>
- <meta name="text:Fave3 URL" content="Fave URL"/>
- <meta name="text:Fave4" content="Fave Name"/>
- <meta name="text:Fave4 URL" content="Fave URL"/>
- <meta name="color:Tab Text Colour" content="#000000"/>
- <meta name="color:Tab Link Colour" content="#b6b6b6"/>
- <meta name="color:Tab Link Colour Hover" content="#000000"/>
- <meta name="color:Tab Lines Colour" content="#ffeedd"/>
- <meta name="color:Tab Squares Colour" content="#ffeedd"/>
- <!--TEXT-->
- <meta name="text:Box 1 Title" content="Box 1"/>
- <meta name="color:Box 1 Title Colour" content="#761141"/>
- <meta name="text:Box 1 Link 1" content="Link 1">
- <meta name="text:Box 1 Link 1 URL" content="/">
- <meta name="text:Box 1 Link 2" content="Link 2">
- <meta name="text:Box 1 Link 2 URL" content="/">
- <meta name="text:Box 1 Link 3" content="Link 3">
- <meta name="text:Box 1 Link 3 URL" content="/">
- <meta name="text:Box 1 Link 4" content="Link 4">
- <meta name="text:Box 1 Link 4 URL" content="/">
- <meta name="text:Box 1 Link 5" content="Link 5">
- <meta name="text:Box 1 Link 5 URL" content="/">
- <meta name="text:Box 2 Title" content="Box 2"/>
- <meta name="color:Box 2 Title Colour" content="#761141"/>
- <meta name="text:Box 2 Link 1" content="Link 1">
- <meta name="text:Box 2 Link 1 URL" content="/">
- <meta name="text:Box 2 Link 2" content="Link 2">
- <meta name="text:Box 2 Link 2 URL" content="/">
- <meta name="text:Box 2 Link 3" content="Link 3">
- <meta name="text:Box 2 Link 3 URL" content="/">
- <meta name="text:Box 2 Link 4" content="Link 4">
- <meta name="text:Box 2 Link 4 URL" content="/">
- <meta name="text:Box 2 Link 5" content="Link 5">
- <meta name="text:Box 2 Link 5 URL" content="/">
- <meta name="color:Box 3 Title Colour" content="#761141"/>
- <meta name="text:Box 3 Title" content="Box 3"/>
- <meta name="text:Box 3 Link 1" content="Link 1">
- <meta name="text:Box 3 Link 1 URL" content="/">
- <meta name="text:Box 3 Link 2" content="Link 2">
- <meta name="text:Box 3 Link 2 URL" content="/">
- <meta name="text:Box 3 Link 3" content="Link 3">
- <meta name="text:Box 3 Link 3 URL" content="/">
- <meta name="text:Box 3 Link 4" content="Link 4">
- <meta name="text:Box 3 Link 4 URL" content="/">
- <meta name="text:Box 3 Link 5" content="Link 5">
- <meta name="text:Box 3 Link 5 URL" content="/">
- <meta name="color:Box 4 Title Colour" content="#761141"/>
- <meta name="text:Box 4 Title" content="Box 4"/>
- <meta name="text:Box 4 Link 1" content="Link 1">
- <meta name="text:Box 4 Link 1 URL" content="/">
- <meta name="text:Box 4 Link 2" content="Link 2">
- <meta name="text:Box 4 Link 2 URL" content="/">
- <meta name="text:Box 4 Link 3" content="Link 3">
- <meta name="text:Box 4 Link 3 URL" content="/">
- <meta name="text:Box 4 Link 4" content="Link 4">
- <meta name="text:Box 4 Link 4 URL" content="/">
- <meta name="text:Box 4 Link 5" content="Link 5">
- <meta name="text:Box 4 Link 5 URL" content="/">
- <!--OPTIONS (0 means the option is OFF-->
- <meta name="if:Updates Tab" content="1"/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <style type="text/css">
- @font-face {
- font-family: "economica";
- src: url('https://dl.dropboxusercontent.com/u/81174604/economica-regular.ttf');
- }
- /* --- UPDATES TAB ---*/ /* --- MADE BY IAMTHEMELOCKED ---*/
- #tab13boxes {
- width: auto;
- height: auto;
- position:fixed;
- display:inline-block;
- top:172px; /* --- MOVE THE TAB UP OR DOWN HERE ---*/
- left: 98px; /* --- MOVE THE TAB TO THE LEFT OR TO THE RIGHT HERE ---*/
- }
- #tab13boxes a{
- color:{color:Link};
- font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- text-decoration:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13boxes a:hover{
- color:{color:Link Hover};
- background:none;
- font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13image img {
- height:70px;
- width:70px;
- margin-top:84px;
- opacity:1;
- float:left;
- margin-left:57px;
- padding:8px;
- position:fixed;
- background:#ffffff;
- border:3px solid {color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 1 START ---*/
- #tab13line1 {
- height:35px;
- width: 3px;
- display: inline-block;
- float:left;
- opacity:1;
- background:{color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line12 {
- width:35px;
- height: 3px;
- display: inline-block;
- float:left;
- margin-left:-13px;
- margin-top:12.5px;
- opacity:1;
- background:{color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line12:hover {
- width:160px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13box1 {
- width: 12px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:1;
- margin-left:20px;
- margin-top:7px;
- padding-top:12px;
- letter-spacing:1px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- text-transform:uppercase;
- text-align:left;
- background:{color:Tab Squares Colour};
- color:{color:Tab Text Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line1:hover #tab13box1 {
- opacity:1;
- padding:4px;
- margin-top:3px;
- margin-left:16px;
- background:{color:Sidebar};
- height:134px;
- width: 142px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 1 END ---*/
- /* --- UPDATES TAB BOX 2 START ---*/
- #tab13line2 {
- height:35px;
- width: 3px;
- margin-left:-3px;
- display: inline-block;
- float:right;
- opacity:1;
- background:{color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line22 {
- width:35px;
- height: 3px;
- display: inline-block;
- float:right;
- margin-right:-13px;
- margin-top:12.5px;
- opacity:1;
- background:{color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line22:hover {
- width:160px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13box2 {
- width: 12px;
- height: 0px;
- display: inline-block;
- float:right;
- opacity:1;
- margin-right:20px;
- margin-top:7px;
- padding-top:12px;
- letter-spacing:1px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- text-transform:uppercase;
- text-align:right;
- background:{color:Tab Squares Colour};
- color:{color:Tab Text Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line2:hover #tab13box2 {
- opacity:1;
- padding:4px;
- margin-right:16px;
- margin-top:3px;
- background:{color:Sidebar};
- height:134px;
- width: 142px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 2 END ---*/
- /* --- UPDATES TAB BOX 3 START ---*/
- #tab13line3 {
- height:35px;
- width: 3px;
- display: inline-block;
- float:left;
- margin-left:-3px;
- margin-top:140px;
- opacity:1;
- background:{color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line32 {
- width:35px;
- height: 3px;
- display: inline-block;
- float:left;
- margin-left:-13px;
- margin-top:17.5px;
- opacity:1;
- background:{color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line32:hover {
- width:160px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13box3 {
- width: 12px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:1;
- margin-left:20px;
- margin-top:-16px;
- padding-top:12px;
- letter-spacing:1px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- text-transform:uppercase;
- text-align:left;
- background:{color:Tab Squares Colour};
- color:{color:Tab Text Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line3:hover #tab13box3 {
- opacity:1;
- padding:4px;
- margin-top:-142px;
- margin-left:16px;
- background:{color:Sidebar};
- height:134px;
- width: 142px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 3 END ---*/
- /* --- UPDATES TAB BOX 4 START ---*/
- #tab13line4 {
- height:35px;
- width: 3px;
- display: inline-block;
- float:left;
- margin-left:150px;
- margin-top:139px;
- opacity:1;
- background:{color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line42 {
- width:35px;
- height: 3px;
- display: inline-block;
- float:right;
- margin-right:-13px;
- margin-top:18.5px;
- opacity:1;
- background:{color:Tab Lines Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line42:hover {
- width:160px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13box4 {
- width: 12px;
- height: 0px;
- display: inline-block;
- float:right;
- opacity:1;
- margin-right:20px;
- margin-top:-16px;
- padding-top:12px;
- letter-spacing:1px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- text-transform:uppercase;
- text-align:right;
- background:{color:Tab Squares Colour};
- color:{color:Tab Text Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tab13line4:hover #tab13box4 {
- opacity:1;
- padding:4px;
- margin-top:-142px;
- margin-right:16px;
- background:{color:Sidebar};
- height:134px;
- width: 142px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 4 END ---*/
- /* --- UPDATES TAB ---*/ /* --- MADE BY IAMTHEMELOCKED ---*/
- /* --- UPDATES TAB ---*/
- #updateboxes {
- width: auto;
- height: auto;
- position:fixed;
- float:left;
- display:inline-block;
- top:20px; /* --- MOVE THE TAB UP OR DOWN HERE ---*/
- left: 20px; /* --- MOVE THE TAB TO THE LEFT OR TO THE RIGHT HERE ---*/
- }
- #updateboxes a{
- color:{color:Link};
- font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- text-decoration:none;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updateboxes a:hover{
- color:{color:Link Hover};
- font-size:9px; /* --- CHANGE THE LINK FONT SIZE HERE ---*/
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 1 START ---*/
- #updatelines1 {
- width: 25px;
- height: 25px;
- display: block;
- opacity:1;
- }
- #updateline1 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- background-color: {color:Tab Cross 1 Colour};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines1:hover #updateline1 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updateline2 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-left:1px;
- margin-top:-5px;
- background-color: {color:Tab Cross 1 Colour};
- transform:rotate(135deg);
- -ms-transform:rotate(135deg);
- -webkit-transform:rotate(135deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines1:hover #updateline2 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatebox1 {
- width: 0px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:0;
- margin-top:-5px;
- letter-spacing:1px;
- margin-left:13px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- border-top:5px solid {color:Tab Cross 1 Colour};
- text-transform:uppercase;
- text-align:left;
- color:{color:Cross Tab Text Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines1:hover #updatebox1 {
- opacity:1;
- height:200px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
- width: 130px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
- padding-left:18px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:5px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 1 END ---*/
- /* --- UPDATES TAB BOX 2 START ---*/
- #updatelines2 {
- width: 25px;
- height: 25px;
- display: block;
- opacity:1;
- }
- #updateline3 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-top:10px;
- background-color: {color:Tab Cross 2 Colour};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines2:hover #updateline3 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updateline4 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-left:1px;
- margin-top:-5px;
- background-color: {color:Tab Cross 2 Colour};
- transform:rotate(135deg);
- -ms-transform:rotate(135deg);
- -webkit-transform:rotate(135deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines2:hover #updateline4 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatebox2 {
- width: 0px;
- height: 0px;
- z-index: 1;
- display: inline-block;
- float:left;
- opacity:0;
- margin-top:-5px;
- letter-spacing:1px;
- margin-left:13px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- border-top:5px solid {color:Tab Cross 2 Colour};
- text-transform:uppercase;
- text-align:left;
- color:{color:Cross Tab Text Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines2:hover #updatebox2 {
- opacity:1;
- height:200px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
- width: 130px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
- padding-left:18px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:5px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 2 END ---*/
- /* --- UPDATES TAB BOX 3 START ---*/
- #updatelines3 {
- width: 25px;
- height: 25px;
- display: block;
- opacity:1;
- }
- #updateline5 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-top:10px;
- background-color: {color:Tab Cross 3 Colour};
- transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- -webkit-transform:rotate(45deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines3:hover #updateline5 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updateline6 {
- width: 23px;
- height: 5px;
- display: block;
- opacity:1;
- margin-left:1px;
- margin-top:-5px;
- background-color: {color:Tab Cross 3 Colour};
- transform:rotate(135deg);
- -ms-transform:rotate(135deg);
- -webkit-transform:rotate(135deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines3:hover #updateline6 {
- transform:rotate(90deg);
- -ms-transform:rotate(90deg);
- -webkit-transform:rotate(90deg);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatebox3 {
- width: 0px;
- height: 0px;
- display: inline-block;
- float:left;
- opacity:0;
- margin-top:-5px;
- letter-spacing:1px;
- margin-left:13px;
- font-size:9px; /* --- CHANGE THE CONTENT´S FONT SIZE HERE ---*/
- line-height:110%;
- overflow:hidden;
- font-family:calibri; /* --- CHANGE THE CONTENT´S FONT HERE ---*/
- border-top:5px solid {color:Tab Cross 3 Colour};
- text-transform:uppercase;
- text-align:left;
- color:{color:Cross Tab Text Colour};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #updatelines3:hover #updatebox3 {
- opacity:1;
- height:200px; /* --- CHANGE THE CONTENT´S HEIGHT HERE ---*/
- width: 130px; /* --- CHANGE THE CONTENT´S WIDTH HERE ---*/
- padding-left:18px;
- padding-right:5px;
- padding-bottom:5px;
- padding-top:5px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* --- UPDATES TAB BOX 3 END ---*/
- /* --- UPDATES TAB ---*/
- /*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 {
- margin-left: 400px;
- 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;
- }
- 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: -325px;
- margin-top: 80px;
- }
- #sidebar {
- width: 156px;
- border: 13px solid {color:Sidebar};
- background: {color:Sidebar};
- z-index: -1;
- }
- #sidebar img {
- width:156px;
- height:148px;
- z-index: -1;
- }
- #description {
- margin-top: 7px;
- margin-left:-20px;
- color: {color:Description};
- font-family: Economica;
- text-align: center;
- font-size: 17px;
- }
- /*TITLE*/
- #title {
- width: 160px;
- padding: 0px 10px;
- text-align: center;
- font-family: Economica;
- font-size: 23px;
- margin-bottom: 5px;
- }
- #title a {
- color: {color:Title};
- }
- #title a:hover {
- color: {color:Title Hover};
- }
- /*NAVIGATION*/
- #nav {
- width: 200px;
- margin-left: 50px;
- margin-top: 0px;
- }
- {block:ifnot400Post}
- <img src="{PhotoURL-500}" width="500px">
- {/block:ifnot400Post}/*POST CONTAINER*/
- #content {
- margin-left: 00px;
- margin-top: 50px;
- margin-bottom: 50px;
- width: 420px;
- }
- /*POSTS*/
- .posts {
- width: 400px;
- background: {color:Post Background};
- 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: economica;
- font-size: 12px;
- padding: 3px 10px;
- text-transform: none;
- letter-spacing: 1px;
- text-align: center;
- margin-top: 5px;
- color: {color:Permalink};
- background-color: {color:Permalink BG};
- width: 380px;
- }
- #perm a {
- color: {color:Permalink};
- }
- #perm a:hover {
- color: {color:Permalink Hover};
- }
- #pagination {
- margin-top:-27px;
- padding:10px;
- margin-left:60px;
- text-transform:lowercase;
- font-weight:bold;
- position:fixed;
- }
- #pagination a {
- padding:0 15px;
- }
- #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: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}
- <div id="structure">
- <div id="container">
- {block:IfUpdatesTab}
- <div id="updateboxes">
- <div id="updatelines1">
- <div id="updateline1"></div>
- <div id="updateline2"></div>
- <div id="updatebox1">
- <div style="width:130px; height:12px; margin-left: 0px;
- border:1px #ffffff; line-height:12px;padding:1px; background-color:{color:Tab Cross 1 Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1>About me<a href="http://iamthemelocked.tumblr.com/" target="_blank" title="tab by iamthemelocked">©</a></FONT></FONT></div></p>
- {text:About}</p>
- <div style="width:130px; height:12px; margin-left: 0px;
- border:1px #ffffff; line-height:12px;padding:1px; background-color:{color:Tab Cross 1 Colour}";>
- </div></p>
- </div></div>
- <div id="updatelines2">
- <div id="updateline3"></div>
- <div id="updateline4"></div>
- <div id="updatebox2">
- <div style="width:130px; height:12px; margin-left: 0px;
- border:1px #ffffff; line-height:12px;padding:1px; background-color:{color:Tab Cross 2 Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1>My Blog<a href="http://iamthemelocked.tumblr.com/" target="_blank" title="tab by iamthemelocked">©</a></FONT></FONT></div></p>
- {text:Blog}
- <div style="width:130px; height:12px; margin-left: 0px;
- border:1px #ffffff; line-height:12px;padding:1px; background-color:{color:Tab Cross 2 Colour}";>
- </div></p>
- </div></div>
- <div id="updatelines3">
- <div id="updateline5"></div>
- <div id="updateline6"></div>
- <div id="updatebox3">
- <div style="width:130px; height:12px; margin-left: 0px;
- border:1px #ffffff; line-height:12px;padding:1px; background-color:{color:Tab Cross 3 Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1>faves<a href="http://iamthemelocked.tumblr.com/" target="_blank" title="tab by iamthemelocked">©</a></FONT></FONT></div></p>
- <a href="{text:Fave1 URL}">{text:Fave1}</a> <br>
- <a href="{text:Fave2 URL}">{text:Fave2}</a> <br>
- <a href="{text:Fave3 URL}">{text:Fave3}</a> <br>
- <a href="{text:Fave4 URL}">{text:Fave4}</a> <br></p>
- <div style="width:130px; height:12px; margin-left: 0px;
- border:1px #ffffff; line-height:12px;padding:1px; background-color:{color:Tab Cross 3 Colour}";>
- </div></div>
- </div>
- {/block:IfUpdatesTab}
- </div></div></div></div>
- <div id="sidecont">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="sidebar">
- <a href="/"><img src="{image:Sidebar}"></a>
- </div>
- <div id="tab13boxes">
- <div id="tab13line1">
- <div id="tab13line12">
- <div id="tab13box1">
- <div style="width:138px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:8px;padding:2px;text-align:left; background-color:{color:Box 1 Title Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1>{text:Box 1 Title}</FONT></FONT></div></p>
- <a href="{text:Box 1 Link 1 URL}">{text:Box 1 Link 1}</a> <br>
- <a href="{text:Box 1 Link 2 URL}">{text:Box 1 Link 2}</a> <br>
- <a href="{text:Box 1 Link 3 URL}">{text:Box 1 Link 3}</a> <br>
- <a href="{text:Box 1 Link 4 URL}">{text:Box 1 Link 4}</a> <br>
- <a href="{text:Box 1 Link 5 URL}">{text:Box 1 Link 5}</a> <br>
- <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="tab by iamthemelocked">©</a>
- </p>
- </FONT>
- </div></div></div>
- <div id="tab13line2">
- <div id="tab13line22">
- <div id="tab13box2">
- <div style="width:138px; height:8px; margin-right: 0px;
- border:1px #ffffff; line-height:8px;padding:2px;text-align:right; float:right; background-color:{color:Box 2 Title Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1>{text:Box 2 Title}</FONT></FONT></div></br></br>
- <a href="{text:Box 2 Link 1 URL}">{text:Box 2 Link 1}</a> <br>
- <a href="{text:Box 2 Link 2 URL}">{text:Box 2 Link 2}</a> <br>
- <a href="{text:Box 2 Link 3 URL}">{text:Box 2 Link 3}</a> <br>
- <a href="{text:Box 2 Link 4 URL}">{text:Box 2 Link 4}</a> <br>
- <a href="{text:Box 2 Link 5 URL}">{text:Box 2 Link 5}</a> <br>
- <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="tab by iamthemelocked">©</a>
- </div></div></div>
- <div id="tab13line3">
- <div id="tab13line32">
- <div id="tab13box3">
- <div style="width:138px; height:8px; margin-right: 0px;
- border:1px #ffffff; line-height:8px;padding:2px;text-align:left; float:left; background-color:{color:Box 3 Title Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1>{text:Box 3 Title}</FONT></FONT></div></br></br>
- <a href="{text:Box 3 Link 1 URL}">{text:Box 3 Link 1}</a> <br>
- <a href="{text:Box 3 Link 2 URL}">{text:Box 3 Link 2}</a> <br>
- <a href="{text:Box 3 Link 3 URL}">{text:Box 3 Link 3}</a> <br>
- <a href="{text:Box 3 Link 4 URL}">{text:Box 3 Link 4}</a> <br>
- <a href="{text:Box 3 Link 5 URL}">{text:Box 3 Link 5}</a> <br>
- <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="tab by iamthemelocked">©</a>
- </div></div></div>
- <div id="tab13line4">
- <div id="tab13line42">
- <div id="tab13box4">
- <div style="width:138px; height:8px; margin-left: 0px;
- border:1px #ffffff; line-height:8px;padding:2px;text-align:right; background-color:{color:Box 4 Title Colour}";>
- <FONT COLOR=#FFFFFF><FONT size=1>{text:Box 4 Title}</FONT></FONT></div></p>
- <a href="{text:Box 4 Link 1 URL}">{text:Box 4 Link 1}</a> <br>
- <a href="{text:Box 4 Link 2 URL}">{text:Box 4 Link 2}</a> <br>
- <a href="{text:Box 4 Link 3 URL}">{text:Box 4 Link 3}</a> <br>
- <a href="{text:Box 4 Link 4 URL}">{text:Box 4 Link 4}</a> <br>
- <a href="{text:Box 4 Link 5 URL}">{text:Box 4 Link 5}</a> <br>
- <a href="http://iamthemelocked.tumblr.com/" target="_blank" title="tab by iamthemelocked">©</a>
- </div></div></div>
- </div>
- <div id="description">
- ^^hover over boxes for links^^
- <p>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">← previous </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next →</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </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>
- <img src="{PhotoURL-400}" width="400px">
- {block:IndexPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- <div style="margin-bottom: -3px;"></div>
- {/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}
- {Photoset-400}
- {block:IndexPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- <div style="margin-bottom: -3px;"></div>
- {/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}
- <div class="quote">"{Quote}"</div>
- ~{Source}
- {/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}
- {Video-400}
- {block:IndexPage}
- <div style="margin-bottom: -3px;"></div>
- {block:Caption}
- <div class="caption">
- {Caption}
- <div style="margin-bottom: -8px;"></div>
- </div>
- {/block:Caption}
- <div style="margin-bottom: -4px;"></div>
- {/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:Caption}
- <div class="caption"> <div style="margin-top:0px;"></div>
- {Caption}
- <div style="margin-bottom: -10px;"></div>
- </div>
- {/block:Caption}
- {/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" style="background-color: black; padding: 5px;">
- {Asker} appeared and said:<p> “{Question}”
- </div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}<!--only shows up on the front page"-->
- <div id="perm">
- <a href="{Permalink}" style="text-transform:uppercase;">{NoteCount} notes</a>
- • <a href="{ReblogURL}" style="text-transform:uppercase;">reblog</a> • <a href="{LikeURL}" style="text-transform:uppercase;">like</a>
- <br>
- {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://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