Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- founders theme by tobirama
- take codes from here, i'll know and i'll execute you like how tobirama did to izuna.
- enjoy the theme, you may change the credit text to whatever you want, but don't [re]move it.
- --->
- <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) --->
- <link href="https://fonts.googleapis.com/css2?family=Manrope&display=swap" rel="stylesheet">
- <!--- this is a nice font. please try it tbh! called Manrope --->
- <!--- 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/p7xpNz4.jpg"/>
- <meta name="image:img under sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="image:container" content=""/>
- <meta name="image:perma bg" content=""/>
- <meta name="image:perma pxl" content="https://i.imgur.com/rFisINf.png"/>
- <meta name="image:desc pxl" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/WGDM5yx.png"/>
- <meta name="color:background" content="#ccc">
- <meta name="color:container" content="#000">
- <meta name="color:posts" content="#000">
- <meta name="color:shadow" content="#000">
- <meta name="color:post shadow" content="#000">
- <meta name="color:perma bg" content="#000">
- <meta name="color:description" content="#fff">
- <meta name="color:description glow outline" content="#fff">
- <meta name="color:sidebar links" content="#fff">
- <meta name="color:sidebar links glow outline" content="#fff">
- <meta name="color:font color" content="#fff">
- <meta name="color:font glow outline" content="#fff">
- <meta name="color:links" content="#fff">
- <meta name="color:links hover" content="#5B6D71">
- <meta name="color:links glow outline" content="#5B6D71">
- <meta name="color:title" content="#fff">
- <meta name="color:title glow outline" content="#5B6D71">
- <meta name="color:permalink color" content="#ff0000">
- <meta name="color:permalink glow outline" content="#ff0000">
- <meta name="color:tooltip color" content="#000">
- <meta name="color:tooltip background" content="#ccc">
- <meta name="color:post border" content="#fff">
- <meta name="color:perma border" content="#fff">
- <meta name="select:post border" content="solid"/>
- <meta name="select:post border" content="dashed"/>
- <meta name="select:post border" content="dotted"/>
- <meta name="select:post border" content="double"/>
- <meta name="select:post border" content="inset"/>
- <meta name="select:post border" content="outset"/>
- <meta name="select:post border" content="ridge"/>
- <meta name="select:post border" content="groove"/>
- <meta name="select:perma border" content="solid"/>
- <meta name="select:perma border" content="dashed"/>
- <meta name="select:perma border" content="dotted"/>
- <meta name="select:perma border" content="double"/>
- <meta name="select:perma border" content="inset"/>
- <meta name="select:perma border" content="outset"/>
- <meta name="select:perma border" content="ridge"/>
- <meta name="select:perma border" content="groove"/>
- <meta name="text:post border" content="1"/>
- <meta name="text:perma border" content="1"/>
- <meta name="text:font family" content="arial">
- <meta name="text:post text size" content="18">
- <meta name="text:title" content="TITLE OF YOUR DREAMS">
- <meta name="text:title size" content="22">
- <meta name="text:description" content="DESCRIPTION IS WHATEVA YOU WANT TO SAY">
- <meta name="text:description size" content="22">
- <meta name="text:sidebar link size" content="22">
- <meta name="if:200px sidebar" content="0"/>
- <meta name="if:250 posts" content="0"/>
- <meta name="if:shadow" content="0"/>
- <meta name="if:transparent container" content="0"/>
- <meta name="if:bold links" content="0"/>
- <meta name="if:italic 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: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:dark tooltip" content="0"/>
- <meta name="if:redirect" content="0" />
- <meta name="text:redirect link" content="/tagged/0">
- <meta name="text:refresh link name" content="00">
- <meta name="text:link 1" content="01">
- <meta name="text:link 1 URL" content="/">
- <meta name="text:link 2" content="02">
- <meta name="text:link 2 URL" content="/">
- <meta name="text:link 3" content="03">
- <meta name="text:link 3 URL" content="/">
- <style type="text/css">
- @font-face {font-family:"menlo"; src: url("https://dl.dropboxusercontent.com/s/akkl9x8iul9nbjy/Menlo-Regular.ttf?dl=0")}
- ::-moz-selection {
- background: {color:links};
- 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:links};
- 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: rgba(255, 255, 255, 0.4);
- {block:IfDarkTooltip}background-color: rgba(0, 0, 0, 0.4);{/block:IfDarkTooltip}
- filter: drop-shadow(0 0 2px {color:tooltip background});
- border-radius: 10px;
- color: {color:tooltip color};
- font-size: {text:post text size}px;
- text-align: center;
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:tooltip color},
- 0 0 5px {color:tooltip color};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:font glow outline}, 0 1px {color:font glow outline}, 1px 0 {color:font glow outline}, 0 -1px {color:font glow 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:post text size}px;
- color: {color:font color};
- line-height: 120%;
- word-wrap: break-word;
- overflow-x:hidden;
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:font glow outline}, 0 0 5px {color:font glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:font glow outline}, 0 1px {color:font glow outline}, 1px 0 {color:font glow outline}, 0 -1px {color:font glow outline};
- {/block:IfOutlineText}}
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}
- {/block:IfCustomCursor}
- p {margin: 0px;}
- ul {list-style: square;}
- img {max-width: 100%;}
- h1 {line-height: 150%;}
- a:link, a:active, a:visited {
- {block:IfBoldLinks}font-weight: bold;{/block:IfBoldLinks}
- {block:IfItalicLinks}
- font-style: italic;{/block:IfItalicLinks}
- color: {color:links};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:links glow outline}, 0 0 5px {color:links glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:links glow outline}, 0 1px {color:links glow outline}, 1px 0 {color:links glow outline}, 0 -1px {color:links glow 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:transparent;
- text-shadow: 0 0 4px {color:Links Hover};
- text-decoration: none;
- -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;
- {block:IfGlowText}
- text-shadow: 0 0 5px {color:Links Hover},
- 0 0 5px {color:Links Hover};
- {/block:IfGlowText}}
- ::-webkit-scrollbar-track {
- {block:IfShadow}
- background-color: {color:container};
- background-image: url({image:container});
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- {/block:IfShadow}
- {block:IfNotShadow}
- background-image: url({image:background});
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}
- background-color: {color:Background};
- {/block:IfNotShadow}}
- ::-webkit-scrollbar {
- width: 6px;}
- ::-webkit-scrollbar-thumb {
- background-color: {color:links};}
- #content {
- margin: 0px auto;
- width: 500px;
- {block:IfHideTitle}
- margin-top: 50px;
- {/block:IfHideTitle}}
- #sidebar {
- color: {color:font color};
- background-color: transparent;
- text-align: center;
- margin-left: -300px;
- position: fixed;
- width: 350px;
- max-height: 600px;
- {block:If200pxSidebar}
- width: 200px;
- margin-left: -150px;
- {/block:If200pxSidebar}
- {block:IfNotHideTitle}
- margin-top: 67px;
- {/block:IfNotHideTitle}
- padding: 0;}
- #sidebar img {max-height: 600px;}
- .desc {
- line-height: 120%;
- color: {color:description};
- font-size: {text:description size}px;
- line-height: {text:description size}px;
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:description glow outline},
- 0 0 5px {color:description glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:description glow outline}, 0 1px {color:description glow outline}, 1px 0 {color:description glow outline}, 0 -1px {color:description glow outline};
- {/block:IfOutlineText}
- padding: 3px;}
- .linkz {
- font-size: {text:sidebar link size}px;
- margin-top: 20px;
- line-height: {text:sidebar link size}px;
- }
- .linkz a {color: {color:sidebar links};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:sidebar links glow outline},
- 0 0 5px {color:sidebar links glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:sidebar links glow outline}, 0 1px {color:sidebar links glow outline}, 1px 0 {color:sidebar links glow outline}, 0 -1px {color:sidebar links glow outline};
- {/block:IfOutlineText}
- }
- .linkz a:hover {
- color:transparent;
- text-shadow: 0 0 5px {color:links hover},
- 0 0 5px {color:links hover};}
- .title {
- font-size:{text:title size}px;
- margin-left: 150px;
- text-align: center;
- width: 550px;
- {block:If250Posts}
- width: 400px;
- {/block:If250Posts}
- {block:IfTransparentContainer}
- {block:If250Posts}
- width: 274px;
- margin-left: 210px;
- {/block:If250Posts}
- {/block:IfTransparentContainer}}
- .title a {
- color: {color:title};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:title glow outline},
- 0 0 5px {color:title glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:title glow outline}, 0 1px {color:title glow outline}, 1px 0 {color:title glow outline}, 0 -1px {color:title glow outline};
- {/block:IfOutlineText}}
- .title a:hover {
- color:transparent;
- text-shadow: 0 0 5px {color:links hover},
- 0 0 5px {color:links hover};}
- .li {
- padding: 20px;
- max-height: 50px;}
- #wap {
- {block:IfShadow}
- filter: drop-shadow(20px 20px 5px {color:shadow});
- {/block:IfShadow}
- width: 550px;
- height: 600px;
- overflow: scroll;
- overflow-x:hidden;
- margin-left: 150px;
- {block:IfTransparentContainer}
- background-color: transparent;
- {/block:IfTransparentContainer}
- {block:If250Posts}
- width: 400px;
- {/block:If250Posts}
- {block:IfNotTransparentContainer}
- background: {color:container};
- {/block:IfNotTransparentContainer}
- background-image: url({image:container});
- background-attachment: fixed;
- {block:IfNotTileBackground}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:IfNotTileBackground}}
- .posts {
- {block:IfShadow}
- filter: drop-shadow(10px 10px 5px {color:post shadow});
- {/block:IfShadow}
- background-color: {color:posts};
- border: {text:post border}px {select:post border} {color:post border};
- margin: auto;
- margin-top: 45px;
- margin-bottom: 30px;
- padding: 20px;
- width: 400px;
- {block:If250Posts}
- width: 250px;
- padding: 10px;{/block:If250Posts}
- text-align: left;
- position: relative;}
- .posts blockquote {
- margin: 0 0 5px 20px;
- padding: 0 0 0 5px;
- border-left: 1px solid {color:links};}
- .cap {
- margin-top: 10px;}
- .pic img {
- max-width: 100%;
- display: block;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- .pic img:hover {
- filter: blur(2px);
- -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;}
- .permalinky a {
- color: {color:permalink color};
- {block:IfGlowText}
- text-shadow: 0 0 3px {color:permalink glow outline},
- 0 0 5px {color:permalink glow outline};
- {/block:IfGlowText}
- {block:IfOutlineText}
- text-shadow: -1px 0 {color:permalink glow outline},
- 0 1px {color:permalink glow outline},
- 1px 0 {color:permalink glow outline},
- 0 -1px {color:permalink glow outline};
- {/block:IfOutlineText}}
- .permalinky a:hover {
- color:transparent;
- text-shadow: 0 0 5px {color:links hover},
- 0 0 5px {color:links hover};}
- .permalinky {
- text-align: center;
- margin-top: 20px;
- {block:If250Posts}margin-top: 10px;
- padding: 4px;{/block:If250Posts}
- background: {color:perma bg};
- background-image: url({image:perma bg});
- border: {text:perma border}px {select:perma border} {color:perma border};
- padding: 7px;}
- .tags {
- max-height: 0;
- line-height:130%;
- text-align:center;
- -webkit-transition: all 0.4s ease;
- transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- opacity:0;}
- .permalinky:hover .tags{
- max-height: 250px;
- opacity: 1;
- -webkit-transition: all 0.4s ease;
- transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;}
- .question {
- margin-bottom: 5px;}
- .asker {
- text-align: right;}
- #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;
- display: inline;
- width: 16px;
- height: 16px;}
- .pagination {
- font-size: 50px;
- margin-top: -20px;
- margin-bottom: 50px;
- margin-left: 50px;
- padding: 20px;
- width: 400px;
- {block:If250Posts}
- width: 250px;
- {/block:If250Posts}}
- .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: .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;}
- .container {
- position: relative;}
- .figure::after {
- content: ' ';
- position: absolute;
- top: -5px;
- left: -5px;
- right: -5px;
- bottom: -3px;
- z-index: -1;
- background-image: url({image:sidebar});
- background-size: auto;
- filter: blur(10px) saturate(3);}
- .middle {
- transition: .5s ease;
- opacity: 0;
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- text-align: center;}
- .container:hover .image {
- opacity: 0.5;}
- .container:hover .middle {
- opacity: 1;}
- .bg-image {
- background-position: center;
- background-size: cover;
- filter: blur(4px);}
- .bg-text {
- {block:IfShadow}
- filter: drop-shadow(5px 5px 5px {color:description});
- {/block:IfShadow}
- background-image: url({image:sidebar});
- background-position: center;
- background-size: 100%;
- border: 1px solid {color:description};
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 2;
- padding: 10px;
- width: 85%;
- max-height: 85%;
- {block:If200pxSidebar}
- width: 65%;
- max-height: 65%;{/block:If200pxSidebar}
- overflow:auto;
- overflow-x: hidden;
- text-align: center;}
- .text {
- font-family: inherit;}
- [photoset-layout] div {
- padding: 20px;}
- .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('{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>
- <div id="content">
- <div id="sidebar">
- <div class="container">
- <div class="figure">
- <a href="/"><img src="{image:sidebar}" style="width: 350px; display:block;" alt="" /></a>
- </div>
- <a href="/"></a>
- <div class="middle">
- <div class="text">
- <div class="bg-image"><img src="{image:sidebar}" style="width: 350px; display:block;"></div>
- <div class="bg-text">
- <div class="desc">{text:description}</div>
- <div class="linkz">
- <img src="{image:desc pxl}"> <a href="/"> {text:refresh link name}</a> <img src="{image:desc pxl}"><br>
- <img src="{image:desc pxl}"> <a href="{text:link 1 URL}">{text:link 1}</a> <img src="{image:desc pxl}"><br>
- <img src="{image:desc pxl}"> <a href="{text:link 2 URL}">{text:link 2}</a> <img src="{image:desc pxl}"><br>
- <img src="{image:desc pxl}"> <a href="{text:link 3 URL}">{text:link 3}</a> <img src="{image:desc pxl}"></div>
- </div>
- </div></div></div>
- <img src="{image:img under sidebar}" style="margin-top: 25px;">
- </div>
- {block:ifNotHideTitle}
- <div class="title"><marquee class="li" scrollamount="8" direction="left" onmouseover="stop()" onmouseout="start()"><a href="/">{text:title}</marquee></a></div>
- {/block:ifNotHideTitle}
- <div id="wap">
- {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 class="question">{Question}</div>
- <div class="asker">— {Asker}</div>
- <center>{Answer}</center>
- {/block:Answer}
- {block:Photo}
- <div class="pic"><a href="{Permalink}">
- {block:IfNot250Posts}<img src="{PhotoURL-500}">{/block:IfNot250Posts}
- {block:If250Posts}<img src="{PhotoURL-250}">{/block:If250Posts}
- </a></div>
- {/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}
- {block:IfNot250Posts}{Video-400}{/block:IfNot250Posts}
- {block:If250Posts}{Video-250}{/block:If250Posts}
- {/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}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:ifNotHideCaption}
- {block:IndexPage}<div class="permalinky">
- <a href="{Permalink}"> {ShortMonth} {ShortYear}</a> <img src="{image:perma pxl}"> <a href="{ReblogURL}" data-toggle="tooltip" title="Reblog?">{NoteCount}N</a>
- {block:ifNotHideTags}
- <div class="tags">
- {block:HasTags}{block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}</div>
- {/block:ifNotHideTags}
- </div>{/block:IndexPage}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- <p style="text-align: left;">
- {block:NoteCount}<a href="{Permalink}">{NoteCount}N</a>{/block:NoteCount}
- {block:RebloggedFrom}
- — <a href="{ReblogParentURL}" data-toggle="tooltip" title="via">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}" data-toggle="tooltip" title="source">{SourceTitle}</a><br>
- {/block:ContentSource}
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br>{/block:HasTags}
- </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}" style="float:right;">+</a></p>{/block:NextPage}{/block:Pagination}
- </div>{/block:IndexPage}
- </div>
- </div></div>
- <div id="second"><a href="https://tobirama.tumblr.com/" data-toggle="tooltip" title="theme by @tobirama">×</a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment