Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- Ariel Theme by Mangolias
- ~ mangolias.tumblr.com ~
- Credits: pxu photosets by pixel union
- icons by fontawesome
- responsive videos by nouvae.tumblr.com
- unnest by neothm and magnusthemes
- -->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="image:Sidebar" content="">
- <meta name="if:Show Avatar" content="">
- <meta name="if:Show Captions" content="">
- <meta name="if:Show Tags" content="">
- <meta name="if:Show Search" content="">
- <meta name="if:Full Photosets" content="">
- <meta name="if:Dashboard Captions" content="">
- <meta name="select:Post Width" content="400px">
- <meta name="select:Post Width" content="500px">
- <meta name="select:Font" content="Karla"/>
- <meta name="select:Font" content="Crimson Text"/>
- <meta name="select:Font" content="Roboto Mono"/>
- <meta name="select:Font" content="Vollkorn"/>
- <meta name="color:Background" content="#f3f3f3"/>
- <meta name="color:Sidebar" content"#f3f3f3"/>
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:Title" content="#979797"/>
- <meta name="color:Text" content="#aeaeae"/>
- <meta name="color:Question Text" content="#ffffff"/>
- <meta name="color:Question Background" content"#dcdcdc"/>
- <meta name="color:Borders" content="#ffffff"/>
- <meta name="color:Audio Color" content="#f5f5f5"/>
- <meta name="color:Hover Color" content="#e4e4e4"/>
- <meta name="color:Scrollbar" content="#aeaeae"/>
- <meta name="text:Title Font Size" content="20px">
- <meta name="text:Body Font Size" content="11px">
- <meta name="text:Header Font Size" content="13px">
- <meta name="text:Home" content="Home">
- <meta name="text:Ask" content="Ask">
- <meta name="text:Submit" content="Submit">
- <meta name="text:Archive" content="Archive">
- <meta name="text:Link One" content="">
- <meta name="text:Link One URL" content="">
- <meta name="text:Link Two" content="">
- <meta name="text:Link Two URL" content="">
- <meta name="text:Link Three" content="">
- <meta name="text:Link Three URL" content="">
- <meta name="text:Link Four" content="">
- <meta name="text:Link Four URL" content="">
- <meta name="text:Instagram URL" content="">
- <meta name="text:Facebook URL" content="">
- <meta name="text:Youtube URL" content="">
- <meta name="text:Vimeo URL" content="">
- <meta name="text:Twitter URL" content="">
- <meta name="text:Tumblr URL" content="">
- <meta name="text:Google URL" content="">
- <meta name="text:Behance URL" content="">
- <meta name="text:Codepen URL" content="">
- <meta name="text:Youtube URL" content="">
- <meta name="text:Twitch URL" content="">
- <meta name="text:Dribbble URL" content="">
- <meta name="text:Linkedin URL" content="">
- <meta name="text:Pinterest URL" content="">
- <meta name="text:Snapchat URL" content="">
- <meta name="text:Spotify URL" content="">
- <meta name="text:Social Link URL" content="">
- <link href="https://fonts.googleapis.com/css?family={select:Font}:400,400i,700,700i&display=swap" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('http://{Name}.tumblr.com/tagged/' + value);
- });
- });
- </script>
- <style type="text/css">
- iframe.tmblr-iframe {
- z-index: 1000000000000000001!important;
- top: 0;
- right: 0;
- opacity: .2;
- filter: invert(100%);
- padding: 10px;
- -webkit-transition: 0.4s;
- transition: 0.4s;
- }
- iframe.tmblr-iframe:hover {
- opacity: .5;
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color: {color:Background}!important;
- z-index:999999!important;
- }
- #vignette, .vignette {
- opacity: 0;
- }
- #tumblr_lightbox img, .lightbox-image {
- box-shadow: none!important;
- border-radius: 0!important;
- }
- body {
- margin: 0;
- background-color: {color:Background};
- color: {color:Text};
- font-size: {text:Body Font Size};
- font-family: {select:Font};
- word-spacing: 1px;
- word-wrap: break-word;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased
- }
- a {
- text-decoration: none;
- color: {color:Text};
- -webkit-transition: 0.4s ease;
- transition: 0.4s ease;
- }
- a:hover {
- color: {color:Hover Color};
- }
- .photoset a {
- background-color: transparent;
- border: none;
- }
- h1, h2, h3, h4 {
- font-size: {text:Header Font Size};
- font-weight: 600;
- }
- hr {
- border: none;
- box-shadow: 0;
- margin: 1em auto;
- border-top: 1px solid {color:Borders};
- }
- img {
- border: 0;
- max-width: 100%;
- height: auto;
- }
- b, strong {
- font-weight: 600;
- }
- ul {
- margin-left: 0;
- }
- .up {
- text-transform: uppercase;
- }
- .accent {
- font-style: italic;
- }
- blockquote {
- margin-left: 10px;
- {block:IfNotDashboardCaptions}
- padding: 5px;
- border-left: 2px solid {color:Hover Color};
- margin-block-start: 1em;
- margin-block-end: 1em;
- margin-inline-start: 15px;
- margin-inline-end: 15px;
- {block:IfNotDashboardCaptions}
- background-color: {color:Audio Color};
- }
- blockquote blockquote {
- {block:IfNotDashboardCaptions}
- padding: 5px;
- background-color: {color:Posts};
- {block:IfNotDashboardCaptions}
- }
- blockquote img {
- width: 100%;
- height: auto;
- }
- p img {
- width: 100%;
- height: auto;
- }
- /* aside */
- aside {
- padding: 80px 90px 40px;
- background-color: {color:Sidebar};
- }
- nav li {
- list-style-type: none;
- display: inline-block;
- }
- nav a {
- display: inline-block;
- margin: 0 .5em .5em 0;
- color: {color:Text};
- border-bottom: 2px solid {color:Hover Color};
- }
- nav a:hover {
- color: {color:Hover Color};
- }
- nav .icon {
- display: none;
- border: none;
- }
- aside section {
- margin: 0 auto;
- max-width: {select:Post Width};
- min-width: 200px;
- }
- aside section:not(:first-child) {
- margin-top: 1.8em;
- }
- aside .sideimg {
- display: none;
- border-radius: 5px;
- max-width: 200px;
- }
- aside .avatar {
- margin: 0 0 .2em;
- width: 40px;
- border-radius: 5px;
- }
- aside .avatar.circle {
- border-radius: 50%;
- }
- aside .avatar img {
- display: block;
- }
- aside h1.blogtitle a {
- color: {color:Title};
- font-size: {text:Title Font Size};
- font-weight: 700;
- }
- aside .description {
- margin-bottom: 10px;
- }
- .search {
- display: inline-block;
- margin-left: 2px;
- }
- .search input[type=text] {
- padding: 5px;
- font-family: 'Karla' , sans-serif;
- border: none;
- background-color: {color:Sidebar};
- }
- .search input[type=text]:focus {
- color: {color:Text};
- outline: none;
- font-size: {text:Body Font Size};
- }
- ::-webkit-input-placeholder {
- color: {color:Text};
- font-size: {text:Body Font Size};
- }
- :-ms-input-placeholder {
- color: {color:Text};
- font-size: {text:Body Font Size};
- }
- ::placeholder {
- color: {color:Text};
- font-size: {text:Body Font Size};
- }
- .icons li {
- list-style: none;
- display: inline-block;
- margin: 5px 3px 0 0;
- text-align: center;
- font-size: 15px;
- font-family: 'Karla' , sans-serif;
- }
- .icons {
- line-height: 30px;
- margin-left: -5px;
- }
- .icons a {
- color: {color:Question Text};
- background-color: {color:Question Background};
- padding: 6px 8px;
- border-radius: 5px;
- }
- .icons a:hover {
- color: {color:Sidebar};
- background-color: {color:Text};
- }
- /* content */
- .content {
- background-color: {color:Background};
- }
- .entry {
- position: relative;
- width: 100%;
- padding: 40px;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .entry:last-child {
- margin-bottom: 0;
- }
- .post {
- max-width: {select:Post Width};
- padding-bottom: 10px;
- margin: 0 auto;
- border-radius: 5px;
- background-color: {color:Posts};
- border: 1px solid {color:Borders};
- }
- .post img {
- border-radius: 5px;
- }
- .post .media {
- position: relative;
- }
- /* posts */
- .text {
- {block:IfNotDashboardCaptions}
- margin: 15px 20px 20px;
- margin-block-start: 1em;
- margin-block-end: 1em;
- margin-inline-start: 15px;
- margin-inline-end: 15px;
- {block:IfNotDashboardCaptions}
- line-height: 15px;
- }
- .text blockquote {
- {block:IfNotDashboardCaptions}
- padding: 15px;
- {block:IfNotDashboardCaptions}
- }
- .text blockquote blockquote {
- {block:IfDashboardCaptions}
- border-left: 2px solid {color:Hover Color};
- padding: 5px 10px;
- margin: 20px 30px;
- background-color: {color:Question Background};
- color: {color:Question Text};
- {block:IfDashboardCaptions}
- }
- .title {
- font-weight: 600;
- font-size: 13px;
- }
- .quote {
- margin: 30px 30px 10px 30px;
- font-weight: 600;
- font-size: 13px;
- }
- .quotetext {
- margin: 0 0 30px 30px;
- }
- .chat {
- margin: 30px;
- }
- .lines {
- padding: 20px 30px;
- }
- .lines:nth-child(odd) {
- background-color: {color:Posts};
- }
- .lines:nth-child(even) {
- background-color: {color:Audio Color};
- }
- .asker a {
- margin: 0;
- border-bottom: 2px solid {color:Hover Color};
- color: {color:Question Text};
- }
- .asker {
- margin: 5px 0;
- }
- .question {
- padding: 15px;
- margin: 20px 15px 0 15px;
- border-radius: 10px 0 10px 10px;
- background-color: {color:Question Background};
- line-height: 15px;
- color: {color:Question Text};
- }
- .answer {
- margin: 0 15px 15px 15px;
- line-height: 15px;
- }
- .answer blockquote {
- margin: 15px -5px;
- {block:IfNotDashboardCaptions}
- margin: 15px;
- {block:IfNotDashboardCaptions}
- }
- .link {
- position: relative;
- background-color: {color:Audio Color};
- padding: 30px 20px;
- border-radius: 5px 5px 0 0;
- }
- .linkname {
- margin: 0 30px 0 35px;
- vertical-align: middle;
- font-weight: 600;
- font-size: 20px;
- padding-left: 20px;
- }
- .link a {
- border-bottom: 2px solid {color:Hover Color};
- }
- .linkicon {
- font-size: 20px;
- overflow: hidden;
- position: absolute;
- margin: 0 0 0 10px;
- }
- .linkdesc {
- padding-top: 10px;
- font-weight: normal;
- font-size: {text:Body Font Size};
- }
- .video {
- max-width: 100% !important;
- height: auto;
- }
- /* audio */
- .audio {
- position: relative;
- background-color: {color:Audio Color};
- padding: 40px 20px;
- border-radius: 5px 5px 0 0;
- }
- .player {
- width: 30px;
- height: 30px;
- overflow: hidden;
- position: absolute;
- margin: 10px 0 0 10px;
- opacity: .5;
- }
- .track {
- margin: 5px 20px 0 45px;
- vertical-align: middle;
- font-weight: 600;
- font-size: 20px;
- padding-left: 20px;
- line-height: 16px;
- }
- .artist {
- font-weight: normal;
- font-size: {text:Body Font Size};
- }
- /* controls */
- .controls {
- margin: 0 5px 5px 5px;
- padding: 3px 10px 0;
- }
- .controlsreblog {
- float: right;
- border-bottom: 2px solid {color:Hover Color};
- }
- .timestamp {
- border-bottom: 2px solid {color:Hover Color};
- }
- .pagination {
- position: relative;
- width: 85%;
- max-width: {select:Post Width};
- text-align: center;
- margin: 20px auto 60px;
- }
- /* info */
- .info {
- margin: 10px 0 0 0;
- padding: 0;
- }
- .comma:last-child {
- display: none;
- }
- .tags {
- padding: 0 15px 5px;
- opacity: .7;
- }
- .button {
- margin: 5px 3px;
- border-bottom: 2px solid {color:Hover Color};
- }
- .caption {
- padding: 5px;
- }
- .caption img {
- max-width: 100%;
- height: auto;
- }
- .permalink {
- padding: 10px 15px;
- }
- /* notecontainer */
- .notecontainer {
- padding-top: 20px;
- }
- .notestitle {
- padding: 0 10px 0 20px;
- font-weight: 700;
- }
- .notecontainer ol.notes {
- list-style-type: none;
- padding: 0 10px;
- }
- .notecontainer img.avatar {
- border-radius: 50%;
- vertical-align: middle;
- width: 30px;
- margin: 5px 10px;
- }
- .notecontainer ol.notes li.note a {
- opacity: .7;
- }
- .notecontainer ol.notes li.note a:hover {
- opacity: 1;
- }
- .notecontainer ol.notes li.note {
- overflow: hidden;
- width: 41.5px;
- height: 40px;
- display: inline-block;
- }
- .notecontainer ol.notes li.note:last-child {
- display: block;
- width: calc({select:Post Width} - 25px);
- padding-top: 20px;
- }
- /* unnest */
- {block:IfDashboardCaptions}
- .tumblr_parent {
- margin: 10px;
- padding: 15px;
- background-color: {color:Audio Color};
- border-radius: 0 10px 10px 10px;
- }
- .tumblr_parent a {
- font-weight: bold;
- border-bottom: 2px solid {color:Hover Color};
- }
- .tumblr_parent a::after {
- content: ":";
- }
- .tumblr_parent blockquote {
- margin: 0;
- }
- .tumblr_avatar {
- display: none;
- width: 10px;
- border-radius: 50%;
- }
- {/block:IfDashboardCaptions}
- /* media screen */
- @media only screen and (min-width: 900px) {
- .content {
- margin: 40px 40px 40px 400px;
- }
- .post {
- margin: 0;
- }
- aside {
- position: fixed;
- float: right;
- top: 0;
- left: 0;
- bottom: 0;
- margin: 0;
- width: 400px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- aside .sideimg {
- display: block;
- }
- aside .description {
- width: 180px;
- }
- aside nav li {
- display: block;
- }
- .pagination {
- margin: 40px;
- bottom: 20px;
- }
- }
- /* other */
- .theme {
- position: fixed;
- font-size: 13px;
- right: 15px;
- bottom: 25px;
- width: 16px;
- height: 15px;
- padding: 2px 2px 3px;
- text-align: center;
- color: #ffffff;
- background-color: #ebebeb;
- border-radius: 50%;
- }
- ::-webkit-scrollbar {
- width: 15px;
- height: 15px;
- }
- ::-webkit-scrollbar {
- background-color: {color:Background};
- }
- ::-webkit-scrollbar-track {
- background-color: {color:Background};
- border: 5px solid {color:Background};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- border: 5px solid {color:Background};
- border-radius: 10px;
- min-height: 24px;
- min-width: 24px;
- }
- ::-webkit-scrollbar-corner {
- background-color:{color:Background};
- }
- </style>
- <!-- jquery library-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!-- pixel union photoset for margins -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <!-- Font Awesome 4.7.0 by @davegandy -->
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <!-- nouvae responsive videos -->
- <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
- <script>
- $(document).ready(function() {
- flexibleFrames($(".video"));
- });
- </script>
- <!-- neothm and magnusthemes unnest -->
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- {block:ifDashboardCaptions}
- <script>
- $(document).ready(function(){
- $('.post').unnest({
- yourCaption: ".caption",
- wrapName: ".tumblr_parent",
- newCaptionUsername: true,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- });
- </script>
- {/block:ifDashboardCaptions}
- </head>
- <body>
- <aside>
- {block:IfSidebarImage}
- <section>
- <a href="/"><img class="sideimg" src="{image:Sidebar}"></a>
- </section>
- {/block:IfSidebarImage}
- <section>
- {block:IfShowAvatar}
- <a href="/"><img src="{PortraitURL-128}" class="avatar {AvatarShape}"></a>
- {/block:IfShowAvatar}
- <h1 class="blogtitle"><a href="/">{Title}</a></h1>
- <div class="description">{Description}</div>
- </section>
- <section><nav>
- {block:IfHome}
- <a href="/">{text:Home}</a>
- {/block:IfHome}
- {block:AskEnabled}
- <li><a href="/ask">{text:Ask}</a></li>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <li><a href="/submit">{text:Submit}</a></li>
- {/block:SubmissionsEnabled}
- {block:IfArchive}
- <li><a href="/archive">{text:Archive}</a></li>
- {/block:IfArchive}
- {block:HasPages}{block:Pages}
- <li><a href="{URL}">{Label}</a></li>
- {/block:Pages}{/block:HasPages}
- {block:IfLinkOne}<li><a href="{text:Link One URL}">{text:Link One}</a>{/block:IfLinkOne}
- {block:IfLinkTwo}<li><a href="{text:Link Two URL}">{text:Link Two}</a>{/block:IfLinkTwo}
- {block:IfLinkThree}<li><a href="{text:Link Three URL}">{text:Link Three}</a>{/block:IfLinkThree}
- {block:IfLinkFour}<li><a href="{text:Link Four URL}">{text:Link Four}</a>{/block:IfLinkFour}
- </nav></section>
- {block:IfShowSearch}
- <section>
- <i class="fa fa-search"></i>
- <form class="search" action="javascript:return false">
- <input type="text" class="query" placeholder="Search tags">
- </form></section>{/block:IfShowSearch}
- <section><div class="icons">
- {block:IfInstagramURL}<li><a href="{text:Instagram URL}"><i class="fa fa-instagram"></i></a></li>{/block:IfInstagramURL}
- {block:IfFacebookURL}<li><a href="{text:Facebook URL}"><i class="fa fa-facebook-square"></i></a></li>{/block:IfFacebookURL}
- {block:IfYoutubeURL}<li><a href="{text:Youtube URL}"><i class="fa fa-youtube-play"></i></a></li>{/block:IfYoutubeURL}
- {block:IfVimeoURL}<li><a href="{text:Vimeo URL}"><i class="fa fa-vimeo"></i></a></li>{/block:IfVimeoURL}
- {block:IfTwitterURL}<li><a href="{text:Twitter URL}"><i class="fa fa-twitter"></i></a></li>{/block:IfTwitterURL}
- {block:IfTumblrURL}<li><a href="{text:Tumblr URL}"><i class="fa fa-tumblr-square"></i></a></li>{/block:IfTumblrURL}
- {block:IfGoogleURL}<li><a href="{text:Google URL}"><i class="fa fa-google"></i></a></li>{/block:IfGoogleURL}
- {block:IfBehanceURL}<li><a href="{text:Behance URL}"><i class="fa fa-behance"></i></a></li>{/block:IfBehanceURL}
- {block:IfCodepenURL}<li><a href="{text:Codepen URL}"><i class="fa fa-codepen"></i></a></li>{/block:IfCodepenURL}
- {block:IfTwitchURL}<li><a href="{text:Twitch URL}"><i class="fa fa-twitch"></i></a></li>{/block:IfTwitchURL}
- {block:IfDribbbleURL}<li><a href="{text:Dribbble URL}"><i class="fa fa-dribbble"></i></a></li>{/block:IfDribbbleURL}
- {block:IfLinkedinURL}<li><a href="{text:Linkedin URL}"><i class="fa fa-linkedin"></i></a></li>{/block:IfLinkedinURL}
- {block:IfPinterestURL}<li><a href="{text:Pinterest URL}"><i class="fa fa-pinterest-p"></i></a></li>{/block:IfPinterestURL}
- {block:IfSnapchatURL}<li><a href="{text:Snapchat URL}"><i class="fa fa-snapchat-ghost"></i></a></li>{/block:IfSnapchatURL}
- {block:IfSpotifyURL}<li><a href="{text:Spotify URL}"><i class="fa fa-spotify"></i></a></li>{/block:IfSpotifyURL}
- {block:IfSocialLinkURL}<li><a href="{text:Social Link URL}"><i class="fa fa-share-alt"></i></a></li>{/block:IfSocialLinkURL}
- </div></section>
- </aside>
- <div class="content"> {block:Posts}
- <article class="entry" id="{PostID}">
- <section class="post">
- <!-- audio -->
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}
- <div class="player">{AudioPlayer}</div>
- {/block:AudioPlayer}
- {block:TrackName}
- <div class="track">{TrackName}
- {/block:TrackName}
- <br>
- {block:Artist}
- <span class="artist accent">by {Artist}</span></div>
- {/block:Artist}
- </div>
- {/block:Audio}
- <!-- photo -->
- {block:Photo}
- <div class="media">
- <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false">
- <img src="{PhotoURL-HighRes}" style="display:block;">
- </a>
- </div>
- {/block:Photo}
- <!-- photoset -->
- {block:Photoset}
- <div class="media photoset">
- {block:PermalinkPage}
- <!-- pixel union photosets -->
- <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>
- <!-- pxel union photoset ends -->
- {/block:PermalinkPage}
- {block:ifFullPhotosets}
- {block:IndexPage}
- <!-- pixel union photosets -->
- <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>
- <!-- pxel union photoset ends -->
- {/block:IndexPage}
- {/block:ifFullPhotosets}
- {block:ifNotFullPhotosets}
- {block:IndexPage}
- {block:Photos}<img src="{PhotoURL-HighRes}">
- <!--{/block:Photos}-->
- {/block:IndexPage}
- {/block:ifNotFullPhotosets}
- </div>
- {/block:Photoset}
- <!-- text -->
- {block:Text}<div class="caption text">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}</div>
- {/block:Text}
- <!-- quote -->
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}<div class="quotetext">— {Source}</div>{/block:Source}
- {/block:Quote}
- <!-- video -->
- {block:Video}
- <div class="video">
- {Video-400}
- </div>
- {/block:Video}
- <!-- questions and answers -->
- {block:Answer}
- <div class="question">
- <div class="asker"><strong style="border-bottom: 2px solid {color:Hover Color};">{Asker}</strong>:<br/></div>
- {Question}<br/></div>
- <div class="answer caption">{Answer}</div>
- {/block:Answer}
- <!-- chat posts -->
- {block:Chat}
- {block:Title}<div class="title chat">{Title}</div>{/block:Title}
- {block:Lines}
- <div class="lines">
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br/>
- </div>{/block:Lines}
- {/block:Chat}
- <!-- link posts -->
- {block:Link}<div class="link">
- <div class="linkicon"><i class="fa fa-link"></i></div>
- <div class="linkname"><a href="{URL}">{Name}</a>
- <div class="linkdesc accent">{block:Host}{Host}{/block:Host}<br>{block:Excerpt}{Excerpt}{/block:Excerpt}</div></div>
- </div>{/block:Link}
- <!-- info -->
- {block:Date}
- <div class="info">
- <!-- controls -->
- <div class="controls">
- <a href="{Permalink}" class="timestamp">{month} {dayofmonth}{dayofmonthsuffix}</a>
- <a href="{ReblogURL}" target="_blank" class="controlsreblog">Reblog</a>
- </div>
- <!-- caption -->
- {block:IfShowCaptions}
- {block:Caption}
- <div class="captionwrap">
- <div class="text caption">{Caption}</div></div>
- {/block:Caption}
- {/block:IfShowCaptions}
- <!-- source permalink page -->
- {block:PermalinkPage}
- <div class="permalink">
- {block:RebloggedFrom}
- Via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {block:ContentSource}
- Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- <!-- tags -->
- {block:IfShowTags}
- {block:HasTags}
- <div class="tags accent"> Tagged
- {block:Tags}
- <a href="{TagURL}"><span class="button">{Tag} </span></a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- </div> {/block:Date}
- </section>
- </article>
- <!-- post notes -->
- {block:PostNotes}
- <article class="entry">
- <section class="post notecontainer">
- <div class="notestitle">{NoteCount} Notes</div>
- {PostNotes-64}
- </section>
- </article>
- {/block:PostNotes}
- {/block:Posts}
- <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
- <!-- pagination -->
- <div class="pagination">
- {/block:Pagination}
- {block:PreviousPage}
- <a class="previous_page" href="{PreviousPage}">Previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="next_page" href="{NextPage}">Next page</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div> <!-- div class content end -->
- <a class="theme" href="https://mangolias.tumblr.com/" target="_blank">+</a>
- </div>
- <!-- pixel union photosets -->
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment