Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!---
- I will love you forever... by @ps1
- Do not even touch the credit, okay.
- LMK about bugs to be fixed.
- Thanks for using!
- -->
- <meta charset="UTF-8">
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="icon" href="{image:FavIcon}" type="image/gif" >
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Comic+Neue|Courier+Prime|Karla|Overpass|Short+Stack|Work+Sans|Nova+Square|Inconsolata|Inter&display=swap" rel="stylesheet">
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
- <meta name="color:background" content="#fff"/>
- <meta name="color:posts" content="#fff"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:title glow" content="#000"/>
- <meta name="color:title background" content="#fff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:text glow" content="#000"/>
- <meta name="color:links" content="#000"/>
- <meta name="color:links glow" content="#000"/>
- <meta name="color:links hover" content="#000"/>
- <meta name="color:link hover 1" content="#ff0000"/>
- <meta name="color:link hover 2" content="#0000ff"/>
- <meta name="color:link hover 3" content="#ffff00"/>
- <meta name="color:border" content="#000"/>
- <meta name="color:tooltip font" content="#000"/>
- <meta name="color:tooltip background" content="#ccc"/>
- <meta name="if:custom cursor" content="0" />
- <meta name="if:glitch title" content="0" />
- <meta name="if:center title" content="0"/>
- <meta name="if:right title" content="0"/>
- <meta name="if:hide title" content="0" />
- <meta name="if:hide desc" content="0" />
- <meta name="if:soft" content="0" />
- <meta name="if:tile background" content="0"/>
- <meta name="if:glow text" content="0"/>
- <meta name="if:link underline" content="0"/>
- <meta name="if:transparent posts" content="0"/>
- <meta name="if:hide caption" content="0"/>
- <meta name="image:favicon" content=""/>
- <meta name="image:sidebar" content="https://i.imgur.com/oOKvQkr.png"/>
- <meta name="image:sidebar2" content="https://i.imgur.com/zLSP3Ln.png"/>
- <meta name="image:background" content=""/>
- <meta name="image:post background" content=""/>
- <meta name="image:sidebar background" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/nx9LK6f.png"/>
- <meta name="image:tooltip" content=""/>
- <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="select:border size" content="0"/>
- <meta name="select:border size" content="1"/>
- <meta name="select:border size" content="2"/>
- <meta name="select:border size" content="3"/>
- <meta name="select:border size" content="4"/>
- <meta name="select:border size" content="5"/>
- <meta name="select:typeface" content="anime"/>
- <meta name="select:typeface" content="arial"/>
- <meta name="select:typeface" content="comic sans ms"/>
- <meta name="select:typeface" content="comic neue"/>
- <meta name="select:typeface" content="consolas"/>
- <meta name="select:typeface" content="courier prime"/>
- <meta name="select:typeface" content="inconsolata"/>
- <meta name="select:typeface" content="karla"/>
- <meta name="select:typeface" content="letters"/>
- <meta name="select:typeface" content="ms gothic"/>
- <meta name="select:typeface" content="ms pgothic"/>
- <meta name="select:typeface" content="inter"/>
- <meta name="select:typeface" content="nova square"/>
- <meta name="select:typeface" content="overpass"/>
- <meta name="select:typeface" content="pokemon"/>
- <meta name="select:typeface" content="short stack"/>
- <meta name="select:typeface" content="tahoma"/>
- <meta name="select:typeface" content="times"/>
- <meta name="select:typeface" content="verdana"/>
- <meta name="select:typeface" content="work sans"/>
- <meta name="text:title" content="I will love you forever...">
- <meta name="text:description" content="Sorry Sasuke…">
- <meta name="text:description 2" content="This is the last time.">
- <meta name="text:title size" content="32">
- <meta name="text:font size" content="20">
- <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">
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}{/block:IfCustomCursor}
- img {max-width: 100%;}
- p {margin: 0px;}
- h1 {line-height: 130%;}
- big {font-size: 140%;}
- ul {list-style: square;}
- ::-moz-selection {
- background: {color:background}; color: {color:link hover 1};}
- ::selection { background: {color:background}; color: {color:link hover 1};}
- ::-webkit-scrollbar { width:10px;}
- ::-webkit-scrollbar-track { background-color:{color:background};}
- ::-webkit-scrollbar-thumb { background-color:{color:links};}
- body {
- font-family: {select:typeface};
- font-size: {text:font size}px;
- line-height: 130%;
- text-transform: normal;
- color: {color:text};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:text glow}, 0 0 2px {color:text glow};
- {/block:IfGlowText}
- 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-attachment: fixed;
- background-color: {color:background};}
- a:link, a:active, a:visited {
- color: {color:links};
- text-decoration: none;
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:links glow}, 0 0 2px {color:links glow};
- {/block:IfGlowText}
- {block:IfNotGlowText}
- text-decoration: none;
- {/block:IfNotGlowText}
- {block:IfLinkUnderline}
- text-decoration: underline;
- {/block:IfLinkUnderline}
- -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;}
- a:hover, a:active {
- color: {color:links hover};
- text-decoration: none;
- border:0;
- animation: glitch 3s steps(100) infinite;}
- @keyframes glitch {
- 0% { text-shadow: 3px 0 0 {color:link hover 1}, -3px 0 0 {color:link hover 2}; filter: blur(0);}
- 10% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 20% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 30% { text-shadow: 0.8px 0 0 {color:link hover 2}, -0.8px 0 0 {color:link hover 3}; filter: blur(0);}
- 40% { text-shadow: -3px 0 0 {color:link hover 2}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 50% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 60% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 70% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 80% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 90% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 100% { text-shadow: -3px 0 0 {color:link hover 2}, 3px 0 0 {color:link hover 3}; filter: blur(0);}}
- #content {
- width: 700px;
- {block:IfNotSoft}margin:150px auto;{/block:IfNotSoft}
- {block:IfSoft}margin: 230px auto;{/block:IfSoft}
- {block:IfHideTitle}margin: 80px auto;{/block:IfHideTitle}}
- #sidebar {
- background-color: {color:posts};
- width: 300px;
- text-align: center;
- position: fixed;
- {block:IfNotSoft}margin-left: -250px; top: 150px;{/block:IfNotSoft}
- {block:IfSoft}top: 230px;{/block:IfSoft}
- {block:IfHideTitle}top: 80px;{/block:IfHideTitle}
- padding: 0;
- border:{select:border size}px {select:border} {color:border};
- background-image: url('{image:sidebar background}');
- {block:IfTransparentPosts}background: transparent;{/block:IfTransparentPosts}
- {block:IfSoft}
- margin-left: -290px;
- filter: drop-shadow(0 0 8px {color:posts})
- drop-shadow(0 0 5px {color:posts})
- drop-shadow(0 0 5px {color:posts})
- drop-shadow(0 0 5px {color:posts});
- outline: 10px solid {color:posts};
- {/block:IfSoft}}
- #sidebar img {
- border-bottom:{select:border size}px {select:border} {color:border};
- width: 300px;}
- #sidebar2 {
- padding: 0;
- background-color: {color:posts};
- width: 300px;
- text-align: center;
- position: fixed;
- {block:IfNotSoft}margin-left: 550px; top: 150px;{/block:IfNotSoft}
- {block:IfSoft}top: 230px;{/block:IfSoft}
- {block:IfHideTitle}top: 80px;{/block:IfHideTitle}
- border:{select:border size}px {select:border} {color:border};
- background-image: url('{image:sidebar background}');
- {block:IfTransparentPosts}background: transparent;{/block:IfTransparentPosts}
- {block:IfSoft}
- margin-left: 630px;
- filter: drop-shadow(0 0 8px {color:posts})
- drop-shadow(0 0 5px {color:posts})
- drop-shadow(0 0 5px {color:posts})
- drop-shadow(0 0 5px {color:posts});
- outline: 10px solid {color:posts};
- {/block:IfSoft}}
- #sidebar2 img {
- border-bottom:{select:border size}px {select:border} {color:border};
- width: 300px;}
- #title {
- position: fixed; background: transparent;
- {block:IfCenterTitle}text-align: center;{/block:IfCenterTitle}
- {block:IfRightTitle}text-align: right;{/block:IfRightTitle}
- {block:IfNotSoft}margin: -90px auto; margin-left: -250px;{/block:IfNotSoft}
- font-size: {text:title size}px;
- margin-bottom: 10px;
- padding: 0px;
- z-index: 1;
- width: 1105px;
- {block:IfSoft}
- width: 1227px;
- margin-left: -290px;
- margin-top: -140px;
- {/block:IfSoft}
- }
- #title a {
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:title glow}, 0 0 2px {color:title glow};
- {/block:IfGlowText}
- background-color:{color:title background};
- background-image: url('{image:post background}');
- {block:IfTransparentPosts}background: transparent;{/block:IfTransparentPosts}
- color:{color:title};
- padding: 5px;
- border:{select:border size}px {select:border} {color:border};
- {block:IfSoft}
- filter: drop-shadow(0 0 8px {color:posts})
- drop-shadow(0 0 5px {color:posts})
- drop-shadow(0 0 5px {color:posts})
- drop-shadow(0 0 5px {color:posts});
- outline: 10px solid {color:posts};
- {/block:IfSoft}
- {block:IfGlitchTitle}
- letter-spacing: 2px;
- animation: glitch 3s steps(100) infinite;{/block:IfGlitchTitle}
- }
- {block:IfGlitchTitle}
- @keyframes glitch {
- 0% { text-shadow: 3px 0 0 {color:link hover 1}, -3px 0 0 {color:link hover 2}; filter: blur(0);}
- 10% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 20% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 30% { text-shadow: 0.8px 0 0 {color:link hover 2}, -0.8px 0 0 {color:link hover 3}; filter: blur(0);}
- 40% { text-shadow: -3px 0 0 {color:link hover 2}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 50% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 60% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 70% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 80% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 2}; filter: blur(0);}
- 90% { text-shadow: -3px 0 0 {color:link hover 1}, 3px 0 0 {color:link hover 3}; filter: blur(0);}
- 100% { text-shadow: -3px 0 0 {color:link hover 2}, 3px 0 0 {color:link hover 3}; filter: blur(0);}}{/block:IfGlitchTitle}
- #title a:hover {
- {block:IfGlitchTitle}animation-play-state: paused;{/block:IfGlitchTitle}
- {block:IfSoft}
- background:transparent;
- outline: transparent;
- border: 0;
- {/block:IfSoft}}
- .side img { max-width: 100%;
- display: block;
- }
- .side a { border: 0;}
- .desc, .nxt { padding: 0px;}
- .links {
- padding: 0px;
- }
- .links a { margin-right: 10px;}
- #clout{
- padding: 10px;
- position: fixed;
- bottom: 0;
- left: 0;
- font-size: 20px;}
- #post {
- background-color: {color:posts};
- background-image: url('{image:post background}');
- {block:IfTransparentPosts}background: transparent;{/block:IfTransparentPosts}
- position: relative;
- width: 400px;
- padding: 0;
- {block:IfNotSoft}margin-bottom: 60px; margin-left: 100px;{/block:IfNotSoft}
- border:{select:border size}px {select:border} {color:border};
- {block:IfSoft}
- margin-left: 120px;
- margin-bottom: 100px; bottom: 0;
- filter: drop-shadow(0 0 8px {color:posts})
- drop-shadow(0 0 5px {color:posts})
- drop-shadow(0 0 5px {color:posts})
- drop-shadow(0 0 5px {color:posts});
- outline: 10px solid {color:posts};
- {/block:IfSoft}}
- #post blockquote {
- margin: 0 0 0 10px;
- border-left: 1px {select:border} {color:text};
- padding-left: 5px;
- }
- #post img {
- border-bottom:{select:border size}px {select:border} {color:border};
- }
- #post img:hover {
- filter:hue-rotate(360deg);
- -webkit-transition: all 1s linear;
- -moz-transition: all 1s linear;
- transition: all 1s linear;}
- .cap {
- padding: 5px;
- }
- #notes {
- overflow: scroll;
- overflow-x: hidden;
- height: 300px;
- font-size: 12px;
- border-top:{select:border size}px {select:border} {color:border};}
- #notes ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;}
- #notes img.avatar {
- margin: 0;
- width: 0;
- height: 0;}
- #more {padding: 10px;}
- .spotify_audio_player {height:80px!important; width:100%!important;}
- .soundcloud_audio_player {height:150px!important; width:100%!important;}
- .space { padding: 10px;}
- .q {
- padding: 5px;
- text-transform: uppercase;
- text-align: left;}
- .a {
- border-top:{select:border size}px {select:border} {color:border};
- border-bottom:{select:border size}px {select:border} {color:border};
- text-align: center;
- color: {color:links};
- padding: 5px;
- background-color: {color:background};}
- #perma {
- text-align: left;
- padding: 5px;}
- .tags {
- text-align: center;
- opacity: 0;
- height: 0;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;}
- #post:hover .tags {
- opacity: 1;
- height: auto;
- padding: 5px;}
- #s-m-t-tooltip {
- background-color: rgba(0, 0, 0, 0.3);
- filter: drop-shadow(0 0 2px {color:tooltip background});
- background-image: url('{image:tooltip}');
- color: {color:tooltip font};
- {block:IfGlowText}
- text-shadow: 0 0 2px {color:tooltip font},
- 0 0 2px {color:tooltip font};
- {/block:IfGlowText}
- z-index: 999999999;
- text-transform: normal;
- text-align: center;
- font-weight: normal;
- 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;
- color: {color:tip txt};
- max-width: 300px;
- word-wrap: break-word;
- padding: 5px;
- display: block;
- margin:-40px 7px -2px 20px;}
- @font-face {font-family:"letters"; src: url("https://dl.dropboxusercontent.com/s/jpvm2pxtbfd2k0y/Letters%20for%20Learners.ttf?dl=0")}
- @font-face {font-family:"pokemon"; src: url("https://dl.dropboxusercontent.com/s/d9hz0y1y7o8xgbk/Pokemon%20GB.ttf?dl=0")}
- @font-face {font-family:"nintendo ds"; src: url("https://dl.dropboxusercontent.com/s/j571mthzfwzqkce/Nintendo-DS-BIOS.ttf?dl=00")}
- @font-face {font-family:"anime"; src: url("https://dl.dropboxusercontent.com/s/ivhzluvz37uwimd/animeace2_reg.otf?dl=0")}
- .triangle {
- position:relative;
- margin-top:45px;
- margin-left:44px;
- z-index:9;
- width:33px;
- height:30px;
- overflow:hidden;}
- .square img {
- border:{select:border size}px {select:border} {color:border};
- border-left: 0; border-top: 0;
- position:relative;
- margin-top:-75px;
- margin-left:0px
- width:120px; height: 120px;
- z-index: 1;
- }
- .stuff {
- margin-bottom:10px;
- top:-4px;
- position:relative;
- left: 120px;
- height: 120px;
- width: 280px;
- margin-top:-116px;}
- .what {
- padding-top: 10px;
- position:relative;
- text-align:center;
- font-size:14px;
- margin-bottom: 10px;}
- .who {
- text-align:center;
- font-size:14px;
- text-transform:uppercase;
- letter-spacing:2px;
- margin-bottom: 10px;}
- .when {
- font-size:14px;
- text-align:center;
- font-style: italic;}
- </style>
- </head>
- <script>
- function gatherData(images, arr) {
- for (let i = 0; i < images.length; i++) {
- let currentData = {
- "width": images[i].getAttribute('data-width'),
- "height": images[i].getAttribute('data-height'),
- "low_res": images[i].getAttribute('data-lowres'),
- "high_res": images[i].getAttribute('data-highres')
- };
- arr.push(currentData);
- }
- }
- function getIndex(elem) {
- let i = 0;
- while( (elem = elem.previousElementSibling) != null ) i++;
- return i;
- }
- function lightbox(elem) {
- let currentPhotoset = elem.parentNode;
- let photosetPhotos = currentPhotoset.getElementsByTagName('div');
- let data = [];
- gatherData(photosetPhotos, data);
- Tumblr.Lightbox.init(data, getIndex(elem) + 1);
- }
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/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(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- $(document).ready(function(){
- //remove tumblr redirects script by magnusthemes@tumblr
- $('a[href*="t.umblr.com/redirect"]').each(function(){
- var originalURL = $(this).attr("href").split("?z=")[1].split("&t=")[0];
- var replaceURL = decodeURIComponent(originalURL);
- $(this).attr("href", replaceURL);
- });
- });
- </script>
- <body>
- <div id="content">
- {block:IfNotHideTitle}
- <div id="title"><a href="/"><span id="bubble">{text:title}</span></a></div>
- {/block:IfNotHideTitle}
- <div id="sidebar">
- <div class="side"><a href="/"><img src="{image:sidebar}"></a></div>
- {block:IfNotHideDesc}<div class="desc">{text:description}</div>{/block:IfNotHideDesc}
- <div class="links">
- <a href="{text:link 1 url}">{text:link 1}</a>{text:links divider}
- <a href="{text:link 2 url}">{text:link 2}</a>{text:links divider}
- <a href="{text:link 3 url}">{text:link 3}</a>
- </div></div>
- <div id="sidebar2">
- <div class="side"><a href="/"><img src="{image:sidebar2}"></a></div>
- {block:IfNotHideDesc}<div class="desc">{text:description 2}</div>{/block:IfNotHideDesc}
- <div class="nxt">
- {block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page"><b><big>{PageNumber}</big></b></span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
- <a href="{NextPage}">→</a> {/block:NextPage}{/block:Pagination}
- </div></div>
- {block:Posts}
- <div id="post">
- {block:Text}
- <div class="space">
- {block:Title}<a href="{Permalink}"><big>{Title}</big></a>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Quote}
- <div class="space">
- "{Quote}"
- {block:Source}— {Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="space">
- <big><a href="{URL}">{Name}</a></big>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="space">
- {block:Title}{Title}{/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}{Label}{/block:Label} {Line} </div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Answer}
- <div class="q">{Asker}</div>
- <div class="a">{Question}</div>
- {Answer}
- {/block:Answer}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{Permalink}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)"><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Audio}
- {block:AudioPlayer}
- <div class="triangle">{AudioPlayerGrey}</div>
- {block:AlbumArt}<div class="square"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="stuff">
- <div class="what">
- {block:TrackName}"{TrackName}"{/block:TrackName}
- </div>
- <div class="who">
- {block:Artist}By {Artist}{/block:Artist}
- </div>
- <div class="when">
- {block:Album}From {Album}{/block:Album}
- </div>
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- {block:ifNotHideCaption}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:ifNotHideCaption}
- {block:PermalinkPage}
- {block:ifHideCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifHideCaption}
- <div id="more">
- {block:NoteCount}<b>Notes</b> <a href="{Permalink}">{NoteCount}</a><br>{/block:NoteCount}
- {block:HasTags}<b>Tags</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}
- <b>Via</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>{/block:RebloggedFrom}
- {block:ContentSource}
- <b>Source</b> <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}</div>
- {block:NoteCount}<div id="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div id="perma"><a href="{ReblogURL}" title="Reblog?" data-toggle="tooltip">{12Hour}:{Minutes}</a> <a href="{Permalink}" style="float:right;">{NoteCount}%</a>
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>{/block:HasTags}{/block:IndexPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- <div id="clout">
- <a href="https://ps1.tumblr.com/" title="@ps1" data-toggle="tooltip">★</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement