Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!---
- MYSPACE 2020 THEME! BY @PS1 or @UCHIHAITACHI
- THIS WILL FOREVER BE A WORK IN PROGRESS. BUT I MADE IT AS BASIC AS POSSIBLE.
- photosets
- https://annasthms.github.io/photosets/
- NPF image fix @glenthemes
- git.io/JRBt7
- --->
- <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:header" content="https://i.imgur.com/IUnl3qd.png"/>
- <meta name="image:sidebar" content="https://i.imgur.com/lrXCwsu.png"/>
- <meta name="image:background" content=""/>
- <meta name="image:cursor" content="https://i.imgur.com/nx9LK6f.png"/>
- <meta name="image:sidebar pixel" content="https://i.imgur.com/QrEcAwS.gif"/>
- <meta name="image:mood" content="https://i.imgur.com/tEJ5Dt8.gif"/>
- <meta name="color:bg" content="#eee">
- <meta name="color:header" content="#003399">
- <meta name="color:content bg" content="#fff">
- <meta name="color:post bg" content="#F9D6B4">
- <meta name="color:post links" content="#003cb3">
- <meta name="color:title color" content="#000">
- <meta name="color:font" content="#000">
- <meta name="color:links" content="#003cb3">
- <meta name="color:links hover" content="#cc0000">
- <meta name="color:header links bg" content="#659CC8">
- <meta name="color:header links" content="#fff">
- <meta name="color:header links hover" content="#659CC8">
- <meta name="color:header links spacer" content="#000">
- <meta name="color:search bar" content="#f5f5f5">
- <meta name="color:search border" content="#ddd">
- <meta name="color:search text" content="#000">
- <meta name="color:search button" content="#E0FFFF">
- <meta name="color:search button text" content="#000">
- <meta name="color:extended border" content="#000">
- <meta name="color:blurbs bg" content="#ffcc99">
- <meta name="color:blurbs text" content="#ff6600">
- <meta name="color:table title" content="#fff">
- <meta name="color:table title bg" content="#6699CC">
- <meta name="color:table border" content="#6699CC">
- <meta name="color:left table titles" content="#43698C">
- <meta name="color:left table bg" content="#B0CFF0">
- <meta name="color:right table bg" content="#D5E8FB">
- <meta name="color:table info" content="#000">
- <meta name="color:ask icon bg" content="#FF9933">
- <meta name="color:asker name" content="#003cb3">
- <meta name="color:tooltip bg" content="#ddd">
- <meta name="color:tooltip font" content="#000">
- <meta name="text:font family" content="verdana">
- <meta name="text:font size" content="11">
- <meta name="text:sidebar text size" content="11">
- <meta name="text:sidebar text" content="Small bio here or a quote!">
- <meta name="text:title font" content="verdana">
- <meta name="text:title size" content="20">
- <meta name="text:title" content="NAMES R MYSPACEY">
- <meta name="text:table header size" content="18">
- <meta name="text:description" content="Your description is your freedom to express yourself.">
- <meta name="text:extended size" content="16">
- <meta name="text:search text" content=" ">
- <meta name="text:search button" content="Search">
- <meta name="if:align img center" content="0"/>
- <meta name="if:links underline" content="0"/>
- <meta name="if:uppercase links" content="0"/>
- <meta name="if:bold links" content="0"/>
- <meta name="if:italic links" content="0"/>
- <meta name="if:custom cursor" content="0" />
- <meta name="if:tile background" content="0" />
- <meta name="if:hide desc" content="0"/>
- <meta name="if:hide caption" content="0"/>
- <meta name="if:hide tags" content="0" />
- <meta name="if:redirect" content="0" />
- <meta name="if:transparent tooltip" content="0"/>
- <meta name="text:redirect link" content="/tagged/0">
- <meta name="text:link 1" content="One">
- <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="Three">
- <meta name="text:link 3 URL" content="/">
- <meta name="text:link 4" content="Four">
- <meta name="text:link 4 URL" content="/">
- <meta name="text:link 5" content="Five">
- <meta name="text:link 5 URL" content="/">
- <meta name="text:int 1" content="Anime">
- <meta name="text:int 1 info" content="Naruto">
- <meta name="text:int 2" content="Games">
- <meta name="text:int 2 info" content="Resident Evil">
- <meta name="text:int 3" content="Music">
- <meta name="text:int 3 info" content="Soundgarden">
- <meta name="text:int 4" content="Books">
- <meta name="text:int 4 info" content="Digital Fortress by Dan Brown">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <!--
- NPF images fix v3.0 by @glenthemes [2021]
- 💌 git.io/JRBt7
- --->
- <script src="//npf-images-v3.github.io/script.js"></script>
- <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
- <style tmblr-npf>
- :root {
- --NPF-Caption-Spacing:1em;
- --NPF-Image-Spacing:4px;
- }
- </style>
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
- <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>
- <style type="text/css">
- ::-moz-selection {
- background: {color:font};
- color: {color:links};}
- ::selection {
- background: {color:font};
- color: {color:links};}
- #s-m-t-tooltip {
- z-index: 99999;
- {block:IfTransparentTooltip}
- background: transparent;{/block:IfTransparentTooltip}
- {block:IfNotTransparentTooltip}
- background-color: {color:tooltip bg};{/block:IfNotTransparentTooltip}
- color: {color:tooltip font};
- font-size: {text:Font Size}px;
- 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: 200px;
- display: block;
- word-wrap: break-word;
- padding: 2px;
- 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:font size}px;
- line-height: 120%;word-wrap: break-word;
- overflow-x:hidden;
- overflow-y: scroll;
- margin: 0;
- }
- {block:IfCustomCursor}
- body, *, a, a:hover { cursor:url({image:cursor}), auto;}
- {/block:IfCustomCursor}
- p {margin: 0;}
- ul {list-style: square;}
- img {max-width: 100%;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- h1 {line-height: 130%;}
- blockquote {margin: 0 0 0 10px; padding-left: 10px; border-left:1px solid {color:border};}
- a:link, a:active, a:visited {
- color: {color:links};
- {block:IfItalicLinks}
- font-style: italic;{/block:IfItalicLinks}
- {block:IfUppercaseLinks}
- text-transform: uppercase;{/block:IfUppercaseLinks}
- {block:IfLinksUnderline}
- text-decoration: underline;{/block:IfLinksUnderline}
- {block:IfBoldLinks}
- font-weight: bold;{/block:IfBoldLinks}
- {block:IfNotLinksUnderline}
- text-decoration: none;{/block:IfNotLinksUnderline}
- -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: underline;
- -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;
- }
- #content {
- margin:auto;
- width: 850px;
- padding: 20px 20px 100px 20px;
- background-color: {color:content bg};
- }
- #space {background-color: {color:header};
- width: 870px; margin-left: -20px; margin-top: -20px; padding: 10px;
- text-align: center;
- }
- {block:IfNotAlignImgLeft}
- #space img {margin-bottom: 10px;}{/block:IfNotAlignImgLeft}
- #yomp {background-color: {color:header links bg};
- width: 880px; margin-left: -20px; padding: 5px;
- text-align: center;
- color: {color:header links spacer};
- }
- #yomp a {color: {color:header links};}
- #yomp a:hover {color: {color:header links hover};}
- #nep {
- margin-left: 0px;
- width: 420px;
- position: absolute;
- }
- .title {
- font-family: {text:title font};
- font-size: {text:title size}px;
- text-align: left;
- padding: 5px;
- margin-top: 5px;
- margin-bottom: 5px;
- }
- .title a {
- text-decoration: none;
- color: {color:title color};
- {block:IfBoldLinks}
- font-weight: bold;{/block:IfBoldLinks}
- }
- .title a:hover {color: {color:links hover};}
- .extend {margin-left: 430px;
- margin-top: -20px;
- border: 2px solid {color:extended border};
- padding: 10px;
- text-align: center;
- font-size: {text:extended size}px;
- color: {color:font};
- font-weight: bold;
- height: 50px;
- line-height: 50px;
- }
- .bar {background-color: {color:blurbs bg}; color: {color:blurbs text};
- font-weight: bold; padding: 0 10px 0 10px;
- margin-bottom: 10px;
- }
- .about {font-weight: bold; margin-bottom: 3px;}
- .desc {
- margin-left: 430px;
- margin-top: 10px;
- color: {color:font};
- }
- .posts {
- background-color: {color:post bg};
- text-align: left;
- color: {color:font};
- margin-bottom: 10px;
- margin-left: 430px;
- padding: 10px;
- width: 400px;
- position:relative;
- }
- .posts a {color: {color:post links};} .posts a:hover {color {color:links hover};}
- .posts img:hover {
- filter: blur(2px);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .pic img {display: block;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- [photoset-layout] {
- grid-gap: 10px;
- }
- .cap {
- margin-top: 10px;
- }
- #notes {text-align: left; margin-bottom: 5px;}
- .tags {text-align: right;margin-top: 5px;}
- .q {font-weight: bold; text-align: left; color: {color:post links};}
- #permanotes {
- margin-top: 20px;
- margin-bottom: 10px;
- }
- #permanotes ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;}
- #permanotes img.avatar {
- margin-right: 10px;
- border: 1px solid {color:font};
- display: inline;
- width: 16px;
- height: 16px;
- }
- .pagination {
- margin-left: 430px;
- text-align: right;
- padding: 10px;
- width: 400px;
- font-size: 150%;
- }
- .pagination a{ font-weight: bold;}
- .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};}
- .trackinfo {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;}
- .audiowrapper {position: relative; display:inline-block;}
- #re3carlos {
- text-align: center;
- margin-top: 50px;
- color: {color:font};
- }
- #re3carlos a {font-style: normal; font-weight: normal text-decoration: none;
- }
- .search {
- border: 2px inset {color:search border};
- height: 15px;
- width: 300px;
- padding: 5px;
- background-color: {color:search bar};
- margin-right: 5px;
- font-family: inherit;
- color: {color:search text};
- }
- .button {
- border: 2px outset {color:search button};
- max-width: 100px;
- background-color: {color:search button};
- height: 30px;
- padding: 5px;
- font-family: inherit;
- color: {color:search button text};
- }
- #wrapper {
- display: flex;
- }
- #first {
- margin-right: 10px;
- }
- #first img {max-width: 250px;}
- #second {
- text-align: left;
- font-size: {text:sidebar text size}px;
- padding-top: 50px;
- }
- table.merp {
- border: 2px solid {color:table border};
- background-color: {color:content bg};
- width: 350px;
- text-align: left;
- margin-top: 20px;
- border-collapse: separate;
- font-size: {text:font size}px;
- }
- .merp td {
- padding: 4px 2px;
- background-color: {color:title table bg};
- }
- table.merp tbody td {
- color: {color:left table titles};
- }
- thead {
- color: {color:table title};
- font-weight: bold;
- text-align: left;
- font-size: {text:table header size}px;
- }
- tr > :first-child {
- width: 30%;
- background: {color: table title bg};
- color: {color:table title};
- }
- table.contact{
- border: 2px solid {color:table border};
- background-color: {color: content bg};
- width: 350px;
- text-align: center;
- margin-top: 10px;
- border-collapse: separate;
- font-size: {text:font size}px;
- }
- .contact tr > :first-child {
- padding: 0;
- width: auto;
- }
- .url
- {margin-top: 20px;
- border: 1px solid {color:table border};
- max-width: 342px;
- padding: 3px;
- color: {color:font};
- }
- .mood {margin-top: 5px; color: {color:font};}
- .more {margin-top: 5px; color: {color:font};}
- .display {text-align: left; font-weight: bold; margin-bottom: 10px;}
- .txt {color: {color:font};}
- .wrapper{
- display:table;}
- .box {
- display:table-cell;
- padding:0px;
- height: 20px;
- border: 3px solid {color:content bg};
- width: 400px;
- }
- .box a {color: {color:asker name};}
- {block:IfAlignImgLeft}
- .sc {display: inline-block;}{/block:IfAlignImgLeft}
- #re3 {text-align: right; width: 850px; margin: auto; padding: 10px;}
- </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="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.9/SmoothScroll.js"></script>
- </head>
- <div id="content">
- <div id="space">
- {block:IfNotAlignImgCenter}<div align="left"><a href="/"><img src="{image:header}"></a></div>
- {/block:IfNotAlignImgCenter}
- {block:IfAlignImgCenter}<a href="/"><img src="{image:header}"></a>
- {/block:IfAlignImgCenter}
- <div class="sc">
- <form action="/search" method="get"><input type="text" name="q" value="{text:search text}" class="search" /><input type="submit" value="{text:search button}" class="button"/></form></div>
- </div>
- <div id="yomp">
- <a href="https://tumblr.com/dashboard/">Home</a> |
- <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> |
- <a href="{text:link 5 URL}">{text:link 5}</a>
- </div>
- <div class="title"><a href="/">{text:title}</a></div>
- <div id="nep">
- <div id="wrapper">
- <div id="first">
- <a href="/"><img src="{image:sidebar}"></a>
- </div>
- <div id="second">
- <div class="txt">{text:sidebar text}<br>
- <img src="{image:sidebar pixel}">
- </div></div></div>
- <div class="mood">
- <b>Mood:</b> <img src="{image:mood}">
- </div>
- <div class="more">View my: <a href="/archive">Pics</a> | <a href="/archive/filter-by/video">Videos</a></div>
- <table class="contact">
- <thead><tr>
- <td colspan="2" style="font-size: 80%; padding: 3px; color: {color:table title}; background-color: {color:table title bg};">
- Contacting {Name}
- </td>
- </tr></thead>
- <tbody>
- <tr>
- <td style="background: transparent;"><a href="/ask"><img src="https://i.imgur.com/GatvPMc.gif"></a></td><td><a href="/ask"><img src="https://i.imgur.com/02eAnWw.gif"></a></td>
- </tr>
- <tr>
- <td style="background: transparent;"><a href="https://tumblr.com/follow/{Name}"><img src="https://i.imgur.com/BzfOsqX.gif"></a></td>
- <td><a href="https://www.tumblr.com/settings/account"><img src="https://i.imgur.com/mfRuvh2.gif"></a></td></tr>
- </tbody>
- </tr>
- </table>
- <div class="url">
- <b>Tumblr URL</b><br>
- https://{Name}.tumblr.com/
- </div>
- <table class="merp">
- <thead ><tr>
- <td colspan="2" style="background: {color:table title bg}">
- <small>{Name}'s Interests</small>
- </td>
- </tr></thead>
- <tbody>
- <tr>
- <td style="background: {color:left table bg};"><b>{text:int 1}</b></td><td style="color: {color:table info}; background: {color:right table bg};">{text:int 1 info}</td></tr>
- <tr>
- <td style="background: {color:left table bg};"><b>{text:int 2}</b></td>
- <td style="color: {color:table info}; background: {color:right table bg}">{text:int 2 info}</td></tr>
- <tr>
- <td style="background: {color:left table bg};"><b>{text:int 3}</b></td>
- <td style="color: {color:table info}; background: {color:right table bg}">{text:int 3 info}</td></tr>
- <tr>
- <td style="background: {color:left table bg};"><b>{text:int 4}</b></td>
- <td style="color: {color:table info}; background: {color:right table bg}">{text:int 4 info}</td></tr>
- </tbody>
- </tr>
- </table>
- </div>
- <div class="extend">{Name} is in your extended network.</div>
- {block:ifNotHideDesc}
- <div class="desc">
- <div class="bar">{Name}'s Blurbs</div>
- <div class="about">About me:</div>
- {text:description}</div>
- {/block:ifNotHideDesc}
- <div class="bar" style="width: 400px; margin-left: 430px; margin-top: 10px">{Name}'s Posts</div>
- <div class="display" style="width: 400px; margin-left: 430px; color: {color:font};">Displaying page {CurrentPage} out of {TotalPages} pages.<br>
- (<a href="/archive">View All</a> | <a href="/ask">Add Comment</a>)
- </div>
- {block:Posts}
- <div class="posts">
- {block:IndexPage}<div id="notes">
- <b>{DayOfMonth} {Month}, {Year} {12Hour}:{Minutes} {CapitalAmPm}</b><br>
- <a href="{Permalink}">{NoteCount}N</a>
- - <a href="{ReblogURL}">reblog</a>
- {block:RebloggedFrom}
- - <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource}
- - <a href="{SourceURL}">source</a>
- {/block:ContentSource}
- </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="wrapper">
- <div class="box" style="width: 40%; text-align: center; background: {color:ask icon bg};">
- {Asker}<br><br><img src="{AskerPortraitURL-96}" style="margin-bottom: 20px;">
- </div>
- <div class="box" style="padding: 10px; border-left: 0;">
- <div class="q">{Question}</div>
- {Answer}</div>
- </div>
- {/block:Answer}
- {block:Photo}
- <div class="pic"><center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{Permalink}"/>{LinkCloseTag}</center></div>
- {/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}
- <center>{Video-400}</center>
- {/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}{block:HasTags}
- <div class="tags">
- {block:ifNotHideTags}
- <div class="tlink">{block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}</div>{/block:ifNotHideTags}</div>
- {/block:HasTags}{/block:IndexPage}
- {block:PermalinkPage}
- {block:ifHideCaption}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifHideCaption}
- <div class="mer"><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></div>
- {block:NoteCount}<div id="permanotes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>{/block:NoteCount}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}" style="float:left;">Previous</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- </div>{/block:Pagination}
- {block:IndexPage}<div id="re3carlos">
- © 2012-2020. Theme by <a href="https://ps1.tumblr.com/" data-toggle="tooltip" title="AYO WHAT UP">@ps1.</a></div>{/block:IndexPage}
- </div>
- </div>
- {block:PermalinkPage}<div id="re3">© 2012-2020. Theme by <a href="https://ps1.tumblr.com/" data-toggle="tooltip" title="@PS1">@ps1.</a></div>{/block:PermalinkPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement