Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- Village Theme by Taylor @PS1
- - keep sb links short
- - pagination links can by whatever symbol you want it to be
- - you can change credit symbol but don't remove it <3
- - message for dem bugs
- --->
- <head>
- <title>{Title}</title>
- <link rel="icon" href="{image:FavIcon}" type="image/gif" >
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!--- Add Custom Fonts Here (like Google Fonts) --->
- <!--- Then add Font name to the 'Font Family' in Theme Options Area --->
- <meta name="image:favicon" content=""/>
- <meta name="image:sidebar" content="https://i.imgur.com/2Te56l1.png"/>
- <meta name="image:background" content=""/>
- <meta name="image:footer img" content="https://i.imgur.com/FFCuAWu.png"/>
- <meta name="image:cursor" content="https://i.imgur.com/7LbphiL.png"/>
- <meta name="color:sb" content="#fff">
- <meta name="color:sb border" content="#000">
- <meta name="color:title color" content="#000">
- <meta name="color:sb links" content="#ff0000">
- <meta name="color:sb links 1" content="#000">
- <meta name="color:sb links 2" content="#ff0000">
- <meta name="color:sb img border" content="#000">
- <meta name="color:bg" content="#fff">
- <meta name="color:posts" content="#fff">
- <meta name="color:font color" content="#000">
- <meta name="color:time color" content="#000">
- <meta name="color:links" content="#ff0000">
- <meta name="color:links 1" content="#ff0000">
- <meta name="color:links 2" content="#000">
- <meta name="color:links hover" content="#000">
- <meta name="color:desc color" content="#000">
- <meta name="color:asker bg" content="#000">
- <meta name="color:tooltip color" content="#000">
- <meta name="color:border" content="#000">
- <meta name="color:floating symbol" content="#000">
- <meta name="color:select bg" content="#000">
- <meta name="color:select text" content="#fff">
- <meta name="select:sb size" content="200px"/>
- <meta name="select:sb size" content="250px"/>
- <meta name="select:sb size" content="300px"/>
- <meta name="select:border" content="solid"/>
- <meta name="select:border" content="dashed"/>
- <meta name="select:border" content="dotted"/>
- <meta name="select:border" content="double"/>
- <meta name="select:border" content="inset"/>
- <meta name="select:border" content="outset"/>
- <meta name="select:border" content="ridge"/>
- <meta name="select:border" content="groove"/>
- <meta name="text:border" content="1"/>
- <meta name="text:font family" content="arial">
- <meta name="text:title size" content="20">
- <meta name="text:desc size" content="12">
- <meta name="text:sb link size" content="20">
- <meta name="text:post font size" content="20">
- <meta name="text:title" content="TITLE">
- <meta name="text:sidebar" content="SIDEBAR TOOLTIP TEXT AY">
- <meta name="text:desc" content="DESCRIPTION">
- <meta name="if:dark scrollbar" content="0" />
- <meta name="if:tile background" content="0" />
- <meta name="if:sb img border" content="0"/>
- <meta name="if:round border" content="0"/>
- <meta name="if:rainbow links" content="0"/>
- <meta name="if:links bold" content="0"/>
- <meta name="if:links italic" content="0"/>
- <meta name="if:custom cursor" content="0" />
- <meta name="if:center sb text" content="0" />
- <meta name="if:rainbow title" content="0" />
- <meta name="if:hide title" content="0"/>
- <meta name="if:hide desc" content="0"/>
- <meta name="if:redirect" content="0" />
- <meta name="if:hide caption" content="0"/>
- <meta name="if:hide tags" content="0" />
- <meta name="if:floating symbol" content="0" />
- <meta name="text:next page" content="+">
- <meta name="text:previous page" content="−">
- <meta name="text:html entity" content="191">
- <meta name="text:redirect link" content="resident+evil">
- <meta name="text:link 1" content="1">
- <meta name="text:link 1 URL" content="/">
- <meta name="text:link 2" content="2">
- <meta name="text:link 2 URL" content="/">
- <meta name="text:link 3" content="3">
- <meta name="text:link 3 URL" content="/">
- <meta name="text:link 4" content="4">
- <meta name="text:link 4 URL" content="/">
- <style type="text/css">
- .tmblr-iframe-compact .tmblr-iframe--unified-controls {
- -webkit-filter: invert(100%);
- filter: invert(100%);
- }
- ::-moz-selection {
- background: {color:select bg};
- color: {color:select text};}
- ::selection {
- background: {color:select bg};
- color: {color:select text};}
- #s-m-t-tooltip {
- z-index: 999999999;
- background-color: rgba(0, 0, 0, 0.3);
- color: {color:tooltip color};
- font-size: {text:Font Size}px;
- {block:IfRoundBorder}
- border-radius: 4px;
- {/block:IfRoundBorder}
- padding: 3px 5px 5px 5px;
- text-align: center;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- text-transform: normal;
- max-width: 250px;
- display: block;
- word-wrap: break-word;
- margin: -30px 0px 10px 20px;}
- body {
- background: {color:bg};
- background-image: url({image:background});
- background-attachment: fixed;
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- font-family: '{text:font family}';
- font-size: {text:post font size}px;
- color: {color:font color};
- line-height: 120%;
- word-wrap: break-word;
- overflow-x:hidden;}
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}{/block:IfCustomCursor}
- p {margin: 0px;}
- ul {list-style: square;}
- img {max-width: 100%; max-height: 100%;}
- h1 {line-height: 130%;}
- h2 {line-height: 150%;}
- a:link, a:active, a:visited {
- {block:IfLinksBold}
- font-weight: bold;{/block:IfLinksBold}
- {block:IfLinksItalic}
- font-style: italic;{/block:IfLinksItalic}
- color: {color:links};
- text-decoration: none;
- background: linear-gradient(to left, {color:links 2}, {color:links 1} 100%);
- background-position: 0 100%;
- background-size: 100% 2px;
- background-repeat: repeat-x;
- transition: 500ms ease;
- {block:IfRainbowLinks}
- -webkit-animation:rainbow 1.2s infinite;
- -ms-animation:rainbow 1.2s infinite;
- -o-animation:rainbow 1.2s infinite;
- animation:rainbow 1.2s infinite;
- {/block:IfRainbowLinks}
- }
- {block:IfRainbowLinks}
- @-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;}
- }
- {/block:IfRainbowLinks}
- a:hover {
- transition: 500ms ease;
- letter-spacing: 2px;
- color: {color:links hover};
- background: linear-gradient(to left, {color:links 1}, {color:links 2} 100%);
- background-position: 0 100%;
- background-size: 100% 2px;
- background-repeat: repeat-x;
- }
- {block:IfNotDarkScrollbar}
- ::-webkit-scrollbar {
- width:15px; height:15px;} /* made by @ps1 */
- ::-webkit-scrollbar-track {
- background-image: url(https://i.imgur.com/n1kAWKU.png);}
- ::-webkit-scrollbar-thumb {
- background-image: url(https://i.imgur.com/KePIOiE.png);
- border-top: 1px solid #D4D0C8; border-bottom: 1px solid #808080;}
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/ZF6PC55.png);
- width: 15px; height: 15px;}
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/sMOMkQ7.png);
- width: 15px; height: 15px;}
- {/block:IfNotDarkScrollbar}
- {block:IfDarkScrollbar}
- ::-webkit-scrollbar {
- width:15px; height:15px;} /* made by @ps1 */
- ::-webkit-scrollbar-track {
- background-image: url(https://i.imgur.com/1wwyNgR.png);}
- ::-webkit-scrollbar-thumb {
- background-image: url(https://i.imgur.com/3twDfJb.png);
- border-top: 1px solid #111; border-bottom: 1px solid #000;}
- ::-webkit-scrollbar-button:vertical:decrement {
- background-image: url(https://i.imgur.com/pSpgQbq.png);
- width: 15px; height: 15px;}
- ::-webkit-scrollbar-button:vertical:increment {
- background-image: url(https://i.imgur.com/IzbYg9x.png);
- width: 15px; height: 15px;}
- {/block:IfDarkScrollbar}
- #content {
- margin: 50px auto;
- width: 600px;
- }
- #sb {
- margin-left: 400px;
- line-height: 130%;
- position: fixed;
- width: {select:sb size};
- padding: 20px;
- background-color: {color:sb};
- {block:IfRoundBorder}
- border-radius: 4px;
- {/block:IfRoundBorder}
- filter:
- drop-shadow(0 0 2px {color:sb})
- drop-shadow(0 0 2px {color:sb})
- drop-shadow(0 0 4px {color:sb})
- drop-shadow(0 0 4px {color:sb});
- outline: 2px solid {color:sb};
- border: {text:border}px {select:border} {color:sb border};
- }
- #sb a:link, a:active, a:visited {
- font-size: {text:sb link size}px;
- color: {color:sb links};
- text-decoration: none;
- background: linear-gradient(to left, {color:sb links 2}, {color:sb links 1} 100%);
- background-position: 0 100%;
- background-size: 100% 2px;
- background-repeat: repeat-x;
- transition: 500ms ease;
- }
- #sb a:hover {
- transition: 500ms ease;
- letter-spacing: 2px;
- color: {color:links hover};
- background: linear-gradient(to left, {color:sb links 1}, {color:sb links 2} 100%);
- background-position: 0 100%;
- background-size: 100% 2px;
- background-repeat: repeat-x;
- }
- .icon {
- {block:IfRoundBorder}
- border-radius: 4px;
- {/block:IfRoundBorder}
- {block:IfSbImgBorder}
- border: 1px {select:border} {color:sb img border};
- {/block:IfSbImgBorder}
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .icon:hover {
- filter:
- drop-shadow(0 0 2px {color:tooltip color})
- drop-shadow(0 0 4px {color:tooltip color})
- drop-shadow(0 0 10px {color:tooltip color});
- }
- .linkz a {margin-right: 5px;}
- .title {
- {block:IfCenterSbText}text-align: center;{/block:IfCenterSbText}
- margin-top: 5px;
- font-size: {text:title size}px;
- color: {color:title color};
- }
- .desc {
- {block:IfCenterSbText}text-align: center;{/block:IfCenterSbText}
- margin-top: 5px;
- line-height: 120%;
- font-size: {text:desc size}px;
- color: {color:desc color};
- }
- .pagination {
- display: inline;
- float: right;
- }
- .posts {
- {block:IfRoundBorder}
- border-radius: 4px;
- {/block:IfRoundBorder}
- background-color: {color:posts};
- filter:
- drop-shadow(0 0 2px {color:posts})
- drop-shadow(0 0 2px {color:posts})
- drop-shadow(0 0 4px {color:posts})
- drop-shadow(0 0 4px {color:posts});
- outline: 2px solid {color:posts};
- margin-left: -150px;
- width: 400px;
- padding: 20px;
- position: relative;
- border: {text:border}px {select:border} {color:border};
- }
- blockquote {
- margin: 0 0 5px 20px;
- padding: 5px 0 0 5px;
- border-left: 1px solid {color:font color};
- word-wrap: break-word;
- word-break: break-word;
- }
- blockquote img {
- MAX-WIDTH:100%;
- HEIGHT:AUTO;
- }
- .pic img { display: block;
- {block:IfRoundBorder}
- border-radius: 4px;
- {/block:IfRoundBorder}
- border: {text:border}px {select:border} {color:border};
- -moz-transition: all 1s ease-in-out 0s;
- -webkit-transition: all 1s ease-in-out 0s;
- -o-transition: all 1s ease-in-out 0s;
- transition: all 1s ease;
- }
- .pic img:hover {
- filter: opacity(0.20);
- -moz-transition: all 1s ease-in-out 0s;
- -webkit-transition: all 1s ease-in-out 0s;
- -o-transition: all 1s ease-in-out 0s;
- transition: all 1s ease;
- }
- .tags {
- max-height:0px;
- line-height:130%;
- text-align:left;
- opacity:0;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .tags a:hover {color: {color:links hover};}
- #notes:hover .tags{
- max-height: 200px;
- opacity:1;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #c { position: fixed; bottom: 15px; left: 15px; font-size: 24px;}
- #notes {
- color: {color:time color};
- text-align: right;
- width: 440px;
- margin-left: -150px;
- margin-top: 15px;
- margin-bottom: 100px;
- }
- #notes a:hover {color: {color:links hover};}
- #notes img {display: inline;}
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;
- overflow-x: auto;
- max-height: 300px;
- min-height: 100px;
- border: 1px solid {color:border};
- padding: 10px;
- }
- #permanotes ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;}
- #permanotes img.avatar {
- margin-right: 10px;
- border: 1px solid {color:font color};
- display: inline;
- width: 16px;
- height: 16px;}
- .quote {
- text-align: justify;
- font-style: italic;
- font-weight: bold;
- font-size: 140%;
- line-height: 130%;}
- .source {
- text-align: right;}
- .spotify_audio_player {
- height:80px!important;
- width:100%!important;}
- .soundcloud_audio_player {
- height:150px!important;
- width:100%!important;}
- /* playbutton background */
- .trackback {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;}
- /* playbutton */
- .pressplay{
- position: relative;
- width: 25px;
- height: 25px;
- overflow: hidden;
- left: -6px;
- top: -3px;}
- /* album img container */
- .albumpic {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 79px;
- height: 79px;}
- /* album img */
- .albumpic img {
- width: 100%;
- height: auto;
- border: 1px solid {color:font color};}
- /* track info ye */
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- /* makes both audio player & track info inline */
- .audiowrapper {
- position: relative; display:inline-block;}
- .video {
- position: relative;
- padding-bottom: 75%;
- height: 0;
- overflow: hidden;
- }
- .video iframe, .video object, .video embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- #askimg {
- margin-left: 1px;
- }
- #askimg img {
- border: 2px solid {color:asker bg};
- display: block;
- {block:IfRoundBorder}
- border-radius: 4px;{/block:IfRoundBorder}
- }
- #asker {
- {block:IfRoundBorder}border-radius: 4px 4px 0 0;{/block:IfRoundBorder}
- margin-top: -53px;
- padding: 3px 3px 3px 60px;
- background-color:{color:asker bg};
- }
- #q {
- border: 1px solid {color:asker bg};
- border-top: 0;
- padding-left: 60px;
- padding-bottom: 5px;
- }
- #a {
- border: 1px solid {color:asker bg};
- {block:IfRoundBorder}border-radius: 0 0 4px 4px;{/block:IfRoundBorder}
- border-top: 0;
- padding: 5px;
- padding-left: 60px;
- }
- .tmblr-iframe-compact .tmblr-iframe--unified-controls {
- -webkit-filter: opacity(0);
- filter: opacity(0);
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- .tmblr-iframe-compact .tmblr-iframe--unified-controls:hover {
- -webkit-filter: opacity(1);
- filter: opacity(1);
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- </style>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('tagged/{text:Redirect Link}');
- </script>
- {block:IfRedirect}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.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>
- {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="http://www.mf2fm.com/rv/"; // 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:IfFloatingSymbol}
- <script type="text/javascript">
- // <![CDATA[
- var colour="{color:floating symbol}"; // what colour are the blobs
- var speed=80; // speed of animation, lower is faster
- var blobs=12; // how many blobs are in the jar
- var charc=String.fromCharCode({text:html entity}); // you must use HTML entity
- /***************************\
- * Blobs in a Jar Effect *
- *(c)2012-13 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- \***************************/
- var div;
- var xpos=new Array();
- var ypos=new Array();
- var zpos=new Array();
- var dx=new Array();
- var dy=new Array();
- var dz=new Array();
- var blob=new Array();
- var swide=800;
- var shigh=600;
- var ie_version=(navigator.appVersion.indexOf("MSIE")!=-1)?parseFloat(navigator.appVersion.split("MSIE")[1]):false;
- function addLoadEvent(funky) {
- var oldonload=window.onload;
- if (typeof(oldonload)!='function') window.onload=funky;
- else window.onload=function() {
- if (oldonload) oldonload();
- funky();
- }
- }
- addLoadEvent(fill_the_jar);
- function fill_the_jar() {
- var i, dvs;
- div=document.createElement('div');
- dvs=div.style;
- dvs.position='fixed';
- dvs.left='0px';
- dvs.top='0px';
- dvs.width='1px';
- dvs.height='1px';
- document.body.appendChild(div);
- set_width();
- for (i=0; i<blobs; i++) {
- add_blob(i);
- jamjar(i);
- }
- }
- function add_blob(ref) {
- var dv, sy;
- dv=document.createElement('div');
- sy=dv.style;
- sy.position='absolute';
- sy.textAlign='center';
- if (ie_version && ie_version<10) {
- sy.fontSize="10px";
- sy.width="100px";
- sy.height="100px";
- sy.paddingTop="40px";
- sy.color=colour;
- dv.appendChild(document.createTextNode(charc));
- }
- else if (ie_version) {
- sy.fontSize="1px";
- sy.width="0px";
- sy.height="0px";
- }
- else {
- dv.appendChild(document.createTextNode(charc));
- sy.color='rgba(0,0,0,0)';
- }
- ypos[ref]=Math.floor(shigh*Math.random());
- dy[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
- xpos[ref]=Math.floor(swide*Math.random());
- dx[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
- zpos[ref]=Math.random()*20;
- dz[ref]=(0.5+Math.random())*(Math.random()>.5?.5:-.5);
- blob[ref]=dv;
- div.appendChild(blob[ref]);
- set_blob(ref);
- }
- function rejig(ref, xy) {
- if (xy=='y') {
- dx[ref]=(0.5+Math.random())*sign(dx[ref]);
- dy[ref]=(0.5+Math.random())*-sign(dy[ref]);
- }
- else {
- dx[ref]=(0.5+Math.random())*-sign(dx[ref]);
- dy[ref]=(0.5+Math.random())*sign(dy[ref]);
- }
- }
- function sign(a) {
- if (a<0) return (-2);
- else if (a>0) return (2);
- else return (0);
- }
- function set_blob(ref) {
- var sy;
- sy=blob[ref].style;
- sy.top=ypos[ref]+'px';
- sy.left=xpos[ref]+'px';
- if (ie_version && ie_version<10) {
- sy.filter="glow(color="+colour+",strength="+zpos[ref]+")";
- sy.fontSize=30-zpos[ref]+"px";
- }
- else if (ie_version) {
- sy.boxShadow="0px 0px 40px "+zpos[ref]+"px "+colour;
- }
- else {
- sy.textShadow=colour+' 0px 0px '+zpos[ref]+'px';
- sy.fontSize=40+zpos[ref]+'px';
- }
- }
- function jamjar(ref) {
- if (ypos[ref]+dy[ref]<-50 || ypos[ref]+dy[ref]>shigh) rejig(ref, 'y');
- ypos[ref]+=dy[ref];
- if (xpos[ref]+dx[ref]<-50 || xpos[ref]+dx[ref]>swide) rejig(ref, 'x');
- xpos[ref]+=dx[ref];
- if (zpos[ref]+dz[ref]<0 || zpos[ref]+dz[ref]>20) dz[ref]=-dz[ref];
- zpos[ref]+=dz[ref];
- set_blob(ref);
- setTimeout("jamjar("+ref+")", speed);
- }
- 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)!="undefined" && 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;
- }
- // ]]>
- </script>
- {/block:IfFloatingSymbol}
- </head>
- <body>
- <div id="content">
- <div id="sb">
- <a href="/" data-toggle="tooltip" title="{text:sidebar}"><div align="center"><img src="{image:sidebar}" class="icon" style="display: block;"></a></div>
- {block:ifNotHideTitle}
- <div class="title"><span id="rainbow">{text:title}</span></div>
- {/block:ifNotHideTitle}
- {block:ifNotHideDesc}
- <div class="desc">{text:desc}</div>
- {/block:ifNotHideDesc}
- <div class="linkz">
- <a href="{text:link 1 URL}">{text:link 1}</a>
- <a href="{text:link 2 URL}">{text:link 2}</a>
- <a href="{text:link 3 URL}">{text:link 3}</a>
- <a href="{text:link 4 URL}">{text:link 4}</a>
- {block:IndexPage}{block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">{text:previous page}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">{text:next page}</a>{/block:NextPage}</div>
- {/block:Pagination}{/block:IndexPage}
- </div>
- </div>
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Answer}
- <div id="askimg"><img src="{AskerPortraitURL-48}"></div>
- <div id="asker">{Asker}:</div>
- <div id="q">{Question}</div>
- <div id="a">{Answer}</div>
- {/block:Answer}
- {block:Photo}
- <div class="pic">
- {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-400}"></a>{/block:IndexPage}
- {block:PermalinkPage}<a href="{LinkURL}"><img src="{PhotoURL-400}"></a>{/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- {Photoset}
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="albumpic"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="trackback">
- <div class="pressplay">
- {AudioPlayer}
- </div></div>
- <div class="trackinfo">
- {block:TrackName}{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
- {block:Album}<i>{Album}</i>{/block:Album}<br>
- </div></div>
- {/block:AudioPlayer}
- {block:ifNotHideCaption}
- {block:Caption}<p style="margin-top: 5px;">{Caption}</p>{/block:Caption}
- {/block:ifNotHideCaption}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- <p>{block:NoteCount}<a href="{Permalink}">{NoteCount}N</a><br>{/block:NoteCount}
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}
- Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>{/block:RebloggedFrom}{block:ContentSource}
- Source: <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}</p>
- {block:NoteCount}<div id="permanotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- </div>
- {block:IndexPage}<div id="notes">
- <div style="float: left;">{12Hour}:{Minutes}{CapitalAmPm}</div>
- <a href="{Permalink}">{NoteCount}N</a>
- <img src="{image:footer img}" style="vertical-align: middle; margin-left: 5px; margin-right: 5px; display: inline-block;">
- <a href="{ReblogURL}" data-toggle="tooltip" title="Reblog?">RB</a>
- {block:ifNotHideTags}
- {block:HasTags}
- <div class="tags">
- # {block:Tags}<a href="{TagURL}">{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- {/block:ifNotHideTags}
- </div>
- {/block:IndexPage}
- {/block:Posts}
- </div>
- </div>
- <div id="c">
- <a href="https://ps1.tumblr.com/" style="text-decoration: none; font-style: normal;" data-toggle="tooltip" title="@ps1">⨳</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement