Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- theme by danta @ramdons
- idgaf what you do with this theme lmk if there are issues and show me if you make anything
- ----->
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- {block:ifredirect}
- {block:IndexPage}<script type="text/javascript">
- var url = location.href;
- if (url == "{BlogURL}") {
- window.location = "{BlogURL}tagged/{text:redirect tag}";
- }
- </script>{/block:IndexPage}
- {/block:ifredirect}
- {block:ifwobbletitle}
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed of wobbling, lower is faster
- var height=3; // height of wobbling in pixels
- var alink=""; // page to link text to (set to ="" for no link)
- /****************************
- * Wobbly Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- </script>
- {/block:ifwobbletitle}
- {block:ifrainbowtitle}
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed colours change, 1 second = 1000
- var glow=3; // can be set from '0' for no glow, to 10
- var raincol=new Array("#ff0000", "#ff5500", "#ffaa00", "#ffff00", "#aaff00", "#55ff00", "#00ff00", "#00ff55", "#00ffaa", "#00ffff", "#00aaff", "#0055ff", "#0000ff", "#5500ff", "#aa00ff", "#ff00ff", "#ff00aa", "#ff0055"); // change the colours if you want to
- var alink="/"; // page to link text to (set to ="" for no link)
- /****************************
- * Rainbow Text Effect *
- *(c)2003-13 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var rainbow, raintxt, raincnt=0;
- function addLoadEvent(funky) {
- var oldonload=window.onload;
- if (typeof(oldonload)!='function') window.onload=funky;
- else window.onload=function() {
- if (oldonload) oldonload();
- funky();
- }
- }
- addLoadEvent(regenbogen);
- function regenbogen() { if (document.getElementById) {
- var i, rainbeau;
- rainbow=document.getElementById("rainbow");
- raintxt=rainbow.firstChild.nodeValue;
- while (rainbow.childNodes.length) rainbow.removeChild(rainbow.childNodes[0]);
- for (i=0; i<raintxt.length; i++) {
- rainbeau=document.createElement("span");
- rainbeau.setAttribute("id", "rain"+i);
- rainbeau.appendChild(document.createTextNode(raintxt.charAt(i)));
- if (alink) {
- rainbeau.style.cursor="pointer";
- rainbeau.onclick=function() { top.location.href=alink; }
- }
- rainbow.appendChild(rainbeau);
- }
- rainbow=setInterval ("raining()", speed);
- }}
- function raining() {
- var i, c;
- for (i=0; i<raintxt.length; i++) {
- c=raincol[(i+raincnt)%raincol.length];
- document.getElementById("rain"+i).style.color=c;
- if (glow) document.getElementById("rain"+i).style.textShadow=c+" 0px 0px "+glow+"px";
- }
- raincnt++;
- }
- // ]]>
- </script>
- {/block:ifrainbowtitle}
- {block:ifsparkles}<script type="text/javascript">
- // <![CDATA[
- var colour="{color:sparkles}"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
- var sparkles=50;
- /****************************
- * Tinkerbell Magic Sparkle *
- *(c)2005-13 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";
- rats.style.zIndex="999";
- 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";
- rats.style.zIndex="999";
- 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 (Math.abs(x-ox)>1 || Math.abs(y-oy)>1) {
- 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+1)+"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;
- starx[i]+=(i%5-2)/5;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+"px";
- 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;
- tinyx[i]+=(i%5-2)/5;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+"px";
- 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) {
- if (e) {
- y=e.pageY;
- x=e.pageX;
- }
- else {
- set_scroll();
- y=event.y+sdown;
- x=event.x+sleft;
- }
- }
- window.onscroll=set_scroll;
- function set_scroll() {
- if (typeof(self.pageYOffset)=='number') {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body && (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() {
- var sw_min=999999;
- var sh_min=999999;
- if (document.documentElement && document.documentElement.clientWidth) {
- if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
- if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
- }
- if (typeof(self.innerWidth)=='number' && self.innerWidth) {
- if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
- if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
- }
- if (document.body.clientWidth) {
- if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
- if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
- }
- if (sw_min==999999 || sh_min==999999) {
- sw_min=800;
- sh_min=600;
- }
- swide=sw_min;
- shigh=sh_min;
- }
- 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>{/block:ifsparkles}
- <meta name="image:favicon" content="">
- <meta name="image:icon" content="">
- <meta name="image:popup" content="">
- <meta name="image:side image" content=""/>
- <meta name="image:link divider" content=""/>
- <meta name="image:pixel 1" content=""/>
- <meta name="image:pixel 2" content=""/>
- <meta name="image:pixel 3" content=""/>
- <meta name="image:pixel 4" content=""/>
- <meta name="image:pixel 5" content=""/>
- <meta name="image:pixel 6" content=""/>
- <meta name="image:pixel 7" content=""/>
- <meta name="image:pixel 8" content=""/>
- <meta name="image:pixel 9" content=""/>
- <meta name="image:bg" content=""/>
- <meta name="image:post bg" content="">
- <meta name="image:text post bg" content="">
- <meta name="image:sidebar bg" content="">
- <meta name="image:popup bg" content="">
- <meta name="image:scrollbar thumb" content="">
- <meta name="image:scrollbar bg" content="">
- <meta name="color:bg" content=""/>
- <meta name="color:post bg" content="">
- <meta name="color:text post bg" content="">
- <meta name="color:sidebar bg" content="">
- <meta name="color:popup bg" content="">
- <meta name="color:post glow" content="#999">
- <meta name="color:post hover" content="#999">
- <meta name="color:scrollbar thumb" content="">
- <meta name="color:scrollbar bg" content="">
- <meta name="color:sparkles" content="black">
- <meta name="color:border" content="">
- <meta name="color:inner border" content="">
- <meta name="color:text" content="#000">
- <meta name="color:text glow" content="#000">
- <meta name="color:links" content="#fff">
- <meta name="color:link border" content="#000">
- <meta name="color:link glow" content="#000">
- <meta name="color:links hover" content="#ccc">
- <meta name="color:links border hover" content="#ccc">
- <meta name="color:links glow hover" content="#ccc">
- <meta name="color:tooltip text" content="#000">
- <meta name="color:tooltip bg" content="#fff">
- <meta name="color:selection" content="#fff">
- <meta name="color:selection bg" content="#efefef">
- <meta name="if:cover bg" content="">
- <meta name="if:show title" content="" >
- <meta name="if:rainbow title" content="" >
- <meta name="if:wobble title" content="" >
- <meta name="if:pop title" content="" >
- <meta name="if:normal title" content="" >
- <meta name="if:top" content="" >
- <meta name="if:shake image" content="" >
- <meta name="if:image blur on hover" content="" >
- <meta name="if:icon tooltip" content="" >
- <meta name="if:marquee desc" content="" >
- <meta name="if:pixel desc" content="" >
- <meta name="if:pixel link divider" content="" >
- <meta name="if:sparkles" content="">
- <meta name="if:fancy scrollbar" content="">
- <meta name="if:text glow" content="">
- <meta name="if:link glow" content="">
- <meta name="if:link outline" content="">
- <meta name="if:link drop" content="">
- <meta name="if:link blur" content="">
- <meta name="if:link strikethrough" content="">
- <meta name="if:link bold" content="">
- <meta name="if:rainbow links" content="">
- <meta name="if:pastel rainbow links" content="">
- <meta name="if:post glow" content="" >
- <meta name="if:post drop shadow" content="" >
- <meta name="if:post hover" content="1" >
- <meta name="if:redirect" content="" >
- <meta name="if:captions" content="" >
- <meta name="if:rounded" content="" >
- <meta name="if:fuzzy border" content="" >
- <meta name="if:rainbow border" content="" >
- <meta name="if:footer" content="" >
- <meta name="if:footer below" content="" >
- <meta name="if:tags" content="" >
- <meta name="if:500px posts" content="" >
- <meta name="select:border" content="none">
- <meta name="select:border" content="solid">
- <meta name="select:border" content="dotted">
- <meta name="select:border" content="dashed">
- <meta name="select:border" content="outset">
- <meta name="select:border" content="double">
- <meta name="select:innerborder" content="none">
- <meta name="select:innerborder" content="solid">
- <meta name="select:innerborder" content="dotted">
- <meta name="select:innerborder" content="dashed">
- <meta name="select:innerborder" content="outset">
- <meta name="select:innerborder" content="double">
- <meta name="select:marqueedirection" content="left">
- <meta name="select:marqueedirection" content="up">
- <meta name="select:marqueedirection" content="right">
- <meta name="select:marqueedirection" content="down">
- <meta name="select:footeralign" content="left">
- <meta name="select:footeralign" content="right">
- <meta name="select:footeralign" content="center">
- <meta name="select:font" content="arial">
- <meta name="select:font" content="ms pgothic">
- <meta name="select:font" content="times">
- <meta name="select:font" content="short stack">
- <meta name="select:font" content="bellota">
- <meta name="select:font" content="Liu Jian Mao Cao">
- <meta name="select:font" content="Playfair Display">
- <meta name="select:font" content="Pacifico">
- <meta name="select:font" content="Rajdhani">
- <meta name="select:font" content="Bebas Neue">
- <meta name="select:font" content="Advent Pro">
- <meta name="select:font" content="Orbitron">
- <meta name="select:font" content="Metal Mania">
- <meta name="select:font" content="MuseoModerno">
- <meta name="select:font" content="Press Start 2P">
- <meta name="select:font" content="Staatliches">
- <meta name="select:titlefont" content="arial">
- <meta name="select:titlefont" content="ms pgothic">
- <meta name="select:titlefont" content="times">
- <meta name="select:titlefont" content="short stack">
- <meta name="select:titlefont" content="bellota">
- <meta name="select:titlefont" content="Liu Jian Mao Cao">
- <meta name="select:titlefont" content="Playfair Display">
- <meta name="select:titlefont" content="Pacifico">
- <meta name="select:titlefont" content="Rajdhani">
- <meta name="select:titlefont" content="Bebas Neue">
- <meta name="select:titlefont" content="Advent Pro">
- <meta name="select:titlefont" content="Orbitron">
- <meta name="select:titlefont" content="Metal Mania">
- <meta name="select:titlefont" content="MuseoModerno">
- <meta name="select:titlefont" content="Press Start 2P">
- <meta name="select:titlefont" content="Staatliches">
- <meta name="text:font size" content="12">
- <meta name="text:desc font size" content="12">
- <meta name="text:title font size" content="12">
- <meta name="text:nav font size" content="12">
- <meta name="text:popup font size" content="12">
- <meta name="text:desc" content="evil">
- <meta name="text:title" content="title">
- <meta name="text:top text" content="meow">
- <meta name="text:footer note thingy" content=".99$">
- <meta name="text:icon hover" content="hi hi ^_^">
- <meta name="text:link divider" content="">
- <meta name="text:link 1" content="">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 url" content="/">
- <meta name="text:border width" content="2">
- <meta name="text:inner border width" content="2">
- <meta name="text:redirect tag" content="">
- <meta name="text:marquee speed" content="10">
- <meta name="text:popup width" content="250">
- <meta name="text:side image width" content="auto">
- <meta name="text:side image right margin" content="0">
- <meta name="text:side image bottom margin" content="0">
- <meta name="text:next page" content="forward">
- <meta name="text:previous page" content="return">
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <script src="https://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Advent+Pro|Bebas+Neue|Bellota|Liu+Jian+Mao+Cao|Orbitron|Pacifico|Playfair+Display|Rajdhani&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Metal+Mania&family=MuseoModerno:wght@531&family=Press+Start+2P&family=Short+Stack&family=Staatliches&display=swap" rel="stylesheet">
- <script src="https://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <style type="text/css">
- /*Scrollbar and Selection*/
- ::selection {
- background: {color:selection bg};
- color: {color:selection};
- }
- ::-moz-selection {
- background: {color:selection bg};
- color: {color:selection};
- }
- {block:iffancyscrollbar}
- ::-webkit-scrollbar {
- width: 16px;
- height: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #fff;
- background-image: url(https://i.imgur.com/Qtm9Z60.png);
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- }
- ::-webkit-scrollbar-track {
- background-color: #fff;
- background-image: url(https://i.imgur.com/IGXGYKz.png);
- }
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/WhC8iy3.png);
- width: 14px;
- height: 16px;
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/fQ18mrR.png);
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- width: 14px;
- height: 16px;
- }
- {/block:iffancyscrollbar}
- {block:ifnotfancyscrollbar}
- ::-webkit-scrollbar {
- width: 16px;
- height: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar thumb};
- background-image: url('{image:scrollbar thumb}');
- }
- ::-webkit-scrollbar-track {
- background:{color:scrollbar bg};
- background-image: url('{image:scrollbar bg}');
- }
- {/block:ifnotfancyscrollbar}
- /*
- general text styles, fonts and colours
- */
- *{
- padding:0;
- margin:0;
- }
- body {
- margin:0px;
- background:{color:bg};
- background-image: url('{image:bg}');
- {block:ifnotcoverbg}
- background-repeat: repeat;
- background-attachment: fixed;
- {/block:ifnotcoverbg}
- {block:ifcoverbg}
- background-size: cover;
- background-attachment: fixed;
- {/block:ifcoverbg}
- font-family:{select:font}, cursive;
- font-size:{text:font size}px;
- line-height:140%;
- color:{color:text};
- {block:iftextglow}
- text-shadow: 0 0 2px {color:text glow};
- {/block:iftextglow}
- }
- p{
- margin:0 0 10px 0;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a{
- color:{color:links};
- text-decoration:none;
- {block:iflinkoutline}
- text-shadow: -1px 0 {color:link border}, 0 1px {color:link border}, 1px 0 {color:link border}, 0 -1px {color:link border};
- {/block:iflinkoutline}
- {block:iflinkbold}
- font-weight:bold;
- {/block:iflinkbold}
- {block:iflinkglow}
- filter: drop-shadow(0 0 1px {color:link glow});
- {/block:iflinkglow}
- transition:0.3s;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- a:hover{
- color:{color:links hover};
- {block:iflinkstrikethrough}
- text-decoration: line-through;
- {/block:iflinkstrikethrough}
- {block:iflinkblur}
- filter: blur(1px);
- {/block:iflinkblur}
- {block:ifrainbowlinks}
- -webkit-animation:rainbow 1s infinite;
- -ms-animation:rainbow 1s infinite;
- -o-animation:rainbow 1s infinite;
- animation:rainbow 1s infinite;
- {/block:ifrainbowlinks}
- {block:ifpastelrainbowlinks}
- -webkit-animation:pastelrainbow 1s infinite;
- -ms-animation:pastelrainbow 1s infinite;
- -o-animation:pastelrainbow 1s infinite;
- animation:pastelrainbow 1s infinite;
- {/block:ifpastelrainbowlinks}
- {block:iflinkoutline}
- text-shadow: -1px 0 {color:links border hover}, 0 1px {color:links border hover}, 1px 0 {color:links border hover}, 0 -1px {color:links border hover};
- {/block:iflinkoutline}
- {block:iflinkglow}
- filter: drop-shadow(0 0 1px {color:links glow hover});
- {block:iflinkblur}
- filter: blur(1px) drop-shadow(0 0 1px {color:links glow hover});
- {/block:iflinkblur}
- {/block:iflinkglow}
- {block:iflinkdrop}
- text-shadow: 0 1px 1px {color:links border hover}, 0 1px 1px {color:links border hover}, 0 1px 0px{color:links border hover}, 0px 1px 0px {color:links border hover}, 0px 2px 0px {color:links border hover}, 0px 3px 0px {color:links border hover},0px 4px 0px {color:links border hover};
- {/block:iflinkdrop}
- transition:0.3s;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- cursor:help;
- }
- li{
- margin-left:-15px;
- }
- img{
- transition:0.3s;
- margin-bottom:-10px;
- }
- img:hover {
- {block:ifimagebluronhover}
- filter:blur(1px);
- {/block:ifimagebluronhover}
- transition:0.3s;
- {block:ifshakeimage}
- /* Start the shake animation and make the animation last for 0.5 seconds */
- animation: shake 0.5s;
- /* When the animation is finished, start again */
- animation-iteration-count: infinite;
- {/block:ifshakeimage}
- }
- @keyframes shake {
- 0% { transform: translate(1px, 1px) rotate(0deg); }
- 10% { transform: translate(-1px, -2px) rotate(-1deg); }
- 20% { transform: translate(-3px, 0px) rotate(1deg); }
- 30% { transform: translate(3px, 2px) rotate(0deg); }
- 40% { transform: translate(1px, -1px) rotate(1deg); }
- 50% { transform: translate(-1px, 2px) rotate(-1deg); }
- 60% { transform: translate(-3px, 1px) rotate(0deg); }
- 70% { transform: translate(3px, 1px) rotate(-1deg); }
- 80% { transform: translate(-1px, -1px) rotate(1deg); }
- 90% { transform: translate(1px, 2px) rotate(0deg); }
- 100% { transform: translate(1px, -2px) rotate(-1deg); }
- }
- /*
- containers etc
- */
- #wrapper{
- width:800px;
- margin:50px auto;
- {block:if500pxposts}
- width:900px;
- {/block:if500pxposts}
- }
- #sidebar{
- width:250px;
- position:fixed;
- }
- #icon{
- margin-top:10px;
- background:{color:sidebar bg};
- background-image: url('{image:sidebar bg}');
- padding:10px 10px 10px 10px;
- transition:0.3s;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- width:250px;
- margin-bottom:10px;
- {block:ifrounded}
- border-radius: 5px;
- {/block:ifrounded}
- {block:ifrainbowborder}
- border: {text:inner border width}px {select:innerborder} transparent;
- border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
- border-image-slice: 1;
- {/block:ifrainbowborder}
- {block:ifnotrainbowborder}
- border: {text:border width}px {select:border} {color:border};
- {/block:ifnotrainbowborder}
- }
- #icon:hover{
- {block:ifposthover}
- box-shadow:0 0 5px {color:post hover};
- transition:0.3s;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- {/block:ifposthover}
- }
- #content{
- width:500px;
- margin-left:300px;
- overflow:hidden;
- padding:10px;
- {block:if500pxposts}
- width:600px;
- {/block:if500pxposts}
- }
- .post{
- padding:0;
- width:400px;
- -webkit-animation: fadeIn 0.3s;
- animation: fadeIn 0.3s;
- {block:if500pxposts}
- width:500px;
- {/block:if500pxposts}
- margin:0 0 50px 0;
- overflow:hidden;
- background:{color:post bg};
- background-image: url('{image:post bg}');
- border: {text:border width}px {select:border} {color:border};
- {block:ifrainbowborder}
- border: {text:border width}px {select:border} transparent;
- border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
- border-image-slice: 1;
- {/block:ifrainbowborder}
- {block:ifpostdropshadow}
- filter:drop-shadow(10px 10px rgba(0, 0, 0, 0.37));
- {/block:ifpostdropshadow}
- {block:ifpostglow}
- box-shadow: 0 0 5px {color:post glow};
- {/block:ifpostglow}
- {block:iffuzzyborder}
- border:none;
- box-shadow:0 0 5px 5px {color:post bg};
- {/block:iffuzzyborder}
- padding: 10px 10px 0 10px;
- {block:ifrounded}
- border-radius: 5px;
- {/block:ifrounded}
- transition:0.3s;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .post:hover{
- {block:ifposthover}
- box-shadow:0 0 5px {color:post hover};
- transition:0.3s;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- {/block:ifposthover}
- }
- .post img{
- max-width:100%;
- }
- @-webkit-keyframes fadeIn {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- @keyframes fadeIn {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- .insides{
- background:{color:text post bg};
- background-image: url('{image:text post bg}');
- padding:10px;
- margin-bottom:10px;
- border: {text:inner border width}px {select:innerborder} {color:inner border};
- {block:ifrainbowborder}
- border: {text:inner border width}px {select:innerborder} transparent;
- border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
- border-image-slice: 1;
- {/block:ifrainbowborder}
- {block:ifrounded}
- border-radius: 5px;
- {/block:ifrounded}
- }
- #sidebar img, .post img{
- max-width:100%;
- }
- #nav{
- margin-left:450px;
- position:fixed;
- font-size:{text:nav font size}px;
- {block:if500pxposts}
- margin-left:550px;
- {/block:if500pxposts}
- line-height:140%;
- }
- #description{
- font-size:{text:desc font size}px;
- line-height:100%;
- width:270px;
- background:{color:sidebar bg};
- background-image: url('{image:sidebar bg}');
- padding:10px 10px 10px 10px;
- border: {text:border width}px {select:border} {color:border};
- transition:0.3s;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- width:250px;
- {block:ifrounded}
- border-radius: 5px;
- {/block:ifrounded}
- {block:ifrainbowborder}
- border: {text:inner border width}px {select:innerborder} transparent;
- border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
- border-image-slice: 1;
- {/block:ifrainbowborder}
- max-height:100px;
- overflow-y:auto;
- }
- #description:hover{
- {block:ifposthover}
- box-shadow:0 0 5px {color:post hover};
- transition:0.3s;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- {/block:ifposthover}
- }
- #description a img{
- height: 100%;
- display: inline-block;
- vertical-align: middle;
- margin-bottom: 2px;
- }
- .customtitle{
- width:270px;
- font-size:{text:title font size}px;
- font-family:{select:titlefont}, cursive;
- position:absolute;
- text-align: center;
- left: 50%;
- transform: translate(calc(-50% + 10px + {text:border width}px), 0);
- z-index:33;
- }
- .pop{
- left:{text:border width}px;
- -webkit-animation:majime 0.5s infinite;
- -ms-animation:majime 0.5s infinite;
- -o-animation:majime 0.5s infinite;
- animation:majime 0.5s infinite;
- }
- /*pop*/
- @-webkit-keyframes majime {
- from {
- transform: scale(0.9);
- }
- 50% {
- transform: scale(1.2);
- }
- to {
- transform: scale(0.9);
- }
- }
- @-ms-keyframes majime {
- from {
- transform: scale(0.9);
- }
- 50% {
- transform: scale(1.2);
- }
- to {
- transform: scale(0.9);
- }
- }
- @-o-keyframes majime {
- from {
- transform: scale(0.9);
- }
- 50% {
- transform: scale(1.2);
- }
- to {
- transform: scale(0.9);
- }
- }
- @keyframes majime {
- from {
- transform: scale(0.9);
- }
- 50% {
- transform: scale(1.2);
- }
- to {
- transform: scale(0.9);
- }
- }
- /*Popup Css*/
- #pop {
- width:100%;
- height:100%;
- top:0;
- left:0;
- position:fixed;
- z-index:999;
- display:none;
- }
- .fade {
- top:0;
- left:0;
- position:fixed;
- z-index:1000;
- width:100%;
- height:100%;
- background: rgba(0,0,0,0.2);
- }
- .popup {
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- position:fixed;
- z-index:10000;
- width:{text:popup width}px;
- background:{color:popup bg};
- background-image: url('{image:popup bg}');
- border: {text:border width}px {select:border} {color:border};
- padding:10px;
- text-align:center;
- font-size:{text:popup font size}px;
- {block:ifrounded}
- border-radius: 5px;
- {/block:ifrounded}
- {block:iffuzzyborder}
- border:none;
- box-shadow:0 0 5px 5px {color:popup bg};
- {/block:iffuzzyborder}
- {block:ifrainbowborder}
- border: {text:border width}px {select:border} transparent;
- border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
- border-image-slice: 1;
- {/block:ifrainbowborder}
- }
- @-webkit-keyframes fadeIn {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- @keyframes fadeIn {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- .popup img{
- width:100%;
- }
- #s-m-t-tooltip {
- z-index: 9999;
- background: {color:tooltip bg};
- font-size: {text:font size}px;
- line-height: 140%;
- text-align:center;
- font-family:{text:font};
- letter-spacing: 1px;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- text-transform: normal;
- color: {color:tooltip text};
- max-width: 200px;
- word-wrap: break-word;
- padding: 7px;
- display: block;
- margin: 24px 14px 7px 12px;
- box-shadow: 0 0 5px 5px {color:tooltip bg};
- }
- /*
- content in the body of the posts - quotes, asks, etc
- "media" contains photos, photosets, videos, audio posts
- */
- .media{
- margin:0 0 calc(10px + 0.2em) 0;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px #000;
- }
- .html_photoset{
- margin-bottom:-10px;
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:left;
- }
- #footer{
- text-align:{select:footeralign};
- {block:ifnotfooterbelow}
- margin-right:calc(70px + {text:border width}px);
- {/block:ifnotfooterbelow}
- }
- /*
- post notes
- */
- ol.notes{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note img{
- width:16px;
- height:16px;
- }
- ol.notes li.note{
- margin:0px;
- }
- /*AUDIO*/
- .playbutton {
- position:relative;
- margin-top:45px;
- margin-left:44px;
- z-index:9;
- width:33px;
- height:30px;
- overflow:hidden;
- }
- .albumart{
- padding-bottom:-10px;
- }
- .albumart img {
- background:url(https://i.imgur.com/IGXGYKz.png);
- position:relative;
- margin-top:-75px;
- margin-left:0px
- height:120px;
- width:120px;
- {block:ifrainbowborder}
- border: {text:inner border width}px {select:innerborder} transparent;
- border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
- border-image-slice: 1;
- {/block:ifrainbowborder}
- {block:ifnotrainbowborder}
- border: {text:inner border width}px {select:innerborder} {color:inner border};
- {/block:ifnotrainbowborder}
- {block:ifrounded}
- -webkit-border-top-left-radius: 5px;
- -webkit-border-bottom-left-radius: 5px;
- -moz-border-radius-topleft: 5px;
- -moz-border-radius-bottomleft: 5px;
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- {/block:ifrounded}
- }
- .trackinfo {
- {block:ifrainbowborder}
- border: {text:inner border width}px {select:innerborder} transparent;
- border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
- border-image-slice: 1;
- {/block:ifrainbowborder}
- {block:ifnotrainbowborder}
- border: {text:inner border width}px {select:innerborder} {color:inner border};
- {/block:ifnotrainbowborder}
- background:#000;
- background:url(https://i.imgur.com/IGXGYKz.png);
- color:black;
- top: calc(6px - ({text:inner border width}px * 2) - ({text:font size}px / 5));
- position:relative;
- margin-left:120px;
- height:120px;
- margin-top:-120px;
- {block:ifrounded}
- -webkit-border-top-right-radius: 5px;
- -webkit-border-bottom-right-radius: 5px;
- -moz-border-radius-topright: 5px;
- -moz-border-radius-bottomright: 5px;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- {/block:ifrounded}
- }
- .trackname {
- position:relative;
- padding-top:10px;
- text-align:center;
- text-transform:uppercase;
- }
- .artist {
- text-align:center;
- text-transform:uppercase;
- font-style: italic;
- }
- /*tags*/
- .tags {
- background:{color:text post bg};
- background-image: url('{image:text post bg}');
- border: {text:inner border width}px {select:innerborder} {color:inner border};
- {block:ifrainbowborder}
- border: {text:inner border width}px {select:innerborder} transparent;
- border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
- border-image-slice: 1;
- {/block:ifrainbowborder}
- {block:ifrounded}
- border-radius: 5px;
- {/block:ifrounded}
- max-height:0px;
- line-height:140%;
- text-align:left;
- opacity:0;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .post:hover .tags{
- opacity:1;
- max-height:300px;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- padding:10px;
- margin-bottom:10px;
- }
- @-webkit-keyframes rainbow {
- 0% {color: #ff0000;}
- 10% {color: #ff8000;}
- 20% {color: #ffff00;}
- 30% {color: #80ff00;}
- 40% {color: #00ff00;}
- 50% {color: #00ff80;}
- 60% {color: #00ffff;}
- 70% {color: #0080ff;}
- 80% {color: #0000ff;}
- 90% {color: #8000ff;}
- 100% {color: #ff0080;}
- }
- @-ms-keyframes rainbow {
- 0% {color: #ff0000;}
- 10% {color: #ff8000;}
- 20% {color: #ffff00;}
- 30% {color: #80ff00;}
- 40% {color: #00ff00;}
- 50% {color: #00ff80;}
- 60% {color: #00ffff;}
- 70% {color: #0080ff;}
- 80% {color: #0000ff;}
- 90% {color: #8000ff;}
- 100% {color: #ff0080;}
- }
- @-o-keyframes rainbow {
- 0% {color: #ff0000;}
- 10% {color: #ff8000;}
- 20% {color: #ffff00;}
- 30% {color: #80ff00;}
- 40% {color: #00ff00;}
- 50% {color: #00ff80;}
- 60% {color: #00ffff;}
- 70% {color: #0080ff;}
- 80% {color: #0000ff;}
- 90% {color: #8000ff;}
- 100% {color: #ff0080;}
- }
- @keyframes rainbow {
- 0% {color: #ff0000;}
- 10% {color: #ff8000;}
- 20% {color: #ffff00;}
- 30% {color: #80ff00;}
- 40% {color: #00ff00;}
- 50% {color: #00ff80;}
- 60% {color: #00ffff;}
- 70% {color: #0080ff;}
- 80% {color: #0000ff;}
- 90% {color: #8000ff;}
- 100% {color: #ff0080;}
- }
- /*PASTEL RAINBOW*/
- @-webkit-keyframes pastelrainbow {
- 0% {color: #ff9494; }
- 16% {color: #ffbb94; }
- 32% {color: #ffe194; }
- 48% {color: #b1f2ba; }
- 64% {color: #b8f5ff; }
- 80% {color: #d8b8ff; }
- 100% {color: #ffb8ee; }
- }
- @-ms-keyframes pastelrainbow {
- 0% {color: #ff9494; }
- 16% {color: #ffbb94; }
- 32% {color: #ffe194; }
- 48% {color: #b1f2ba; }
- 64% {color: #b8f5ff; }
- 80% {color: #d8b8ff; }
- 100% {color: #ffb8ee; }
- }
- @-o-keyframes pastelrainbow {
- 0% {color: #ff9494; }
- 16% {color: #ffbb94; }
- 32% {color: #ffe194; }
- 48% {color: #b1f2ba; }
- 64% {color: #b8f5ff; }
- 80% {color: #d8b8ff; }
- 100% {color: #ffb8ee; }
- }
- @keyframes pastelrainbow {
- 0% {color: #ff9494; }
- 16% {color: #ffbb94; }
- 32% {color: #ffe194; }
- 48% {color: #b1f2ba; }
- 64% {color: #b8f5ff; }
- 80% {color: #d8b8ff; }
- 100% {color: #ffb8ee; }
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script>
- $(document).ready(function(){
- $('.click,.fade').click(function() {
- $('#pop').fadeToggle();
- });
- });
- </script>
- <img style='position:fixed; bottom:{text:side image bottom margin}px; right:{text:side image right margin}px; width:{text:side image width}px; z-index:-1;' src='{image:side image}'>
- <div id="sidebar">
- {block:ifshowtitle}
- {block:ifrainbowtitle}
- <a>{block:ifpoptitle}
- <div class='customtitle pop' id='rainbow' style='text-align:center;'>
- {text:title}
- </div>
- {/block:ifpoptitle}
- {block:ifnotpoptitle}
- <div class='customtitle' id='rainbow' style='text-align:center;'>
- {text:title}
- </div>
- {/block:ifnotpoptitle}
- </a>
- {/block:ifrainbowtitle}
- {block:ifwobbletitle}
- <a href='/'>{block:ifpoptitle}
- <div class='customtitle pop' id='wobble' style='text-align:center;'>
- {text:title}
- </div>
- {/block:ifpoptitle}
- {block:ifnotpoptitle}
- <div class='customtitle' id='wobble' style='text-align:center;'>
- {text:title}
- </div>
- {/block:ifnotpoptitle}
- </a>
- {/block:ifwobbletitle}
- {block:ifpoptitle}
- {block:ifnotrainbowtitle}
- {block:ifnotwobbletitle}
- {block:ifnotnormaltitle}
- <div class='customtitle pop'>
- <a href='/' style='transition:0s;
- -o-transition:0s;
- -webkit-transition:0s;
- -moz-transition:0s;'>{text:title}</a>
- </div>
- {/block:ifnotnormaltitle}
- {/block:ifnotwobbletitle}
- {/block:ifnotrainbowtitle}
- {/block:ifpoptitle}
- {block:ifnormaltitle}
- <div class='customtitle' style='text-align:center;'>
- <a href='/'>{text:title}</a>
- </div>
- {/block:ifnormaltitle}
- {/block:ifshowtitle}
- <div id='icon'>
- {block:ifnoticontooltip}
- <a href='/'><img src="{image:icon}"></a>
- {/block:ifnoticontooltip}
- {block:ificontooltip}
- <a href='/' title='{text:icon hover}'><img src="{image:icon}"></a>
- {/block:ificontooltip}
- </div>
- {block:ifnotpixeldesc}
- {block:ifnotmarqueedesc}
- <div id='description' style='text-align:center;'>
- <a class='click'>{text:desc}</a>
- </div>
- {/block:ifnotmarqueedesc}
- {block:ifmarqueedesc}
- <div id='description'>
- <marquee style='text-align:center;' direction='{select:marqueedirection}' scrollamount='{text:marquee speed}'><a class='click'>{text:desc}</a></marquee>
- </div>
- {/block:ifmarqueedesc}
- {/block:ifnotpixeldesc}
- {block:ifpixeldesc}
- <div id='description' style='text-align:center;'>
- <a class='click'>
- <img src='{image:pixel 1}'>
- <img src='{image:pixel 2}'>
- <img src='{image:pixel 3}'>
- <img src='{image:pixel 4}'>
- <img src='{image:pixel 5}'>
- <img src='{image:pixel 6}'>
- <img src='{image:pixel 7}'>
- <img src='{image:pixel 8}'>
- <img src='{image:pixel 9}'>
- </a>
- </div>
- {/block:ifpixeldesc}
- </div>
- <!--POPUP-->
- <div id="pop">
- <div class="fade">
- </div>
- <div class="popup">
- <img src="{image:popup}">
- {block:ifnotpixellinkdivider}
- <a href='{text:link 1 url}'>{text:link 1}</a>
- {text:link divider}
- <a href='{text:link 2 url}'>{text:link 2}</a>
- {text:link divider}
- <a href='{text:link 3 url}'>{text:link 3}</a>
- {/block:ifnotpixellinkdivider}
- {block:ifpixellinkdivider}
- <a href='{text:link 1 url}'>{text:link 1}</a>
- <img style='width:{text:popup font size}px;' src="{image:link divider}">
- <a href='{text:link 2 url}'>{text:link 2}</a>
- <img style='width:{text:popup font size}px;' src="{image:link divider}">
- <a href='{text:link 3 url}'>{text:link 3}</a>
- {/block:ifpixellinkdivider}
- </div>
- </div>
- <div id="content">
- {block:Pagination}
- <div id="nav">
- {block:NextPage}<a href="{NextPage}">{text:next page}</a>{/block:NextPage}<br>
- {block:PreviousPage}<a href="{PreviousPage}">{text:previous page}</a>{/block:PreviousPage}
- </div>
- {/block:Pagination}
- {block:iftop}
- <div class='post'>
- <div class='insides'>
- {text:top text}
- </div>
- </div>
- {/block:iftop}
- {block:Posts}
- {block:iffooter}
- {block:ifnotfooterbelow}
- <div id='footer'>
- <a href="{Permalink}">{NoteCount}{text:footer note thingy}</a>
- </div>
- {/block:ifnotfooterbelow}
- {/block:iffooter}
- <div class="post">
- {block:Text}
- <div class='insides'>
- {block:Title}
- <div class="title" style='font-size:1.25em;'><b>{Title}</b></div>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="media">
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:ifcaptions}
- {block:Caption}
- <div class="caption insides">
- {Caption}
- </div>
- {/block:Caption}
- {/block:ifcaptions}
- </div>
- {/block:Photo}
- {block:Photoset}
- {block:ifnot500pxposts}
- <div class="media">{Photoset-400}</div>
- {/block:ifnot500pxposts}
- {block:if500pxposts}
- <div class="media">{Photoset-500}</div>
- {/block:if500pxposts}
- {block:Caption}
- {block:ifcaptions}
- {block:Caption}
- <div class="caption insides">
- {Caption}
- </div>
- {/block:Caption}
- {/block:ifcaptions}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class='insides'>
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class='insides'>
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class='insides'>
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="media">{Video-400}</div>
- {block:Caption}<div class="caption insides">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class='insides'>
- {block:AudioPlayer}
- <div class='playbutton'>{AudioPlayerGrey}</div>
- {block:AlbumArt}<div class='albumart'><img src='{AlbumArtURL}'></div>{/block:AlbumArt}
- <div class='trackinfo'>
- <div class='trackname'>
- {block:TrackName}{TrackName}{/block:TrackName}
- </div>
- <div class='artist'>
- {block:Artist}{Artist}{/block:Artist}
- </div>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:AudioPlayer}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class='insides'>
- <div class="question">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- </div>
- {/block:Answer}
- {block:iffooter}
- {block:iffooterbelow}
- <div id='footer'>
- <a href="{Permalink}">{NoteCount}{text:footer note thingy}</a>
- </div>
- {/block:iffooterbelow}
- {/block:iffooter}
- {block:iftags}
- {block:HasTags}
- <div class='tags'>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:iftags}
- <!--{block:Date}-->
- <!--<div class="footer">-->
- <!--<a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount}</a>-->
- <!--{block:HasTags}<br>{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}-->
- <!--{block:RebloggedFrom}<br><a href="{ReblogParentURL}">{lang:Reblogged from ReblogParentName}</a>{/block:RebloggedFrom}-->
- <!--{block:ContentSource}<br><a href="{SourceURL}">{lang:Source}: {SourceTitle}</a>{/block:ContentSource}-->
- <!--</div>-->
- <!--{block:PermalinkPage}-->
- <!--{block:NoteCount}-->
- <!--{block:PostNotes}{PostNotes}{/block:PostNotes}-->
- <!--{/block:NoteCount}-->
- <!--{/block:PermalinkPage}-->
- <!--{/block:Date}-->
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- <script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment