Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- Bebop by @tobirama
- I think it's time we blow this scene
- Get everybody and the stuff together
- Ok, three, two, one, let's jam!
- --->
- <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}
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
- rel="stylesheet">
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
- <!--- 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:header" content="https://i.imgur.com/A8nuZ88.gif"/>
- <meta name="image:background" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/nx9LK6f.png"/>
- <meta name="color:background" content="#000">
- <meta name="color:posts" content="#17355D">
- <meta name="color:shadow" content="#8998B7">
- <meta name="color:post font color" content="#000">
- <meta name="color:post font glow" content="#000">
- <meta name="color:post font outline" content="#406FAD">
- <meta name="color:post links" content="#fff">
- <meta name="color:links hover" content="#4577BA">
- <meta name="color:link hover shadow" content="#56798D">
- <meta name="color:post links glow" content="#FFFFFF">
- <meta name="color:post links outline" content="#000000">
- <meta name="color:header footer links" content="#fff">
- <meta name="color:header footer" content="#000">
- <meta name="color:header footer glow" content="#fff">
- <meta name="color:header footer outline" content="#4577BA">
- <meta name="color:title" content="#fff">
- <meta name="color:title shadow" content="#4577BA">
- <meta name="color:description" content="#fff">
- <meta name="color:desc glow" content="#4577BA">
- <meta name="color:desc outline" content="#4577BA">
- <meta name="color:button links" content="#000">
- <meta name="color:button 1" content="#fff">
- <meta name="color:button 2" content="#4577BA">
- <meta name="color:button glow" content="#000">
- <meta name="color:button outline" content="#fff">
- <meta name="color:button hover" content="#ccc">
- <meta name="color:border" content="#fff">
- <meta name="select:border" content="double"/>
- <meta name="select:border" content="solid"/>
- <meta name="select:border" content="dashed"/>
- <meta name="select:border" content="dotted"/>
- <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="select:text transform" content="uppercase"/>
- <meta name="select:text transform" content="lowercase"/>
- <meta name="select:text transform" content="none"/>
- <meta name="select:links hover" content="none"/>
- <meta name="select:links hover" content="underline"/>
- <meta name="select:links hover" content="overline"/>
- <meta name="select:links hover" content="line-through"/>
- <meta name="text:border size" content="15"/>
- <meta name="text:font family" content="ms gothic">
- <meta name="text:description" content="WHATEVER HAPPENS, HAPPENS...">
- <meta name="text:text size" content="24">
- <meta name="text:title" content="SEE YOU SPACE COWBOY...">
- <meta name="text:title font family" content="bebop">
- <meta name="text:title size" content="40">
- <meta name="if:bold links" content="0"/>
- <meta name="if:links underline" content="0"/>
- <meta name="if:custom cursor" content="0" />
- <meta name="if:tile background" content="0" />
- <meta name="if:hide title" content="0"/>
- <meta name="if:hide description" content="0"/>
- <meta name="if:glow text" content="0" />
- <meta name="if:outline text" content="0" />
- <meta name="if:hide caption" content="0"/>
- <meta name="if:hide tags" content="0" />
- <meta name="if:redirect" content="0" />
- <meta name="text:redirect link" content="/tagged/0">
- <meta name="text:link 1" content="THREE">
- <meta name="text:link 1 URL" content="/">
- <meta name="text:link 2" content="TWO">
- <meta name="text:link 2 URL" content="/">
- <meta name="text:link 3" content="ONE">
- <meta name="text:link 3 URL" content="/">
- <meta name="text:link 4" content="LET'S JAM!">
- <meta name="text:link 4 URL" content="/">
- <style type="text/css">
- @font-face {font-family:"bebop"; src: url("https://dl.dropboxusercontent.com/s/j3pnzh7uoqsf6ht/Cheltenham%20Bold%20Italic.otf?dl=0")}
- ::-moz-selection {
- background: {color:background};
- color: {color:links hover};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:Links Hover},
- 0 0 2px {color:Links Hover};
- {/block:IfGlowText}
- }
- ::selection {
- background: {color:background};
- color: {color:links hover};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:Links Hover},
- 0 0 2px {color:Links Hover};
- {/block:IfGlowText}
- }
- #s-m-t-tooltip {
- z-index: 999999999;
- background-color: {color:header footer};
- color: {color:header footer links};
- box-shadow: 5px 5px 2px {color:shadow};
- border: {text:border size}px {select:border} {color:border};
- font-size: {text:text size}px;
- text-align: center;
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:header footer glow},
- 0 0 5px {color:header footer glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:header footer outline},
- 0 1px {color:header footer outline},
- 1px 0 {color:header footer outline},
- 0 -1px {color:header footer outline};
- {/block:IfOutlineText}
- 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: 300px;
- display: block;
- word-wrap: break-word;
- padding: 5px 7px 5px 7px;
- margin: -30px 0px 10px 20px;}
- body {
- background: {color:background};
- 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:text size}px;
- color: {color:post font color};
- text-transform: {select:text transform};
- line-height: 120%;
- word-wrap: break-word;
- overflow-x:hidden;
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:post font glow},
- 0 0 5px {color:post font glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:post font outline},
- 0 1px {color:post font outline},
- 1px 0 {color:post font outline},
- 0 -1px {color:post font outline};
- {/block:IfOutlineText}
- }
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}{/block:IfCustomCursor}
- p {margin: 10px;}
- ul {list-style: square;}
- img {max-width: 100%;}
- h1 {line-height: 150%;}
- h3 {line-height: 120%;}
- a:link, a:active, a:visited {
- {block:IfBoldLinks}font-weight: bold;{/block:IfBoldLinks}
- color: {color:post links};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:post links glow},
- 0 0 5px {color:post links glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:post links outline},
- 0 1px {color:post links outline},
- 1px 0 {color:post links outline},
- 0 -1px {color:post links outline};
- {/block:IfOutlineText}
- {block:IfNotLinksUnderline}
- text-decoration: none;{/block:IfNotLinksUnderline}
- {block:IfLinksUnderline}
- text-decoration: underline;{/block:IfLinksUnderline}
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- a:hover {
- color: {color:links hover};
- text-decoration: {select:links hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- text-shadow:
- 1px 0px 1px {color:link hover shadow}, 0px 1px 1px #eee,
- 2px 1px 1px {color:link hover shadow}, 1px 2px 1px #eee,
- 3px 2px 1px {color:link hover shadow}, 2px 3px 1px #eee,
- 4px 3px 1px {color:link hover shadow}, 3px 4px 1px #eee,
- 5px 4px 1px {color:link hover shadow}, 4px 5px 1px #eee,
- 6px 5px 1px {color:link hover shadow}, 5px 6px 1px #eee,
- 7px 6px 1px {color:link hover shadow};
- }
- .links a:hover {color:{color:links hover};
- text-shadow:
- 1px 0px 1px {color:link hover shadow}, 0px 1px 1px #eee,
- 2px 1px 1px {color:link hover shadow}, 1px 2px 1px #eee,
- 3px 2px 1px {color:link hover shadow}, 2px 3px 1px #eee,
- 4px 3px 1px {color:link hover shadow}, 3px 4px 1px #eee,
- 5px 4px 1px {color:link hover shadow}, 4px 5px 1px #eee,
- 6px 5px 1px {color:link hover shadow}, 5px 6px 1px #eee,
- 7px 6px 1px {color:link hover shadow};
- }
- ::-webkit-scrollbar-track {
- border: {text:border size}px {select:border} {color:border};
- background-color: {color:background};}
- ::-webkit-scrollbar {
- width: 20px;}
- ::-webkit-scrollbar-thumb {
- background-color: {color:button 1};
- border: {text:border size}px {select:border} {color:border};
- }
- #content {
- margin: 50px auto;
- width: 600px;}
- .ava {
- max-width: 500px;}
- .ava img {
- border: {text:border size}px {select:border} {color:border};
- display: block;
- transition: all 0.4s ease-in-out 0s;
- -moz-transition: all 0.4s ease-in-out 0s;
- -webkit-transition: all 0.4s ease-in-out 0s;
- -o-transition: all 0.4s ease-in-out 0s;
- overflow: hidden;
- transform: translatey(0px);
- animation: pewpew 5s ease-in-out infinite;
- }
- .ava:hover img {
- filter: blur(2px);}
- @keyframes pewpew {
- 0% {
- box-shadow: 15px 15px 7px 0px {color:shadow};
- transform: translatey(0px);
- }
- 50% {
- box-shadow: -15px -20px 7px 0px {color:shadow};
- transform: translatey(-20px);
- }
- 100% {
- box-shadow: 15px 15px 7px 0px {color:shadow};
- transform: translatey(0px);
- }
- }
- #sidebar {
- color: {color:font color};
- background-color: transparent;
- text-align: center;
- margin-left: -25px;
- }
- #title {
- text-align: center;
- margin-bottom: 30px; margin-top: 50px;
- }
- .desc {margin-top: 30px;
- color: {color:description};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:desc glow},
- 0 0 5px {color:desc glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:desc outline},
- 0 1px {color:desc outline},
- 1px 0 {color:desc outline},
- 0 -1px {color:desc outline};
- {/block:IfOutlineText}
- }
- .desc a {color: {color:button 2};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:button 2},
- 0 0 5px {color:button 2};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:button 1},
- 0 1px {color:button 1},
- 1px 0 {color:button 1},
- 0 -1px {color:button 1};
- {/block:IfOutlineText}
- }
- .desc a:hover {text-shadow:
- 1px 0px 1px {color:link hover shadow}, 0px 1px 1px #eee,
- 2px 1px 1px {color:link hover shadow}, 1px 2px 1px #eee,
- 3px 2px 1px {color:link hover shadow}, 2px 3px 1px #eee,
- 4px 3px 1px {color:link hover shadow}, 3px 4px 1px #eee,
- 5px 4px 1px {color:link hover shadow}, 4px 5px 1px #eee,
- 6px 5px 1px {color:link hover shadow}, 5px 6px 1px #eee,
- 7px 6px 1px {color:link hover shadow};}
- .posts {
- background-color: {color:posts};
- margin: auto;
- margin-bottom: 100px;
- padding: 0;
- width: 500px;
- position: relative;
- text-align: left;
- border: {text:border size}px {select:border} {color:border};
- {block:IfBoxShadow}
- box-shadow: 15px 15px 7px {color:shadow};
- {/block:IfBoxShadow}
- animation: pewpews 5s ease-in-out infinite;
- }
- @keyframes pewpews {
- 0% {
- box-shadow: 15px 15px 7px 0px {color:shadow};
- transform: translatey(0px);
- }
- 50% {
- box-shadow: -15px -20px 7px 0px {color:shadow};
- transform: translatey(0px);
- }
- 100% {
- box-shadow: 15px 15px 7px 0px {color:shadow};
- transform: translatey(0px);
- }
- }
- .pic img {display: block;
- transition: all 0.4s ease-in-out 0s;
- -moz-transition: all 0.4s ease-in-out 0s;
- -webkit-transition: all 0.4s ease-in-out 0s;
- -o-transition: all 0.4s ease-in-out 0s;}
- .pic:hover img {
- filter: blur(2px);}
- .posts blockquote {
- margin: 0 0 5px 20px;
- padding: 0 0 0 5px;
- border-left: 2px solid {color:border};}
- .permalinky {
- text-align: left; padding: 5px;
- border-bottom: {text:border size}px {select:border} {color:border};
- background-color: {color:header footer};
- text-transform: {select:text transform};
- }
- .permalinky a {
- color: {color:header footer links};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:header footer glow},
- 0 0 5px {color:header footer glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:header footer outline},
- 0 1px {color:header footer outline},
- 1px 0 {color:header footer outline},
- 0 -1px {color:header footer outline};
- {/block:IfOutlineText}
- }
- .permalinky a:hover {
- color:{color:links hover};
- text-shadow:
- 1px 0px 1px {color:link hover shadow}, 0px 1px 1px #eee,
- 2px 1px 1px {color:link hover shadow}, 1px 2px 1px #eee,
- 3px 2px 1px {color:link hover shadow}, 2px 3px 1px #eee,
- 4px 3px 1px {color:link hover shadow}, 3px 4px 1px #eee,
- 5px 4px 1px {color:link hover shadow}, 4px 5px 1px #eee,
- 6px 5px 1px {color:link hover shadow}, 5px 6px 1px #eee,
- 7px 6px 1px {color:link hover shadow};
- }
- .tags{
- text-align: justify; padding: 5px;
- border-top: {text:border size}px {select:border} {color:border};
- background-color: {color:header footer};
- }
- .tags a {
- color: {color:header footer links};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:header footer glow},
- 0 0 5px {color:header footer glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:header footer outline},
- 0 1px {color:header footer outline},
- 1px 0 {color:header footer outline},
- 0 -1px {color:header footer outline};
- {/block:IfOutlineText}
- }
- .tags a:hover {
- color:{color:links hover};
- text-shadow:
- 1px 0px 1px {color:link hover shadow}, 0px 1px 1px #eee,
- 2px 1px 1px {color:link hover shadow}, 1px 2px 1px #eee,
- 3px 2px 1px {color:link hover shadow}, 2px 3px 1px #eee,
- 4px 3px 1px {color:link hover shadow}, 3px 4px 1px #eee,
- 5px 4px 1px {color:link hover shadow}, 4px 5px 1px #eee,
- 6px 5px 1px {color:link hover shadow}, 5px 6px 1px #eee,
- 7px 6px 1px {color:link hover shadow};
- }
- .question {
- margin-bottom: 5px;
- border-bottom: {text:border size}px {select:border} {color:border};
- }
- .asker {text-align: left;
- border-bottom: {text:border size}px {select:border} {color:border};
- padding: 3px;
- background-color: {color:header};
- }
- .asker a{ border: 0;}
- .answer {background-color: {color:header};}
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;
- }
- #permanotes ol.notes {
- list-style-type: none;
- text-align: left;
- margin: 0;
- padding: 0;
- overflow: scroll;
- overflow-x: hidden;
- max-height: 400px;
- }
- #permanotes img.avatar {
- margin-right: 10px;
- border: 1px solid {color:font color};
- display: inline;
- width: 16px;
- height: 16px;}
- .pagination {
- text-align: center;
- font-size: 90px;
- margin-top: 50px;
- margin-bottom: 100px;
- padding: 0;
- width: 600px;
- }
- .pagination a {color: {color:title};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:button 2},
- 0 0 5px {color:button 2};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:button 1},
- 0 1px {color:button 1},
- 1px 0 {color:button 1},
- 0 -1px {color:button 1};
- {/block:IfOutlineText}
- }
- .pagination a:hover {text-shadow:
- 1px 0px 1px {color:link hover shadow}, 0px 1px 1px #eee,
- 2px 1px 1px {color:link hover shadow}, 1px 2px 1px #eee,
- 3px 2px 1px {color:link hover shadow}, 2px 3px 1px #eee,
- 4px 3px 1px {color:link hover shadow}, 3px 4px 1px #eee,
- 5px 4px 1px {color:link hover shadow}, 4px 5px 1px #eee,
- 6px 5px 1px {color:link hover shadow}, 5px 6px 1px #eee,
- 7px 6px 1px {color:link hover shadow};}
- .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;}
- .trackback {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: 0.4;}
- .pressplay{
- position: relative;
- width: 25px;
- height: 25px;
- overflow: hidden;
- left: -6px;
- top: -3px;}
- .albumpic {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 79px;
- height: 79px;
- }
- .albumpic img {
- width: 100%;
- height: auto;
- border: 1px solid {color:font color};}
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- .audiowrapper {
- position: relative; display:inline-block;}
- #second { position: fixed; bottom: 10px; left: 10px; font-size: 30px;}
- .material-icons {
- font-family: 'Material Icons';
- font-size: 36px;}
- [photoset-layout] div {
- padding: 10px; /* padding in the each image's container */
- border: 0; /* border around each image's container */
- }
- .links {
- margin-top: 10px;
- {block:ifHideDescription}
- margin-top: 30px;
- {/block:ifHideDescription}
- margin-bottom: 50px;}
- .links a {
- color: {color:button links};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:button glow},
- 0 0 5px {color:button glow};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:header footer outline},
- 0 1px {color:button outline},
- 1px 0 {color:button outline},
- 0 -1px {color:button outline};
- {/block:IfOutlineText}
- }
- .button {
- width: auto;
- color: #fff;
- font-family: INHERIT;
- font-size: inherit;
- background: transparent;
- transition: all 0.3s ease;
- position: relative;
- display: inline-block;
- box-shadow:inset 5px 5px 5px 0px rgba(255,255,255,.5),
- 7px 7px 20px 0px rgba(0,0,0,.1),
- 4px 4px 5px 0px rgba(0,0,0,.1);
- border: 0;
- border-radius: 10px;
- }
- .butt {
- background: rgb(247,150,192);
- background: radial-gradient(circle, {color:button 1} 0%,
- {color:button 2} 100%);
- padding: 10px;
- margin: 5px;
- }
- .butt span {
- position: relative;
- display: block;
- width: 100%;
- height: 100%;
- }
- .butt:before,
- .butt:after {
- position: absolute;
- content: "";
- height: 0%;
- width: 1px;
- }
- .butt:before {
- right: 0;
- top: 0;
- transition: all 500ms ease;
- }
- .butt:after {
- left: 0;
- bottom: 0;
- transition: all 500ms ease;
- }
- .butt:hover{
- background: {color:button hover};
- color: #76aef1;
- box-shadow: none;
- }
- .butt:hover:before {
- transition: all 500ms ease;
- height: 100%;
- }
- .butt:hover:after {
- transition: all 500ms ease;
- height: 100%;
- }
- .butt span:before,
- .butt span:after {
- position: absolute;
- content: "";
- }
- .butt span:before {
- left: 0;
- top: 0;
- width: 0%;
- height: .5px;
- transition: all 500ms ease;
- }
- .butt span:after {
- right: 0;
- bottom: 0;
- width: 0%;
- height: .5px;
- transition: all 500ms ease;
- }
- .butt span:hover:before {
- width: 100%;
- }
- .butt span:hover:after {
- width: 100%;
- }
- h3 {
- font-size: {text:title size}px;
- font-family: {text:title font family};
- color: {color:title};
- letter-spacing: 1px;
- text-shadow: 0 0 3px {color:title},
- 0 0 5px {color:title shadow},
- 0 0 5px {color:title shadow},
- 0 0 10px {color:title shadow}, 0 0 20px {color:title shadow};
- text-align: center;
- animation: text-flicker 4s linear infinite;
- }
- @keyframes text-flicker {
- 0% {opacity: 0.1;}
- 1% {opacity: 0.9;}
- 5% {opacity: 1;}
- 7% {opacity: 0.5;}
- 15% {opacity: 1;}
- 16% {opacity: 0.3;}
- 20% {opacity: 0.9;}
- 22% {opacity: 0.7;}
- 30% {opacity: 1;}
- 35% {opacity: 1;}
- 50% {opacity: 0.4;}
- 60% {opacity: 1;}
- 64% {opacity: 1;}
- 70% {opacity: 0.2;}
- 85% {opacity: 0.1;}
- 100% {opacity: 1;}
- }
- </style>
- {block:IfRedirect}
- <script>
- if(window.location.pathname == '/') location.replace('{text:Redirect Link}');
- </script>
- {block:IfRedirect}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </head>
- {block:ifNotHideTitle}
- <div id="title">
- <h3>{text:title}</h3>
- </div>
- {/block:ifNotHideTitle}
- <div id="content">
- <div id="sidebar">
- <center><div class="ava"><a href="/"><img src="{image:header}" class="image"></a></div>
- </center>
- {block:ifNotHideDescription}
- <div class="desc">
- {text:description}
- </div>
- {/block:ifNotHideDescription}
- <div class="links">
- <button class="button butt" style="margin-left: 30px;"><span><a href="{text:link 1 URL}">{text:link 1}</a></span></button>
- <button class="button butt"><span><a href="{text:link 2 URL}">{text:link 2}</a></span></button>
- <button class="button butt"><span><a href="{text:link 3 URL}">{text:link 3}</a></span></button>
- <button class="button butt"><span><a href="{text:link 4 URL}">{text:link 4}</a></span></button>
- </div>
- </div>
- {block:Posts}
- <div class="posts">
- {block:IndexPage}<div class="permalinky">
- <a href="{Permalink}">{TimeAgo}</a>
- <a href="{ReblogURL}" data-toggle="tooltip" title="Reblog?" style="float:right;">{NoteCount}N</a>
- </div>{/block:IndexPage}
- {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 class="asker">{Asker}</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Photo}
- {block:IndexPage}<div class="pic"><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{Permalink}"/></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<img src="{PhotoURL-500}">{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {/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}{Caption}{/block:Caption}
- {/block:ifNotHideCaption}
- {block:IndexPage}{block:ifNotHideTags}
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}</div>{/block:HasTags}
- {/block:ifNotHideTags}{/block:IndexPage}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- <p>
- {block:NoteCount}Notes: <a href="{Permalink}">{NoteCount}</a><br>{/block:NoteCount}
- {block:HasTags}Tags: {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:Posts}
- {block:IndexPage}<div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">−</a> {/block:PreviousPage}{block:NextPage}
- <a href="{NextPage}">+</a></p>{/block:NextPage}{/block:Pagination}
- </div>{/block:IndexPage}
- </div>
- </div>
- <div id="second"><a href="https://tobirama.tumblr.com/" data-toggle="tooltip" title="LET'S JAM">
- <span class="material-icons">
- loyalty
- </span>
- </a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement