Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- theme by dantalion @ramdons
- idgaf what you do with this theme go crazy for all i care
- BUT please show me if you use it :pleading:
- ----->
- <meta charset="utf-8">
- <meta https-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:side img" content=""/>
- <meta name="image:popup" 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:bg" content=""/>
- <meta name="image:container bg" content=""/>
- <meta name="image:post bg" content="">
- <meta name="image:header bg" content="">
- <meta name="image:popup bg" content="">
- <meta name="image:sidebar bg" content="">
- <meta name="image:desc bg" content="">
- <meta name="image:text post bg" content="">
- <meta name="color:bg" content="#fff">
- <meta name="color:container bg" content=""/>
- <meta name="color:post bg" content="#999">
- <meta name="color:header bg" content="#999">
- <meta name="color:popup bg" content="#999">
- <meta name="color:sidebar bg" content="">
- <meta name="color:desc bg" content="#999">
- <meta name="color:text post bg" content="#999">
- <meta name="color:post hover" content="#999">
- <meta name="color:sparkles" content="black">
- <meta name="color:close button" content="#bdbdbd">
- <meta name="color:border" content="">
- <meta name="color:inner border" content="">
- <meta name="color:container glow" content=""/>
- <meta name="color:text" content="">
- <meta name="color:text glow" content="">
- <meta name="color:link" content="">
- <meta name="color:link outline" content="">
- <meta name="color:link glow" content="">
- <meta name="color:link hover" content="">
- <meta name="color:link outline hover" content="">
- <meta name="color:link glow hover" content="">
- <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="color:scrollbar thumb" content="">
- <meta name="color:scrollbar bg" content="">
- <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: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: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 italic" content="">
- <meta name="if:link bold" content="">
- <meta name="if:rainbow links" content="">
- <meta name="if:pastel rainbow links" content="">
- <meta name="if:container glow" content="" >
- <meta name="if:container drop shadow" 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:fuzzyborder" content="" >
- <meta name="if:rainbowborder" content="" >
- <meta name="if:gutter" 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:desc" content="evil">
- <meta name="text:title" content="violence and anger on earth">
- <meta name="text:search" content="ヽ(  ̄∀ ̄)ノ┌┛Σ(ノ ・Д・)ノ">
- <meta name="text:footer note thingy" content=".99$">
- <meta name="text:icon hover" content="hm">
- <meta name="text:popup title" content="gayass.exe">
- <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="2px">
- <meta name="text:inner border width" content="2px">
- <meta name="text:redirect tag" content="">
- <meta name="text:marquee speed" content="10">
- <meta name="text:popup width" content="250">
- <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};
- border: 1px outset {color:scrollbar thumb};
- {block:ifrounded}
- border-radius:5px;
- {/block:ifrounded}
- }
- ::-webkit-scrollbar-track {
- background:{color:scrollbar bg};
- }
- ::-webkit-scrollbar-button:vertical:increment {
- background:{color:scrollbar thumb};
- border: 1px outset {color:scrollbar thumb};
- width: 14px;
- height: 16px;
- }
- ::-webkit-scrollbar-button:vertical:decrement {
- background:{color:scrollbar thumb};
- border: 1px outset {color:scrollbar thumb};
- width: 14px;
- height: 16px;
- }
- {/block:ifnotfancyscrollbar}
- /*
- general text styles, fonts and colours
- */
- *{
- padding:0;
- margin:0;
- }
- body {
- margin:0px;
- background:{color:bg};
- 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}
- 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}
- overflow:hidden;
- }
- 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;
- }
- /*Links styling*/
- a{
- color:{color:link};
- text-decoration:none;
- {block:iflinkglow}
- text-shadow:0 0 2px {color:link glow}, 0 0 2px {color:link glow};
- {/block:iflinkglow}
- {block:iflinkoutline}
- text-shadow: -1px 0 {color:link outline}, 0 1px {color:link outline}, 1px 0 {color:link outline}, 0 -1px {color:link outline}{block:iflinkglow}, 0 0 3px {color:link glow}, 0 0 3px {color:link glow} {/block:iflinkglow};
- {/block:iflinkoutline}
- {block:iflinkbold}
- font-weight:bold;
- {/block:iflinkbold}
- 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:link hover};
- {block:iflinkglow}
- text-shadow:0 0 2px {color:link glow hover}, 0 0 2px {color:link glow hover};
- {/block:iflinkglow}
- {block:iflinkstrikethrough}
- text-decoration: line-through;
- {/block:iflinkstrikethrough}
- {block:iflinkitalic}
- font-style: italic;
- {/block:iflinkitalic}
- {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:link outline hover}, 0 1px {color:link outline hover}, 1px 0 {color:link outline hover}, 0 -1px {color:link outline hover}{block:iflinkglow}, 0 0 3px {color:link glow hover}, 0 0 3px {color:link glow hover} {/block:iflinkglow};
- {/block:iflinkoutline}
- {block:iflinkblur}
- filter: blur(1px);
- {/block:iflinkblur}
- {block:iflinkdrop}
- text-shadow: 0 1px 1px {color:link outline hover}, 0 1px 1px {color:link outline hover}, 0 1px 0px{color:link outline hover}, 0px 1px 0px {color:link outline hover}, 0px 2px 0px {color:link outline hover}, 0px 3px 0px {color:link outline hover},0px 4px 0px {color:link outline 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;
- }
- 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:600px;
- margin:50px auto;
- }
- #amelia{
- position: absolute;
- left: 50%;
- transform: translate(-50%, 0);
- height:500px;
- width:850px;
- {block:if500pxposts}
- width:950px;
- {/block:if500pxposts}
- }
- #ameliaheader{
- {block:ifrounded}
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- {/block:ifrounded}
- background:{color:header bg};
- background-image: url('{image:header bg}');
- border: {text:border width} {select:border} {color:border};
- {block:ifrainbowborder}
- border: {text:border width} {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}
- padding:10px;
- display:flex;
- margin-bottom:-{text:border width};
- font-size:{text:nav font size}px;
- line-height:100%;
- {block:ifcontainerglow}
- box-shadow: 2px -2px 3px {color:container glow}, -2px -2px 3px {color:container glow};
- {/block:ifcontainerglow}
- align-items:center;
- {block:ifcontainerdropshadow}
- filter:drop-shadow(10px 10px rgba(0, 0, 0, 0.37));
- {/block:ifcontainerdropshadow}
- }
- #fanta{
- height:100%;
- background:{color:sidebar bg};
- background-image: url('{image:sidebar bg}');
- border: {text:border width} {select:border} {color:border};
- {block:ifrainbowborder}
- border: {text:border width} {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:ifrounded}
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- {/block:ifrounded}
- {block:ifcontainerglow}
- box-shadow:2px 2px 3px {color:container glow}, -2px 2px 3px {color:container glow};;
- {/block:ifcontainerglow}
- {block:ifcontainerdropshadow}
- filter:drop-shadow(10px 10px rgba(0, 0, 0, 0.37));
- {/block:ifcontainerdropshadow}
- }
- #sidebar{
- position:fixed;
- margin-top:40px;
- margin-left:40px;
- padding:10px;
- background:{color:desc bg};
- background-image: url('{image:desc bg}');
- border: {text:border width} {select:border} {color:border};
- {block:ifrainbowborder}
- border: {text:border width} {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:iffuzzyborder}
- border:none;
- box-shadow:0 0 5px 5px {color:post bg};
- {/block:iffuzzyborder}
- {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;
- width:200px;
- }
- #sidebar: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{
- margin-left:300px;
- padding-left:50px;
- overflow:hidden;
- height:100%;
- overflow-y: scroll;
- overflow-x: hidden;
- background:{color:container bg};
- background-image: url('{image:container bg}');
- {block:ifgutter}
- border-left: {text:border width} {select:border} {color:border};
- {block:ifrainbowborder}
- border-left: {text:border width} {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:ifgutter}
- {block:iffuzzyborder}
- border:none;
- box-shadow: inset 10px 0 5px -5px {color:sidebar bg};
- {/block:iffuzzyborder}
- }
- .post{
- padding:0;
- width:400px;
- {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} {select:border} {color:border};
- {block:ifrainbowborder}
- border: {text:border width} {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: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%;
- }
- .insides{
- background:{color:text post bg};
- background-image: url('{image:text post bg}');
- padding:10px;
- margin-bottom:10px;
- border: {text:inner border width} {select:innerborder} {color:inner border};
- {block:ifrainbowborder}
- border: {text:inner border width} {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}
- }
- #destroy{
- margin-top:50px;
- }
- #lion{
- background:{color:popup bg};
- background-image: url('{image:popup bg}');
- position: absolute;
- z-index:69;
- text-align:center;
- top:30%;
- left:10%;
- width:{text:popup width}px;
- {block:ifcontainerdropshadow}
- filter:drop-shadow(10px 10px rgba(0, 0, 0, 0.37));
- {/block:ifcontainerdropshadow}
- {block:ifrounded}
- border-radius: 5px;
- {/block:ifrounded}
- }
- #lionheader{
- {block:ifrounded}
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- {/block:ifrounded}
- background:{color:header bg};
- background-image: url('{image:header bg}');
- border: {text:border width} {select:border} {color:border};
- {block:ifrainbowborder}
- border: {text:border width} {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}
- padding:10px;
- text-align:center;
- margin-bottom:-{text:border width};
- }
- #vandal{
- border: {text:border width} {select:border} {color:border};
- {block:ifrainbowborder}
- border: {text:border width} {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:ifrounded}
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- {/block:ifrounded}
- }
- #vandal img{
- max-width:100%;
- }
- #scooby{
- text-align:{select:footeralign};
- }
- /*Sidebar*/
- #description{
- font-size:{text:desc font size}px;
- display:flex;
- align-items:center;
- word-break: break-all;
- justify-content:space-around;
- }
- #description:hover, #closebutton:hover{
- cursor:help;
- }
- #closebutton{
- background-color: {color:close button};
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- padding: 0 0.5em;
- float:right;
- }
- #closebutton:active{
- border-bottom: 1px solid #bdbdbd;
- border-right: 1px solid #bdbdbd;
- border-top: 1px solid black;
- border-left: 1px solid black;
- }
- .sextitle{
- font-size:{text:title font size}px;
- font-family:{select:titlefont}, cursive;
- line-height: 100%;
- margin-top: -0.75em;
- }
- .pop{
- -webkit-animation:majime 0.5s infinite;
- -ms-animation:majime 0.5s infinite;
- -o-animation:majime 0.5s infinite;
- animation:majime 0.5s infinite;
- }
- #ceoofsex img{
- width:200px;
- }
- #doma{
- max-width:200px;
- position:absolute;
- max-height:200px;
- left: 50%;
- transform: translate(-50%, 0);
- margin-top:15px;
- }
- /*
- content in the body of the posts - quotes, asks, etc
- "media" contains photos, photosets, videos, audio posts
- */
- .media{
- margin:0 0 5px 0;
- }
- .title{
- font-weight:bold;
- font-size:1.5em;
- 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;
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:left;
- }
- /*tags*/
- .tags {
- {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;
- background:{color:text post bg};
- border: {text:border width} {select:border} {color:border};
- }
- .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;
- }
- /*
- 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;
- }
- /*Search styling*/
- #search{
- display:inline;
- margin:auto;
- text-align: center;
- }
- #ameliaheader a{
- line-height:140%;
- }
- #search input{
- padding:4px;
- border-radius: 10px;
- border-top: 1px solid #bdbdbd;
- border-left: 1px solid #bdbdbd;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- background-image: url(https://66.media.tumblr.com/dec8650ab4f63748a65d18ea100ea078/fc229c53671ba990-7e/s2048x3072/72b2e8e278c4a9052f3a352006a56492a32c2e46.png);
- }
- /*Fade in/ Fade out css*/
- @-webkit-keyframes fadeIn {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- @keyframes fadeIn {
- from { opacity: 0; }
- to { opacity: 1; }
- }
- .show{
- display:block;
- -webkit-animation: fadeIn 0.3s;
- animation: fadeIn 0.3s;
- }
- .hide{
- -webkit-animation: fadeIn 0.3s reverse;
- animation: fadeIn 0.3s reverse;
- display:none;
- }
- /*pop*/
- @-webkit-keyframes majime {
- from {
- transform:scale(0.95)
- }
- 50% {
- transform:scale(1.25)
- }
- to {
- transform:scale(0.95)
- }
- }
- @-ms-keyframes majime {
- from {
- transform:scale(0.95)
- }
- 50% {
- transform:scale(1.25)
- }
- to {
- transform:scale(0.95)
- }
- }
- @-o-keyframes majime {
- from {
- transform:scale(0.95)
- }
- 50% {
- transform:scale(1.25)
- }
- to {
- transform:scale(0.95)
- }
- }
- @keyframes majime {
- from {
- transform:scale(0.95)
- }
- 50% {
- transform:scale(1.25)
- }
- to {
- transform:scale(0.95)
- }
- }
- /*rainbow*/
- @-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; }
- }
- /*tooltip*/
- #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};
- }
- @media only screen and (min-height: 800px) {
- #amelia{
- position: absolute;
- left: 50%;
- top:40%;
- transform: translate(-50%, -40%);
- height:500px;
- width:850px;
- {block:if500pxposts}
- width:950px;
- {/block:if500pxposts}
- }
- }
- /*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 {
- position:relative;
- margin-top:-75px;
- margin-left:0px
- height:120px;
- width:120px;
- border: {text:border width} {select:border} {color:border};
- {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 {
- border: {text:border width} {select:border} {color:border};
- background:#000;
- background:url(https://i.imgur.com/IGXGYKz.png);
- color:black;
- top:-9px;
- position:relative;
- margin-left:120px;
- height:120px;
- margin-top:-120px;
- {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}
- }
- .trackname {
- position:relative;
- padding-top:1em;
- text-align:center;
- text-transform:uppercase;
- }
- .artist {
- text-align:center;
- text-transform:uppercase;
- font-style: italic;
- }
- .album {
- text-align:center;
- font-style: italic;
- }
- .playcount {
- font-weight: bold;
- margin-top:5px;
- text-align:center;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class='hide' id='lion'>
- <div id='lionheader'>
- {text:popup title}
- <span id='closebutton'>x</span>
- </div>
- <div id='vandal'>
- <img src="{image:popup}">
- <br>
- <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>
- </div>
- </div>
- <div id="wrapper">
- <div id='amelia'>
- <div id='ameliaheader'>
- {block:Pagination}
- {block:PreviousPage}<a style='float:left;' href="{PreviousPage}">{text:previous page}</a>{/block:PreviousPage}
- <form id='search' action="/search" method="get">
- <input type="text" id='fruitlan' placeholder='{text:search}' name="q" value="{SearchQuery}"/>
- </form>
- {block:NextPage}<a style='float:right;' href="{NextPage}">{text:next page}</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id='fanta'>
- <div id="sidebar">
- {block:ifshowtitle}
- {block:ifrainbowtitle}
- <div class='sextitle' id='rainbow' style='text-align:center;'>
- {text:title}
- </div>
- {/block:ifrainbowtitle}
- {block:ifwobbletitle}
- <div class='sextitle' id='wobble' style='text-align:center;'>
- {text:title}
- </div>
- {/block:ifwobbletitle}
- {block:ifpoptitle}
- <div class='sextitle pop' style='text-align:center;'>
- {text:title}
- </div>
- {/block:ifpoptitle}
- {block:ifnormaltitle}
- <div class='sextitle' style='text-align:center;'>
- {text:title}
- </div>
- {/block:ifnormaltitle}
- {/block:ifshowtitle}
- <div id='ceoofsex'>
- {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>{text:desc}</a>
- </div>
- {/block:ifnotmarqueedesc}
- {block:ifmarqueedesc}
- <div id='description'>
- <marquee style='text-align:center;' direction='{select:marqueedirection}' scrollamount='{text:marquee speed}'><a>{text:desc}</a></marquee>
- </div>
- {/block:ifmarqueedesc}
- {/block:ifnotpixeldesc}
- {block:ifpixeldesc}
- <div id='description' style='text-align:center;'>
- <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}'>
- </div>
- {/block:ifpixeldesc}
- <img id='doma' src='{image:side img}'>
- </div>
- <div id="content">
- <div id='destroy'>
- {block:Posts}
- {block:iffooter}
- {block:ifnotfooterbelow}
- <div id='scooby'>
- <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">{Title}</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 class='album'>
- {block:Album}{Album}{/block:Album}
- </div>
- <div class='playcount'>
- {block:PlayCount}Played: {PlayCount} times{/block:PlayCount}
- </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='scooby' style='margin-bottom: 10px;'>
- <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>
- </div>
- </div>
- </div>
- <script>
- var $egg = document.querySelector('#description');
- var $pop = document.querySelector('#lion');
- var $ponyo = document.querySelector('#closebutton');
- function shimeji(){
- $pop.className = "show";
- }
- function tkmiz(){
- $pop.className = "hide";
- }
- $egg.addEventListener('click', shimeji)
- $ponyo.addEventListener('click', tkmiz)
- </script>
- <script>
- //Make the DIV element draggagle:
- dragElement(document.getElementById("amelia"));
- dragElement(document.getElementById("lion"));
- function dragElement(elmnt) {
- var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;
- if (document.getElementById(elmnt.id + "header")) {
- /* if present, the header is where you move the DIV from:*/
- document.getElementById(elmnt.id + "header").onmousedown = dragMouseDown;
- } else {
- /* otherwise, move the DIV from anywhere inside the DIV:*/
- elmnt.onmousedown = dragMouseDown;
- }
- function dragMouseDown(e) {
- if(e.target != document.querySelector('#fruitlan')){
- e = e || window.event;
- e.preventDefault();
- // get the mouse cursor position at startup:
- pos3 = e.clientX;
- pos4 = e.clientY;
- document.onmouseup = closeDragElement;
- // call a function whenever the cursor moves:
- document.onmousemove = elementDrag;
- }
- }
- function elementDrag(e) {
- e = e || window.event;
- e.preventDefault();
- // calculate the new cursor position:
- pos1 = pos3 - e.clientX;
- pos2 = pos4 - e.clientY;
- pos3 = e.clientX;
- pos4 = e.clientY;
- // set the element's new position:
- elmnt.style.top = (elmnt.offsetTop - pos2) + "px";
- elmnt.style.left = (elmnt.offsetLeft - pos1) + "px";
- }
- function closeDragElement() {
- /* stop moving when mouse button is released:*/
- document.onmouseup = null;
- document.onmousemove = null;
- }
- }
- </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="//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