Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- Bubbles by Mangolias
- ~ mangolias.tumblr.com ~
- Credits: pxu photosets by pixel union
- responsive videos by nouvae
- icons by feathericons
- 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="image:Decoration One" content="">
- <meta name="image:Decoration Two" content="">
- <meta name="image:Decoration Three" content="">
- <meta name="if:Medium Post Width" content="">
- <meta name="if:Big Post Width" content="">
- <meta name="if:Filter" content="">
- <meta name="if:Show Avatar" content="">
- <meta name="if:Full Photosets" content="">
- <meta name="if:Sidebar" content="">
- <meta name="if:Hide Captions" content="">
- <meta name="if:Hide Tags" content="">
- <meta name="if:Hide Source" content="">
- <meta name="if:Dashboard Captions" content="">
- <meta name="if:Blockquote Border" content="">
- <meta name="color:Background" content="#f8f8f8"/>
- <meta name="color:Sidebar" content"#f8f8f8"/>
- <meta name="color:Posts" content="#a9907a"/>
- <meta name="color:Title" content="#a9907a"/>
- <meta name="color:Post Text" content="#7e6852"/>
- <meta name="color:Links" content="#7e6852"/>
- <meta name="color:2nd Post Color" content="#b39f8c"/>
- <meta name="color:Accent" content="#d8d0c9"/>
- <meta name="color:Scrollbar" content="#a9907a"/>
- <meta name="text:Title" content="12px">
- <meta name="text:Description" content="30px">
- <meta name="text:Navigation Links" content="12px">
- <meta name="text:Body" content="11px">
- <meta name="text:Post Title" content="12px">
- <meta name="text:Controls" content="12px">
- <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:Tag One" content="">
- <meta name="text:Tag Two" content="">
- <meta name="text:Tag Three" content="">
- <meta name="text:Social Link One URL" content="">
- <meta name="text:Social Link Two URL" content="">
- <meta name="text:Social Link Three URL" content="">
- <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Vollkorn:400,700&display=swap" rel="stylesheet">
- <style>
- iframe.tmblr-iframe {
- z-index: 1000000000000000001!important;
- top: 0;
- right: 0;
- opacity: .2;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- -webkit-transform: scale(0.8);
- -moz-transform:scale(0.8);
- -ms-transform:scale(0.8);
- transform: scale(0.8);
- -webkit-transition: 0.4s;
- -moz-transition: 0.4s
- -ms-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: 5!important;
- }
- body {
- margin: 0;
- background-color: {color:Background};
- color: {color:Post Text};
- font-size: {text:Body};
- font-family: 'Karla', sans-serif;
- word-spacing: 1px;
- -webkit-font-smoothing: antialiased;
- -moz-font-smoothing: antialiased;
- -ms-font-smoothing: antialiased;
- font-smoothing: antialiased
- }
- a {
- text-decoration: none;
- background-color: {color:Accent};
- color: {color:Links};
- -webkit-transition: 0.4s;
- -moz-transition: 0.4s;
- -ms-transition: 0.4s;
- transition: 0.4s;
- }
- .photoset a {
- background-color: transparent;
- }
- a:hover {
- color: {color:Accent};
- opacity: .5;
- }
- h1, h2, h3, h4 {
- font-size: {text:Post Title};
- font-family: 'Vollkorn', serif;
- padding: 5px 0;
- }
- hr {
- border: none;
- box-shadow: 0;
- margin: 1em auto;
- border-top: 1px solid {color:Post Text};
- }
- img {
- border: 0;
- max-width: 100%;
- height: auto;
- {block:IfFilter}
- -webkit-filter: sepia(20%);
- -moz-filter: sepia(20%);
- -ms-filter: sepia(20%);
- filter: sepia(20%);
- opacity: .9;
- {block:IfFilter}
- }
- b, strong {
- font-weight: bold;
- font-family: 'Vollkorn', serif;
- letter-spacing: .03em;
- }
- ol {
- margin-left: 0;
- }
- ul {
- list-style: circle;
- margin-left: 0;
- }
- .up {
- text-transform: uppercase;
- }
- .accent {
- font-style: italic;
- }
- .thin {
- font-weight: normal;
- }
- blockquote {
- padding: 1px 10px 1px 10px;
- margin: 0;
- background-color: {color:2nd Post Color};
- {block:IfNotDashboardCaptions}
- {block:IfBlockquoteBorder}
- border-left: 1px solid {color:Post Text};
- {/block:IfBlockquoteBorder}
- {block:IfNotDashboardCaptions}
- }
- blockquote img {
- width: 100%;
- height: auto;
- }
- p img {
- width: 100%;
- height: auto;
- }
- /* aside */
- aside {
- padding: 80px 80px 0;
- text-align: center;
- }
- nav {
- font-size: {text:Navigation Links};
- position: fixed;
- text-align: center;
- top: 0;
- width: 100%;
- padding: 20px 0;
- z-index: 99;
- background-color: {color:Posts};
- font-family: 'Vollkorn', serif;
- }
- nav li {
- list-style-type: none;
- display: inline-block;
- }
- nav a {
- display: inline-block;
- margin: 0 7px;
- padding: 0 5px;
- }
- nav .icon {
- display: none;
- border: none;
- }
- aside section {
- margin: 10px auto;
- max-width: 400px;
- min-width: 100px;
- }
- aside .simg {
- border-radius: 5px;
- max-height: 250px;
- display: block;
- margin: 10px 0;
- }
- aside .avatar {
- width: 30px;
- border-radius: 5px;
- padding: 15px;
- background-color: {color:Accent};
- }
- aside .avatar.circle {
- border-radius: 50%;
- }
- aside .avatar img {
- display: block;
- }
- aside .ti {
- font-family: 'Vollkorn', serif;
- letter-spacing: .04em;
- font-size: {text:Title};
- color: {color:Title};
- background-color: transparent;
- }
- aside .description {
- font-size: {text:Description};
- padding: 5px 0 0 0;
- }
- .taglist li {
- list-style: none;
- display: inline-block;
- margin: 2px 0;
- }
- .ic {
- margin: 15px 0 0;
- }
- .ic li {
- list-style: none;
- display: inline-block;
- margin: 1px;
- }
- .ic a {
- color: {color:Text};
- padding: 4px 6px;
- }
- .ic a:hover {
- opacity: .3;
- }
- /* content */
- .content {
- background-color: {color:Background};
- }
- .entry {
- position: relative;
- width: 100%;
- padding: 40px;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .post {
- background-color: {color:Posts};
- max-width: 300px;
- {block:IfMediumPostWidth}
- max-width: 400px;
- {/block:IfMediumPostWidth}
- {block:IfBigPostWidth}
- max-width: 500px;
- {/block:IfBigPostWidth}
- margin: 0 auto;
- }
- .post .media {
- position: relative;
- }
- .post img {
- border-radius: 5px;
- }
- .dec {
- position: absolute;
- z-index: 9;
- width: 70px;
- margin-top: -55px;
- margin-left: 230px;
- {block:IfMediumPostWidth}
- margin-left: 330px;
- {/block:IfMediumPostWidth}
- {block:IfBigPostWidth}
- margin-left: 430px;
- {/block:IfBigPostWidth}
- }
- .dec2 {
- position: absolute;
- z-index: 9;
- width: 70px;
- margin-top: -55px;
- margin-left: 0;
- }
- .dec3 {
- display: block;
- position: absolute;
- z-index: 9;
- width: 70px;
- margin-top: -85px;
- margin-left: 240px;
- }
- .dec6 {
- display: block;
- position: absolute;
- z-index: 9;
- width: 70px;
- margin-top: -20px;
- margin-left: 90px;
- transform: rotate(180deg);
- }
- .dec4 {
- position: absolute;
- z-index: 9;
- width: 70px;
- margin-top: 25px;
- margin-left: 260px;
- transform: rotate(180deg);
- }
- .dec5 {
- position: absolute;
- z-index: 9;
- width: 70px;
- margin-top: 25px;
- margin-left: -330px;
- transform: rotate(180deg);
- }
- .navbox {
- position: fixed;
- text-align: center;
- top: 0;
- width: 100%;
- padding: 20px 0;
- }
- /* posts */
- .text {
- padding: 10px;
- }
- .title {
- font-weight: bold;
- font-family: 'Vollkorn', serif;
- letter-spacing: .04em;
- }
- .quote {
- margin: 20px 20px 10px;
- font-weight: 700;
- font-size: {text:Post Title};
- }
- .quotetext {
- margin: 10px 20px 20px;
- }
- .chat {
- padding: 10px 20px;
- background-color: {color:2nd Post Color};
- }
- .lines {
- padding: 10px 20px;
- }
- .lines:nth-child(odd) {
- background-color: {color:Posts};
- }
- .lines:nth-child(even) {
- background-color: {color:2nd Post Color};
- }
- .asked {
- margin: 10px 10px 5px;
- }
- .question {
- padding: 15px;
- border-radius: 0 10px 10px 10px;
- background-color: {color:2nd Post Color};
- line-height: 15px;
- margin: 5px 10px;
- }
- .answer {
- line-height: 15px;
- margin: 0;
- }
- .link {
- position: relative;
- padding: 20px 10px 15px;
- background-color: {color:2nd Post Color};
- }
- .linkname {
- margin: 0 10px;
- vertical-align: middle;
- font-weight: 600;
- font-size: {text:Post Title};
- padding-left: 25px;
- }
- .linkname a {
- padding: 3px 4px;
- }
- .linkicon {
- font-size: {text:Post Title};
- overflow: hidden;
- position: absolute;
- margin: 0 0 0 10px;
- }
- .linkdesc {
- padding-top: 10px;
- font-weight: normal;
- font-size: {text:Body};
- }
- .video {
- max-width: 100%;
- height: auto;
- }
- .videowrap {
- position: relative;
- height: 0 !important;
- width: 100% !important;
- padding-bottom: 100%;
- overflow: hidden;
- }
- .videowrap iframe {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- /* audio */
- .audio {
- position: relative;
- padding: 20px 10px;
- background-color: {color:2nd Post Color};
- border-radius: 5px;
- }
- .player {
- height: 28px;
- width: 30px;
- overflow: hidden;
- position: absolute;
- opacity: .5;
- border-radius: 5px;
- -webkit-filter: sepia(50%);
- -moz-filter: sepia(50%);
- -ms-filter: sepia(50%);
- filter: sepia(50%);
- }
- .track {
- vertical-align: middle;
- font-size: {text:Post Title};
- padding-left: 50px;
- }
- /* controls */
- .controls {
- padding: 10px 10px 20px;
- font-size: {text:Controls};
- }
- .og {
- padding: 10px;
- font-size: {text:Controls};
- }
- .controlsreblog {
- box-sizing: border-box;
- float: right;
- }
- .timestamp {
- box-sizing: border-box;
- float: left;
- }
- .barchart {
- font-weight: normal;
- margin-left: 5px;
- }
- .from1 {
- line-height: 16px;
- {block:IndexPage}
- {block:IfHideSource}
- display: none;
- {/block:IfHideSource}
- {/block:IndexPage}
- }
- .from2 {
- line-height: 16px;
- {block:IndexPage}
- {block:IfHideSource}
- display: none;
- {/block:IfHideSource}
- {/block:IndexPage}
- }
- .reb {
- width: 10px;
- border-radius: 50%!important;
- display: inline-block;
- vertical-align: middle;
- padding: 3px 2px;
- opacity: 0.8;
- }
- .pagination {
- position: relative;
- width: 85%;
- max-width: 500px;
- text-align: center;
- margin: 20px auto 50px;
- }
- .previous_page {
- margin-right: 5px;
- }
- /* info */
- .info {
- color: {color:Post Text};
- }
- .comma:last-child {
- display: none;
- }
- .hide {
- {block:IndexPage}
- {block:IfHideCaptions}
- display: none;
- {/block:IfHideCaptions}
- {/block:IndexPage}
- }
- .caption {
- padding: 10px;
- }
- .caption img {
- max-width: 100%;
- height: auto;
- }
- .tags {
- margin-top: 5px;
- {block:IndexPage}
- {block:IfHideTags}
- display: none;
- {/block:IfHideTags}
- {/block:IndexPage}
- }
- .permalink {
- padding: 0;
- }
- /* askbox */
- :-webkit-any(article,aside,nav,section) h1 {
- margin: 0 0 5px;
- text-align: center;
- font-weight: normal;
- }
- /* notecontainer */
- .notecontainer {
- padding-top: 10px;
- overflow: auto;
- height: 200px;
- }
- .notecontainer ol.notes {
- list-style-type: none;
- padding: 0;
- }
- .notecontainer li {
- padding: 10px 20px;
- }
- .notecontainer li a {
- background-color: transparent;
- color: {color:Post Text};
- }
- .notecontainer li:nth-child(odd) {
- background-color: {color:2nd Post Color};
- }
- .notecontainer li:nth-child(even) {
- background-color: {color:Posts};
- }
- .notecontainer img.avatar {
- vertical-align: middle;
- width: 10px;
- margin: 5px 7px 5px 0;
- opacity: 0.8;
- border-radius: 50%;
- display: inline-block;
- }
- /* unnest */
- {block:IfDashboardCaptions}
- .tumblr_parent {
- margin: 20px 0;
- padding: 10px;
- {block:IfBlockquoteBorder}
- border-left: 1px solid {color:Post Text};
- {/block:IfBlockquoteBorder}
- }
- .tumblr_parent blockquote {
- margin: 10px;
- {block:IfBlockquoteBorder}
- border-left: 1px solid {color:Post Text};
- {/block:IfBlockquoteBorder}
- }
- .tumblr_parent img {
- margin: 15px 0 0;
- }
- .tumblr_avatar {
- display: none;
- width: 10px;
- border-radius: 50%;
- }
- {/block:IfDashboardCaptions}
- {block:IfSidebar}
- @media only screen and (min-width: 900px) {
- .content {
- margin: 90px 40px 40px;
- }
- .post {
- margin: 0 auto
- }
- aside {
- padding: 120px 100px 40px;
- text-align: left;
- color: {color:Text};
- position: absolute;
- float: right;
- top: 0;
- left: 0;
- bottom: 0;
- margin: 0;
- width: 400px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- z-index: 10;
- }
- .dec3 {
- display: block;
- position: absolute;
- z-index: 9;
- width: 70px;
- margin-top: -65px;
- margin-left: 100px;
- }
- .dec6 {
- display: block;
- position: absolute;
- z-index: 9;
- width: 70px;
- margin-top: 140px;
- margin-left: -50px;
- transform: rotate(180deg);
- }
- }{/block:IfSidebar}
- /* 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: #dcd7cf;
- 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>
- <!-- feathericons-->
- <link href="https://static.tumblr.com/kmw8hta/oSwpvpnik/feather.css" rel="stylesheet">
- <!-- 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>
- <div class="navbox"><img src="{image:Decoration One}" class="dec4">
- <img src="{image:Decoration Two}" class="dec5"></div>
- <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}
- </nav>
- <aside>
- <section>
- {block:IfShowAvatar}
- <img src="{PortraitURL-128}" class="avatar {AvatarShape}">
- <img src="{image:Decoration Three}" class="dec3">
- <img src="{image:Decoration Three}" class="dec6">
- {/block:IfShowAvatar}
- <img src="{image:Sidebar}" class="simg">
- <div><a class="ti" href="/">{Title}</a></div>
- <div class="description">{Description}</div>
- <div class="taglist">
- {block:IfTagOne}Search by tag <li><a href="/tagged/{text:Tag One}">{text:Tag One} </a>,</li>{/block:IfTagOne}
- {block:IfTagTwo}<li><a href="/tagged/{text:Tag Two}">{text:Tag Two} </a>,</li>{/block:IfTagTwo}
- {block:IfTagThree}<li><a href="/tagged/{text:Tag Three}">{text:Tag Three} </a></li>{/block:IfTagThree}
- </div>
- <div class="ic">
- {block:IfSocialLinkOneURL}<li><a href="{text:Social Link One URL}"><span class="fx fx-instagram"></span></a></li>{/block:IfSocialLinkOneURL}
- {block:IfSocialLinkTwoURL}<li><a href="{text:Social Link Two URL}"><span class="fx fx-facebook"></span></a></li>{/block:IfSocialLinkTwoURL}
- {block:IfSocialLinkThreeURL}<li><a href="{text:Social Link Three URL}"><span class="fx fx-youtube"></span></a></li>{/block:IfSocialLinkThreeURL}
- </div>
- </section>
- </aside>
- <div class="content"> {block:Posts}
- <article class="entry" id="{PostID}">
- <section class="post">
- <img src="{image:Decoration One}" class="dec">
- <img src="{image:Decoration Two}" class="dec2">
- <!-- from -->
- {block:Date}
- <div class="controls">
- <a href="{Permalink}" class="timestamp">{24Hour}:{Minutes} {AmPm}</a>
- <a href="{Permalink}" class="controlsreblog nt"><span class="fx fx-bar-chart-2"></span>{block:NoteCount}{NoteCount}{/block:NoteCount}</a></div>
- {/block:Date}
- <!-- audio -->
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}
- <div class="player">{AudioPlayer}</div>
- {/block:AudioPlayer}
- {block:TrackName}
- <div class="track title">{TrackName}
- {/block:TrackName}
- <br>
- {block:Artist}
- <span class="accent thin">— 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}' }]); $('content').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">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}</div>
- {/block:Text}
- <!-- quote -->
- {block:Quote}
- <div class="quote"><span class="mark">“ </span>{Quote}<span class="mark"> „</span></div>
- {block:Source}<div class="quotetext">— {Source}</div>{/block:Source}
- {/block:Quote}
- <!-- video -->
- {block:Video}
- <div class="videowrap">
- <div class="video">
- {Video-250}
- </div></div>
- {/block:Video}
- <!-- questions and answers -->
- {block:Answer}
- <div class="asked">
- <img class="reb" src="{AskerPortraitURL-48}">
- <span> {Asker}</span> says:<br/></div>
- <div class="question">{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"><span class="fx fx-external-link"></span></div>
- <div class="linkname"><a href="{URL}">{Name}</a>
- <div class="linkdesc">{block:Excerpt}{Excerpt}{/block:Excerpt}</div></div>
- </div>{/block:Link}
- <!-- info -->
- {block:Date}
- <div class="info">
- <div class="permalink">
- <!-- caption -->
- {block:Caption}
- <div class="caption hide">{Caption}</div>
- {/block:Caption}
- <div class="og">{block:RebloggedFrom}
- <div class="from1">
- <img class="reb" src="{ReblogParentPortraitURL-48}"> Via
- <a href="{ReblogParentURL}">{ReblogParentName}</a>
- </div>
- {block:ContentSource}
- <div class="from2">
- <img class="reb" src="{ReblogRootPortraitURL-48}"> Source
- <a href="{ReblogRootURL}">{ReblogRootName}</a>
- </div>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- <!-- original post -->
- {block:NotReblog}
- <div class="from1">
- <img class="reb" src="{PortraitURL-48}">
- <a href="{BlogURL}">{Title}</a>
- </div>
- {/block:NotReblog}
- <!-- tags -->
- {block:HasTags}
- <div class="tags"><span class="fx fx-paperclip"></span> Tags
- {block:Tags}
- <a href="{TagURL}"> {Tag}</a><span class="comma">,</span>
- {/block:Tags}
- </div>
- </div>
- {/block:HasTags}</div>
- </div> {/block:Date}
- </section>
- </article>
- <!-- post notes -->
- {block:PostNotes}
- <article class="entry">
- <section class="post notecontainer">
- <span class="text"><span class="fx fx-bar-chart-2"></span>{block:NoteCount}<span Class="nt">{NoteCountWithLabel}</span>{/block:NoteCount}</span>
- {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 id="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